* Re: [gentoo-alpha] Problems running bootstrap.sh
@ 2004-07-28 14:04 Sigurd Stordal
2004-07-31 17:21 ` Rikard Johnels
0 siblings, 1 reply; 11+ messages in thread
From: Sigurd Stordal @ 2004-07-28 14:04 UTC (permalink / raw
To: Gentoo Alpha user list.
> > emerge: there are no masked or unmasked ebuilds to satisfy
> > ">=sys-apps/portage-2.0.36".
>
> where does bootstrap.sh get the versionnumber
> Using >=sys-apps/portage-2.0.36 ?
> Is says >= shouldnt that imply that 2.0.50 is relevant?
Yes something is wrong, and I think it has to do with the version of portage
thats in the install cd/stage 1, I had the same problem, and if memory serves
me right, what I did was to do a "rescue portage" (go to the files directory
of /usr/portage/sys-apps/portage/ and follow the directions for resueing
portage). And see if that fixes the problem.
--
Sigurd Stordal
master in Petrology/mineralogy
President of GOGS
Opuscreator VO in DNM95
--
gentoo-alpha@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-07-28 14:04 [gentoo-alpha] Problems running bootstrap.sh Sigurd Stordal @ 2004-07-31 17:21 ` Rikard Johnels 2004-08-01 1:15 ` Bryan Østergaard 2004-08-02 4:01 ` Aron Griffis 0 siblings, 2 replies; 11+ messages in thread From: Rikard Johnels @ 2004-07-31 17:21 UTC (permalink / raw To: gentoo-alpha On Wednesday 28 July 2004 16.04, Sigurd Stordal wrote: > > > emerge: there are no masked or unmasked ebuilds to satisfy > > > ">=sys-apps/portage-2.0.36". > > > > where does bootstrap.sh get the versionnumber > > Using >=sys-apps/portage-2.0.36 ? > > Is says >= shouldnt that imply that 2.0.50 is relevant? > > Yes something is wrong, and I think it has to do with the version of > portage thats in the install cd/stage 1, I had the same problem, and if > memory serves me right, what I did was to do a "rescue portage" (go to the > files directory of /usr/portage/sys-apps/portage/ and follow the directions > for resueing portage). And see if that fixes the problem. > > -- > Sigurd Stordal > master in Petrology/mineralogy > President of GOGS > Opuscreator VO in DNM95 > > -- > gentoo-alpha@gentoo.org mailing list I did "tar xjpUvf portage-rescue-2.0.49-r3-alpha.tbz2 -C /" as described in the README-RESCUE file The foillowing trash occurs after the patched portage Gentoo files # emerge sync <snip (lots of lines)> x11-wm/fluxbox/files/ xfce-extra/ rsync: connection unexpectedly closed (1977189 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) >>> Updating Portage cache... Gentoo files # emerge portage portage: Update type "slotmove" not recognized. portage: Update type "slotmove" not recognized. portage: Update type "slotmove" not recognized. portage: Update type "slotmove" not recognized. portage: Update type "slotmove" not recognized. portage: Update type "slotmove" not recognized. portage: Update type "slotmove" not recognized. Calculating dependencies -Traceback (most recent call last): File "/usr/bin/emerge", line 1348, in ? retval,favorites=mydepgraph.select_files(myfiles) File "/usr/bin/emerge", line 665, in select_files if not self.select_dep(portage.root,mykey,arg=x): File "/usr/bin/emerge", line 719, in select_dep self.create(myk,myparent,"--onlydeps" not in myopts) File "/usr/bin/emerge", line 632, in create if self.select_dep("/",edepend[0]+" "+edepend[1],myparent=mp): File "/usr/bin/emerge", line 715, in select_dep self.create(myk,myparent) File "/usr/bin/emerge", line 632, in create if self.select_dep("/",edepend[0]+" "+edepend[1],myparent=mp): File "/usr/bin/emerge", line 675, in select_dep mycheck=portage.dep_check(depstring,self.mydbapi[myroot]) File "/usr/lib/python2.2/site-packages/portage.py", line 2077, in dep_check mylist=flatten(dep_listcleanup(dep_zapdeps(mysplit,mysplit2))) File "/usr/lib/python2.2/site-packages/portage.py", line 1834, in dep_zapdeps myresult=dep_zapdeps(unreduced[x],reduced[x]) File "/usr/lib/python2.2/site-packages/portage.py", line 1834, in dep_zapdeps myresult=dep_zapdeps(unreduced[x],reduced[x]) File "/usr/lib/python2.2/site-packages/portage.py", line 1818, in dep_zapdeps if unreduced[0]=="||": IndexError: list index out of range Gentoo files # So what now? I am on the brink of forgetting about Gentoo on Alpha. To much problems. -- /Rikard ------------------------------------------------------------------------------------ Rikard Johnels email : rikjoh@norweb.se Web : http://www.rikjoh.com Mob : +46 735 05 51 01 ------------------------ Public PGP fingerprint ---------------------------- < 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78 46 1C EE 56 > -- gentoo-alpha@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-07-31 17:21 ` Rikard Johnels @ 2004-08-01 1:15 ` Bryan Østergaard 2004-08-02 4:01 ` Aron Griffis 1 sibling, 0 replies; 11+ messages in thread From: Bryan Østergaard @ 2004-08-01 1:15 UTC (permalink / raw To: gentoo-alpha [-- Attachment #1: Type: text/plain, Size: 633 bytes --] On Sat, 2004-07-31 at 19:21, Rikard Johnels wrote: <snip long explanation> > Gentoo files # emerge sync > > <snip (lots of lines)> > > x11-wm/fluxbox/files/ > xfce-extra/ > rsync: connection unexpectedly closed (1977189 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(150) > > >>> Updating Portage cache... > <snip lots more> :D Make sure you're not using any 2.6.1 or 2.6.2 version of net-misc/rsync. They are known to cause the 'connection unexpected closed' problem you're seeing as well as (sometimes) corrupting files in /usr/portage. Regards, Bryan Østergaard [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-07-31 17:21 ` Rikard Johnels 2004-08-01 1:15 ` Bryan Østergaard @ 2004-08-02 4:01 ` Aron Griffis 2004-08-03 3:16 ` Rikard Johnels ` (2 more replies) 1 sibling, 3 replies; 11+ messages in thread From: Aron Griffis @ 2004-08-02 4:01 UTC (permalink / raw To: gentoo-alpha [-- Attachment #1: Type: text/plain, Size: 1731 bytes --] Rikard Johnels wrote: [Sat Jul 31 2004, 01:21:39PM EDT] > I did "tar xjpUvf portage-rescue-2.0.49-r3-alpha.tbz2 -C /" as described in > the README-RESCUE file Ouch, we should really make a newer portage-rescue for alpha, based on 2.0.50. > The foillowing trash occurs after the patched portage > > Gentoo files # emerge sync > > <snip (lots of lines)> > > x11-wm/fluxbox/files/ > xfce-extra/ > rsync: connection unexpectedly closed (1977189 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(150) As Kloeri said, bad rsync version > Gentoo files # emerge portage > portage: Update type "slotmove" not recognized. > portage: Update type "slotmove" not recognized. > portage: Update type "slotmove" not recognized. > portage: Update type "slotmove" not recognized. > portage: Update type "slotmove" not recognized. > portage: Update type "slotmove" not recognized. > portage: Update type "slotmove" not recognized. This is because the version of portage in the rescue tarball is too old. > Calculating dependencies -Traceback (most recent call last): > ... The crash probably occurred because the tree was only partly rsync'd, but I'm not sure. > So what now? I don't know the easiest way out. I would probably build a better rsync on either another machine or this one if you can make it work (perhaps using emerge with --nodeps). Then try to get the tree to sync. Alternatively you could unpack stage1 into a chroot and build a newer portage there, use --buildpkg to make a package out of it, then untar that into your root partition. Self-baked portage rescue... Regards, Aron -- Aron Griffis Gentoo Linux Developer [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-08-02 4:01 ` Aron Griffis @ 2004-08-03 3:16 ` Rikard Johnels 2004-08-03 3:18 ` Rikard Johnels 2004-09-26 12:40 ` Rikard Johnels 2 siblings, 0 replies; 11+ messages in thread From: Rikard Johnels @ 2004-08-03 3:16 UTC (permalink / raw To: gentoo-alpha On Monday 02 August 2004 06.01, Aron Griffis wrote: > Rikard Johnels wrote: [Sat Jul 31 2004, 01:21:39PM EDT] > > > I did "tar xjpUvf portage-rescue-2.0.49-r3-alpha.tbz2 -C /" as described > > in the README-RESCUE file > > Ouch, we should really make a newer portage-rescue for alpha, based on > 2.0.50. > When would that be available? > > The foillowing trash occurs after the patched portage > > > > Gentoo files # emerge sync > > > > <snip (lots of lines)> > > > > x11-wm/fluxbox/files/ > > xfce-extra/ > > rsync: connection unexpectedly closed (1977189 bytes read so far) > > rsync error: error in rsync protocol data stream (code 12) at io.c(150) > > As Kloeri said, bad rsync version > Ok.. Will check my version.. > > Gentoo files # emerge portage > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > This is because the version of portage in the rescue tarball is too > old. > > > Calculating dependencies -Traceback (most recent call last): > > ... > > The crash probably occurred because the tree was only partly rsync'd, > but I'm not sure. > > > So what now? > > I don't know the easiest way out. I would probably build a better > rsync on either another machine or this one if you can make it work > (perhaps using emerge with --nodeps). Then try to get the tree to > sync. > Not possible :( dont have a running alpha system "big enough" top compile on today. > Alternatively you could unpack stage1 into a chroot and build a newer > portage there, use --buildpkg to make a package out of it, then untar > that into your root partition. Self-baked portage rescue... > > Regards, > Aron > > -- > Aron Griffis > Gentoo Linux Developer Sounds interesting.. And how would i du in more detail? I am fairly new to Gentoo, and not much of a programmer. I unpacked the "stage1-alpha-1.4-r1.tbz2" That gave me a stage1 tree to chroot into. But then what? Do i just chroot /mnt/where-i-put-it /bin/bash ? How do i build a new portage rescue? And how do i use it? -- /Rikard ------------------------------------------------------------------------------------ Rikard Johnels email : rikjoh@norweb.se Web : http://www.rikjoh.com Mob : +46 735 05 51 01 ------------------------ Public PGP fingerprint ---------------------------- < 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78 46 1C EE 56 > -- gentoo-alpha@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-08-02 4:01 ` Aron Griffis 2004-08-03 3:16 ` Rikard Johnels @ 2004-08-03 3:18 ` Rikard Johnels 2004-09-26 12:40 ` Rikard Johnels 2 siblings, 0 replies; 11+ messages in thread From: Rikard Johnels @ 2004-08-03 3:18 UTC (permalink / raw To: gentoo-alpha On Monday 02 August 2004 06.01, Aron Griffis wrote: > Rikard Johnels wrote: [Sat Jul 31 2004, 01:21:39PM EDT] > > > I did "tar xjpUvf portage-rescue-2.0.49-r3-alpha.tbz2 -C /" as described > > in the README-RESCUE file > > Ouch, we should really make a newer portage-rescue for alpha, based on > 2.0.50. > > > The foillowing trash occurs after the patched portage > > > > Gentoo files # emerge sync > > > > <snip (lots of lines)> > > > > x11-wm/fluxbox/files/ > > xfce-extra/ > > rsync: connection unexpectedly closed (1977189 bytes read so far) > > rsync error: error in rsync protocol data stream (code 12) at io.c(150) > > As Kloeri said, bad rsync version > > > Gentoo files # emerge portage > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > portage: Update type "slotmove" not recognized. > > This is because the version of portage in the rescue tarball is too > old. > > > Calculating dependencies -Traceback (most recent call last): > > ... > > The crash probably occurred because the tree was only partly rsync'd, > but I'm not sure. > > > So what now? > > I don't know the easiest way out. I would probably build a better > rsync on either another machine or this one if you can make it work > (perhaps using emerge with --nodeps). Then try to get the tree to > sync. > > Alternatively you could unpack stage1 into a chroot and build a newer > portage there, use --buildpkg to make a package out of it, then untar > that into your root partition. Self-baked portage rescue... > > Regards, > Aron > > -- > Aron Griffis > Gentoo Linux Developer Maybe time for a new complete release? :) I did see something about a new one around the corner.. *waiting* -- /Rikard ------------------------------------------------------------------------------------ Rikard Johnels email : rikjoh@norweb.se Web : http://www.rikjoh.com Mob : +46 735 05 51 01 ------------------------ Public PGP fingerprint ---------------------------- < 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78 46 1C EE 56 > -- gentoo-alpha@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-08-02 4:01 ` Aron Griffis 2004-08-03 3:16 ` Rikard Johnels 2004-08-03 3:18 ` Rikard Johnels @ 2004-09-26 12:40 ` Rikard Johnels 2 siblings, 0 replies; 11+ messages in thread From: Rikard Johnels @ 2004-09-26 12:40 UTC (permalink / raw To: gentoo-alpha On Monday 02 August 2004 06.01, Aron Griffis wrote: > Rikard Johnels wrote: [Sat Jul 31 2004, 01:21:39PM EDT] > > > I did "tar xjpUvf portage-rescue-2.0.49-r3-alpha.tbz2 -C /" as described > > in the README-RESCUE file > > Ouch, we should really make a newer portage-rescue for alpha, based on > 2.0.50. > <number of lines cut> Has there been any progres on the update of the portage "problem" for AXP lately? I want to give it another go.. -- /Rikard ------------------------------------------------------------------------------------ Rikard Johnels email : rikjoh@norweb.se Web : http://www.rikjoh.com Mob : +46 735 05 51 01 ------------------------ Public PGP fingerprint ---------------------------- < 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78 46 1C EE 56 > -- gentoo-alpha@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-alpha] Problems running bootstrap.sh
@ 2004-07-26 4:36 Rikard Johnels
2004-07-26 11:20 ` Rikard Johnels
2004-08-02 4:05 ` Aron Griffis
0 siblings, 2 replies; 11+ messages in thread
From: Rikard Johnels @ 2004-07-26 4:36 UTC (permalink / raw
To: Gentoo-Alpha Mailing List
Hello all!
Using the stage1 setup on a AS255. (fourth setup)
But i cant get it to work.
Tried using Reiserfs, but that fails. Each time i use reiserfs the partition
table blows. no matter how many blocks i move the start..
Reverted to ext3 and at least i can get the portage tree wo problems.
Then something strange happens:
#> emerge sync
*lots of lines cut*
>>> Updating Portage cache...
Gentoo / # nano /etc/make.conf
Gentoo / # export USE="-java"
Gentoo / # cd /usr/portage/
Gentoo portage # scripts/bootstrap.sh
Gentoo Linux; http://www.gentoo.org/
Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL
Starting Bootstrap of base system ...
Using >=sys-apps/baselayout-1.8.3
Using >=sys-apps/portage-2.0.36
Using >=sys-devel/binutils-2.13.90.0.4
Using >=sys-devel/gcc-3.2
Using sys-devel/gettext
Using >=sys-libs/glibc-2.2.5-r7
Using >=sys-apps/texinfo-4.2-r5
Using sys-libs/zlib
Using >=sys-libs/ncurses-5.2.20020112a
Configuring environment...
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy
">=sys-apps/portage-2.0.36".
I used to be able to run the bootstrap.
But somehow it fails on me.
Am i doing something wrong?
--
/Rikard
------------------------------------------------------------------------------------
Rikard Johnels email : rikjoh@norweb.se
Web : http://www.rikjoh.com
Mob : +46 735 05 51 01
------------------------ Public PGP fingerprint ----------------------------
< 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78 46 1C EE 56 >
--
gentoo-alpha@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-07-26 4:36 Rikard Johnels @ 2004-07-26 11:20 ` Rikard Johnels 2004-07-27 22:08 ` Fluff 2004-08-02 4:05 ` Aron Griffis 1 sibling, 1 reply; 11+ messages in thread From: Rikard Johnels @ 2004-07-26 11:20 UTC (permalink / raw To: gentoo-alpha On Monday 26 July 2004 06.36, Rikard Johnels wrote: > Hello all! > > Using the stage1 setup on a AS255. (fourth setup) > But i cant get it to work. > Tried using Reiserfs, but that fails. Each time i use reiserfs the > partition table blows. no matter how many blocks i move the start.. > > Reverted to ext3 and at least i can get the portage tree wo problems. > Then something strange happens: > > #> emerge sync > *lots of lines cut* > > >>> Updating Portage cache... > > Gentoo / # nano /etc/make.conf > Gentoo / # export USE="-java" > Gentoo / # cd /usr/portage/ > Gentoo portage # scripts/bootstrap.sh > > Gentoo Linux; http://www.gentoo.org/ > Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL > Starting Bootstrap of base system ... > > Using >=sys-apps/baselayout-1.8.3 > Using >=sys-apps/portage-2.0.36 > Using >=sys-devel/binutils-2.13.90.0.4 > Using >=sys-devel/gcc-3.2 > Using sys-devel/gettext > Using >=sys-libs/glibc-2.2.5-r7 > Using >=sys-apps/texinfo-4.2-r5 > Using sys-libs/zlib > Using >=sys-libs/ncurses-5.2.20020112a > > Configuring environment... > Calculating dependencies > > emerge: there are no masked or unmasked ebuilds to satisfy > ">=sys-apps/portage-2.0.36". > > > I used to be able to run the bootstrap. > But somehow it fails on me. > > Am i doing something wrong? After looking in the sys-apps/portage dir i see: ls /usr/portage/sys-apps/portage/ ChangeLog files portage-2.0.50-r8.ebuild portage-2.0.51_pre13.ebuild Manifest metadata.xml portage-2.0.50-r9.ebuild where does bootstrap.sh get the versionnumber Using >=sys-apps/portage-2.0.36 ? Is says >= shouldnt that imply that 2.0.50 is relevant? -- /Rikard ------------------------------------------------------------------------------------ Rikard Johnels email : rikjoh@norweb.se Web : http://www.rikjoh.com Mob : +46 735 05 51 01 ------------------------ Public PGP fingerprint ---------------------------- < 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78 46 1C EE 56 > -- gentoo-alpha@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-07-26 11:20 ` Rikard Johnels @ 2004-07-27 22:08 ` Fluff 0 siblings, 0 replies; 11+ messages in thread From: Fluff @ 2004-07-27 22:08 UTC (permalink / raw To: Rikard Johnels; +Cc: gentoo-alpha Citerar Rikard Johnels <rikjoh@norweb.se>: > On Monday 26 July 2004 06.36, Rikard Johnels wrote: > > Hello all! > > > > Using the stage1 setup on a AS255. (fourth setup) > > But i cant get it to work. > > Tried using Reiserfs, but that fails. Each time i use reiserfs the > > partition table blows. no matter how many blocks i move the start.. > > > > Reverted to ext3 and at least i can get the portage tree wo problems. > > Then something strange happens: > > > > #> emerge sync > > *lots of lines cut* > > > > >>> Updating Portage cache... > > > > Gentoo / # nano /etc/make.conf > > Gentoo / # export USE="-java" > > Gentoo / # cd /usr/portage/ > > Gentoo portage # scripts/bootstrap.sh > > > > Gentoo Linux; http://www.gentoo.org/ > > Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL > > Starting Bootstrap of base system ... > > > > Using >=sys-apps/baselayout-1.8.3 > > Using >=sys-apps/portage-2.0.36 > > Using >=sys-devel/binutils-2.13.90.0.4 > > Using >=sys-devel/gcc-3.2 > > Using sys-devel/gettext > > Using >=sys-libs/glibc-2.2.5-r7 > > Using >=sys-apps/texinfo-4.2-r5 > > Using sys-libs/zlib > > Using >=sys-libs/ncurses-5.2.20020112a > > > > Configuring environment... > > Calculating dependencies > > > > emerge: there are no masked or unmasked ebuilds to satisfy > > ">=sys-apps/portage-2.0.36". > > > > > > I used to be able to run the bootstrap. > > But somehow it fails on me. > > > > Am i doing something wrong? > > After looking in the sys-apps/portage dir i see: > > ls /usr/portage/sys-apps/portage/ > ChangeLog files > portage-2.0.50-r8.ebuild portage-2.0.51_pre13.ebuild > Manifest metadata.xml > portage-2.0.50-r9.ebuild > > where does bootstrap.sh get the versionnumber > Using >=sys-apps/portage-2.0.36 ? > Is says >= shouldnt that imply that 2.0.50 is relevant? > > > -- > /Rikard > > ------------------------------------------------------------------------------------ > Rikard Johnels email : rikjoh@norweb.se > Web : http://www.rikjoh.com > Mob : +46 735 05 51 01 > > ------------------------ Public PGP fingerprint ---------------------------- > < 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78 46 1C EE 56 > > > -- > gentoo-alpha@gentoo.org mailing list > > Hi there, First of all: I think there was a pretty big update in the alpha-ebuilds around these days, try an emerge sync again. Eventually try to look in the ebuilds that the bootstrap-script wants, perhaps the error is there? What are you installing from? I also had a lot of problems installing on ReiserFS so I made a ext2 as root and the put /var /home /usr on separate partitions which was fine with ReiserFS... /Fluff -- Fluff Abrahamsson TIMELESS SOLUTIONS T: 070 88 88 708 F: 070 88 88 701 E: fluff@fluff.se #: 199919 [Proudly presents: hypodea.com and photochallenge.net] --- IMPORTANT NOTICE! The contents of this email are confidential and are for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. Please note that, although this email has been virus-checked, neither Timeless Solutions HB nor the sender accepts any responsibility for viruses and it is your responsibility to scan the email and attachments (if any). If you believe you have received this communication in error, please return it (with the title "received in error") to the sender then delete the email and destroy any copies of it. We would be grateful if you would also copy the communication to service@fluff.se ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- gentoo-alpha@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-alpha] Problems running bootstrap.sh 2004-07-26 4:36 Rikard Johnels 2004-07-26 11:20 ` Rikard Johnels @ 2004-08-02 4:05 ` Aron Griffis 1 sibling, 0 replies; 11+ messages in thread From: Aron Griffis @ 2004-08-02 4:05 UTC (permalink / raw To: Gentoo-Alpha Mailing List [-- Attachment #1: Type: text/plain, Size: 1679 bytes --] Rikard Johnels wrote: [Mon Jul 26 2004, 12:36:29AM EDT] > Using the stage1 setup on a AS255. (fourth setup) > But i cant get it to work. > Tried using Reiserfs, but that fails. Each time i use reiserfs the partition > table blows. no matter how many blocks i move the start.. You aren't accidentally creating the filesystem on the disc instead of the partition, are you? I use reiser all the time on alpha with no problems. I've tried both alpha-sources and vanilla-sources-2.4.26. > Reverted to ext3 and at least i can get the portage tree wo problems. > Then something strange happens: > > #> emerge sync > *lots of lines cut* > >>> Updating Portage cache... > > Gentoo / # nano /etc/make.conf > Gentoo / # export USE="-java" > Gentoo / # cd /usr/portage/ > Gentoo portage # scripts/bootstrap.sh > > Gentoo Linux; http://www.gentoo.org/ > Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL > Starting Bootstrap of base system ... > > Using >=sys-apps/baselayout-1.8.3 > Using >=sys-apps/portage-2.0.36 > Using >=sys-devel/binutils-2.13.90.0.4 > Using >=sys-devel/gcc-3.2 > Using sys-devel/gettext > Using >=sys-libs/glibc-2.2.5-r7 > Using >=sys-apps/texinfo-4.2-r5 > Using sys-libs/zlib > Using >=sys-libs/ncurses-5.2.20020112a > > Configuring environment... > Calculating dependencies > > emerge: there are no masked or unmasked ebuilds to satisfy > ">=sys-apps/portage-2.0.36". > > > I used to be able to run the bootstrap. > But somehow it fails on me. cd /usr/portage/sys-apps/portage grep ^KEY *.ebuild What do you see? Regards, Aron -- Aron Griffis Gentoo Linux Developer [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2004-09-26 12:40 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-07-28 14:04 [gentoo-alpha] Problems running bootstrap.sh Sigurd Stordal 2004-07-31 17:21 ` Rikard Johnels 2004-08-01 1:15 ` Bryan Østergaard 2004-08-02 4:01 ` Aron Griffis 2004-08-03 3:16 ` Rikard Johnels 2004-08-03 3:18 ` Rikard Johnels 2004-09-26 12:40 ` Rikard Johnels -- strict thread matches above, loose matches on Subject: below -- 2004-07-26 4:36 Rikard Johnels 2004-07-26 11:20 ` Rikard Johnels 2004-07-27 22:08 ` Fluff 2004-08-02 4:05 ` Aron Griffis
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox