public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] Error: kernel has not been configured yet
@ 2005-04-27 14:20 Arthur Henrique Zapparoli
  2005-04-27 14:40 ` Kosta Todorovic
  2005-04-27 15:01 ` Chris Gianelloni
  0 siblings, 2 replies; 6+ messages in thread
From: Arthur Henrique Zapparoli @ 2005-04-27 14:20 UTC (permalink / raw
  To: gentoo-catalyst

I'm creating one LiveCD with Catalyst as a "HighSchool Project" using
one server from  school.

This server is installed with Fedora Core 3. I "installed" gentoo and
i'm using it with chroot.

Ok, everything was working. I created one first version of my LiveCD.
It worked nice.
Now  I'm trying to create the second version. Used the same base spec config.
Added some other packages.
Now, i'm getting this error:

>>> emerge (161 of 285) sys-fs/cryptsetup-0.1-r1 to /
!!! aux_get(): ebuild path for 'gnome-extra/cryptsetup-0.1-r1' not specified:
!!!            None

QA Notice: ECLASS 'kernel-mod' inherited illegally in
nome-extra/cryptsetup-0.1-r1

[...]

!!! ERROR: sys-fs/cryptsetup-0.1-r1 failed.
!!! Function kernel-mod_configoption_present, Line 90, Exitcode 1
!!! kernel has not been configured yet
!!! If you need support, post the topmost build error, NOT this status message.

Traceback (most recent call last):
  File "modules/livecd_stage1_target.py", line 21, in run_local
    cmd("/bin/bash "+self.settings["sharedir"]+\
  File "/usr/lib/catalyst/modules/catalyst_support.py", line 98, in cmd
    raise CatalystError,myexc
CatalystError: <unprintable instance object>
None

!!! catalyst: LiveCD stage1 build aborting due to error.


Is this a problem cause i'm using catalyst in a chrooted environment?
How to solve this?

-- 
[]'s
Arthur Zapparoli
http://www.arthurgeek.net

-- 
gentoo-catalyst@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-catalyst] Error: kernel has not been configured yet
  2005-04-27 14:20 [gentoo-catalyst] Error: kernel has not been configured yet Arthur Henrique Zapparoli
@ 2005-04-27 14:40 ` Kosta Todorovic
  2005-04-27 15:01 ` Chris Gianelloni
  1 sibling, 0 replies; 6+ messages in thread
From: Kosta Todorovic @ 2005-04-27 14:40 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 1720 bytes --]

Put cryptsetup as part of your stage2 spec.

boot/kernel/gentoo/packages: 



