Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342987 - genkernel failed to compile the "oldconfig" target
Summary: genkernel failed to compile the "oldconfig" target
Status: RESOLVED DUPLICATE of bug 341943
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 19:33 UTC by Emmanuel Pelado
Modified: 2010-10-27 20:23 UTC (History)
0 users

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


Attachments
genkernel.log (genkernel.log,11.43 KB, text/plain)
2010-10-27 19:35 UTC, Emmanuel Pelado
Details
english genkernel.log (genkernel.log,11.41 KB, text/plain)
2010-10-27 20:12 UTC, Emmanuel Pelado
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Pelado 2010-10-27 19:33:38 UTC
Im compiling my system again cause I setup a software raid0.
I did the same with an abit ip35-pro with no prolbems, bun now, when I try to build my kernel with genkernel (any version) it fails with:

COMMAND: make -j5 CC="gcc" LD="ld" AS="as"  
Makefile:405: *** las reglas implícitas y las normales están mezcladas.  Alto.
* Gentoo Linux Genkernel; Version 3.4.10.907
* Running with options: --no-clean --dmraid --install --menuconfig --save-config --makeopts=-j5 --bootloader=grub initramfs

* ERROR: Failed to compile the "oldconfig" target...


Reproducible: Always

Steps to Reproduce:
1.chroot into system or boot system
2.genkernel --dmraid --install --menuconfig --save-config --makeopts=-j5 --bootloader=grub all
3.

Actual Results:  
* -- Grepping log... --

COMMAND: make -j5 CC="gcc" LD="ld" AS="as"  
Makefile:405: *** las reglas implícitas y las normales están mezcladas.  Alto.
* Gentoo Linux Genkernel; Version 3.4.10.907
* Running with options: --no-clean --dmraid --install --menuconfig --save-config --makeopts=-j5 --bootloader=grub initramfs

* ERROR: Failed to compile the "oldconfig" target...
--
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
* 
* Please do *not* report compilation failures as genkernel bugs!
--
make: getcwd: No existe el fichero o el directorio
make: *** No hay ninguna regla para construir el objetivo `all'.  Alto.
* Gentoo Linux Genkernel; Version 3.4.10.907
* Running with options: --no-clean --dmraid --install --menuconfig --save-config --makeopts=-j5 --bootloader=grub initramfs

* ERROR: Failed to compile the "all" target...

* -- End log... --

Expected Results:  
exit succesfully

system info:
gentoo ~amd64
i3 530 + 4gb + P7p55d + 8800gt + 2x500 raid0
Comment 1 Emmanuel Pelado 2010-10-27 19:35:23 UTC
Created attachment 252295 [details]
genkernel.log
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-10-27 19:41:42 UTC
please don't guess at who to assign to.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-10-27 19:42:37 UTC
Please provide English error output.
LANG=C.

Is the kernel sources between the two machines identical?
Comment 4 Emmanuel Pelado 2010-10-27 20:12:57 UTC
Created attachment 252303 [details]
english genkernel.log

I think the problem is that genkernel dont recognize my arch
extract:
COMMAND: make -j5 CC="gcc" LD="ld" AS="as" ARCH="x86"

Now Im in the system, manually configured kernel, and the initrd I copy from the cdrom.

the problem is over chroot and not, and happends again in my old gentoo, without raid. (Im trying to compile the kernel over the same pc, and copy the kernel, but the problem happends the same)

sory for my english
thanks
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-10-27 20:23:31 UTC

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