emerging sys-power/cpufrequtils-002 with MAKEOPTS=-j2 produces the following error: i686-pc-linux-gnu-gcc -DVERSION=\"002\" -DPACKAGE=\"cpufrequtils\" -DPACKAGE_BUGREPORT=\"linux@brodo.de\" -D_GNU_SOURCE -pipe -DINTERFACE_PROC -DINTERFACE_SYSFS -Os -fomit-frame-pointer -march=pentium3 -O2 -pipe -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare -Wdeclaration-after-statement -Wshadow -I/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include -g -I./lib/ -L. -L./.libs/ -lcpufreq -o cpufreq-info utils/cpufreq-info.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lcpufreq that's because at that point libcpufreq.so (provided by this same package) has not yet been built as apparently there's no proper build dependency in the Makefile between the utilities and the library, upstream should be told probably.
Created attachment 88384 [details, diff] Patch Please try with this patch and report back.
Ran into the same error using "-j2", tried the attached patch - works for me. Thank you!
Same here... thanks for the patch... works fine.
Fixed in CVS, thank you for testing.
works here too, thanks.
*** Bug 135735 has been marked as a duplicate of this bug. ***