While linking pop3vscan, ld complains about a missing mime library. Just before that it indicates that it skips an "incompatible libmime.a", even though ripmime-1.3.0.3 had succesfully been merged as a dependancy. The sparc64 box is fully up to date, running gentoo-stable. Reproducible: Always Steps to Reproduce: 1. `emerge pop3vscan` on sparc64 Actual Results: /usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.2.3/../../../../sparc-unknown-linux- gnu/bin/ld: skipping incompatible ./libmime.a when searching for -lmime /usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.2.3/../../../../sparc-unknown-linux- gnu/bin/ld: cannot find -lmime collect2: ld returned 1 exit status make: *** [pop3vscan] Error 1 !!! ERROR: net-mail/pop3vscan-0.4 failed. !!! Function src_compile, Line 18, Exitcode 2 !!! (no error message) Expected Results: Successful merge of pop3vscan-0.4. Portage 2.0.48-r1 (default-sparc64-1.4, gcc-3.2.3, glibc-2.3.1-r4) ================================================================= System uname: 2.4.21-sparc-r0 sparc64 sun4u GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi g /usr/kde/3/share/config /var/bind" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="sparc arts apm avi crypt cups encode esd fbcon gif gtk gnome imlib jpeg kde libwww mad mikmod motif mpeg ncurses nls oggvorbis oss opengl png pdflib qt sdl truetype xv xml2 xmms zlib gdbm slang readline tcpd pam ssl perl python - berkdb -java -spell -X" COMPILER="gcc3" CHOST="sparc-unknown-linux-gnu" CFLAGS="-mcpu=ultrasparc -O3 -pipe -fomit-frame-pointer -fprefetch-loop-arrays" CXXFLAGS="-mcpu=ultrasparc -O3 -pipe -fomit-frame-pointer -fprefetch-loop- arrays" ACCEPT_KEYWORDS="sparc" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="ccache sandbox userpriv usersandbox"
Created attachment 15373 [details, diff] Patch for ebuild Missing dependency on pcre. Also the src is distributed with a binary for x86 in it, which needs to be removed and rebuilt. This patch should fix it.
No feedback received, so patch assumed correct and applied.