Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stage 1 install of 2004.3 -- More Perl Dependency Issues
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Mon Nov 15, 2004 9:54 pm    Post subject: Stage 1 install of 2004.3 -- More Perl Dependency Issues Reply with quote

Now that 2004.3 has been released, I've started a Stage 1/NPTL installation on another PC. I've run into problems.

With the 2004.2 Stage 1 tarball, I had run into problems during the bootstrap.sh script where some apps being emerged were dependent on an unmerged perl:
https://forums.gentoo.org/viewtopic.php?t=248229

with the new 2004.3 Stage 1 tarball, the problems in the bootstrap script seem to have been addressed. :wink:

unfortunately, when it comes time to emerge system, i've run into a fatal error where additional programs are failing to emerge because of a dependency on unemerged perl.

i have to admit, i didn't write down the name of the program that resulted in the fatal error -- i just emerged libperl and re-executed the emerge system command.

has anyone else encountered similar problems in doing a Stage 1 install with the new 2004.3 Stage 1 tarball? It seems that Portage needs some tweaking...
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
andreas2000
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2004
Posts: 144
Location: Austria/Vienna

PostPosted: Tue Nov 16, 2004 1:16 am    Post subject: Reply with quote

same Problem here..
Code:

emerge system

crashes while emerging
Code:
sys-apps/help2man-1.29

because of missing perl

i solved this by
Code:

emerge libperl
emerge system


I'm doing a stage 1 from 2004.3 booting from Knoppix CD because of working ipw2100 drivers
_________________
Registered Linux User 371244
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue Nov 16, 2004 1:50 am    Post subject: Reply with quote

i didn't write down the name of the offending program, but that rings a bell.

fwiw, i used the a similar technique to yours:
Code:
emerge libperl && emerge libperl && emerge system


i am installing from the 2004.2 Minimal CD. we'll see how it goes...

PS - on the first emerge system, i had 72 packages. on the second emerge system, i had 54 packages, which suggests that the offending program was about 18 packages deep. does that sound right?
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
seank
l33t
l33t


Joined: 08 Jul 2004
Posts: 686

PostPosted: Tue Nov 16, 2004 2:24 am    Post subject: Reply with quote

I to have this problem. emerge sytem fails because of Locale-gettext. It tries to use perl and it isn't there. :P

Must be a dependancy problem? It did the same thing in 2004.2. So, this problem has been around for a while. Why isn't it fixed? :?:
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue Nov 16, 2004 7:13 am    Post subject: Reply with quote

i don't know why it isn't fixed, but it would be a pretty simple thing to fix -- just change the manual so that instead of saying "emerge system" it says "emerge system && emerge libperl && emerge system". :lol:

granted, it would be embarassing to put that in the documentation, but a notification like that would spare alot of people from wasting their time trying work through the bug on their own. :roll:

i don't know how far along you are in the install, but i've found that i made the critical error of installing the 2004.3 Stage 1 tarball from the 2004.2 minimal live CD. as a result, my system is totally borked (locks up at boot), and i have to start over. :oops:
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks


Last edited by Bob P on Tue Nov 16, 2004 11:47 pm; edited 1 time in total
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue Nov 16, 2004 10:44 pm    Post subject: Reply with quote

edit: see next post
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks


Last edited by Bob P on Tue Nov 16, 2004 10:46 pm; edited 1 time in total
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue Nov 16, 2004 10:45 pm    Post subject: Reply with quote

sean_micken wrote:
I to have this problem. emerge sytem fails because of Locale-gettext. It tries to use perl and it isn't there. :P

Must be a dependancy problem? It did the same thing in 2004.2. So, this problem has been around for a while. Why isn't it fixed? :?:

i have just performed a second 2004.3 Stage 1 install and i ran into your problem again:

Bootstrapping works fine. when its time to "emerge system", there are 72 packages to be emerged. emerge system craps out on package number 14, gettext-1.03. gettext compilation is dependent upon perl, and perl is not yet installed. to get around this, i have tried "emerge libperl && emerge libperl". after emerging perl, when performing "emerge system", there are now 54 packages to be emerged.

this problem in portage remains unfixed from version 2004.2. the only difference is that instead of occurring during the performance of the bootstrap.sh script, this error now occurs during emerge system.

well, I cannot explain this:

i reported this problem on bugzilla, and it was assigned to the portage team. unfortunately, one of the portage guys signed off on it, stating that it did not appear to be a portage issue:

https://bugs.gentoo.org/show_bug.cgi?id=71322

so can somebody explain how this problem came about and how portage works? in my neophyte's understanding of Gentoo, i am of the impression that portage is responsible for determining the order of packages to be emerged and their dependencies. this would mean that when a dependency issue like this arises, portage is responsible.

am i completely missing something? do i have a total lack of understanding of what is going on here?
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
seank
l33t
l33t


Joined: 08 Jul 2004
Posts: 686

PostPosted: Tue Nov 16, 2004 11:36 pm    Post subject: Reply with quote

I added a comment to your bug report. There is definitely something wrong here.
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue Nov 16, 2004 11:50 pm    Post subject: Reply with quote

thanks. it always helps to have two voices crying from the wilderness instead of only one... :lol:
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
rjw8703
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 246
Location: Auburn, Al

