Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#13823 - xfce4-sensors-plugin makedepends on wrong pkg
Attached to Project:
Arch Linux
Opened by Steffen Weber (boenki) - Monday, 16 March 2009, 21:30 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 17 March 2009, 12:56 GMT
Opened by Steffen Weber (boenki) - Monday, 16 March 2009, 21:30 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 17 March 2009, 12:56 GMT
|
DetailsDescription:
xfce4-sensors-plugin makedepends on 'netcat'. Actually 'gnu-netcat' is installed and the pkg builds fine. But makepkg -sr (the r option) fails to remove netcat after the build. Additional info: * package version(s): pkgname=xfce4-sensors-plugin pkgver=0.10.99.6 pkgrel=2 Steps to reproduce: compile xfce4-sensors-plugin with 'makepkg -sr' How to fix: change in PKGBUILD makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'netcat') to makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat') |
This task depends upon

gnu-netcat provides netcat. so it's not a big deal. anyway changed it in trunk for the next build.