dev-libs/zziplib-0.13.60-r1 fails to build on this machine, 0.13.60 works though. This may have been caused by the changes introduced through bug #354051. The make error message (during linking) is: ... ... /opt/gentoo/bin/bash ../libtool --silent --tag=CC --mode=link x86_64-apple-darwin9-gcc -O2 -pipe -march=nocona -fno-strict-aliasing -D_USE_MMAP -fomit-frame-pointer -Wall -Wpointer-arith -Wsign-compare -Wmissing-declarations -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wstrict-aliasing -fno-writable-strings -Wwrite-strings -Wstrict-prototypes -Wl,--export-dynamic -release 0 -version-info 13:60 -thread-safe -Wl,-dead_strip_dylibs -o libzzip.la -rpath /opt/gentoo/usr/lib zip.lo file.lo dir.lo stat.lo info.lo err.lo plugin.lo write.lo fetch.lo -lz ld: unknown option: --export-dynamic collect2: ld returned 1 exit status make[3]: *** [libzzip.la] Error 1 make[3]: Leaving directory `/opt/gentoo/var/tmp/portage/dev-libs/zziplib-0.13.60-r1/work/zziplib-0.13.60/Darwin_9.8.0_i386.d/zzip' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/opt/gentoo/var/tmp/portage/dev-libs/zziplib-0.13.60-r1/work/zziplib-0.13.60/Darwin_9.8.0_i386.d' make[1]: *** [all] Error 2 make[1]: Leaving directory `/opt/gentoo/var/tmp/portage/dev-libs/zziplib-0.13.60-r1/work/zziplib-0.13.60/Darwin_9.8.0_i386.d' make: *** [all] Error 2 emake failed Reproducible: Always $ emerge --info Portage 2.2.01.18036-prefix (prefix/darwin/macos/10.5/x64, gcc-4.2.1, unavailable, 9.8.0 i386) ================================================================= System uname: Darwin-9.8.0-i386-64bit Timestamp of tree: Tue, 08 Mar 2011 01:19:46 +0000 distcc 2.18.5-Apple.1 i386-apple-darwin9.0 (protocols 1 and 2) (default port 3632) [disabled] app-shells/bash: 4.1_p7 dev-lang/python: 2.7.1-r00.1 dev-util/cmake: 2.8.4 sys-devel/autoconf: 2.68 sys-devel/automake: 1.11.1 sys-devel/gcc-config: 1.4.1-r00.2 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82 Repositories: gentoo_prefix local-repo Installed sets: ACCEPT_KEYWORDS="~x64-macos" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-apple-darwin9" CFLAGS="-O2 -pipe -march=nocona" CHOST="x86_64-apple-darwin9" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/portage /etc/revdep-rebuild /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe -march=nocona" DISTDIR="/opt/gentoo/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs candy collision-protect distlocks fixlafiles fixpackages news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-dead_strip_dylibs" MAKEOPTS="-j1" PKGDIR="/opt/gentoo/usr/portage/packages" PORTAGE_CONFIGROOT="/opt/gentoo/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/opt/gentoo/var/tmp" PORTDIR="/opt/gentoo/usr/portage" PORTDIR_OVERLAY="/opt/gentoo/usr/local/portage" SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix" USE="aqua coreaudio cracklib cxx mmx mmxext modules ncurses objc objc++ prefix readline sse sse2 ssl x64-macos zlib" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="Darwin" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Thanks Daniel for your report. @maintainers: I think the gcc-4.6.0 patch is wrong, as it should have given the argument to libtool, not compiler/linker. Simply dropping one '-' instead of prefixing with '-Wl,' makes zziplib compile again here.
the patch isnt really wrong. your proposal just takes a different route. http://sources.gentoo.org/dev-libs/zziplib/files/zziplib-0.13.60-ldflags.patch?r1=1.1&r2=1.2