Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dl-list.sh Error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Omega21
l33t
l33t


Joined: 14 Feb 2004
Posts: 788
Location: Canada (brrr. Its cold up here)

PostPosted: Sat Feb 14, 2004 11:53 pm    Post subject: dl-list.sh Error Reply with quote

Hi. I am installing Gentoo on my Computer.
I am using the dl-list.sh script as described in the installation guide. I first used it and it worked for the bootstrap part (there were a few duplicate entries for mirrors, however I dealt with that), but when I tried to use it again for the stage 2 steps, (emerge system) I recieve this error message.

Generating list Traceback (most recent call last):
File "/usr/sbin/ebuild", line 42, in ?
a=portage.doebuild(pargs[0],x,getroot(),tmpsettings,debug,cleanup=cleanup)
File "/usr/lib/portage/pym/portage.py", line 2138, in doebuild
mysettings ["dbkey"]=dbkey
File "/usr/lib/portage/pym/portage.py", line 1496, in __setitem__
self.configdict ["env'][mykey]=myvalue
File "/usr/lib/python2.2/os.py", line 404, in __setitem__
putenv(key, item)
TypeError: putenv() argument 2 must be string, not None


Please help me, or I will switch to M$ Windoze.

Ian
_________________
iMac G4 1GHz :: q6600 //2x 500GB//2GB RAM//8600GT//Gentoo :: MacBook Pro//2.53GHz
Back to top
View user's profile Send private message
qal21
n00b
n00b


Joined: 06 Nov 2003
Posts: 18

PostPosted: Sun Feb 15, 2004 1:32 am    Post subject: Reply with quote

Hi,

look at:
https://forums.gentoo.org/viewtopic.php?t=81070&highlight=dllist

:D Al :D
Back to top
View user's profile Send private message
qal21
n00b
n00b


Joined: 06 Nov 2003
Posts: 18

PostPosted: Mon Feb 16, 2004 3:40 am    Post subject: Reply with quote

Or you could use the simple:
[code]
emerge -pf BLAH 2>&1 | sed 's/ /\n/g' | grep '://' > blah.list[/code]

but that will list all mirrors, but using:

[code]wget -Nci blah.list[/code]

will cause wget to skip duplicates after the first working one.
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
Page 1 of 1

 
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