FS#18568 - [makepkg] fails to compress man page links sometimes
Attached to Project:
Pacman
Opened by Allan McRae (Allan) - Friday, 05 March 2010, 03:44 GMT
Last edited by Dan McGee (toofishes) - Monday, 15 March 2010, 00:19 GMT
Opened by Allan McRae (Allan) - Friday, 05 March 2010, 03:44 GMT
Last edited by Dan McGee (toofishes) - Monday, 15 March 2010, 00:19 GMT
|
Details
Summary and Info:
Sometimes makepkg fails to compress symlinks to man pages. This is demonstrated in Arch with the gvim, gimp and sox packages. The only time I can replicate it is with having both hard and symbolic links to a file and the symlink coming alphabetically before the man page and and hardlinks. It looks like this was introduced with this commit: http://projects.archlinux.org/pacman.git/commit/?id=9615d823 . We should never trust someone using a hotmail address! :D Steps to Reproduce: See attached PKGBUILD. |
This task depends upon
Closed by Dan McGee (toofishes)
Monday, 15 March 2010, 00:19 GMT
Reason for closing: Fixed
Additional comments about closing: http://projects.archlinux.org/pacman.git /commit/?id=6f0ffb23860e8d1b4593d60e9709 19ae7b31340d
Monday, 15 March 2010, 00:19 GMT
Reason for closing: Fixed
Additional comments about closing: http://projects.archlinux.org/pacman.git /commit/?id=6f0ffb23860e8d1b4593d60e9709 19ae7b31340d
Comment by Allan McRae (Allan) -
Friday, 05 March 2010, 04:04 GMT
Comment by Allan McRae (Allan) -
Saturday, 06 March 2010, 22:27 GMT
Looking at the code, it occurs when a symlinks does not point to
the alphabetically first of the hardlinked files
Patch:
http://mailman.archlinux.org/pipermail/pacman-dev/2010-March/010493.html