I'm trying to build an unattended F8 install CD using pungi. I'm on F8, running the pungi rpm (pungi-1.1.10-1.fc8). I always get the following error:<br><br>Pungi.Gather:INFO: Finished downloading packages.<br>Pungi.Gather:WARNING: No group data found for rawhide-source<br>
Pungi.Gather:INFO: Running /usr/bin/xsltproc --novalid -o /root/work/i386/Fedora-20080305-comps.xml /usr/share/pungi/comps-cleanup.xsl /root/work/i386/Fedora-20080305-comps.xml<br>Pungi.Pungi:INFO: Running /usr/bin/createrepo --quiet --database --groupfile /root/work/i386/Fedora-20080305-comps.xml /root/20080305/i386/os<br>
Pungi.Pungi:INFO: Running /usr/bin/repoview --quiet --title Fedora 20080305 - i386 /root/20080305/i386/os<br>Pungi.Pungi:INFO: Running /usr/lib/anaconda-runtime/buildinstall --product Fedora --version 20080305 --release Fedora 20080305 --prodpath Packages --bugurl <a href="http://bugzilla.redhat.com">http://bugzilla.redhat.com</a> /root/20080305/i386/os<br>
Traceback (most recent call last):<br>  File "/usr/bin/pungi", line 178, in <module><br>    main()<br>  File "/usr/bin/pungi", line 91, in main<br>    mypungi.doCreateSplitrepo()<br>  File "/usr/lib/python2.5/site-packages/pypungi/pungi.py", line 299, in doCreateSplitrepo<br>
    discinfo = open(os.path.join(self.topdir, '.discinfo'), 'r').readlines()<br>IOError: [Errno 2] No such file or directory: '/root/20080305/i386/os/.discinfo'<br><br>Some googling found the post where it was mentioned that i386 can't build x86_64, but I'm on i386 trying to build for i386. My uname is:<br>
[root@arohner-fc8-vm ~]# uname -a<br>Linux arohner-fc8-vm 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux<br><br>Running "setarch i386 pungi -c fc8-ks.cfg" did not help either.<br><br>
My kickstart file is:<br><br>repo --name=fedora --mirrorlist=<a href="http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=$basearch">http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=$basearch</a><br>
repo --name=fedora-source --mirrorlist=<a href="http://mirrors.fedoraproject.org/mirrorlist?repo=feodra-8-source&arch=$basearch">http://mirrors.fedoraproject.org/mirrorlist?repo=feodra-8-source&arch=$basearch</a><br>
<br>%packages<br>@base<br>x86info<br>postgresql-server<br>python-sqlalchemy<br>ruby<br>ruby-irb<br>rubygem-rails<br>mod_python<br>%end<br><br>Running with the rawhide repository gives the exact same error.<br><br>Thanks for your help<br>
<br>Allen Rohner<br>