On 4/27/05, Arthur Henrique Zapparoli <arthurzap@gmail.com> wrote:
> 
> I'm creating one LiveCD with Catalyst as a "HighSchool Project" using
> one server from school.
> 
> This server is installed with Fedora Core 3. I "installed" gentoo and
> i'm using it with chroot.
> 
> Ok, everything was working. I created one first version of my LiveCD.
> It worked nice.
> Now I'm trying to create the second version. Used the same base spec 
> config.
> Added some other packages.
> Now, i'm getting this error:
> 
> >>> emerge (161 of 285) sys-fs/cryptsetup-0.1-r1 to /
> !!! aux_get(): ebuild path for 'gnome-extra/cryptsetup-0.1-r1' not 
> specified:
> !!! None
> 
> QA Notice: ECLASS 'kernel-mod' inherited illegally in
> nome-extra/cryptsetup-0.1-r1
> 
> [...]
> 
> !!! ERROR: sys-fs/cryptsetup-0.1-r1 failed.
> !!! Function kernel-mod_configoption_present, Line 90, Exitcode 1
> !!! kernel has not been configured yet
> !!! If you need support, post the topmost build error, NOT this status 
> message.
> 
> Traceback (most recent call last):
> File "modules/livecd_stage1_target.py", line 21, in run_local
> cmd("/bin/bash "+self.settings["sharedir"]+\
> File "/usr/lib/catalyst/modules/catalyst_support.py", line 98, in cmd
> raise CatalystError,myexc
> CatalystError: <unprintable instance object>
> None
> 
> !!! catalyst: LiveCD stage1 build aborting due to error.
> 
> Is this a problem cause i'm using catalyst in a chrooted environment?
> How to solve this?
> 
> --
> []'s
> Arthur Zapparoli
> http://www.arthurgeek.net
> 
> --
> gentoo-catalyst@gentoo.org mailing list
> 
>

[-- Attachment #2: Type: text/html, Size: 2327 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-catalyst] Error: kernel has not been configured yet
  2005-04-27 14:20 [gentoo-catalyst] Error: kernel has not been configured yet Arthur Henrique Zapparoli
  2005-04-27 14:40 ` Kosta Todorovic
@ 2005-04-27 15:01 ` Chris Gianelloni
  2005-04-27 15:09   ` Arthur Henrique Zapparoli
  1 sibling, 1 reply; 6+ messages in thread
From: Chris Gianelloni @ 2005-04-27 15:01 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

On Wed, 2005-04-27 at 11:20 -0300, Arthur Henrique Zapparoli wrote:
> !!! kernel has not been configured yet

This is your error.  You have to have a configured kernel to emerge
cryptsetup.  I recommend moving cryptsetup (or whatever package requires
it) to your boot/kernel/$kname/packages in livecd-stage2, so it is built
after the kernel.

-- 
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-catalyst] Error: kernel has not been configured yet
  2005-04-27 15:01 ` Chris Gianelloni
@ 2005-04-27 15:09   ` Arthur Henrique Zapparoli
  2005-04-27 15:11     ` Kosta Todorovic
  2005-04-27 15:46     ` Chris Gianelloni
  0 siblings, 2 replies; 6+ messages in thread
From: Arthur Henrique Zapparoli @ 2005-04-27 15:09 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 782 bytes --]

I don't have cryptsetup in my stage1 spec file.
I downloaded packagecd from 2005.0 and copied all packages from this (to 
save compile time for gnome).
I guess this is the problem

-- 
[]'s
Arthur Zapparoli
http://www.arthurgeek.net

2005/4/27, Chris Gianelloni <wolf31o2@gentoo.org>:
> 
> On Wed, 2005-04-27 at 11:20 -0300, Arthur Henrique Zapparoli wrote:
> > !!! kernel has not been configured yet
> 
> This is your error. You have to have a configured kernel to emerge
> cryptsetup. I recommend moving cryptsetup (or whatever package requires
> it) to your boot/kernel/$kname/packages in livecd-stage2, so it is built
> after the kernel.
> 
> --
> Chris Gianelloni
> Release Engineering - Strategic Lead/QA Manager
> Games - Developer
> Gentoo Linux
>

[-- Attachment #2: Type: text/html, Size: 1109 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-catalyst] Error: kernel has not been configured yet
  2005-04-27 15:09   ` Arthur Henrique Zapparoli
@ 2005-04-27 15:11     ` Kosta Todorovic
  2005-04-27 15:46     ` Chris Gianelloni
  1 sibling, 0 replies; 6+ messages in thread
From: Kosta Todorovic @ 2005-04-27 15:11 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]

Then you must do what Chris said with the package that cryptsetup is a 
dependency of.

On 4/27/05, Arthur Henrique Zapparoli <arthurzap@gmail.com> wrote:
> 
> I don't have cryptsetup in my stage1 spec file.
> I downloaded packagecd from 2005.0 and copied all packages from this (to 
> save compile time for gnome).
> I guess this is the problem
> 
> -- 
> []'s
> Arthur Zapparoli
> http://www.arthurgeek.net
> 
> 2005/4/27, Chris Gianelloni <wolf31o2@gentoo.org>:
> > 
> > On Wed, 2005-04-27 at 11:20 -0300, Arthur Henrique Zapparoli wrote:
> > > !!! kernel has not been configured yet
> > 
> > This is your error. You have to have a configured kernel to emerge
> > cryptsetup. I recommend moving cryptsetup (or whatever package requires 
> > it) to your boot/kernel/$kname/packages in livecd-stage2, so it is built
> > after the kernel.
> > 
> > --
> > Chris Gianelloni
> > Release Engineering - Strategic Lead/QA Manager
> > Games - Developer
> > Gentoo Linux
> > 
>

[-- Attachment #2: Type: text/html, Size: 1772 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-catalyst] Error: kernel has not been configured yet
  2005-04-27 15:09   ` Arthur Henrique Zapparoli
  2005-04-27 15:11     ` Kosta Todorovic
@ 2005-04-27 15:46     ` Chris Gianelloni
  1 sibling, 0 replies; 6+ messages in thread
From: Chris Gianelloni @ 2005-04-27 15:46 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

On Wed, 2005-04-27 at 12:09 -0300, Arthur Henrique Zapparoli wrote:
> I don't have cryptsetup in my stage1 spec file.
> I downloaded packagecd from 2005.0 and copied all packages from this
> (to save compile time for gnome).
> I guess this is the problem

app-cdr/cdrtools when built with USE="crypt"

Move cdrtools to livecd-stage2 and you'll be fine.

-- 
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-04-27 15:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-27 14:20 [gentoo-catalyst] Error: kernel has not been configured yet Arthur Henrique Zapparoli
2005-04-27 14:40 ` Kosta Todorovic
2005-04-27 15:01 ` Chris Gianelloni
2005-04-27 15:09   ` Arthur Henrique Zapparoli
2005-04-27 15:11     ` Kosta Todorovic
2005-04-27 15:46     ` Chris Gianelloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox