[MeeGo-dev] create meego image for n900 error
Max Waterman
davidmaxwaterman at fastmail.co.uk
Thu Jul 1 03:44:29 PDT 2010
On 07/01/2010 01:27 PM, Fiti pol wrote:
> mic-image-creator --run-mode=0 --cache=/tmp --format=raw
> --arch=armv5tel --save-kernel
> --config=meego-handset-armv7l-n900-nokia-closed-1.0.80.8.20100630.ks
> -a arm
This gives the same error for me :
>
> self.arch.setup_arch(target_arch)
> AttributeError: 'LiveCDYum' object has no attribute 'arch'
I guess 'self' is of type LiveCDYum and Python can't find any 'arch'
method for it.
I can't say I'm surprised that it works differently on a fedora system
since it uses yum.
If I comment out that whole block :
48 #if target_arch:
49 #if rpmUtils.arch.arches.has_key(target_arch):
50 #self.arch.setup_arch(target_arch)
51 #else:
52 #raise CreatorError("Invalid target arch: %s" %
target_arch)
then it seems to make some progress, but then fails on some dependency
issues, which perhaps is just the next step :
Retrieving
http://repo.meego.com/MeeGo/builds/trunk/daily/handset/repos/armv7l/packages/repodata/repomd.xml
...OK
Retrieving
http://repo.meego.com/MeeGo/builds/trunk/daily/core/repos/armv7l/packages/repodata/repomd.xml
...OK
Retrieving
http://repository.maemo.org/meego/1.0.80.20100624/5d4d6dde2b274a7d92412eafed994e95/repodata/repomd.xml
...OK
Retrieving
http://repository.maemo.org/meego/1.0.80.20100624/5d4d6dde2b274a7d92412eafed994e95/repodata/primary.xml.gz
...OK
xorg-x11-fonts-ISO8859-1-100dpi-7.2-13.1.noarch from handset has
depsolving problems
--> Missing Dependency: /bin/sh is needed by package
xorg-x11-fonts-ISO8859-1-100dpi-7.2-13.1.noarch (handset)
I'm starting to think I should be inside scratchbox.
Max.
More information about the MeeGo-dev
mailing list