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#45440 - makepkg runs `mkdir pkg` twice failing the second time
Attached to Project:
Pacman
Opened by Danny Arnold (despairblue) - Tuesday, 23 June 2015, 19:09 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 23 June 2015, 19:26 GMT
Opened by Danny Arnold (despairblue) - Tuesday, 23 June 2015, 19:09 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 23 June 2015, 19:26 GMT
|
DetailsSummary and Info:
makepkg runs `mkdir pkg` twice, failing the second time, since it's already there. This leads to: ``` ==> Entering fakeroot environment... mkdir: cannot create directory ‘/home/despairblue/git/synergy/pkg/’: File exists /usr/bin/fakeroot: line 181: 3529 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@" ``` Steps to Reproduce: Use that PKGBUILD: https://gist.github.com/despairblue/21b7cde32497c7e151d5 I also put `set -x` on top of the PKGBUILD and included the log. When you search backwards for `mkdir` it becomes apparent what happens. |
This task depends upon

Nevermind, I accidentally commented out the pkgname -.-