Hi All,

I was trying to build my first meego app.

 i created a sample "Hello world" GUI app in Qt.
packaged it up into an RPM (RPM included the libQtCore and libQtGui
libraries within itself)

included this package into the kickstart file. contents of the kickstart
file are below..
++++++++++++++++++++++++++++++++++++++++++++++++++
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
auth --useshadow --enablemd5
part / --size 1900 --ondisk sda --fstype=ext3
rootpw moblin
xconfig --startxonboot
bootloader --timeout=0 --append="quiet"
desktop --autologinuser=moblin  --defaultdesktop=moblin
user --name moblin  --groups audio,video --password moblin

repo --name=DVD --baseurl=file:///Rpms/
repo --name=BUILD --baseurl=file:///Downloaded_Rpms/
repo --name=SPEC --baseurl=file:///home/builder/RPMS/

%packages
helloworld-1.01-1.i686
%end

%post
%end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++


however when i run the moblin-image-creator --config=basic.ks
--format=livecd --cache=cachebasic

i get the below error
Error: failed to create image : Failed to apply configuration to image
close failed in file object destructor:
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/abrt_exception_handler.py", line
243, in <lambda>
    handleMyException((etype, value, tb))
TypeError: 'NoneType' object is not callable

Original exception was:
IOError: [Errno 9] Bad file descriptor



I have tried searching the net for this however i could not get any help.

Any help on this would be highly appreciated.

Thanks.
-- 
M.A.L.C.O.L.M.
S.A.V.I.O.
S.E.Q.U.E.I.R.A.
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to