Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootstrap.sh meldet error
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Thu Jan 16, 2003 10:21 pm    Post subject: bootstrap.sh meldet error Reply with quote

was muss ich den da jetzt reinschreiben.
Habe einen amd Athlon 900.
wenn ich die 3 rauten davor entferne geht net wenn ich dann
cd /usr/portage
scripts/bootstrap.sh

mache.
Kann mir einer damit helfen?


Last edited by Nighthawk on Fri Jan 17, 2003 8:04 pm; edited 2 times in total
Back to top
View user's profile Send private message
cArN4g3
Tux's lil' helper
Tux's lil' helper


Joined: 15 Sep 2002
Posts: 97
Location: Germany - Frankfurt am Main

PostPosted: Thu Jan 16, 2003 10:57 pm    Post subject: Reply with quote

Code:

CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon -march=athlon -O3 -pipe"
CXXFLAGS="${CFLAGS}"

wenn du nen athlon tbird hast, dann ersetzte "athlon" durch "athlon-tbird"
die use-flags zeile soll man laut installhowto untouched lass waehrend(vor) dem bootstrap-vorgang..

wenn du ein stage2 oder bessernoch wenn du nach emerge system ein fertiges stage3 system hast, kannste useflags eingeben..
hierzu findest du alle moeglichen use-flags mit ihrere zugehoerigen bedeutung in dem

file /usr/portage/profiles/use.desc

mfg carn
_________________
Larry the Cow recommends:

Gentoo Linux - www.gentoo.org

my system: pre gentoo linux 2k7, athlon64 3,2 , Nvidia 7800 Pro, 1024 mb ddr-ram, 320 gb discspace
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Jan 17, 2003 1:24 pm    Post subject: Reply with quote

cool. THX
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Jan 17, 2003 7:01 pm    Post subject: Reply with quote

sorry nocheinmal ich habe deine 3 werte übernommen bzw. die rauten weggemacht und iengesetzt.
Wenn ich dann mit boostraps tarten will bricht der nach ca. 1 Seite Tetx ab. Wenn mir einer Helfen kann.- Sagt mir bitte wenn ihr den error text braucht vielleicht ist aber fehler bekannt muss ich in dieser txt noch merh machen?
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Fri Jan 17, 2003 7:20 pm    Post subject: Reply with quote

schick ma die Fehlermeldung (siehe: Wichtig: Bitte beachten beim Posten)

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Jan 17, 2003 7:54 pm    Post subject: Reply with quote

DAs zeigt der an wenn ich die bootstrap.sh satrte.
Habe bei der make.conf die 3 rauten für die athlon konfiguration gelöscht
was kann das sein?
Benutze die 16Mb boot cd stage 1 ...


When i try to start the bootstrap:
Code:
Using >=sys-apps/baselayout-1.7.3
Using >=sys-apps/portage-1.8.9_pre25
Using >=sys-devel/binutils-2.13.90.0.4
Using =sys-devel/gcc-2.95.3-r8
Using sys-devel/gettext
Using =sys-libs/glibc-2.2.5-r7
Using >=sys-apps/texinfo-4.2-r1
Using sys-libs/zlib
Using <sys-libs/ncurses-5.2.20020112a
Calculating dependencies !!! Name error in : category or package part missing.
Traceback (most recent call last):
File "/usr/bin/emerge", line 1220, in ?
mykey=portage.db[portage.root]["porttree"].dep_bestmatch(mypkg)
File "/usr/lib/python2.2/site-packages/portage.py", line 2096, in dep_bestmatch
if not self.hasnode(mykey):
File "/usr/lib/python2.2/site-packages/portage.py", line 1851, in hasnode
myreskey=self.resolve_key(mykey)
File "/usr/lib/python2.2/site-packages/portage.py", line 1800, in resolve_key
self.load(mykey)
File "/usr/lib/python2.2/site-packages/portage.py", line 1759, in load
self.populate()
File "/usr/lib/python2.2/site-packages/portage.py", line 2456, in populate
self.domask()
File "/usr/lib/python2.2/site-packages/portage.py", line 2464, in domask
self.zap(y)
File "/usr/lib/python2.2/site-packages/portage.py", line 1771, in zap
mykey=cps[0]+"/"+cps[1]
TypeError: unsubscriptable object
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Jan 17, 2003 7:55 pm    Post subject: Reply with quote

bei eienr antwort bitte berücksichtigen diese fuer einen anfaenger yu formulieren. thx

Last edited by Nighthawk on Fri Jan 17, 2003 7:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
tribble
n00b
n00b


Joined: 17 Jan 2003
Posts: 2

PostPosted: Fri Jan 17, 2003 8:42 pm    Post subject: dito Reply with quote

Nighthawk wrote:
DAs zeigt der an wenn ich die bootstrap.sh satrte.
...
File "/usr/lib/python2.2/site-packages/portage.py", line 1771, in zap
mykey=cps[0]+"/"+cps[1]
TypeError: unsubscriptable object


Das selbe hier in auf einem Notebook.
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Jan 17, 2003 8:50 pm    Post subject: Reply with quote

hmm komisch
Back to top
View user's profile Send private message
tribble
n00b
n00b


Joined: 17 Jan 2003
Posts: 2

PostPosted: Fri Jan 17, 2003 8:54 pm    Post subject: loesung? Reply with quote

hejo,

ich habe folgenden thread gefunden, der das problem soweit bei mir behebt:
https://forums.gentoo.org/viewtopic.php?t=28225

mfg,
t.
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Jan 17, 2003 9:42 pm    Post subject: Reply with quote

/usr/portage/sys-apps/portage/files/README.RESCUE
die gibbet bei mir net.
Och mensc, warum klappt das denn nur bei mir irgendwie net :-(
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Jan 17, 2003 9:45 pm    Post subject: Reply with quote

sorry readem usw. war groß

ich schau mal weiter
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Jan 17, 2003 9:55 pm    Post subject: Reply with quote

es scheint zu funktionieren nur ist der tar befehl falsch
habe den durch -xvjpf ersetzt bootstrap läuft thx very much
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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