PDA

View Full Version : Errors while creating fedora spin.


sayantandas
18th June 2010, 10:56 AM
Hi ,

I have been trying to create a fedora 13 x86_64 spin with all development libraries installed using revisor. However, I keep running into the same error, irrespective of what I do. I am adding the error output here. If anyone could advise me how to get around this problem, it would be very helpful.

Thanks


Build failure
Got an error from /usr/lib/anaconda-runtime/buildinstall (return code 1)

Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/revisor/modgui/ready_screen.py", line 144, in button_forward_clicked
self.gui.next()
File "/usr/lib/python2.6/site-packages/revisor/modgui/__init__.py", line 448, in next
self.default[self.current]['disp'](self)
File "/usr/lib/python2.6/site-packages/revisor/modgui/__init__.py", line 315, in displayBuildMedia
self.BuildMedia.start()
File "/usr/lib/python2.6/site-packages/revisor/modgui/build_media.py", line 64, in start
self.base.lift_off()
File "/usr/lib/python2.6/site-packages/revisor/base.py", line 884, in lift_off
self.buildInstallationMedia()
File "/usr/lib/python2.6/site-packages/revisor/base.py", line 1558, in buildInstallationMedia
mypungi.ALL_workaround()
File "/usr/lib/python2.6/site-packages/revisor/pungi.py", line 673, in ALL_workaround
content = open(discinfofile, 'r').readlines()
IOError: [Errno 2] No such file or directory: '/var/tmp/revisor-install/13/f13-x86_64/x86_64/os/.discinfo'

Dies
18th June 2010, 10:17 PM
Apparently they need a workaround for their workaround...

Aside from filing a bug, I would suggest using livecd-creator directly.

Dangermouse
18th June 2010, 10:35 PM

Whenever i have built spins i have needed to temporarily disable selinux
su -
echo "0" >/selinux/enforceto r enable either restart or do
su -
echo "1" >/selinux/enforce

sayantandas
18th June 2010, 11:26 PM
SELinux is already disabled on my system

mpwizard
23rd June 2010, 10:53 AM
I've the same problem and I've narrowed it down that buildinstall fails because of an invalid argument string is passed from revisor to it.


I'll continue investigating during the day.

---------- Post added at 10:53 AM CDT ---------- Previous post was at 09:28 AM CDT ----------

Okey. Found out what is wrong... buildinstall shipped with anaconda-runtime is incompatible with revisor.

So copy /usr/lib/revisor/scripts/F12-buildinstall to /ust/lib/revisor/scripts/F13-buildinstall and problem solved.

sayantandas
24th June 2010, 02:35 PM
I've the same problem and I've narrowed it down that buildinstall fails because of an invalid argument string is passed from revisor to it.


I'll continue investigating during the day.

---------- Post added at 10:53 AM CDT ---------- Previous post was at 09:28 AM CDT ----------

Okey. Found out what is wrong... buildinstall shipped with anaconda-runtime is incompatible with revisor.

So copy /usr/lib/revisor/scripts/F12-buildinstall to /ust/lib/revisor/scripts/F13-buildinstall and problem solved.


Thanks,
That seemed to solve the problem.
However, there is another problem.. I keep getting this error. Any ideas?

/var/tmp/revisor/var/lib/rpm: No such file or directory

kali0n
23rd August 2010, 07:32 AM
So copy /usr/lib/revisor/scripts/F12-buildinstall to /ust/lib/revisor/scripts/F13-buildinstall and problem solved.
i did like this, but problem is not solved

rdejager
11th September 2010, 06:36 PM
I have also had all the issues mentioned above. I still don't have revisor working. In the last two releases of Fedora, I've only ONCE managed to get revisor to work properly, and that was after a lot of hacking. It would be awesome if the app would just work out the box...:(