I can't equo install equo even after an equo update --force. The packages keep downloading and don't install. An equo install equo --nochecksum gives me an error (reported via bug assistant, see below in this message for the stack trace).
Then I tried to emerge equo and I get the following:
localhost patrick # emerge equo
Calculating dependencies... done!
!!! All ebuilds that could satisfy "app-admin/equo" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/equo-9999-r8 (masked by: corruption)
- app-admin/equo-0.15.21.4 (masked by: corruption)
- app-admin/equo-0.15.21.3 (masked by: corruption)
- app-admin/equo-0.15.21.2 (masked by: corruption)
- app-admin/equo-0.15.21.1 (masked by: corruption)
- app-admin/equo-0.15.21 (masked by: corruption)
- app-admin/equo-0.15.20 (masked by: corruption)
- app-admin/equo-0.15.11 (masked by: corruption)
- app-admin/equo-0.15.10 (masked by: corruption)
- app-admin/equo-0.15.2 (masked by: corruption)
- app-admin/equo-0.15.1 (masked by: corruption)
- app-admin/equo-0.15.0 (masked by: corruption)
- app-admin/equo-0.14.16.1 (masked by: corruption)
There is no masked equo package in package.mask.
What I am missing here and who is corruption? :-S
Thanks in advance! Patrick
Here the equo crash:
localhost patrick # equo install equo --nochecksum
>> @@ Calculating dependencies ...
>> @@ Packages needing to be installed/updated/downgraded: 3
>> @@ Packages needing to be removed: 0
>> @@ Download size: 1.0MB
>> @@ Used disk space: 62.7kB
>> @@ You need at least: 2.0MB of free space
>> :: (1/3) >>> sys-apps/entropy-0.15.21.4
>> ## Downloading archive: sys-apps:entropy-0.15.21.4~0.tbz2
>> ## ( mirror #1 ) Downloading from: na.mirror.garr.it
>> ## ( mirror #1 ) Successfully downloaded from: na.mirror.garr.it at 25.0kB/second
>> :: (2/3) >>> app-admin/spritz-0.15.21.4
>> ## Downloading archive: app-admin:spritz-0.15.21.4~0.tbz2
>> ## ( mirror #1 ) Downloading from: na.mirror.garr.it
>> ## ( mirror #1 ) Successfully downloaded from: na.mirror.garr.it at 24.7kB/second
>> :: (3/3) >>> app-admin/equo-0.15.21.4
>> ## Downloading archive: app-admin:equo-0.15.21.4~0.tbz2
>> ## ( mirror #1 ) Downloading from: na.mirror.garr.it
>> ## ( mirror #1 ) Successfully downloaded from: na.mirror.garr.it at 20.7kB/second
>> ++ (1/3) >>> sys-apps/entropy-0.15.21.4
>> ## Ebuild: pkg_prerm()
>> ## Ebuild: pkg_postrm()
>> ## Unpacking package: sys-apps:entropy-0.15.21.4~0.tbz2
>> ## Downloading archive: sys-apps:entropy-0.15.21.4~0.tbz2
>> ## ( mirror #1 ) Downloading from: na.mirror.garr.it
>> ## ( mirror #1 ) Successfully downloaded from: na.mirror.garr.it at 24.8kB/second
>> Cache is now empty.
>> Hi. My name is Bug Reporter. I am sorry to inform you that Equo crashed. Well, you know, shit happens.
>> But there's something you could do to help Equo to be a better application.
>> -- EVEN IF I DON'T WANT YOU TO SUBMIT THE SAME REPORT MULTIPLE TIMES --
>> Now I am showing you what happened. Don't panic, I'm here to help you.
Traceback (most recent call last):
File "equo.py", line 364, in <module>
rc = text_ui.package(options)
File "../client/text_ui.py", line 100, in package
status, rc = installPackages(myopts, deps = equoRequestDeps, emptydeps = equoRequestEmptyDeps, onlyfetch = equoRequestOnlyFetch, deepdeps = equoRequestDeep, configFiles = equoRequestConfigFiles, tbz2 = mytbz2paths, resume = equoRequestResume, skipfirst = equoRequestSkipfirst, dochecksum = equoRequestChecksum)
File "../client/text_ui.py", line 850, in installPackages
rc = Package.run(xterm_header = xterm_header)
File "../libraries/entropy.py", line 5022, in run
rc = self.run_stepper(xterm_header)
File "../libraries/entropy.py", line 4943, in run_stepper
rc = self.unpack_step()
File "../libraries/entropy.py", line 4701, in unpack_step
rc = self.__unpack_package()
File "../libraries/entropy.py", line 3713, in __unpack_package
catchEmpty = True
File "../libraries/entropyTools.py", line 1302, in spawnFunction
status, result = pickle.load(f)
TypeError: ('__init__() takes exactly 2 arguments (1 given)', <class 'exceptionTools.FileNotFound'>, ())
Frame spawnFunction in ../libraries/entropyTools.py at line 1302
pwrite = 9
uid = None
f = <open file '<fdopen>', mode 'rb' at 0x83a4800>
args = (u'/var/lib/entropy/packages/x86/3.5/sys-apps:entropy-0.15.21.4~0.tbz2', u'/var/tmp/entropy/packages/x86/3.5/sys-apps:entropy-0.15.21.4~0.tbz2/image')
pid = 2787
gid = None
pread = 8
pickle = <module 'cPickle' from '/usr/lib/python2.5/lib-dynload/cPickle.so'>
kwds = {'catchEmpty': True}



