Hello,
Yesterday I installed a fresh FC6 machine, upgraded to the latest software (incl pungi 0.1.2-2), mirrored Fedora Core 6, Updates and Extras locally and performed a pungi run.
The result failed with the following messages:
du: cannot access `/files/pungi/srv/6.89/i386/os-disc0': No such file or directory
Traceback (most recent call last): File "/usr/bin/pungi", line 164, in ? main() File "/usr/bin/pungi", line 100, in main mypungi.doSplittree() File "/usr/lib/python2.4/site-packages/pypungi/pungi.py", line 108, in doSplittree output = timber.main() File "/usr/lib/python2.4/site-packages/pypungi/splittree.py", line 394, in main self.splitRPMS() File "/usr/lib/python2.4/site-packages/pypungi/splittree.py", line 301, in splitRPMS curused = self.getSize("%s-disc%s" % (self.dist_dir, disc), blocksize=1) File "/usr/lib/python2.4/site-packages/pypungi/splittree.py", line 113, in getSize thesize = long(string.split(thesize)[0]) IndexError: list index out of range
I'm on a i386 system building a i386 dvd.
I used all the pungi config files 'as-is' from /etc/pungi (pungi.conf, yum.conf.i386, comps-fc6.xml). The only thing I changed was the location of the repositories (which are local).
I thought this bug was already fixed in recent pungi.
Best regards,
Jeroen Janssen
On Saturday 20 January 2007 03:22, Jeroen Janssen wrote:
I'm on a i386 system building a i386 dvd.
I used all the pungi config files 'as-is' from /etc/pungi (pungi.conf, yum.conf.i386, comps-fc6.xml). The only thing I changed was the location of the repositories (which are local).
I thought this bug was already fixed in recent pungi.
pungi.conf is supposed to reference comps.xml I thought, not comps-fc6.xml. The problem you're seeing is that you've asked for 1 CD, but gave it 5~6 (depends on arch) CDs worth of packages (comps-fc6.xml), and anaconda doesn't like that so much. Change discs from 1 to 5 and try again.
buildsys@lists.fedoraproject.org