Hi all,
When I try to do a Pungi run, my first for f17, I get this. Traceback (most recent call last): File "/bin/pungi", line 256, in <module> main() File "/bin/pungi", line 160, in main mypungi.doCreateIsos() File "/usr/lib/python2.7/site-packages/pypungi/__init__.py", line 1148, in doCreateIsos pypungi.util._doRunCommand(isohybrid, self.logger) File "/usr/lib/python2.7/site-packages/pypungi/util.py", line 36, in _doRunCommand raise OSError, "Got an error from %s: %s" % (command[0], err) OSError: Got an error from /usr/bin/isohybrid: isohybrid: /home/wacker/bm/17/source/iso/Fedora-17-source-DVD.iso: could not find boot record
My command line is: sudo pungi -c /home/wacker/.pungi/fedora-install-fedora.ks --ver=17 --sourceisos
I actually do get the ISO, but, of course, the checksum file isn't created.
I also should mention that I get a lot of unresolvable dependencies errors, some would go away if I stopped excluding javadoc.
Any ideas?
Tia.
On 05/02/2012 07:03 AM, William F. Acker WB2FLW +1 303 722 7209 wrote:
Hi all,
When I try to do a Pungi run, my first for f17, I get this. Traceback (most recent call last): File "/bin/pungi", line 256, in <module> main() File "/bin/pungi", line 160, in main mypungi.doCreateIsos() File "/usr/lib/python2.7/site-packages/pypungi/__init__.py", line 1148, in doCreateIsos pypungi.util._doRunCommand(isohybrid, self.logger) File "/usr/lib/python2.7/site-packages/pypungi/util.py", line 36, in _doRunCommand raise OSError, "Got an error from %s: %s" % (command[0], err) OSError: Got an error from /usr/bin/isohybrid: isohybrid: /home/wacker/bm/17/source/iso/Fedora-17-source-DVD.iso: could not find boot record
My command line is: sudo pungi -c /home/wacker/.pungi/fedora-install-fedora.ks --ver=17 --sourceisos
I actually do get the ISO, but, of course, the checksum file isn't created.
I also should mention that I get a lot of unresolvable dependencies errors, some would go away if I stopped excluding javadoc.
Any ideas?
Tia.
Uh, isohybrid really shouldn't be being ran on source isos. Sounds like some code got added that isn't careful about that.
On Thu, 10 May 2012, Jesse Keating wrote:
On 05/02/2012 07:03 AM, William F. Acker WB2FLW +1 303 722 7209 wrote:
Hi all,
When I try to do a Pungi run, my first for f17, I get this. Traceback (most recent call last): File "/bin/pungi", line 256, in <module> main() File "/bin/pungi", line 160, in main mypungi.doCreateIsos() File "/usr/lib/python2.7/site-packages/pypungi/__init__.py", line 1148, in doCreateIsos pypungi.util._doRunCommand(isohybrid, self.logger) File "/usr/lib/python2.7/site-packages/pypungi/util.py", line 36, in _doRunCommand raise OSError, "Got an error from %s: %s" % (command[0], err) OSError: Got an error from /usr/bin/isohybrid: isohybrid: /home/wacker/bm/17/source/iso/Fedora-17-source-DVD.iso: could not find boot record
My command line is: sudo pungi -c /home/wacker/.pungi/fedora-install-fedora.ks --ver=17 --sourceisos
I actually do get the ISO, but, of course, the checksum file isn't created.
I also should mention that I get a lot of unresolvable dependencies errors, some would go away if I stopped excluding javadoc.
Any ideas?
Tia.
Uh, isohybrid really shouldn't be being ran on source isos. Sounds like some code got added that isn't careful about that.
Makes sense. We're never going to boot the SRC disk.
Thanks as always.
buildsys@lists.fedoraproject.org