Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113786 - catalyst-2.0_pre20051122 livecd stage2 callback failure in genkernel
Summary: catalyst-2.0_pre20051122 livecd stage2 callback failure in genkernel
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 06:15 UTC by M. Edward Borasky
Modified: 2005-11-28 12:42 UTC (History)
0 users

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


Attachments
genkernel log from failed kernel build (genkernel.log.bz2,385.02 KB, application/octet-stream)
2005-11-28 06:31 UTC, M. Edward Borasky
Details
log of whole "catalyst -f livecd-stage2_template.spec" run (livecd-stage2_template.log.bz2,601.83 KB, application/octet-stream)
2005-11-28 06:32 UTC, M. Edward Borasky
Details
spec file for the attempted build (livecd-stage2_template.spec,16.15 KB, text/plain)
2005-11-28 06:33 UTC, M. Edward Borasky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description M. Edward Borasky 2005-11-28 06:15:38 UTC
Here's the brief message -- the whole log of the session is attached:
------------------------------------------------------------------------------
* Gentoo Linux Genkernel; Version 3.3.6^[[0m
* Running with options:
--callback=PKGDIR=/usr/portage/packages/gk_binaries/gentoo/ebuilds emerge -kb
pcmcia-cs speedtouch slmodem globespan-adsl hostap-driver hostap-utils ipw2100
ipw2200 fritzcapi fcdsl cryptsetup --lvm2 --dmraid
--cachedir=/usr/portage/packages/gk_binaries/gentoo-genkernel_cache-znmeb-20051126
--no-mountboot --no-install --kerneldir=/usr/src/linux
--kernel-config=/var/tmp/gentoo.config
--modulespackage=/usr/portage/packages/gk_binaries/gentoo-modules-znmeb-20051126.tar.bz2
--minkernpackage=/usr/portage/packages/gk_binaries/gentoo-kernel-initrd-znmeb-20051126.tar.bz2
--kerncache=/usr/portage/packages/gk_binaries/gentoo-kerncache-znmeb-20051126.tar.bz2
all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc

* ^[[1mERROR:^[[00m --callback ^[[1mfailed^[[00m!

^[[32;01m*^[[0m -- End log... --

^[[32;01m*^[[0m Please consult /var/log/genkernel.log for more information and any
^[[32;01m*^[[0m errors that were reported above.

^[[32;01m*^[[0m Report any genkernel bugs to bugs.gentoo.org and
^[[32;01m*^[[0m assign your bug to genkernel@gentoo.org. Please include
^[[32;01m*^[[0m as much information as you can in your bug report; attaching
-----------------------------------------------------------------------------
Comment 1 M. Edward Borasky 2005-11-28 06:31:03 UTC
Created attachment 73725 [details]
genkernel log from failed kernel build

It looks like some kind of issue with a wireless module. I'm not sure how to
fix this in the context of catalyst -- is there some translation table for
building the spec file?
Comment 2 M. Edward Borasky 2005-11-28 06:32:17 UTC
Created attachment 73726 [details]
log of whole "catalyst -f livecd-stage2_template.spec" run
Comment 3 M. Edward Borasky 2005-11-28 06:33:29 UTC
Created attachment 73727 [details]
spec file for the attempted build
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-11-28 09:58:52 UTC
OK.... so genkernel failed because of a problem that is completely unrelated to
catalyst (or genkernel for that matter).  The error message for your build was
exactly this (line 81627):

Your kernel source contains an incompatible version of the
ieee80211 subsystem, which needs to be removed before
ieee80211-1.1.6 can be installed. This can be accomplished by running:

# /bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux

Please note that this will make it impossible to use some of the
in-kernel IEEE 802.11 wireless LAN drivers (eg. orinoco).

Your error is due to your configuration.  My suggestion is to update your
snapshot to something recent and use the in-kernel ipw2100 and ipw2200 drivers
in the current stable 2.6.14 kernel series, rather than the external drivers.
Comment 5 M. Edward Borasky 2005-11-28 11:54:09 UTC
(In reply to comment #4)
> OK.... so genkernel failed because of a problem that is completely unrelated to
> catalyst (or genkernel for that matter).  The error message for your build was
> exactly this (line 81627):
> 
> Your kernel source contains an incompatible version of the
> ieee80211 subsystem, which needs to be removed before
> ieee80211-1.1.6 can be installed. This can be accomplished by running:
> 
> # /bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux
> 
> Please note that this will make it impossible to use some of the
> in-kernel IEEE 802.11 wireless LAN drivers (eg. orinoco).
> 
> Your error is due to your configuration.  My suggestion is to update your
> snapshot to something recent and use the in-kernel ipw2100 and ipw2200 drivers
> in the current stable 2.6.14 kernel series, rather than the external drivers.


The snapshot is 20051126 and the kernel is 2.6.14 right out of
gentoo-sources-2.6.14-r2. If I de-configure the driver it's complaining about
and configure the ipw2100/2200 drivers in the kernel config file, will this go
away, or do I have to perform the recommended action on the gentoo-sources
before I do that?

Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2005-11-28 12:42:26 UTC
Remove ipw2100 and ipw2200 from your specs completely and use the in-kernel
versions.

(Please keep discussions to the appropriate places, this is a bug tracking
facility, not a web forum)