| Summary: | fam compile error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Florian Effenberger <floeff> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
I heard it was fixed in yesterdays portage, but I did not test it yet, so if anyone could confirm? 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. |
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.