"tinylogin: file can not be created!" error on do_rootfs

Rod Whitby rod at whitby.id.au
Thu Aug 23 06:45:00 CEST 2007


Install the host package which provides the libXext library.  The error message is pretty clear about that.
-- Rod

-----Original Message-----
From: Jimmy McMillan <jimmy at freshstation.org>
Date: Thursday, Aug 23, 2007 1:27 pm
Subject: Re: "tinylogin: file can not be created!" error on do_rootfs

Not to hi-jack your thread, but to rather put together build error
threads, I'm having this build problem.  Whilst making 2007.2

| make[1]: Entering directory
`/home/mintee/moko/build/tmp/work/i686-linux/uicmoc4-native-4.3.0-r2/qt-x11-opensource-src-4.3.0/src/tools/uic3'
| g++ -fno-exceptions
-Wl,-rpath,/home/mintee/moko/build/tmp/staging/i686-linux/qt4/lib
-Wl,-rpath,/home/mintee/moko/build/tmp/staging/i686-linux/qt4/lib
-o ../../../bin/uic3 .obj/release-static/customwidgetsinfo.o .obj/release-static/databaseinfo.o .obj/release-static/driver.o .obj/release-static/treewalker.o .obj/release-static/ui4.o .obj/release-static/uic.o .obj/release-static/validator.o .obj/release-static/cppextractimages.o .obj/release-static/cppwritedeclaration.o .obj/release-static/cppwriteicondata.o .obj/release-static/cppwriteicondeclaration.o .obj/release-static/cppwriteiconinitialization.o .obj/release-static/cppwriteincludes.o .obj/release-static/cppwriteinitialization.o .obj/release-static/main.o .obj/release-static/ui3reader.o .obj/release-static/parser.o .obj/release-static/domtool.o .obj/release-static/object.o .obj/release-static/subclassing.o .obj/release-static/form.o .obj/release-static/converter.o .obj/release-static/widgetinfo.o .obj/release-static/embed.o .obj/release-static/qt3to4.o .obj/release-static/deps.o    -L/home/mintee/moko/build/tmp/work/i686-linux/uicmoc4-native-4.3.0-r2/qt-x11-opensource-s
 rc-4.3.0/lib -lQt3Support -L/home/mintee/moko/build/tmp/work/i686-linux/uicmoc4-native-4.3.0-r2/qt-x11-opensource-src-4.3.0/lib -lQtSql -pthread -L/home/mintee/moko/build/tmp/staging/i686-linux/lib -pthread -pthread -pthread -pthread -pthread -pthread -pthread -L/usr/X11R6/lib -pthread -pthread -pthread -pthread -lQtNetwork -pthread -pthread -pthread -pthread -pthread -pthread -lQtXml -pthread -pthread -lQtGui -pthread -pthread -lXext -lX11 -lQtCore -lz -lm -pthread -lgthread-2.0 -lglib-2.0 -lrt -ldl -lpthread
| /usr/bin/ld: cannot find -lXext
| collect2: ld returned 1 exit status
| make[1]: *** [../../../bin/uic3] Error 1
| make[1]: Leaving directory
`/home/mintee/moko/build/tmp/work/i686-linux/uicmoc4-native-4.3.0-r2/qt-x11-opensource-src-4.3.0/src/tools/uic3'
| FATAL: oe_runmake failed
NOTE: Task
failed: /home/mintee/moko/build/tmp/work/i686-linux/uicmoc4-native-4.3.0-r2/temp/log.do_compile.12505
NOTE: package uicmoc4-native-4.3.0-r2: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package uicmoc4-native-4.3.0: failed
ERROR: Build
of /home/mintee/moko/openembedded/packages/uicmoc/uicmoc4-native_4.3.0.bb do_compile failed
ERROR: Task 2696
(/home/mintee/moko/openembedded/packages/uicmoc/uicmoc4-native_4.3.0.bb,
do_compile) failed
NOTE: Tasks Summary: Attempted 1394 tasks of which 1384 didn't need to
be rerun and 1 failed.
ERROR:
'/home/mintee/moko/openembedded/packages/uicmoc/uicmoc4-native_4.3.0.bb'
failed
make: *** [openmoko-devel-image] Error 1



On Wed, 2007-08-22 at 14:11 -0700, Myk Melez wrote:
> I'm trying to build OpenMoko using mokomakefile on Ubuntu 7.04 (Feisty 
> Fawn), and it's dying with the following error:
> 
> > NOTE: Running task 3401 of 3403 (ID: 4, 
> > /home/myk/Projects/moko/openembedded/packages/images/openmoko-devel-image.bb, 
> > do_rootfs)
> > NOTE: package openmoko-devel-image-1.0: started
> > NOTE: package openmoko-devel-image-1.0-r0: task do_rootfs: started
> > ERROR: function do_rootfs failed
> > ERROR: log data follows 
> > (/home/myk/Projects/moko/build/tmp/work/fic-gta01-angstrom-linux-gnueabi/openmoko-devel-image-1.0-r0/temp/log.do_rootfs.4849)
> > | + rm -rf /home/myk/Projects/moko/build/tmp/rootfs
> > | + '[' 0 '!=' 1 ']'
> > | + mkdir -p /home/myk/Projects/moko/build/tmp/rootfs/dev
> > | + for devtable in 
> > /home/myk/Projects/moko/openembedded/files/device_table-minimal.txt
> > | + makedevs -r /home/myk/Projects/moko/build/tmp/rootfs -D 
> > /home/myk/Projects/moko/openembedded/files/device_table-minimal.txt
> > | makedevs: /home/myk/Projects/moko/build/tmp/rootfs/bin/tinylogin: 
> > file can not be created!
> > NOTE: Task failed: 
> > /home/myk/Projects/moko/build/tmp/work/fic-gta01-angstrom-linux-gnueabi/openmoko-devel-image-1.0-r0/temp/log.do_rootfs.4849
> > NOTE: package openmoko-devel-image-1.0-r0: task do_rootfs: failed
> > ERROR: TaskFailed event exception, aborting
> > NOTE: package openmoko-devel-image-1.0: failed
> > ERROR: Build of 
> > /home/myk/Projects/moko/openembedded/packages/images/openmoko-devel-image.bb 
> > do_rootfs failed
> > ERROR: Task 4 
> > (/home/myk/Projects/moko/openembedded/packages/images/openmoko-devel-image.bb, 
> > do_rootfs) failed
> > NOTE: Tasks Summary: Attempted 3400 tasks of which 0 didn't need to be 
> > rerun and 1 failed.
> > ERROR: 
> > '/home/myk/Projects/moko/openembedded/packages/images/openmoko-devel-image.bb' 
> > failed
> > make: *** [openmoko-devel-image] Error 1
> 
> Does anyone know what the problem might be and how to resolve it?
> 
> -myk
> 
> _______________________________________________
> OpenMoko community mailing list
> community at lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


_______________________________________________
OpenMoko community mailing list
community at lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community







More information about the community mailing list