Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200272 - can't compile sys-power/cpufrequtils-002-r3 - crti.o: No such file or directory
Summary: can't compile sys-power/cpufrequtils-002-r3 - crti.o: No such file or directory
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-25 11:03 UTC by David
Modified: 2007-11-25 11:05 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 David 2007-11-25 11:03:37 UTC
I can't compile sys-power/cpufrequtils-002-r3


g++ -shared -nostdlib /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/../../../crti.o /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtbeginS.o  lib/.libs/cpufreq.o lib/.libs/proc.o lib/.libs/sysfs.o  /usr/lib/libsysfs.so -L/usr/lib/gcc/i486-pc-linux-gnu/4.1.1 -L/usr/lib/gcc/i486-pc-linux-gnu/4.1.1/../../../../i486-pc-linux-gnu/lib -L/usr/lib/gcc/i486-pc-linux-gnu/4.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtendS.o /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/../../../crtn.o  -march=prescott -Wl,-soname -Wl,libcpufreq.so.0 -o .libs/libcpufreq.so.0.0.0
g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/../../../crti.o: No such file or directory
g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtbeginS.o: No such file or directory
g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtendS.o: No such file or directory
g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/../../../crtn.o: No such file or directory
make: *** [libcpufreq.la] Fehler 1
 * 
 * ERROR: sys-power/cpufrequtils-002-r3 failed.
 * Call stack:
 *                    ebuild.sh, line 1701:  Called dyn_compile
 *                    ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                    ebuild.sh, line   44:  Called src_compile
 *   cpufrequtils-002-r3.ebuild, line   32:  Called die
 * The specific snippet of code:
 *      emake V=true DEBUG=${debug} NLS=${nls} \
 *              CC=$(tc-getCC) LD=$(tc-getCC) AR=$(tc-getAR) STRIP=echo RANLIB=$(tc-getRANLIB) \
 *              || die "emake failed"
 *  The die message:
 *   emake failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-power/cpufrequtils-002-r3/temp/build.log'.
 * 

 * Messages for package sys-power/cpufrequtils-002-r3:

 * 
 * ERROR: sys-power/cpufrequtils-002-r3 failed.
 * Call stack:
 *                    ebuild.sh, line 1701:  Called dyn_compile
 *                    ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                    ebuild.sh, line   44:  Called src_compile
 *   cpufrequtils-002-r3.ebuild, line   32:  Called die
 * The specific snippet of code:
 *      emake V=true DEBUG=${debug} NLS=${nls} \
 *              CC=$(tc-getCC) LD=$(tc-getCC) AR=$(tc-getAR) STRIP=echo RANLIB=$(tc-getRANLIB) \
 *              || die "emake failed"
 *  The die message:
 *   emake failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-power/cpufrequtils-002-r3/temp/build.log'.
 *
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-25 11:05:02 UTC

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