I tried to do an i386 respin. I modified pungi.conf.
I got stuck here: Copying release note file fedora.css Copying release note file GPL Copying release note file eula.txt Copying release note dir stylesheet-images 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 340, in splitRPMS self.reportSizes(disc, firstpkg=firstpackage, lastpkg=lastpackage) UnboundLocalError: local variable 'firstpackage' referenced before assignment
Ideas?
Also, the reason I'm doing this is because I want to respin my current setup (a recording setup with low latency kernels and audio software). Will pungi do the job at this stage?
Niko
On Tuesday 13 March 2007 08:01:35 nicholas manojlovic wrote:
self.reportSizes(disc, firstpkg=firstpackage, lastpkg=lastpackage) UnboundLocalError: local variable 'firstpackage' referenced before assignment
Ideas?
Also, the reason I'm doing this is because I want to respin my current setup (a recording setup with low latency kernels and audio software). Will pungi do the job at this stage?
You're asking for more packages than will fit on a single CD. Try bumping up the number of CDs.
Jesse Keating wrote:
On Tuesday 13 March 2007 08:01:35 nicholas manojlovic wrote:
self.reportSizes(disc, firstpkg=firstpackage, lastpkg=lastpackage)
UnboundLocalError: local variable 'firstpackage' referenced before assignment
Ideas?
Also, the reason I'm doing this is because I want to respin my current setup (a recording setup with low latency kernels and audio software). Will pungi do the job at this stage?
You're asking for more packages than will fit on a single CD. Try bumping up the number of CDs.
-- Fedora-buildsys-list mailing list Fedora-buildsys-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
oh good. how do I do this? I didn't seem obvious to me in the config file.
I want a DVD
niko
buildsys@lists.fedoraproject.org