Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376467 - sys-kernel/genkernel-3.4.17 doesn't support sys-kernel/gentoo-sources-3.0 on ppc.
Summary: sys-kernel/genkernel-3.4.17 doesn't support sys-kernel/gentoo-sources-3.0 on ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-07-26 10:01 UTC by hiyuh
Modified: 2011-07-28 06: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 hiyuh 2011-07-26 10:01:01 UTC
ssia.


Reproducible: Always

Steps to Reproduce:
1. emerge =sys-kernel/genkernel-3.4.17
2. emerge =sys-kernel/gentoo-sources-3.0
3. ready to symlink /usr/src/linux for sys-kernel/gentoo-sources-3.0
4. cd /usr/src/linux && genkernel --menuconfig all
Actual Results:  
* Gentoo Linux Genkernel; Version 3.4.17
* Running with options: --kernel-config=/etc/kernels/kernel-config-ppc-2.6.39-gentoo-r3 --menuconfig all

* Linux Kernel 3.0.0-gentoo for ppc...
* mount: /boot mounted successfully!
* kernel: Using config from /etc/kernels/kernel-config-ppc-2.6.39-gentoo-r3
* kernel: >> Running mrproper...
* ERROR: Failed to compile the "mrproper" target...

* -- Grepping log... --

Makefile:567: /usr/src/linux-3.0-gentoo/arch/ppc/Makefile: No such file or directory
make: *** No rule to make target `/usr/src/linux-3.0-gentoo/arch/ppc/Makefile'.  Stop.
* Gentoo Linux Genkernel; Version 3.4.17
* Running with options: --kernel-config=/etc/kernels/kernel-config-ppc-2.6.39-gentoo-r3 --menuconfig all

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

* -- End log... --

* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.

* 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!
*


Expected Results:  
menuconfig should be displayed.

making symlink ppc -> powerpc in arch/ just work.
Comment 1 Sebastian Pipping gentoo-dev 2011-07-26 14:09:12 UTC
(In reply to comment #0)
> making symlink ppc -> powerpc in arch/ just work.

Can you elaborate on this please?
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-07-26 22:31:12 UTC
i see the problem. We have a bunch of checks in gen_arch for the kernel version, matching on 2.6.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-07-26 22:34:24 UTC
fixed in commit 3d7de35, please test.
Comment 4 Sebastian Pipping gentoo-dev 2011-07-27 01:09:51 UTC
Re-opening so people find this bug before we have a new release.  I hope this is in your interest.  Thanks for the patch!
Comment 5 hiyuh 2011-07-27 10:16:52 UTC
(In reply to comment #3)
> fixed in commit 3d7de35, please test.

FYI, I tried 9999 and ITJUSTWORKS(tm).
# w/ 3.0 radeon KMS driver looks broken to me, though it's irrelevant for this bug.
Comment 6 Sebastian Pipping gentoo-dev 2011-07-28 06:06:15 UTC
genkernel 3.4.18 including the fix has been released, closing.