Not sure what made this happen: Badlands root # emerge -gkvp gnome These are the packages that I would merge, in order: Fetching binary packages info... cache miss: 'x' --- cache hit: 'o' xTraceback (most recent call last): File "/usr/bin/emerge", line 2100, in ? mydepgraph=depgraph(myaction,myopts) File "/usr/bin/emerge", line 625, in __init__ portage.db["/"]["bintree"].populate(("--getbinpkg" in myopts), ("--getbinpkgonly" in myopts)) File "/usr/lib/python2.2/site-packages/portage.py", line 4291, in populate self.remotepkgs = getbinpkg.dir_get_metadata(settings["PORTAGE_BINHOST"], chunk_size=chunk_size) File "/usr/lib/python2.2/site-packages/getbinpkg.py", line 479, in dir_get_metadata myid = file_get_metadata(baseurl+"/"+x, conn, chunk_size) File "/usr/lib/python2.2/site-packages/getbinpkg.py", line 296, in file_get_metadata data,rc,msg = make_http_request(conn, address, params, headers) File "/usr/lib/python2.2/site-packages/getbinpkg.py", line 203, in make_http_request return response.read(),0,"" File "/usr/lib/python2.2/httplib.py", line 378, in read s = self.fp.read() File "/usr/lib/python2.2/httplib.py", line 1140, in read assert not self._line_consumed and self._line_left AssertionError Badlands root # grep ^PORTAGE_BINHOST /etc/make.conf PORTAGE_BINHOST="http://chinstrap.alternating.net/files/binaries/i686" Not too sure whats wrong here.
Badlands root # emerge -kvgp gnome These are the packages that I would merge, in order: Fetching binary packages info... Traceback (most recent call last): File "/usr/bin/emerge", line 2100, in ? mydepgraph=depgraph(myaction,myopts) File "/usr/bin/emerge", line 625, in __init__ portage.db["/"]["bintree"].populate(("--getbinpkg" in myopts), ("--getbinpkg only" in myopts)) File "/usr/lib/python2.2/site-packages/portage.py", line 4291, in populate self.remotepkgs = getbinpkg.dir_get_metadata(settings["PORTAGE_BINHOST"], ch unk_size=chunk_size) File "/usr/lib/python2.2/site-packages/getbinpkg.py", line 391, in dir_get_met adata conn,protocol,address = create_conn(baseurl, conn) File "/usr/lib/python2.2/site-packages/getbinpkg.py", line 104, in create_conn conn = ftplib.FTP(host) File "/usr/lib/python2.2/ftplib.py", line 108, in __init__ self.connect(host) File "/usr/lib/python2.2/ftplib.py", line 133, in connect self.welcome = self.getresp() File "/usr/lib/python2.2/ftplib.py", line 215, in getresp raise error_perm, resp ftplib.error_perm: 500 OOPS: child died seems ftp didn't work too great either
Wanna 'emerge info' for me? Anything weird on your system? I looks to me like you're having issues with actually connecting. The errors make it look like something on your box is misbehaving.
Actually it was the remote host that closed the connection after a few seconds, rather abruptly at that. I think remote fixing needs a few more error messages.