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#12109 - zip package does not compile
Attached to Project:
Arch Linux
Opened by Michal Kolodziejczyk (miko) - Thursday, 13 November 2008, 11:05 GMT
Last edited by Douglas Soares de Andrade (dsa) - Monday, 02 February 2009, 02:04 GMT
Opened by Michal Kolodziejczyk (miko) - Thursday, 13 November 2008, 11:05 GMT
Last edited by Douglas Soares de Andrade (dsa) - Monday, 02 February 2009, 02:04 GMT
|
DetailsDescription:
Compilation of the zip package fails with following error: gcc -c -I. -DUNIX -march=i686 -mtune=generic -O2 -pipe -O3 -DBZIP2_SUPPORT -DASMV -DASM_CRC -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c zipup.c: In function 'zipup': zipup.c:802: error: too few arguments to function 'crypthead' zipup.c:869: error: too few arguments to function 'zfwrite' zipup.c:884: error: too few arguments to function 'zfwrite' zipup.c: In function 'flush_outbuf': zipup.c:1395: error: too few arguments to function 'zfwrite' zipup.c: In function 'bzfilecompress': zipup.c:1799: error: too few arguments to function 'zfwrite' zipup.c:1881: error: too few arguments to function 'zfwrite' zipup.c:1893: error: too few arguments to function 'zfwrite' make[2]: *** [zipup.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/mnt/wd/abs/extra/zip/src/zip30' make[1]: *** [generic] Error 2 make[1]: Leaving directory `/mnt/wd/abs/extra/zip/src/zip30' make: *** [generic_gcc] Error 2 ==> ERROR: Build Failed. Additional info: package version zip-3.0-1 arch linux updated to all current packages: gcc 4.3.2-1 kernel26 2.6.27-2 glibc 2.8-3 Steps to reproduce: abs cd /var/abs/extra/zip makepkg --asroot |
This task depends upon
Closed by Douglas Soares de Andrade (dsa)
Monday, 02 February 2009, 02:04 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks Bruno =)
Monday, 02 February 2009, 02:04 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks Bruno =)
I tried to compile it and it compiled ok for me in i686. Is it a x86_64 bug ?
Can we close this ticket ?