dfaust / plasma-applet-netspeed-widget

Plasma 5 widget that displays the currently used network bandwidth
GNU General Public License v2.0
121 stars 17 forks source link

Aur build error. #10

Closed roachsinai closed 5 years ago

roachsinai commented 5 years ago

CMake Error: No source or binary directory provided

andryNoor commented 5 years ago

yes, Kvantum also has this issue

https://github.com/tsujan/Kvantum/issues/344#issue-408926269

dfaust commented 5 years ago

Thanks for the info. What cmake version are you using? Version 3.13.2 works fine for me. Also I use plasma_install_package (from plasma 5.14.5), so I don't know where I would even fix that issue.

tsujan commented 5 years ago

@dfaust Since there was a link to Kvantum here:

I don't know about your project but in the case of mine (Kvantum), the problem was not in the source but in the lack of a build directory in AUR's PKGBUILD.

roachsinai commented 5 years ago

I'm using Manjaro latest.

tsujan commented 5 years ago

I'm using Manjaro latest.

I have Manjaro Testing and cmake 3.13.4.

Anyhow, I checked the PKGBUILD for this project. As I'd suspected, it doesn't make a build directory before compilation and that's the cause of the problem.

All such PKGBUILDs should be fixed in AUR.

dfaust commented 5 years ago

Thank you, @tsujan. That seems to be the problem, indeed.

So I suggest you notify the AUR package maintainer. I'll close this issue, since it's not a plasma-applet-netspeed-widget bug.

wget commented 5 years ago

@dfaust I'm the AUR maintainer. It is building fine on Arch Linux though.