| Summary: | emerge fails with portage 1.9.10 | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Arnaud Boudou <skuldeuh> |
| Component: | Unclassified | Assignee: | Daniel Robbins (RETIRED) <drobbins> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | carpaski |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
do this: cd / tar -jxvf /usr/portage/sys-apps/portage/files/portage-rescue-2.0.43-x86.tbz2 carpaski: think about maybe bumping the portage version in 1.2 ? Hello, I've tried with a Gentoo 1.4 rc1 stage 3 tarball, and emerge works perfectly (it's a 2.0.36 portage version) |
I've just tried to reinstall Gentoo 1.2 on my computer. 1st try - I tried with only stage1 archive, rsync the latest portage tree, and the bootstrap failed with an error message similar to the following (see it in the "2nd try" part) 2nd try - I did with the stage3 archive, and did it : emerge -s portage ... Latest version available : 1.9.10 Latest version installed : 1.9.10 ... emerge rsync ... emerge -s portage !!! Name error in : category or package part missing. Traceback (most recent last call) File "/usr/bin/emerge", line 1166, in ? searchinstance.execute() File "/usr/bin/emerge", line 145, in execute for package in self.treecache.getallnodes(): File "/usr/lib/python2.2/site-packages/portage.py", line 1902, in getallnodes self.populate() File "/usr/lib/python2.2/site-packages/portage.py", line 2498, in populate self.domask() File "/usr/lib/python2.2/site-packages/portage.py", line 2506, in domask self.zap(y) File "/usr/lib/python2.2/site-packages/portage.py", line 1813, in zap mkey=cps[0]+"/"+cps[1] TypeError: unsubscriptable object Now, i can just sync the portage tree. every tries to search, pretend, update and install give a similar error message.