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#1699 - Bad dependency in gettext
Attached to Project:
Arch Linux
Opened by BlueRaven (BlueRaven) - Friday, 29 October 2004, 16:04 GMT
Opened by BlueRaven (BlueRaven) - Friday, 29 October 2004, 16:04 GMT
|
DetailsI noticed that gettext depends on gcc.
I think it should just makedepend on it, as AFAIK gcc is not needed for normal operations of the software. A quick look at the official site seems to confirm it. I am providing a small patch for the PKGBUILD to solve the issue... it would be great to have the chance to remove gcc from the system once you have compiled your software, especially for security concerns. |
This task depends upon
gettext.patch
[jvinet@earth gettext]$ ldd pkg/usr/lib/* | grep std
ldd: pkg/usr/lib/gettext: No such file or directory
ldd: warning: you do not have execution permission for `pkg/usr/lib/libasprintf.a'
ldd: warning: you do not have execution permission for `pkg/usr/lib/libgettextpo.a'
ldd: warning: you do not have execution permission for `pkg/usr/lib/preloadable_libintl.so'
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7f11000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7f11000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7f11000)