[looping in the list now that I can send plain text.] I said: > I will update the mic info page on the wiki to say Ubuntu 9.04 is a > known non-starter.
Update: I tried again at home on Ubuntu 10.04. Had to "dpkg -i " a couple of the .debs from the 9.10 meego repo as there is nothing built for 10.04. That's pretty iffy but the packages needed are pretty portable. That got further. I did not see the error Axel is seeing but it errored out saying it needed /usr/bin/qemu-arm-static. That was not listed as a mic requirement on the mic page referenced nor on the beagleboard page. [Although it is mentioned as needed elsewhere.] I assume that qemu-arm-static is arm-softmmu/qemu-arm-system linked statically to make it more distro portable. I built that from instructions on http://wiki.meego.com/ARM/Meego_on_Qemu I created a symlink from /usr/bin/qemu-arm-static to that binary. (Yes, MIC is using an absolute path). I could not test the qemu binary as the wiki documented So that got further still but not all the way. Now it downloads all the RPMs and installs some but gets an error on a high percentage of them and then fails. See below for [edited] log. Any Pointers from here? [snip] Retrieving http://repo.meego.com/MeeGo/builds/trunk/daily/core/repos/armv7l/packages/armv7l/xz-libs-4.999.9_git20100201-2.2.armv7l.rpm ...OK Retrieving http://repo.meego.com/MeeGo/builds/trunk/daily/core/repos/armv7l/packages/armv7l/zlib-1.2.3-32.11.armv7l.rpm ...OK Retrieving http://repo.meego.com/MeeGo/builds/trunk/daily/core/repos/armv7l/packages/armv7l/zypper-1.4.1-1.23.armv7l.rpm ...OK warning: setup-2.8.15-6.5.noarch: Header V3 DSA signature: NOKEY, key ID 79fc1f8a Installing: setup ##################### [ 1/249] Installing: filesystem ##################### [ 2/249] Installing: nodoka-filesystem ##################### [ 3/249] Installing: xkeyboard-config ##################### [ 4/249] Installing: basesystem ##################### [ 5/249] Installing: meego-bookmarks ##################### [ 6/249] Installing: desktop-backgrounds-basic ##################### [ 7/249] Installing: meego-release ##################### [ 8/249] Installing: udev-rules-nokia-n900 ##################### [ 9/249] Installing: tzdata ##################### [ 10/249] Installing: ca-certificates ##################### [ 11/249] Installing: libgcc ##################### [ 12/249] warning: %post(libgcc-4.4.2-13.14.armv7l) scriptlet failed, exit status 127 Installing: ncurses-base ##################### [ 13/249] Installing: glibc ##################### [ 14/249] warning: %post(glibc-2.11.90-18.13.armv7l) scriptlet failed, exit status 127 Installing: zlib ##################### [ 15/249] warning: %post(zlib-1.2.3-32.11.armv7l) scriptlet failed, exit status 127 Installing: dbus-libs ##################### [ 16/249] warning: %post(dbus-libs-1.2.24-8.3.armv7l) scriptlet failed, exit status 127 Installing: libstdc++ ##################### [ 17/249] [snip] [more of the same, some work, some fail, exit code always seems to be 127] Installing: qt ##################### [244/249] warning: %post(qt-4.7.0~prerelease-4.8.armv7l) scriptlet failed, exit status 127 Installing: qt-sqlite ##################### [245/249] Installing: xorg-x11-drv-keyboard ##################### [246/249] Installing: xorg-x11-drv-fbdev ##################### [247/249] Installing: qt-x11 ##################### [248/249] warning: %post(qt-x11-4.7.0~prerelease-4.8.armv7l) scriptlet failed, exit status 127 Installing: phonon-backend-gstreamer ##################### [249/249] warning: %post(phonon-backend-gstreamer-4.7.0~prerelease-4.8.armv7l) scriptlet failed, exit status 127 warning: %posttrans(rpm-4.8.0-6.2.armv7l) scriptlet failed, exit status 127 warning: %posttrans(firefox-3.6.3-3.1.armv7l) scriptlet failed, exit status 127 warning: %posttrans(qt-x11-4.7.0~prerelease-4.8.armv7l) scriptlet failed, exit status 127 warning: %posttrans(phonon-backend-gstreamer-4.7.0~prerelease-4.8.armv7l) scriptlet failed, exit status 127 avahi-0.6.25-4.1.armv7l was supposed to be installed but is not! rtkit-0.6-2.2.armv7l was supposed to be installed but is not! MAKEDEV-3.24-3.2.armv7l was supposed to be installed but is not! polkit-0.96-1.2.armv7l was supposed to be installed but is not! fastinit-1.24-9.2.armv7l was supposed to be installed but is not! udev-150-10.3.armv7l was supposed to be installed but is not! libutempter-1.1.5-6.2.armv7l was supposed to be installed but is not! module-init-tools-3.11.1-5.6.armv7l was supposed to be installed but is not! dbus-1.2.24-8.3.armv7l was supposed to be installed but is not! openssh-server-5.3p1-4.7.armv7l was supposed to be installed but is not! Running scripts Error: failed to create image : Failed to execute %post script with '/bin/sh' : No such file or directory close failed in file object destructor: IOError: [Errno 9] Bad file descriptor _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
