Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113472 - net-im/jabberd-1.4.3-r5 fails on FEATURES="multilib-strict"
Summary: net-im/jabberd-1.4.3-r5 fails on FEATURES="multilib-strict"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 111384
  Show dependency tree
 
Reported: 2005-11-24 06:57 UTC by Scott Stoddard (RETIRED)
Modified: 2005-11-24 08:50 UTC (History)
2 users (show)

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


Attachments
patch to ebuild that fixes the problem (jabberd-1.4.3-r5-multilib.patch,1.30 KB, patch)
2005-11-24 07:20 UTC, Patrick McLean
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Stoddard (RETIRED) gentoo-dev 2005-11-24 06:57:07 UTC
Compiles fine without multilib-strict.


...
strip: x86_64-pc-linux-gnu-strip --strip-unneeded
   usr/lib/jabberd/dnsrv.so
   usr/lib/jabberd/pthsock_client.so
   usr/lib/jabberd/jsm.so
   usr/lib/jabberd/xdb_file.so
   usr/lib/jabberd/dialback.so
   usr/sbin/jabberd

!!! ERROR: net-im/jabberd-1.4.3-r5 failed.
!!! Function dyn_install, Line 1198, Exitcode 0
!!! File /var/tmp/portage/jabberd-1.4.3-r5/image///usr/lib/jabberd/dnsrv.so
matches a file type that is not allowed in /usr/lib


delta lib # emerge --info
Portage 2.0.53_rc7 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r3,
2.6.13-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.13-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.0_pre10
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks multilib-strict sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa audiofile avi berkdb bitmap-fonts browserplugin bzip2 cdr
crypt cups curl dbus divx4linux dvd dvdread eds emboss encode esd exif expat fam
ffmpeg firefox flac foomaticdb fortran gdbm gif gimpprint glut gnome gpm
gstreamer gtk gtk2 hal icq idn imagemagick imap imlib ipv6 jabber java jpeg lcms
live lua lzw lzw-tiff mad mjpeg mng motif mozilla mp3 mpeg msn native ncurses
network nls no-old-linux noantlr nobcel nobeanutils nobsh nptl nptlonly
offensive ogg oggvorbis opengl pam pcre pdflib perl png python qt quicktime
radeon readline real rtc sdk sdl spell sqlite ssl svg tcpd theora tiff transcode
truetype truetype-fonts type1-fonts udev usb userlocales v4l v4l2 vorbis wmf
xine xml xml2 xpm xv xvid xvmc yahoo zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Patrick McLean gentoo-dev 2005-11-24 07:20:45 UTC
Created attachment 73499 [details, diff]
patch to ebuild that fixes the problem

Here's a patch to the ebuild that fixes this for me.
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2005-11-24 08:50:35 UTC
thanks for the patch, i love fixing bugs like this ;)