PostPosted: Thu Nov 18, 2004 11:59 am    Post subject: Reply with quote

I am using 2004.3 stage1 and having problems w/bootstrap.sh the same place you are/were. It seems that they haven't fixed the problem yet.
Now if I can figure out how to resolve this. Does
Code:
emerge libperl &&
emerge libperl && emerge system   work before you bootstrap? Or is there something else I should do?
Back to top
View user's profile Send private message
rjw8703
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 246
Location: Auburn, Al

PostPosted: Thu Nov 18, 2004 12:02 pm    Post subject: Reply with quote

Please excuse my comments in the code section. I'm learning how to post msgs. thanks
Back to top
View user's profile Send private message
hardlythere
n00b
n00b


Joined: 01 May 2003
Posts: 8
Location: Augusta, GA

PostPosted: Thu Nov 18, 2004 12:14 pm    Post subject: Reply with quote

Myself as well, with "help2man". I emerged "perl" and then carried on. Seems to work OK now, I'm emerging KDE, so I'm applying for social security so the checks will start when KDE is finished. :D
Back to top
View user's profile Send private message
hirnstrudel.de
n00b
n00b


Joined: 17 Nov 2004
Posts: 40

PostPosted: Thu Nov 18, 2004 12:25 pm    Post subject: Reply with quote

i could not find any problem like this
i installed 2004.3 on x86 yesterday, and libperl and perl were installed correctly by emerge system.
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Thu Nov 18, 2004 12:37 pm    Post subject: Reply with quote

hirnstrudel.de wrote:
i could not find any problem like this
i installed 2004.3 on x86 yesterday, and libperl and perl were installed correctly by emerge system.

do you have "~x86" in your keywords?
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Thu Nov 18, 2004 12:40 pm    Post subject: Reply with quote

rjw8703 wrote:
I am using 2004.3 stage1 and having problems w/bootstrap.sh the same place you are/were. It seems that they haven't fixed the problem yet.
Now if I can figure out how to resolve this. Does
Code:
emerge libperl &&
emerge libperl && emerge system   work before you bootstrap? Or is there something else I should do?

obsolete information removed.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks


Last edited by Bob P on Thu Jan 26, 2006 7:16 am; edited 1 time in total
Back to top
View user's profile Send private message
hirnstrudel.de
n00b
n00b


Joined: 17 Nov 2004
Posts: 40

PostPosted: Thu Nov 18, 2004 2:37 pm    Post subject: Reply with quote

Bob P wrote:
do you have "~x86" in your keywords?

no i don't
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Thu Nov 18, 2004 2:44 pm    Post subject: Reply with quote

didn't think so. afaik this issue only crops up for people using "~x86".
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
rjw8703
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 246
Location: Auburn, Al

PostPosted: Thu Nov 18, 2004 4:14 pm    Post subject: Reply with quote

The problem occured during bootstrap.sh. I had the same output as you did. Also I'm using x86 not ~x86. Again this is using 2004.3 on a sager
8790 laptop intel p4m 3.4GHz. I was going to try to install ~x86 and nptl
after I did a more common (by the book) type of install.
Back to top
View user's profile Send private message
f3lix85
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 78

PostPosted: Thu Nov 18, 2004 10:53 pm    Post subject: Perl problems Reply with quote

When i came accross that same issue i tried to emerge perl first and it didnt work so what i did was i changed my USE flags to not compile the extra documentation and it worked.
Back to top
View user's profile Send private message
rjw8703
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 246
Location: Auburn, Al

PostPosted: Thu Nov 18, 2004 11:00 pm    Post subject: Reply with quote

I don't have docs in my USE statement.
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Thu Nov 18, 2004 11:19 pm    Post subject: Reply with quote

i think that this post in the bug report says everything there is to say on the subject:
Code:
------- Additional Comment #6 From Jason Stubbs 2004-11-18 05:11 PST -------
Circular dependency issue. All the ebuilds are correct but portage can't handle it (yet). If base system people can offer a temporary solution (again) that would be helpful, but about all we can do for this bug is mark it as a duplicate for the moment.

_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
rjw8703
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 246
Location: Auburn, Al

PostPosted: Thu Nov 18, 2004 11:45 pm    Post subject: Reply with quote

I think they're folks out there who have gentoo running. What migt I be doing wrong that is keeping gentoo from running on my laptop?
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Thu Nov 18, 2004 11:50 pm    Post subject: Reply with quote

obsolete information removed.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks


Last edited by Bob P on Thu Jan 26, 2006 7:15 am; edited 1 time in total
Back to top
View user's profile Send private message
rjw8703
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 246
Location: Auburn, Al

PostPosted: Fri Nov 19, 2004 12:48 am    Post subject: Reply with quote

Yes, it occured during bootstrap.sh using 2004.3 minimum cd and stage1-x86-2004.3.tar.bz2. If I knew how capture what gets displayed on the screen I would post it. The porblem ,I think, has something to do with
gettext and perl.
Back to top
View user's profile Send private message
rjw8703
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 246
Location: Auburn, Al

PostPosted: Fri Nov 19, 2004 12:51 am    Post subject: Reply with quote

Another question, why use emerge libperl twice in
Code:
emerge libperl && emerge libperl && emerge system
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum