* [gentoo-catalyst] livecd-stage1 problem
@ 2008-03-11 19:45 Robert C Corsaro
2008-03-11 19:48 ` Andrew Gaffney
2008-03-12 14:59 ` Chris Gianelloni
0 siblings, 2 replies; 17+ messages in thread
From: Robert C Corsaro @ 2008-03-11 19:45 UTC (permalink / raw
To: gentoo-catalyst
I am following the HOWTO at
http://gentoo-wiki.com/HOWTO_build_a_LiveCD_with_Catalyst_for_newbies.
I've tried moving the package that requires intltool to the stage2 part
and that causes the same error in the stage2 build. I couldn't find
anyone with the same problem in the list archive, which makes me think
I'm doing something wrong. I can post my catalyst config files if
anyone would like them.
The configure part that checks for XML::Parser just runs 'perl -e
"require XML::Parser"'. I research a little and it looks like the
package is failing to load because of a link error with expat. The
recommended solution is to do a revdep-rebuild, but I'm not sure how to
accomplish this with a stage1 build.
dev-perl/XML-Parser is definitely installed. I'm using the
release/current stage3 archive for this build. I also tried the 2007.0
release with no luck. Perhaps I need a newer stage3?
>>> Emerging (127 of 173) dev-util/intltool-0.35.5 to /
* This profile has not been tested thoroughly and is not considered to be
* a supported server profile at this time. For a supported server
* profile, please check the Hardened project (http://hardened.gentoo.org).
* This profile is merely a convenience for people who require a more
* minimal profile, yet are unable to use hardened due to restrictions in
* the software being used on the server. This profile should also be used
* if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this
* applies to you, then it doesn't and you should probably be using
* Hardened, instead.
* Applying intltool-0.35.5-update.patch ...
[ ok ]
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is
required for intltool
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-11 19:45 [gentoo-catalyst] livecd-stage1 problem Robert C Corsaro
@ 2008-03-11 19:48 ` Andrew Gaffney
2008-03-11 19:51 ` Robert C Corsaro
2008-03-12 14:59 ` Chris Gianelloni
1 sibling, 1 reply; 17+ messages in thread
From: Andrew Gaffney @ 2008-03-11 19:48 UTC (permalink / raw
To: gentoo-catalyst
Robert C Corsaro wrote:
> Perhaps I need a newer stage3?
Yes, you do. You should *always* build a full set of stages (1-3) using the same
snapshot you're using to build your CD. This avoids upgrade problems like this.
--
Andrew Gaffney http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer Catalyst/Installer + x86 release coordinator
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-11 19:48 ` Andrew Gaffney
@ 2008-03-11 19:51 ` Robert C Corsaro
2008-03-11 19:54 ` Andrew Gaffney
2008-03-12 4:33 ` Daniel Díaz
0 siblings, 2 replies; 17+ messages in thread
From: Robert C Corsaro @ 2008-03-11 19:51 UTC (permalink / raw
To: gentoo-catalyst
Andrew Gaffney wrote:
> Robert C Corsaro wrote:
>> Perhaps I need a newer stage3?
>
> Yes, you do. You should *always* build a full set of stages (1-3) using
> the same snapshot you're using to build your CD. This avoids upgrade
> problems like this.
>
Should I update that howto? It recommends getting the stage3 off a mirror.
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-11 19:51 ` Robert C Corsaro
@ 2008-03-11 19:54 ` Andrew Gaffney
2008-03-12 4:33 ` Daniel Díaz
1 sibling, 0 replies; 17+ messages in thread
From: Andrew Gaffney @ 2008-03-11 19:54 UTC (permalink / raw
To: gentoo-catalyst
Robert C Corsaro wrote:
> Andrew Gaffney wrote:
>> Robert C Corsaro wrote:
>>> Perhaps I need a newer stage3?
>>
>> Yes, you do. You should *always* build a full set of stages (1-3)
>> using the same snapshot you're using to build your CD. This avoids
>> upgrade problems like this.
>>
>
> Should I update that howto? It recommends getting the stage3 off a mirror.
If you want. We didn't write it, nor do we maintain it. Everything on
gentoo-wiki is completely unofficial, which usually means that it's wrong to
some degree or another.
--
Andrew Gaffney http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer Catalyst/Installer + x86 release coordinator
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-11 19:51 ` Robert C Corsaro
2008-03-11 19:54 ` Andrew Gaffney
@ 2008-03-12 4:33 ` Daniel Díaz
2008-03-13 17:00 ` Chris Gianelloni
1 sibling, 1 reply; 17+ messages in thread
From: Daniel Díaz @ 2008-03-12 4:33 UTC (permalink / raw
To: gentoo-catalyst
Hello!
On Tue, Mar 11, 2008 at 1:51 PM, Robert C Corsaro <rcorsaro@optaros.com> wrote:
> Andrew Gaffney wrote:
> > Robert C Corsaro wrote:
> >> Perhaps I need a newer stage3?
> >
> > Yes, you do. You should *always* build a full set of stages (1-3) using
> > the same snapshot you're using to build your CD. This avoids upgrade
> > problems like this.
> >
>
> Should I update that howto? It recommends getting the stage3 off a mirror.
I just noticed the Wiki page has been updated. Thanks many! I'm sure
many have been bitten by that bug, and even if that document out of
this project's scope, surely that'll keep people that found it somehow
useful (like you) from falling for that.
Thanks and greetings!
Daniel Díaz
yosoy@danieldiaz.org
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-11 19:45 [gentoo-catalyst] livecd-stage1 problem Robert C Corsaro
2008-03-11 19:48 ` Andrew Gaffney
@ 2008-03-12 14:59 ` Chris Gianelloni
2008-03-12 15:14 ` Robert C Corsaro
1 sibling, 1 reply; 17+ messages in thread
From: Chris Gianelloni @ 2008-03-12 14:59 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 568 bytes --]
On Tue, 2008-03-11 at 15:45 -0400, Robert C Corsaro wrote:
> dev-perl/XML-Parser is definitely installed. I'm using the
> release/current stage3 archive for this build. I also tried the 2007.0
> release with no luck. Perhaps I need a newer stage3?
Well, there's your problem. To try to keep people from screwing this up
even though we've said it repeatedly, I edited the wiki page.
Also, the wiki is *not* an official source of Gentoo . I wish people
would realize that.
--
Chris Gianelloni
Release Engineering Strategic Lead
Games Developer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-12 14:59 ` Chris Gianelloni
@ 2008-03-12 15:14 ` Robert C Corsaro
2008-03-12 15:21 ` Andrew Gaffney
2008-03-13 17:03 ` Chris Gianelloni
0 siblings, 2 replies; 17+ messages in thread
From: Robert C Corsaro @ 2008-03-12 15:14 UTC (permalink / raw
To: gentoo-catalyst
Chris Gianelloni wrote:
> On Tue, 2008-03-11 at 15:45 -0400, Robert C Corsaro wrote:
>> dev-perl/XML-Parser is definitely installed. I'm using the
>> release/current stage3 archive for this build. I also tried the 2007.0
>> release with no luck. Perhaps I need a newer stage3?
>
> Well, there's your problem. To try to keep people from screwing this up
> even though we've said it repeatedly, I edited the wiki page.
>
> Also, the wiki is *not* an official source of Gentoo . I wish people
> would realize that.
>
I think that the problem is, there is no "official documentation" AFAIK.
The catalyst page points to the newbie wiki as the best source of
documentation. It was the only path I could find to understanding how
to use catalyst. Saying it's not official documentation is fine, but it
will still help reduce the amount of questions asked here to try and
make it 'right'(which I have no problem doing). I'm sorry if the
information I was looking for is written down somewhere and I didn't
find it. If it is, perhaps we can add that docs location to the
catalyst page. I did search the mailing list archive and didn't see my
problem. Maybe I didn't look hard enough? If not, sorry for wasting
time. I know it sucks to answer the same question over and over.
BTW, catalyst is awesome, so thanks to everyone who worked on it.
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-12 15:14 ` Robert C Corsaro
@ 2008-03-12 15:21 ` Andrew Gaffney
2008-03-12 15:25 ` Robert C Corsaro
2008-03-13 17:03 ` Chris Gianelloni
1 sibling, 1 reply; 17+ messages in thread
From: Andrew Gaffney @ 2008-03-12 15:21 UTC (permalink / raw
To: gentoo-catalyst
Robert C Corsaro wrote:
> The catalyst page points to the newbie wiki as the best source of
> documentation.
What catalyst page? We don't point to gentoo-wiki in any official gentoo
documents. If you're talking about the catalyst page on gentoo-wiki, again, we
don't know or care :P
--
Andrew Gaffney http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer Catalyst/Installer + x86 release coordinator
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-12 15:21 ` Andrew Gaffney
@ 2008-03-12 15:25 ` Robert C Corsaro
2008-03-13 17:13 ` Chris Gianelloni
0 siblings, 1 reply; 17+ messages in thread
From: Robert C Corsaro @ 2008-03-12 15:25 UTC (permalink / raw
To: gentoo-catalyst
Andrew Gaffney wrote:
> Robert C Corsaro wrote:
>> The catalyst page points to the newbie wiki as the best source of
>> documentation.
>
> What catalyst page? We don't point to gentoo-wiki in any official gentoo
> documents. If you're talking about the catalyst page on gentoo-wiki,
> again, we don't know or care :P
>
lol. I was mistaken about that, sorry. Let me ask a simple question.
What is the recommended way to learn to use catalyst?
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-12 15:25 ` Robert C Corsaro
@ 2008-03-13 17:13 ` Chris Gianelloni
0 siblings, 0 replies; 17+ messages in thread
From: Chris Gianelloni @ 2008-03-13 17:13 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1214 bytes --]
On Wed, 2008-03-12 at 11:25 -0400, Robert C Corsaro wrote:
> What is the recommended way to learn to use catalyst?
# emerge catalyst
# mkdir -p /release
# cd /release
# svn co svn://svn.gentoo.org/releng
# cd releng/trunk/releases/2007.0/specs/amd64
# sed -i 's:/root/livecd/kconfig/2007.0/amd64:../../kconfig/amd64:' *.spec
# mkdir -p /var/tmp/catalyst/snapshots
# cd /var/tmp/catalyst/snapshots
# wget http://gentoo.osuosl.org/releases/snapshots/portage-2007.0.tar.bz2
# mkdir -p /var/tmp/catalyst/builds/default
# cd /var/tmp/catalyst/builds/default
# wget http://gentoo.osuosl.org/releases/amd64/2006.1/stages/stage3-amd64-2006.1.tar.bz2
Now, at this point, you'll have a proper checkout and be ready to go. I
don't recommend using the 2008.0 specs until after they're finalized and
the release is made.
It's very simple. Start with stage1, then stage2, then stage3, then
proceed on to your different CD media. I'd suggest starting with
installcd-stage1, rather than livecd-stage1. Make changes. See what
those changes actually end up doing. Read the specs
in /usr/share/doc/catalyst-*/examples...
--
Chris Gianelloni
Release Engineering Strategic Lead
Games Developer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-12 15:14 ` Robert C Corsaro
2008-03-12 15:21 ` Andrew Gaffney
@ 2008-03-13 17:03 ` Chris Gianelloni
2008-03-13 17:16 ` Robert C Corsaro
1 sibling, 1 reply; 17+ messages in thread
From: Chris Gianelloni @ 2008-03-13 17:03 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1740 bytes --]
On Wed, 2008-03-12 at 11:14 -0400, Robert C Corsaro wrote:
> > Also, the wiki is *not* an official source of Gentoo . I wish people
> > would realize that.
> >
>
> I think that the problem is, there is no "official documentation" AFAIK.
Yes, there is. Try to emerge catalyst again and read what it actually
says. There is no *web* documentation.
> The catalyst page points to the newbie wiki as the best source of
> documentation. It was the only path I could find to understanding how
> to use catalyst. Saying it's not official documentation is fine, but it
Umm... no. The catalyst page most definitely does *not* point to
*anything* on gentoo-wiki. I'm guessing you mean some random catalyst
page on gentoo-wiki, don't you?
> will still help reduce the amount of questions asked here to try and
> make it 'right'(which I have no problem doing). I'm sorry if the
> information I was looking for is written down somewhere and I didn't
> find it. If it is, perhaps we can add that docs location to the
> catalyst page. I did search the mailing list archive and didn't see my
> problem. Maybe I didn't look hard enough? If not, sorry for wasting
> time. I know it sucks to answer the same question over and over.
Every livecd-stage1 "blocker" issue ever reported has been this same
issue. I know it's hit this list a few times, but would likely be
difficult to search and find, since I bet most people would search for
the package in question, rather than the action being taken.
> BTW, catalyst is awesome, so thanks to everyone who worked on it.
Well, check out AUTHORS and send them beer. ;]
--
Chris Gianelloni
Release Engineering Strategic Lead
Games Developer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-13 17:03 ` Chris Gianelloni
@ 2008-03-13 17:16 ` Robert C Corsaro
2008-03-13 17:22 ` Chris Gianelloni
0 siblings, 1 reply; 17+ messages in thread
From: Robert C Corsaro @ 2008-03-13 17:16 UTC (permalink / raw
To: gentoo-catalyst
Chris Gianelloni wrote:
> Every livecd-stage1 "blocker" issue ever reported has been this same
> issue. I know it's hit this list a few times, but would likely be
> difficult to search and find, since I bet most people would search for
> the package in question, rather than the action being taken.
BTW. I built my own stage 1-3 with my current portage snapshot and tried
again. Same problem. I ended up chrooting into the env. and trying to
run 'perl -e "require XML::Parser"' and it was looking for
libexpat.0.so. I don't really understand why, because I could plainly
see it emerging XML::Parser and my box does not display this behavior.
I ended up just symlinking libexpat.0.so to libexpat.1.so. Probably
extremely dumb.. but hey, it's working. Maybe I can help out with an
official HOWTO, if you guys would like one.
>
>> BTW, catalyst is awesome, so thanks to everyone who worked on it.
>
> Well, check out AUTHORS and send them beer. ;]
>
Send beer?! Anyone live in Boston? ;)
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-13 17:16 ` Robert C Corsaro
@ 2008-03-13 17:22 ` Chris Gianelloni
2008-03-14 0:23 ` Daniel Díaz
0 siblings, 1 reply; 17+ messages in thread
From: Chris Gianelloni @ 2008-03-13 17:22 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 420 bytes --]
On Thu, 2008-03-13 at 13:16 -0400, Robert C Corsaro wrote:
> > Well, check out AUTHORS and send them beer. ;]
> >
> Send beer?! Anyone live in Boston? ;)
Dammit. I knew I should have taken the job in Boston and not Mountain
View. ;]
I plan on starting up a fairly comprehensive manual for catalyst after
this coming release.
--
Chris Gianelloni
Release Engineering Strategic Lead
Games Developer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-13 17:22 ` Chris Gianelloni
@ 2008-03-14 0:23 ` Daniel Díaz
2008-03-27 6:42 ` Chris Gianelloni
0 siblings, 1 reply; 17+ messages in thread
From: Daniel Díaz @ 2008-03-14 0:23 UTC (permalink / raw
To: gentoo-catalyst
Hello!
On Thu, Mar 13, 2008 at 11:22 AM, Chris Gianelloni <wolf31o2@gentoo.org> wrote:
[...]
> I plan on starting up a fairly comprehensive manual for catalyst after
> this coming release.
Chris, if I can be of any help please let me know . Somebody else
might be interested too in collaborating developing a good reference
manual.
Greetings!
Daniel Díaz
yosoy@danieldiaz.org
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-14 0:23 ` Daniel Díaz
@ 2008-03-27 6:42 ` Chris Gianelloni
2008-04-04 2:43 ` Daniel Díaz
0 siblings, 1 reply; 17+ messages in thread
From: Chris Gianelloni @ 2008-03-27 6:42 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 768 bytes --]
On Thu, 2008-03-13 at 18:23 -0600, Daniel Díaz wrote:
> On Thu, Mar 13, 2008 at 11:22 AM, Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> [...]
> > I plan on starting up a fairly comprehensive manual for catalyst after
> > this coming release.
>
> Chris, if I can be of any help please let me know . Somebody else
> might be interested too in collaborating developing a good reference
> manual.
Absolutely, I plan on starting it simply as a listing of every spec file
key available in each target, but from there, plan on writing up a
simple "howto" which will slowly expand into a comprehensive manual.
I would definitely be interested in help. Do you know GuideXML?
--
Chris Gianelloni
Release Engineering Strategic Lead
Games Developer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 problem
2008-03-27 6:42 ` Chris Gianelloni
@ 2008-04-04 2:43 ` Daniel Díaz
0 siblings, 0 replies; 17+ messages in thread
From: Daniel Díaz @ 2008-04-04 2:43 UTC (permalink / raw
To: gentoo-catalyst
Hello!
(Sorry I was out -- something kept me busy in the real world Mon-Wed.)
On Thu, Mar 27, 2008 at 12:42 AM, Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> On Thu, 2008-03-13 at 18:23 -0600, Daniel Díaz wrote:
> > On Thu, Mar 13, 2008 at 11:22 AM, Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> > [...]
> > > I plan on starting up a fairly comprehensive manual for catalyst after
> > > this coming release.
> >
> > Chris, if I can be of any help please let me know . Somebody else
> > might be interested too in collaborating developing a good reference
> > manual.
>
> Absolutely, I plan on starting it simply as a listing of every spec file
> key available in each target, but from there, plan on writing up a
> simple "howto" which will slowly expand into a comprehensive manual.
>
> I would definitely be interested in help. Do you know GuideXML?
I didn't, but now I do! The Gentoo GuideXML Guide is quite a good reference.
Let me know if I can help with formatting of the list of spec files.
Greetings!
Daniel Díaz
yosoy@danieldiaz.org
> --
> Chris Gianelloni
> Release Engineering Strategic Lead
> Games Developer
--
gentoo-catalyst@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2008-04-04 2:43 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11 19:45 [gentoo-catalyst] livecd-stage1 problem Robert C Corsaro
2008-03-11 19:48 ` Andrew Gaffney
2008-03-11 19:51 ` Robert C Corsaro
2008-03-11 19:54 ` Andrew Gaffney
2008-03-12 4:33 ` Daniel Díaz
2008-03-13 17:00 ` Chris Gianelloni
2008-03-12 14:59 ` Chris Gianelloni
2008-03-12 15:14 ` Robert C Corsaro
2008-03-12 15:21 ` Andrew Gaffney
2008-03-12 15:25 ` Robert C Corsaro
2008-03-13 17:13 ` Chris Gianelloni
2008-03-13 17:03 ` Chris Gianelloni
2008-03-13 17:16 ` Robert C Corsaro
2008-03-13 17:22 ` Chris Gianelloni
2008-03-14 0:23 ` Daniel Díaz
2008-03-27 6:42 ` Chris Gianelloni
2008-04-04 2:43 ` Daniel Díaz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox