Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213045 - x11-wm/fluxbox-1.0.0 compile fails - missing libexpat.so.0
Summary: x11-wm/fluxbox-1.0.0 compile fails - missing libexpat.so.0
Status: VERIFIED DUPLICATE of bug 128069
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 15:43 UTC by Tomasz
Modified: 2008-03-12 15:15 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz 2008-03-11 15:43:39 UTC
It does not compile in the course of installation fluxbox
It does not compile after rebuilding of system also 

Reproducible: Always

Actual Results:  
cmp: defaults.cc: No such file or directory
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: warning: libexpat.so.0, needed by /usr/lib/libfontconfig.so, not found (try using -rpath or -rpath-link)
/usr/lib/libfontconfig.so: undefined reference to `XML_ParserCreate'
/usr/lib/libfontconfig.so: undefined reference to `XML_GetErrorCode'
/usr/lib/libfontconfig.so: undefined reference to `XML_SetUserData'
/usr/lib/libfontconfig.so: undefined reference to `XML_SetDoctypeDeclHandler'
/usr/lib/libfontconfig.so: undefined reference to `XML_ParseBuffer'
/usr/lib/libfontconfig.so: undefined reference to `XML_GetCurrentLineNumber'
/usr/lib/libfontconfig.so: undefined reference to `XML_ErrorString'
/usr/lib/libfontconfig.so: undefined reference to `XML_ParserFree'
/usr/lib/libfontconfig.so: undefined reference to `XML_SetElementHandler'
/usr/lib/libfontconfig.so: undefined reference to `XML_GetBuffer'
/usr/lib/libfontconfig.so: undefined reference to `XML_SetCharacterDataHandler'
collect2: ld returned 1 exit status
make[4]: *** [fluxbox] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 [31;01m*[0m 
 [31;01m*[0m ERROR: x11-wm/fluxbox-1.0.0 failed.
 [31;01m*[0m Call stack:
 [31;01m*[0m               ebuild.sh, line   49:  Called src_compile
 [31;01m*[0m             environment, line 2037:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m       emake || die "make failed";
 [31;01m*[0m  The die message:
 [31;01m*[0m   make failed
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant.
 [31;01m*[0m A complete build log is located at '/var/tmp/portage/x11-wm/fluxbox-1.0.0/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/x11-wm/fluxbox-1.0.0/temp/environment'.
 [31;01m*[0m 



CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2 -s"
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
PORTAGE_NICENESS="19"
CLEAN_DELAY = 10
SYNC="rsync://rsync.gentoo.org/gentoo-portage "
GENTOO_MIRRORS="http://src.gentoo.pl http://gentoo.prz.rzeszow.pl "

#PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/banned_branches"
LANG="pl_PL.UTF-8"
LC_ALL="pl_PL.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="pl"
LANGUAGE=48
USE="X truetype imlib acl acpi alsa  bitmap-fonts bzip2 cdr
     crypt cups curl djvu dri dvd dvdr dvdread firefox gadu
      gif gpm gtk gtk2 iconv imlib2 ipv6 jpeg jpeg2k
     lib libwww  mp3 mplayer ncurses nls pam
     pcre png  qt-static qt3 qt4 readline
     slang  ssl symlink truetype-fonts type1-fonts unicode
     win32codec x86 xinerama xorg zlib"
INPUT_DEVICES="keyboard mouse"
EMERGE_DEFAULT_OPTS="--ask --verbose"
VIDEO_CARDS="via"
ALSA_CARDS="via82xx"
Comment 1 Dawid Węgliński (RETIRED) gentoo-dev 2008-03-11 15:48:56 UTC
<snip>
ewarn "Please note that the soname of the library changed!"
ewarn "If you are upgrading from a previous version you need"
ewarn "to fix dynamic linking inconsistencies by executing:"
ewarn "revdep-rebuild --library libexpat.so.0"
</snip>

*** This bug has been marked as a duplicate of bug 128069 ***

*** This bug has been marked as a duplicate of bug 128069 ***