Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#34137 - wrong Shebang in makepkg
Attached to Project:
Pacman
Opened by Lynx (yboren) - Monday, 04 March 2013, 04:11 GMT
Last edited by Eric Belanger (Snowman) - Monday, 04 March 2013, 06:41 GMT
Opened by Lynx (yboren) - Monday, 04 March 2013, 04:11 GMT
Last edited by Eric Belanger (Snowman) - Monday, 04 March 2013, 06:41 GMT
|
DetailsSummary and Info:
the script makepkg of pacman contains the wrong Shebang. # head `which makepkg` #!/usr/bin/bash -e In archlinux,bash is /bin/bash # which bash /bin/bash Steps to Reproduce: get any PKGBUILD file, and use makepkg to create a package can trigger the bug |
This task depends upon
lrwxrwxrwx 1 root root 15 Jan 26 19:22 /bin/bash -> ../usr/bin/bash
# ls -l /bin/bash
-rwxr-xr-x 1 root root 738008 Nov 3 09:31 /bin/bash
after i upgrade bash,it has the symbol link.