public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] broken
@ 2002-01-24 17:14 Toby DiPasquale
  2002-01-24 17:52 ` mikepolniak
  2002-01-24 19:50 ` Chuck Haines
  0 siblings, 2 replies; 4+ messages in thread
From: Toby DiPasquale @ 2002-01-24 17:14 UTC (permalink / raw
  To: gentoo-dev

Gentoo Team:

	So there I am, at code listing 18, typing in cd /usr/portage and
then scripts/bootstrap.sh and the results are here:

!!! Invalid token (not "=") used
Traceback (most recent call last):
  File "/usr/sbin/emerge", line 308, in ?
    if not portage.settings.has_key?("MAINTAINER")
  File "/usr/lib/python2.0/site-packages/portage.py", line 496, in has_key
    if x.has_key(mykey)
AttributeError: 'None' object has no attribute 'has_key'

I get the same "'None' object has no attribute 'has_key'" error about 9 or
10 times (it's hard to tell on my crappy monitor). Is this a known issue?
Can it be fixed? I did everything as specified on the sheet
(http://www.gentoo.org/doc/build.html) to the letter and nothing else
errored out. Do you guys know what's going wrong?

P.S. System specs: Athlon 1.4GHz, 512MB RAM, 61.5GB IBM IDE HDD, ATI
Radeon 32MB video card, ESS Allegro sound card, US keyboard (Dell),
3button (PS/2) from Kensington and a crappy 15" monitor from Zenith
(1024x768 max res.)

I would send you a dmesg, but the shell says 'bash: dmesg: command not
found'. Oh well.

<< T o b i a s   D i P a s q u a l e >>
anany@ece.villanova.edu | tdipas01@villanova.edu | toby@khenry.com

"Bill Gates comes to visit SoftImage and during an employee Q/A someone asks 
'Since the Internet is all about free software, how come Microsoft is still 
charging for it?'"
 -- Adam Barr, 
    __Proudly Serving My Corporate Masters__



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [gentoo-dev] broken
@ 2002-01-24 17:27 Andy Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Thomas @ 2002-01-24 17:27 UTC (permalink / raw
  To: gentoo-dev

Hi,

By an almost amazing coincidence I also got that error (on almost identical
hardware).

After a bit of investigation as far as I could tell I'd managed to screw up
the /etc/make.conf file.

put the original back in, and off it went!

Might be a good place to start looking!

regards

Andy

-----Original Message-----
From: Toby DiPasquale [mailto:anany@ece.villanova.edu]
Sent: 24 January 2002 17:15
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] broken


Gentoo Team:

	So there I am, at code listing 18, typing in cd /usr/portage and
then scripts/bootstrap.sh and the results are here:

!!! Invalid token (not "=") used
Traceback (most recent call last):
  File "/usr/sbin/emerge", line 308, in ?
    if not portage.settings.has_key?("MAINTAINER")
  File "/usr/lib/python2.0/site-packages/portage.py", line 496, in has_key
    if x.has_key(mykey)
AttributeError: 'None' object has no attribute 'has_key'

I get the same "'None' object has no attribute 'has_key'" error about 9 or
10 times (it's hard to tell on my crappy monitor). Is this a known issue?
Can it be fixed? I did everything as specified on the sheet
(http://www.gentoo.org/doc/build.html) to the letter and nothing else
errored out. Do you guys know what's going wrong?

P.S. System specs: Athlon 1.4GHz, 512MB RAM, 61.5GB IBM IDE HDD, ATI
Radeon 32MB video card, ESS Allegro sound card, US keyboard (Dell),
3button (PS/2) from Kensington and a crappy 15" monitor from Zenith
(1024x768 max res.)

I would send you a dmesg, but the shell says 'bash: dmesg: command not
found'. Oh well.

<< T o b i a s   D i P a s q u a l e >>
anany@ece.villanova.edu | tdipas01@villanova.edu | toby@khenry.com

"Bill Gates comes to visit SoftImage and during an employee Q/A someone asks

'Since the Internet is all about free software, how come Microsoft is still 
charging for it?'"
 -- Adam Barr, 
    __Proudly Serving My Corporate Masters__

_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] broken
  2002-01-24 17:14 [gentoo-dev] broken Toby DiPasquale
@ 2002-01-24 17:52 ` mikepolniak
  2002-01-24 19:50 ` Chuck Haines
  1 sibling, 0 replies; 4+ messages in thread
From: mikepolniak @ 2002-01-24 17:52 UTC (permalink / raw
  To: gentoo-dev

On Thu, 24 Jan 2002 12:14:34 -0500 (EST)
Toby DiPasquale <anany@ece.villanova.edu> wrote:

> Gentoo Team:
> 
> 	So there I am, at code listing 18, typing in cd /usr/portage and
> then scripts/bootstrap.sh and the results are here:
> 
> !!! Invalid token (not "=") used
> Traceback (most recent call last):
>   File "/usr/sbin/emerge", line 308, in ?
>     if not portage.settings.has_key?("MAINTAINER")
>   File "/usr/lib/python2.0/site-packages/portage.py", line 496, in has_key
>     if x.has_key(mykey)
> AttributeError: 'None' object has no attribute 'has_key'
> 
> I get the same "'None' object has no attribute 'has_key'" error about 9 or
> 10 times (it's hard to tell on my crappy monitor). Is this a known issue?
> Can it be fixed? I did everything as specified on the sheet
> (http://www.gentoo.org/doc/build.html) to the letter and nothing else
> errored out. Do you guys know what's going wrong?

This seems to be a common error (i had it also), because i had uncommented
some lines in /etc/make.conf  under #USE descriptions.



-- 
Save bandwidth and time - Get Mailfilter - The Anti-Spam Utility
http://mailfilter.sourceforge.net/index.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] broken
  2002-01-24 17:14 [gentoo-dev] broken Toby DiPasquale
  2002-01-24 17:52 ` mikepolniak
@ 2002-01-24 19:50 ` Chuck Haines
  1 sibling, 0 replies; 4+ messages in thread
From: Chuck Haines @ 2002-01-24 19:50 UTC (permalink / raw
  To: gentoo-dev

Here is the proplem.  You messed up the make.conf.  I got the exact error
when I firsted installed it,  Basically you uncommented the wrong stuff.

On Thu, 24 Jan 2002, Toby DiPasquale wrote:

> Gentoo Team:
>
> 	So there I am, at code listing 18, typing in cd /usr/portage and
> then scripts/bootstrap.sh and the results are here:
>
> !!! Invalid token (not "=") used
> Traceback (most recent call last):
>   File "/usr/sbin/emerge", line 308, in ?
>     if not portage.settings.has_key?("MAINTAINER")
>   File "/usr/lib/python2.0/site-packages/portage.py", line 496, in has_key
>     if x.has_key(mykey)
> AttributeError: 'None' object has no attribute 'has_key'
>
> I get the same "'None' object has no attribute 'has_key'" error about 9 or
> 10 times (it's hard to tell on my crappy monitor). Is this a known issue?
> Can it be fixed? I did everything as specified on the sheet
> (http://www.gentoo.org/doc/build.html) to the letter and nothing else
> errored out. Do you guys know what's going wrong?
>
> P.S. System specs: Athlon 1.4GHz, 512MB RAM, 61.5GB IBM IDE HDD, ATI
> Radeon 32MB video card, ESS Allegro sound card, US keyboard (Dell),
> 3button (PS/2) from Kensington and a crappy 15" monitor from Zenith
> (1024x768 max res.)
>
> I would send you a dmesg, but the shell says 'bash: dmesg: command not
> found'. Oh well.
>
> << T o b i a s   D i P a s q u a l e >>
> anany@ece.villanova.edu | tdipas01@villanova.edu | toby@khenry.com
>
> "Bill Gates comes to visit SoftImage and during an employee Q/A someone asks
> 'Since the Internet is all about free software, how come Microsoft is still
> charging for it?'"
>  -- Adam Barr,
>     __Proudly Serving My Corporate Masters__
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>

----------------------
| Chuck Haines       |
| WPI Class of 2005  |
| chaines@wpi.edu    |
| AOL IM: CyberGrex  |
----------------------



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-01-24 19:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-24 17:14 [gentoo-dev] broken Toby DiPasquale
2002-01-24 17:52 ` mikepolniak
2002-01-24 19:50 ` Chuck Haines
  -- strict thread matches above, loose matches on Subject: below --
2002-01-24 17:27 Andy Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox