Gentoo Archives: gentoo-catalyst

From: Mike Frysinger <vapier@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] broken catalyst-3.0_rc1 & catalyst-git
Date: Wed, 23 Mar 2016 16:11:04
Message-Id: 20160323161059.GK6588@vapier.lan
1 On 23 Mar 2016 15:41, armin76@g.o wrote:
2 > 23 Mar 2016 15:41:19 CET: NOTICE : purge(); clearing autoresume ...
3 > 23 Mar 2016 15:41:19 CET: NOTICE : Removing AutoResume Points ...
4 > 23 Mar 2016 15:41:19 CET: NOTICE : purge(); clearing chroot ...
5 > 23 Mar 2016 15:41:19 CET: NOTICE : Clearing the chroot path ...
6 > 23 Mar 2016 15:41:19 CET: NOTICE : purge(); clearing package cache ...
7 > 23 Mar 2016 15:41:19 CET: NOTICE : purging the pkgcache ...
8 > 23 Mar 2016 15:41:19 CET: NOTICE : purge(); clearing kerncache ...
9 > 23 Mar 2016 15:41:19 CET: NOTICE : purging the kerncache ...
10 > 23 Mar 2016 15:41:19 CET: NOTICE : --- Running action sequence: unpack
11 > 23 Mar 2016 15:41:19 CET: ERROR : Exception running action sequence unpack
12 > Traceback (most recent call last):
13 > File "/usr/lib/python2.7/site-packages/catalyst/base/stagebase.py", line 1413, in run
14 > getattr(self, x)()
15 > File "/usr/lib/python2.7/site-packages/catalyst/base/stagebase.py", line 734, in unpack
16 > unpack_info['source'] = file_check(unpack_info['source'])
17 > File "/usr/lib/python2.7/site-packages/catalyst/support.py", line 76, in file_check
18 > for ext in extensions:
19 > TypeError: 'NoneType' object is not iterable
20 > 23 Mar 2016 15:41:19 CET: NOTICE : Cleaning up... Running unbind()
21
22 this is the 2nd or 3rd time i've hard catalyst-3.0_rc1 fail for me.
23 i just upgraded this to git to try and workaround it, but that failed
24 now too:
25 Traceback (most recent call last):
26 File "/usr/lib/python2.7/site-packages/catalyst/base/stagebase.py", line 1418, in run
27 getattr(self, x)()
28 File "/usr/lib/python2.7/site-packages/catalyst/base/stagebase.py", line 786, in unpack
29 if not self.decompressor.extract(unpack_info):
30 File "/usr/lib/python2.7/site-packages/DeComp/compress.py", line 168, in _extract
31 return self._run(infodict)
32 File "/usr/lib/python2.7/site-packages/DeComp/compress.py", line 196, in _run
33 success = func(infodict)
34 File "/usr/lib/python2.7/site-packages/DeComp/compress.py", line 298, in _common
35 opts = ' '.join(cmdargs) %(cmdinfo)
36 KeyError: 'comp_prog'
37
38 can we get a newer/fixed version snapshotted out there ?
39 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-catalyst] broken catalyst-3.0_rc1 & catalyst-git Brian Dolbec <dolsen@g.o>