Hi, I'm making an Identi.ca client, and my openembedded environment seems ok (everything was built).
This is my bitbake recipe, a straight ripoff from my omnewrotate: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv DESCRIPTION = "Simple elementary client for Identi.ca" HOMEPAGE = "http://code.google.com/p/elmdentica/" AUTHOR = "Rui Seabra" LICENSE = "GPLv3" SECTION = "x11/internet" DEPENDS = "libxml2 glib-2.0 curl elementary" RDEPENDS = "libxml2 glib-2.0 curl elementary" PV = "0.0.1" PR = "r0" SVN_REV="" #SRC_URI = "svn://elmdentica.googlecode.com/svn/trunk;module=.;proto=http;rev=${SVN_REV}" #S = "${WORKDIR}" SRC_URI = "file:///home/rms/svn/elmdentica/" S = "${WORKDIR}/${PN}" inherit autotools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It built a package: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv r...@roque:~/svn/elmdentica$ ls -alF /opt/openmoko/fso-testing/tmp/deploy/glibc/ipk/armv4t/elmdentica_0.0.1-r0_armv4t.ipk -rw-r--r-- 1 rms rms 11844 2009-06-15 06:46 /opt/openmoko/fso-testing/tmp/deploy/glibc/ipk/armv4t/elmdentica_0.0.1-r0_armv4t.ipk ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ However, installing it: r...@om-gta02:~# opkg install elmdentica_0.0.1-r0_armv4t.ipk Installing elmdentica (0.0.1-r0) to root... Collected errors: * ERROR: Cannot satisfy the following dependencies for elmdentica: * libelementary-ver-pre-svn-01-0 * libelementary-ver-pre-svn-01-0 (>= 0.0.0+svnr40978) * libedje-ver-pre-svn-01-0 (>= 0.9.92.060+svnr40978) * libecore-file-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libecore-ver-pre-svn-01-con (>= 0.9.9.060+svnr40978) * libecore-evas-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libecore-imf-evas-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libembryo-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libecore-job-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libecore-imf-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libecore-fb-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libecore-x-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libecore-input-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libecore-txt-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) * libeet1 (>= 1.1.0+svnr40978) * libecore-ver-pre-svn-01-0 (>= 0.9.9.060+svnr40978) Now... firstly I built with fso-unstable (because I'm running a daily) (argh two days compiling), when this first happened. Then I decided to try fso-testing (argh, another two days compiling), and I was unpleaseantly surprised to see the same error. What could I be doing wrong? Any suggestions? Rui _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

