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#36547 - bashism in libtool
Attached to Project:
Community Packages
Opened by Rasmus Thystrup Karstensen (rathka) - Thursday, 15 August 2013, 16:06 GMT
Last edited by Allan McRae (Allan) - Thursday, 15 August 2013, 21:26 GMT
Opened by Rasmus Thystrup Karstensen (rathka) - Thursday, 15 August 2013, 16:06 GMT
Last edited by Allan McRae (Allan) - Thursday, 15 August 2013, 21:26 GMT
|
DetailsDescription:
after setting dash as default shell (symlink /bin/sh -> /bin/dash), I had problems rebuilding packages (libgexiv2). I found the problem to be in /usr/bin/libtool, which starts with: '#! /bin/sh' The script failed when using dash as /bin/sh replacing '#! /bin/sh' with '#! /bin/bash' solved my problem. This might be an upstream bug, but rebuilding libtool locally for investigation failed at my setup. Additional info: * package version(s) * config and/or log files etc. core/libtool 2.4.2-10 multilib/libtool-multilib 2.4.2-9 Steps to reproduce: pacman -S dash ln -fs /bin/dash /bin/sh use makepkg to build libgexiv2 |
This task depends upon
Regardless, what you're doing puts you well into unsupported territory since /bin/sh is a managed symlink.