Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24529 - Unable to compile pop3vscan on sparc, ld complaining about missing mime library
Summary: Unable to compile pop3vscan on sparc, ld complaining about missing mime library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High normal
Assignee: Keith M Wesolowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 08:58 UTC by Roderick van Domburg
Modified: 2006-02-04 06:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for ebuild (pop3vscan.diff,495 bytes, patch)
2003-08-02 10:43 UTC, Keith M Wesolowski (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roderick van Domburg 2003-07-15 08:58:39 UTC
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"
Comment 1 Keith M Wesolowski (RETIRED) gentoo-dev 2003-08-02 10:43:29 UTC
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.
Comment 2 Keith M Wesolowski (RETIRED) gentoo-dev 2003-12-06 19:03:59 UTC
No feedback received, so patch assumed correct and applied.