make iso failed
Hi all,
I have updated my system to f14 and now i am not able to build iso out of koji,*mock :*mock-1.1.6-1.fc14.noarchpython :*python-2.7-8.fc14.1.x86_64 koji :*koji-1.4.0-4.fc14.noarch [Error] Building Installation Images: * *######################################## 100.0% **DEBUG util.py:267: *Going to replace isolinux/isolinux.cfg with /etc/revisor/conf.d/revisor-proxyone-isolinux.cfg DEBUG util.py:267: *Deleted the old isolinux.cfgDEBUG util.py:267: *Inserted the new isolinux.cfgDEBUG util.py:267: *Removing files and directories that do not need to be on the media: DEBUG util.py:267: *Traceback (most recent call last):DEBUG util.py:267: * *File "/usr/lib/python2.4/site-packages/revisor/__init__.py", line 441, in runDEBUG util.py:267: * * *self.base.run() DEBUG util.py:267: * *File "/usr/lib/python2.4/site-packages/revisor/base.py", line 106, in runDEBUG util.py:267: * * *self.cli.run()DEBUG util.py:267: * *File "/usr/lib/python2.4/site-packages/revisor/cli.py", line 44, in run DEBUG util.py:267: * * *self.base.lift_off()DEBUG util.py:267: * *File "/usr/lib/python2.4/site-packages/revisor/base.py", line 1172, in lift_offDEBUG util.py:267: * * *self.buildInstallationMedia() DEBUG util.py:267: * *File "/usr/lib/python2.4/site-packages/revisor/base.py", line 1487, in buildInstallationMediaDEBUG util.py:267: * * *self.plugins.exec_hook('post_exec_buildinstall') DEBUG util.py:267: * *File "/usr/lib/python2.4/site-packages/revisor/plugins.py", line 191, in exec_hookDEBUG util.py:267: * * *exec("self.%s.%s()" % (plugin,hook))DEBUG util.py:267: * *File "<string>", line 1, in ? DEBUG util.py:267: * *File "/usr/lib/python2.4/site-packages/revisor/modremove/__init__.py", line 61, in post_exec_buildinstallDEBUG util.py:267: * * *for file in self.cfg.rm:DEBUG util.py:267: *TypeError: iteration over non-sequence [/Error] Is this something to do with python version, if I downgrade the version to previous version that is f12 it works correct, do i need to patch these packages make it work under f14 ? Thanks for your help V!jay -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys |
make iso failed
On 11/26/2010 05:14 AM, Vijay N. Majagaonkar wrote:
> > Hi all, > > I have updated my system to f14 and now i am not able to build iso out > of koji, > mock : mock-1.1.6-1.fc14.noarch > python : python-2.7-8.fc14.1.x86_64 > koji : koji-1.4.0-4.fc14.noarch > > [Error] > > Building Installation Images: > ######################################## 100.0% > DEBUG util.py:267: Going to replace isolinux/isolinux.cfg with > /etc/revisor/conf.d/revisor-proxyone-isolinux.cfg > DEBUG util.py:267: Deleted the old isolinux.cfg > DEBUG util.py:267: Inserted the new isolinux.cfg > DEBUG util.py:267: Removing files and directories that do not need to > be on the media: > DEBUG util.py:267: Traceback (most recent call last): > DEBUG util.py:267: File > "/usr/lib/python2.4/site-packages/revisor/__init__.py", line 441, in run > DEBUG util.py:267: self.base.run() > DEBUG util.py:267: File > "/usr/lib/python2.4/site-packages/revisor/base.py", line 106, in run > DEBUG util.py:267: self.cli.run() > DEBUG util.py:267: File > "/usr/lib/python2.4/site-packages/revisor/cli.py", line 44, in run > DEBUG util.py:267: self.base.lift_off() > DEBUG util.py:267: File > "/usr/lib/python2.4/site-packages/revisor/base.py", line 1172, in lift_off > DEBUG util.py:267: self.buildInstallationMedia() > DEBUG util.py:267: File > "/usr/lib/python2.4/site-packages/revisor/base.py", line 1487, in > buildInstallationMedia > DEBUG util.py:267: self.plugins.exec_hook('post_exec_buildinstall') > DEBUG util.py:267: File > "/usr/lib/python2.4/site-packages/revisor/plugins.py", line 191, in > exec_hook > DEBUG util.py:267: exec("self.%s.%s()" % (plugin,hook)) > DEBUG util.py:267: File "<string>", line 1, in ? > DEBUG util.py:267: File > "/usr/lib/python2.4/site-packages/revisor/modremove/__init__.py", line > 61, in post_exec_buildinstall > DEBUG util.py:267: for file in self.cfg.rm: > DEBUG util.py:267: TypeError: iteration over non-sequence > > > [/Error] > > Is this something to do with python version, if I downgrade the version > to previous version that is f12 it works correct, do i need to patch > these packages make it work under f14 ? > > > > Thanks for your help > V!jay > > > > -- > buildsys mailing list > buildsys@lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/buildsys Can you send over livecd.log and root.log? CreateLiveCD tasks normally don't have any revisor-specific output. - Jay -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys |
make iso failed
Hi Jay,
I am sorry for delay in reply, I was out of town for a week :) Thanks for reply, I am trying attached root.log file but it's too big or more than minimum size allowed to upload, I am trying to create ISO installer not the live CD,* *It will be grate help if you point me some where so i can start*debugging*this issue.* Thanks for your help* Vijay. On Mon, Nov 29, 2010 at 8:02 PM, Jay Greguske <jgregusk@redhat.com> wrote: On 11/26/2010 05:14 AM, Vijay N. Majagaonkar wrote: > > Hi all, > > I have updated my system to f14 and now i am not able to build iso out > of koji, > mock : mock-1.1.6-1.fc14.noarch > python : python-2.7-8.fc14.1.x86_64 > koji : koji-1.4.0-4.fc14.noarch > > [Error] > > Building Installation Images: > * ######################################## 100.0% > DEBUG util.py:267: *Going to replace isolinux/isolinux.cfg with > /etc/revisor/conf.d/revisor-proxyone-isolinux.cfg > DEBUG util.py:267: *Deleted the old isolinux.cfg > DEBUG util.py:267: *Inserted the new isolinux.cfg > DEBUG util.py:267: *Removing files and directories that do not need to > be on the media: > DEBUG util.py:267: *Traceback (most recent call last): > DEBUG util.py:267: * *File > "/usr/lib/python2.4/site-packages/revisor/__init__.py", line 441, in run > DEBUG util.py:267: * * *self.base.run() > DEBUG util.py:267: * *File > "/usr/lib/python2.4/site-packages/revisor/base.py", line 106, in run > DEBUG util.py:267: * * *self.cli.run() > DEBUG util.py:267: * *File > "/usr/lib/python2.4/site-packages/revisor/cli.py", line 44, in run > DEBUG util.py:267: * * *self.base.lift_off() > DEBUG util.py:267: * *File > "/usr/lib/python2.4/site-packages/revisor/base.py", line 1172, in lift_off > DEBUG util.py:267: * * *self.buildInstallationMedia() > DEBUG util.py:267: * *File > "/usr/lib/python2.4/site-packages/revisor/base.py", line 1487, in > buildInstallationMedia > DEBUG util.py:267: * * *self.plugins.exec_hook('post_exec_buildinstall') > DEBUG util.py:267: * *File > "/usr/lib/python2.4/site-packages/revisor/plugins.py", line 191, in > exec_hook > DEBUG util.py:267: * * *exec("self.%s.%s()" % (plugin,hook)) > DEBUG util.py:267: * *File "<string>", line 1, in ? > DEBUG util.py:267: * *File > "/usr/lib/python2.4/site-packages/revisor/modremove/__init__.py", line > 61, in post_exec_buildinstall > DEBUG util.py:267: * * *for file in self.cfg.rm: > DEBUG util.py:267: *TypeError: iteration over non-sequence > > > [/Error] > > Is this something to do with python version, if I downgrade the version > to previous version that is f12 it works correct, do i need to patch > these packages make it work under f14 ? > > > > Thanks for your help > V!jay > > > > -- > buildsys mailing list > buildsys@lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/buildsys Can you send over livecd.log and root.log? CreateLiveCD tasks normally don't have any revisor-specific output. - Jay -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys |
make iso failed
I'm afraid I still don't understand what you're trying to do. koji does
not know how to build install ISOs, only LiveCDs. It doesn't have any revisor integration. Can you elaborate? - Jay On 12/06/2010 02:36 AM, Vijay N. Majagaonkar wrote: > Hi Jay, > > I am sorry for delay in reply, I was out of town for a week :) > > > Thanks for reply, I am trying attached root.log file but it's too big or > more than minimum size allowed to upload, I am trying to create ISO > installer not the live CD, > > > It will be grate help if you point me some where so i can > start debugging this issue. > > > > Thanks for your help > Vijay. > > > On Mon, Nov 29, 2010 at 8:02 PM, Jay Greguske <jgregusk@redhat.com > <mailto:jgregusk@redhat.com>> wrote: > > On 11/26/2010 05:14 AM, Vijay N. Majagaonkar wrote: > > > > Hi all, > > > > I have updated my system to f14 and now i am not able to build > iso out > > of koji, > > mock : mock-1.1.6-1.fc14.noarch > > python : python-2.7-8.fc14.1.x86_64 > > koji : koji-1.4.0-4.fc14.noarch > > > > [Error] > > > > Building Installation Images: > > ######################################## 100.0% > > DEBUG util.py:267: Going to replace isolinux/isolinux.cfg with > > /etc/revisor/conf.d/revisor-proxyone-isolinux.cfg > > DEBUG util.py:267: Deleted the old isolinux.cfg > > DEBUG util.py:267: Inserted the new isolinux.cfg > > DEBUG util.py:267: Removing files and directories that do not > need to > > be on the media: > > DEBUG util.py:267: Traceback (most recent call last): > > DEBUG util.py:267: File > > "/usr/lib/python2.4/site-packages/revisor/__init__.py", line 441, > in run > > DEBUG util.py:267: self.base.run() > > DEBUG util.py:267: File > > "/usr/lib/python2.4/site-packages/revisor/base.py", line 106, in run > > DEBUG util.py:267: self.cli.run() > > DEBUG util.py:267: File > > "/usr/lib/python2.4/site-packages/revisor/cli.py", line 44, in run > > DEBUG util.py:267: self.base.lift_off() > > DEBUG util.py:267: File > > "/usr/lib/python2.4/site-packages/revisor/base.py", line 1172, in > lift_off > > DEBUG util.py:267: self.buildInstallationMedia() > > DEBUG util.py:267: File > > "/usr/lib/python2.4/site-packages/revisor/base.py", line 1487, in > > buildInstallationMedia > > DEBUG util.py:267: > self.plugins.exec_hook('post_exec_buildinstall') > > DEBUG util.py:267: File > > "/usr/lib/python2.4/site-packages/revisor/plugins.py", line 191, in > > exec_hook > > DEBUG util.py:267: exec("self.%s.%s()" % (plugin,hook)) > > DEBUG util.py:267: File "<string>", line 1, in ? > > DEBUG util.py:267: File > > "/usr/lib/python2.4/site-packages/revisor/modremove/__init__.py", > line > > 61, in post_exec_buildinstall > > DEBUG util.py:267: for file in self.cfg.rm: > > DEBUG util.py:267: TypeError: iteration over non-sequence > > > > > > [/Error] > > > > Is this something to do with python version, if I downgrade the > version > > to previous version that is f12 it works correct, do i need to patch > > these packages make it work under f14 ? > > > > > > > > Thanks for your help > > V!jay > > > > > > > > -- > > buildsys mailing list > > buildsys@lists.fedoraproject.org > <mailto:buildsys@lists.fedoraproject.org> > > https://admin.fedoraproject.org/mailman/listinfo/buildsys > > Can you send over livecd.log and root.log? CreateLiveCD tasks normally > don't have any revisor-specific output. > > - Jay > -- > buildsys mailing list > buildsys@lists.fedoraproject.org > <mailto:buildsys@lists.fedoraproject.org> > https://admin.fedoraproject.org/mailman/listinfo/buildsys > > > > > -- > buildsys mailing list > buildsys@lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/buildsys -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys |
make iso failed
Yes Sir, Koji don't have revisor integration, It's My bad i posted at wrong place,*
I use mock tool with koji support to build Installer ISO and I*believe*this post belongs to mock group now Sorry for the trouble* Vijay. On Mon, Dec 6, 2010 at 8:40 PM, Jay Greguske <jgregusk@redhat.com> wrote: I'm afraid I still don't understand what you're trying to do. koji does not know how to build install ISOs, only LiveCDs. It doesn't have any revisor integration. Can you elaborate? - Jay -- buildsys mailing list buildsys@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/buildsys |
| All times are GMT. The time now is 02:59 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.