Pacman

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.
Tasklist

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
Task Type Bug Report
Category makepkg
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version 4.0.3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Summary 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

Closed by  Eric Belanger (Snowman)
Monday, 04 March 2013, 06:41 GMT
Reason for closing:  Not a bug
Comment by Daniel Wallace (gtmanfred) - Monday, 04 March 2013, 04:23 GMT
╘═ ls -l /bin/bash
lrwxrwxrwx 1 root root 15 Jan 26 19:22 /bin/bash -> ../usr/bin/bash
Comment by Lynx (yboren) - Monday, 04 March 2013, 05:03 GMT
in my environment
# 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.


Loading...