Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41352 - fam compile error
Summary: fam compile error
Status: RESOLVED DUPLICATE of bug 41201
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-12 03:46 UTC by Florian Effenberger
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Florian Effenberger 2004-02-12 03:46:48 UTC
I get the following FAM compile error:

m4 -march=pentium4 -funroll-loops -pipe -c fam.c++ -MT fam.lo -MD -MP -MF .deps/fam.TPlo >/dev/null 2>&1
mv -f .libs/fam.lo fam.lo
mv -f Client.o .libs/Client.lo
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DFAM_CONF=\"/etc/fam.conf\" -O3 -mcpu=pentium4 -march=pentium4 -funroll-loops -pipe -c Client.c++ -MT Client.lo -MD -MP -MF .deps/Client.TPlo >/dev/null 2>&1
mv -f .libs/Client.lo Client.lo
/bin/sh ../libtool --mode=link g++  -O3 -mcpu=pentium4 -march=pentium4 -funroll-loops -pipe   -o libfam.la -rpath /usr/lib -export-symbols fam.sym Client.lo fam.lo -lstdc++ -lrpcsvc
rm -fr .libs/libfam.la .libs/libfam.* .libs/libfam.*
g++ "{ global:" > .libs/libfam.ver
g++: { global:: No such file or directory
g++: no input files
make[2]: *** [libfam.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/fam-2.7.0/work/fam-2.7.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/fam-2.7.0/work/fam-2.7.0'
make: *** [all] Error 2

!!! ERROR: app-admin/fam-2.7.0 failed.
!!! Function src_compile, Line 418, Exitcode 2
!!! emake failed


Reproducible: Always
Steps to Reproduce:
1. emerge kdebase kdenetwork with USE fam
2.
3.
Comment 1 Florian Effenberger 2004-02-12 05:34:21 UTC
I heard it was fixed in yesterdays portage, but I did not test it yet, so if anyone could confirm?
Comment 2 Daan Hoogland 2004-02-12 06:20:01 UTC
I was just going to add myself to the cc list, when I saw your remark. I had exactly the same error but now it works indeed.
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-02-12 06:23:41 UTC

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