**** BEGIN LOGGING AT Sat Jun 19 02:59:57 2010 Jun 19 03:48:53 awozniak: RDEPENDS is "hard" runtime dependency, RRECOMMENDS is also installed by default, but can be excluded from built rootfs by BAD_RECOMMENDATIONS and opkg removed on target without -force-depends Jun 19 03:49:43 awozniak: finally RSUGGESTS is only shown to user during opkg install/upgrade, but not installed by default Jun 19 04:07:55 GNUtoo|laptop: I have compared my images before and after those and the size is almost the same, and installed-packages.txt from testlab doesn't show any RRECOMMENDed packages missing, do I remember your problem right? Jun 19 04:10:14 GNUtoo|laptop: But I did notice strange package names (hopefuly only testlab issue) already in images from 2010-05, like: Jun 19 04:10:19 shr@opmbuild:/var/www/shr.bearstech.com/shr-unstable/images/om-gta02$ grep e-wm_ shr-full-eglibc-ipk--20100513-om-gta02-testlab/installed-packages.txt Jun 19 04:10:22 e-wm_0.16.999.060+svnr48775-r13.4_armv4t.ipk Jun 19 04:10:24 The_e-wm_0.16.999.060+svnr48617-r13.4_armv4t.ipk Jun 19 04:10:25 anyone seen this? Jun 19 04:10:27 shr@opmbuild:/var/www/shr.bearstech.com/shr-unstable/images/om-gta02$ grep shr-version shr-full-eglibc-ipk--20100513-om-gta02-testlab/installed-packages.txt Jun 19 04:10:30 shr-version_1.0-20100513-r0.4_om-gta02.ipk Jun 19 04:10:33 Version_shr-version_1.0-20100512-r0.4_om-gta02.ipk Jun 19 06:00:27 testlab fixed :) Jun 19 06:25:21 03Martin Jansa  07org.openembedded.dev * r1d5e4efced 10openembedded.git/classes/testlab.bbclass: (log message trimmed) Jun 19 06:25:21 testlab: match Package,Version,Archi,Depends,Recom only as first word on line Jun 19 06:25:21 * otherwise it will pick 'The' ie from line 'Description: The Enlightenment Window Manager Version 17' and mess installed-packages.txt Jun 19 06:25:21 fails: Version_shr-version_1.0-20100512-r0.4_om-gta02.ipk Jun 19 06:25:21 fails: The_e-wm_0.16.999.060+svnr48617-r13.4_armv4t.ipk Jun 19 06:25:21 * this is also fix for missing entries in installed-package-sizes.txt Jun 19 06:25:22 (when find cannot find ipk files for messed package names) Jun 19 06:26:49 03Martin Jansa  07org.openembedded.dev * r10cd64e864 10openembedded.git/conf/machine/include/zaurus-2.6.inc: Jun 19 06:26:49 zaurus-2.6.inc: add fbdev to spitz's XSERVER Jun 19 06:26:49 Signed-off-by: Martin Jansa Jun 19 07:29:08 I built the base-image and console-images , using bitbake. But I'm not able to cross-compile a third party autoconf-style package (./configure , make, make install) Jun 19 07:29:53 The error I get is "CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/sofia-sip-1.12" .... sofia-sip-1.12 being the 3rrd party packae Jun 19 07:30:17 soome googling around and trying to change the includedir in configure as well as Makefile.in is not helping Jun 19 07:30:41 a simple C file cross-compiles, the same package compiles on my host Jun 19 07:30:59 I'm beginning to think this is a compiler issue. Anyone encountered anything similar ? Jun 19 07:31:20 you need to find out why the configure script does not find the right sofia-sip (the one you compiled in OE) Jun 19 07:31:27 this is most likely some bad defaults in configure.ac Jun 19 07:32:21 note that the ./configure script usually gets regenerated by OE, so there's no point in changing this. Rather change the source file, which is configure.ac Jun 19 07:33:28 mickey|wm: So, this is not a OE package. It's just a source tarball for testing the sofia-sip library which is successfully compiled and installed in OE Jun 19 07:36:12 you're compiling it outside OE but using the OE cross compiler? Jun 19 07:38:47 Do you mean, am I cross-compiling without bitbake recipes ? Then yes. Jun 19 07:39:37 I exported the path to the toolchain and passed it as --host to my ./configure Jun 19 07:40:06 i see Jun 19 07:40:10 that will not be enough Jun 19 07:40:20 OE calls the compile with a gazillion of options Jun 19 07:40:23 and flags Jun 19 07:40:25 i.e. sysroot Jun 19 07:40:36 you should peek into a compile log to see which flags these are Jun 19 07:40:42 you probably need to pass some of those as well Jun 19 07:40:51 to make it find the OE libs Jun 19 07:41:06 (in particular the sysroot option) Jun 19 07:43:35 mickey|wm: gotcha! lemme try some things out and report back. Thanks for the pointers Jun 19 07:44:14 np Jun 19 07:48:24 mickey|wm: You were right. It is managing to point to the correct include header files under .../tmp/sysroot/ Now to find out how it is managing to do that Jun 19 07:56:33 RP: ping Jun 19 08:33:47 mickey|wm: Were you able to manage cross-compiling a non-OE package from source ? Jun 19 11:29:59 03Koen Kooi  07org.openembedded.dev * r56051f0211 10openembedded.git/recipes/bluez/bluez4_4.66.bb: bluez4 4.66: add missing dep on libnl Jun 19 12:02:40 gpm do_compile http://tinderbox.openembedded.net/public/logs/task/6283284.txt should I create the bug for it or does somebody have a patch ? Jun 19 14:08:44 hi JaMa Jun 19 14:08:55 I've an issue with 731e6defe6da58bff482f33508058544ad1013a9 Jun 19 14:19:46 03Andreas Mueller  07org.openembedded.dev * rb420d28cd0 10openembedded.git/recipes/xfce-base/ (2 files in 2 dirs): Jun 19 14:19:46 Fixes install error in xfwm4-themes_4.6.0 Jun 19 14:19:46 File 'maximize-inactive.xpm' was listed twice in Makefile.am Jun 19 14:19:46 Signed-off-by: Andreas Mueller Jun 19 14:19:46 Signed-off-by: Koen Kooi Jun 19 16:27:42 Does anyone have a copy of the latest 'ipkg-make-index' used for generating feeds? Jun 19 17:15:52 DJWillis, hi Jun 19 17:26:03 Hey GNUtoo|laptop Jun 19 18:12:36 <[Evan]> I'm trying to understand the gcc 4.3.2 patches for uclibc locale compatibility. Anybody here familiar with their purpose and history? Jun 19 18:13:48 <[Evan]> I tried looking through the git history, but it was hard-to-follow and confusing. Jun 19 18:46:59 Hello. Has anybody here had any issues running rm_work lately? Jun 19 19:23:57 hi Jun 19 20:07:51 Nevermind.. I just had to clean some stuff out... Jun 19 20:25:59 am i likely to run into problems, updating uclibc from 0.9.30.1 to 0.9.30.3, without rebuilding toolchain using same? Jun 19 23:48:46 !oebug 2114 Jun 19 23:48:48 * * Bug 2114, Status: REOPENED, Created: 2007-04-15 23:07 Jun 19 23:48:49 * * denis-polevoi(AT)teleology.ru: gpm-1.20.1-r2 build fails for Angstrom Jun 19 23:48:50 * * http://bugs.openembedded.org/show_bug.cgi?id=2114 **** ENDING LOGGING AT Sun Jun 20 02:59:56 2010