* [gentoo-dev] Gentoo Linux 1.0_rc5 Build CD Installation @ 2001-07-31 0:02 Chris Lyttle 2001-07-31 11:41 ` Daniel Robbins 0 siblings, 1 reply; 3+ messages in thread From: Chris Lyttle @ 2001-07-31 0:02 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 252 bytes --] Having problems installing. Ebuild seems to crash after I try to run the bootstrap.sh command line. Any hints/help appreciated Followed the Build CD instructions on the website. Attached is the python error generated by the bootstrap.sh script Chris [-- Attachment #2: portage.err --] [-- Type: text/plain, Size: 615 bytes --] Using BINUTILS ./sys-devel/binutils/binutils-2.11.90.0.7.ebuild Using GCC ./sys-devel/gcc/gcc-2.95.3-r1.ebuild Using GETTEXT ./sys-devel/gettext/gettext-0.10.38.ebuild Using GLIBC ./sys-libs/glibc/glibc-2.2.3-r3.ebuild !!! Invalid token (not "=") perl Traceback (most recent call last): File "/usr/sbin/ebuild", line 8, in ? a=portage.doebuild(sys.argv[1],x) File "/usr/lib/python2.0/portage.py", line 465, in doebuild if not settings.has_key("BUILD_PREFIX"): File "/usr/lib/python2.0/portage.py", line 385, in has_key if x.has_key(mykey): AttributeError: 'None' object has no attribute 'has_key' ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] Gentoo Linux 1.0_rc5 Build CD Installation 2001-07-31 0:02 [gentoo-dev] Gentoo Linux 1.0_rc5 Build CD Installation Chris Lyttle @ 2001-07-31 11:41 ` Daniel Robbins 2001-07-31 13:32 ` Hendrik Visage 0 siblings, 1 reply; 3+ messages in thread From: Daniel Robbins @ 2001-07-31 11:41 UTC (permalink / raw To: gentoo-dev On Sat, Jul 28, 2001 at 11:03:38PM -0700, Chris Lyttle wrote: > > Having problems installing. Ebuild seems to crash after I try to run the > bootstrap.sh command line. Any hints/help appreciated > Followed the Build CD instructions on the website. Attached is the > python error generated by the bootstrap.sh script > > Chris > Using BINUTILS ./sys-devel/binutils/binutils-2.11.90.0.7.ebuild > Using GCC ./sys-devel/gcc/gcc-2.95.3-r1.ebuild > Using GETTEXT ./sys-devel/gettext/gettext-0.10.38.ebuild > Using GLIBC ./sys-libs/glibc/glibc-2.2.3-r3.ebuild > !!! Invalid token (not "=") perl > Traceback (most recent call last): > File "/usr/sbin/ebuild", line 8, in ? > a=portage.doebuild(sys.argv[1],x) > File "/usr/lib/python2.0/portage.py", line 465, in doebuild > if not settings.has_key("BUILD_PREFIX"): > File "/usr/lib/python2.0/portage.py", line 385, in has_key > if x.has_key(mykey): > AttributeError: 'None' object has no attribute 'has_key' Something like this could be caused by a typo in /etc/make.conf. Make sure your double-quotes are closed, etc., and try again. The problem shouldn't repeat itself. Best Regards, -- Daniel Robbins <drobbins@gentoo.org> Chief Architect/President http://www.gentoo.org Gentoo Technologies, Inc. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] Gentoo Linux 1.0_rc5 Build CD Installation 2001-07-31 11:41 ` Daniel Robbins @ 2001-07-31 13:32 ` Hendrik Visage 0 siblings, 0 replies; 3+ messages in thread From: Hendrik Visage @ 2001-07-31 13:32 UTC (permalink / raw To: gentoo-dev Build building issues etc. ========================== initially I've had NO success with build-1.0_rc5-r2, then I took the "standard" approach, and JUST uncommented the relevant CPU parts in make.conf, and so far it's working for me on K6 & Athlon and PIII (To be specific, a Dell 2450 + RAID and a Dell 2400). Sofar I've had sucess with adding the 3dnow flag, and also some of the X based flags, ie. gtk etc. The things I've noticed: Donr't mess with the nls use flag or anything else that might have some reference in perl5 (ie. gdbm, db) or glibc (nls as an example) as those two have been seen as the biggest hassles as they broke in spectacular fashions for me (No, I didn't yet had the time to troubleshoot, as I needed to get those machine running :() Greetz Hendrik On Tue, Jul 31, 2001 at 11:40:17AM -0600, Daniel Robbins wrote: > On Sat, Jul 28, 2001 at 11:03:38PM -0700, Chris Lyttle wrote: > > > > Having problems installing. Ebuild seems to crash after I try to run the > > bootstrap.sh command line. Any hints/help appreciated > > Followed the Build CD instructions on the website. Attached is the > > python error generated by the bootstrap.sh script > > > > Chris > > > Using BINUTILS ./sys-devel/binutils/binutils-2.11.90.0.7.ebuild > > Using GCC ./sys-devel/gcc/gcc-2.95.3-r1.ebuild > > Using GETTEXT ./sys-devel/gettext/gettext-0.10.38.ebuild > > Using GLIBC ./sys-libs/glibc/glibc-2.2.3-r3.ebuild > > !!! Invalid token (not "=") perl > > Traceback (most recent call last): > > File "/usr/sbin/ebuild", line 8, in ? > > a=portage.doebuild(sys.argv[1],x) > > File "/usr/lib/python2.0/portage.py", line 465, in doebuild > > if not settings.has_key("BUILD_PREFIX"): > > File "/usr/lib/python2.0/portage.py", line 385, in has_key > > if x.has_key(mykey): > > AttributeError: 'None' object has no attribute 'has_key' > > Something like this could be caused by a typo in /etc/make.conf. Make sure > your double-quotes are closed, etc., and try again. The problem shouldn't > repeat itself. > > Best Regards, > > -- > Daniel Robbins <drobbins@gentoo.org> > Chief Architect/President http://www.gentoo.org > Gentoo Technologies, Inc. > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@cvs.gentoo.org > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev -- ------------------------ Hendrik Visage hvisage@envisage.co.za ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-07-31 19:31 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2001-07-31 0:02 [gentoo-dev] Gentoo Linux 1.0_rc5 Build CD Installation Chris Lyttle 2001-07-31 11:41 ` Daniel Robbins 2001-07-31 13:32 ` Hendrik Visage
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox