**** BEGIN LOGGING AT Sun Nov 29 02:59:57 2009 Nov 29 04:23:40 Has anyone some problems with boost_1.36 (r8) with gcc 4.4? I get this error: http://pastebin.com/d2ec2d6d3 Nov 29 06:10:10 hey guys Nov 29 06:10:25 bitbake complains about mmap_min_addr not being 0, which is fine for me, I don't use qemu Nov 29 06:10:33 is there a way to tell bitbake to ignore this? Nov 29 07:10:07 yes, but I've forgotten what I commented out to skip that Nov 29 07:10:32 I'm sure you can grep and find it Nov 29 10:22:42 03Andrea Adami  07org.openembedded.dev * r6a6cb7f182 10openembedded.git/recipes/zaurus-utils/ (4 files in 2 dirs): Nov 29 10:22:42 nandlogical: rework klibc statical recipe pointing to staged mtd headers Nov 29 10:22:42 instead of providing own copy. Bump PR. Nov 29 12:41:35 #kexecboot Nov 29 12:42:44 * spaetz2 hands pwgen aa /join Nov 29 12:54:13 03Andrea Adami  07org.openembedded.dev * r2739ab7621 10openembedded.git/classes/palmtop.bbclass: Nov 29 12:54:13 Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files" Nov 29 12:54:13 This reverts commit 38361a2cd9b962daccf5af7c85d54245e3711f9e. Nov 29 12:54:13 Unfortunately the fix need to be done in the specific recipes. Nov 29 12:54:13 Filtering .so at this stage breaks packaging for other plugins. Nov 29 13:28:58 03Martin Jansa  07org.openembedded.dev * re6266efb6e 10openembedded.git/conf/machine/om-gta02.conf: om-gta02: create also ubinized image from ubifs Nov 29 14:28:52 upgrading linux-libc-headers seems to wipe out whole /usr/include from stagging, any idea why? Nov 29 14:35:31 JaMa: not sure why it does, but when i upgraded from v2.6.23 to v2.6.30, i ended up needing to rebuild my entire "tmp" directory from scratch. Nov 29 14:35:52 JaMa: there were too many weird little dependencies that had to be rebuilt ... it was just easier. Nov 29 14:37:47 kg4ysn: I've already rebuilt lots of stuff and my image compiles again.. but it should be fixed if its fixable in OE.. Nov 29 14:40:50 JaMa: fair enough. i think that Gentoo's policy is upgrading libc headers means rebuilding world. Nov 29 14:42:03 kg4ysn: I've upgraded libc headers in gentoo many times without rebuilding world and all einfo says after build is that you should rebuild your kernels and glibc to use new stuff iirc Nov 29 14:43:05 JaMa: true, but if you upgrade glibc, i think revdep-rebuild will force a rebuild of anything that happens to break. there are no such tools for OE, AFAIK. Nov 29 14:48:29 kg4ysn: only if you're upgrading to newer major version and @preserved_rebuild set will save you between rebuild.. (it won't even remove old libc.so as long as there is package still using it..) Nov 29 14:48:55 hi JaMa is it normal that .../org.openembedded.dev/recipes/mesa/mesa-dri_7.0.3.bb build the intel backend? Nov 29 14:49:03 JaMa: are such protections necessary for an embedded system? Nov 29 14:49:04 and fail Nov 29 14:49:11 kg4ysn: removing whole /usr/include is just wrong there is lots of stuff not using libc org linux-headers Nov 29 14:49:31 gnutoo: yes.. we have that disabled in mesa-dri_git for shr.. because it failed here too Nov 29 14:49:50 kg4ysn, we usually bump pr for rebuilding but...an automatic thing would be nice Nov 29 14:50:11 maybe it would remove some strange pr thing Nov 29 14:50:46 ok I'll check Nov 29 14:51:34 ah I was building for dream Nov 29 14:52:26 kg4ysn: are you kidding me? :) if I bump PR because some formal change in linux-libc-headers then wipping out whole /usr/include without any significant change and forcing all to rebuild all is right? Nov 29 14:55:21 JaMa: it's the libc headers. it's a core point in the system. if it's something simple to fix, sure, i'd vote to do it. but if it's a major undertaking, is the time really worth it? OE produces a closed embedded system, so asking users to rebuild if they upgrade libc headers isn't too much of a hardship, in my opinion. it's obviously your time to do the work, and nothing i say can really sway your opinion on that if it's fixed. Nov 29 14:58:29 JaMa: this all being said, i'm sure you have more experience in embedded systems than I. if i interpreted your original posting as anything other than soliciting others' views, then please feel free to ignore my views on this. Nov 29 14:59:03 kg4ysn: :) Nov 29 14:59:52 kg4ysn: I think its just some minor issue somewhere introduced maybe with new stagging or something like that.. but IIRC upgrading linux-libc-headers worked before and IMHO should again.. Nov 29 15:00:35 kg4ysn: all is needed is to warn builder that he should rebuild stuff which uses those headers.. Nov 29 15:01:27 JaMa: add it to the list of items needed in the OE User Manual :-) Nov 29 15:03:05 JaMa: if i may, what's your role in the OE team? i've seen your nick in various irc logs, so know you've been around here a lot. Nov 29 15:04:36 kg4ysn: I have no official role in OE :), I'm one of SHR developers and I'm trying to merge by branches srcpv and xorg-7.5 to oe.dev Nov 29 15:04:49 s/by/my/ Nov 29 15:05:29 JaMa: good stuff. the new version of xorg will be appreciated! Nov 29 15:06:53 kg4ysn: we're using it in SHR for om-gta and I'm using it on my sharp spitz, but testing it on all distro-machine combination will take long time.. Nov 29 15:07:40 JaMa: does SHR use python? Nov 29 15:08:44 i'm having problems getting python 2.6.2 from oe.dev to compile with ctypes support. Nov 29 15:10:55 kg4ysn: sure.. try it without this one http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?id=a070023d0d3c1af845dd41703a8419af818d70f3 Nov 29 15:11:31 kg4ysn: we had problems in runtime without this one _ctypes wasn't built at all but python build didn't fail.. Nov 29 15:12:07 JaMa: thanks. i just tried pulling that update in, _ctypes still isn't building unfortunately. python build is working fine, just no support. Nov 29 15:12:43 *doh* wait nevermind Nov 29 15:12:52 i forgot to zap my local overlay for python Nov 29 16:03:05 mmm I don't find where is defined to use the git of mesa-dri for gta02...maybe in the inc files that define the revisions....I'll look Nov 29 16:04:24 mmm no Nov 29 16:04:56 there's only the SRCREV Nov 29 16:06:42 I'll look in the logs Nov 29 16:08:02 not found Nov 29 16:18:28 hi, how can I force an update of configure in a subdir if the configure.in file in that subdir is changed/patched Nov 29 16:28:00 does the latest oe.dev pull build cleanly? i'm seeing lots of unbuildable errors for various packages, haven't had a chance to look into it in details. Nov 29 16:33:15 kg4ysn, I don't know because it also depends on your machine+distro+(image or what you are building) Nov 29 16:34:05 gnutoo: it's based on the at91sam9263ek, angstrom 2008.1, and a custom image. Nov 29 16:35:59 is trying and reverting to last working commit an option? Nov 29 16:36:12 s/reverting/going back Nov 29 16:38:36 jo Nov 29 16:43:15 gnutoo: working on that now Nov 29 16:43:34 kg4ysn, ok Nov 29 16:43:39 gnutoo: thanks for the help :-) Nov 29 16:43:44 np Nov 29 16:45:03 morning all Nov 29 16:45:12 hi rp Nov 29 16:45:14 gnutoo: looks like the issue might be related to the "TOOLCHAIN_(TYPE|BRAND)" that was added to the angstrom-2008.1.conf. Nov 29 16:45:38 ok Nov 29 17:14:04 jo bluelightning Nov 29 17:14:27 hi woglinde Nov 29 17:38:13 Hi, I am looking for an bootable tosa-image. Have kexec installed, sd partitions are recognized, but first boot hangs Nov 29 17:38:34 using images from autubuilder Nov 29 18:58:01 03Robert P. J. Day  07org.openembedded.dev * r7c7550ac80 10openembedded.git/docs/usermanual/chapters/getting_oe.xml: Nov 29 18:58:01 usermanual: Update usermanual bitbake references to 1.8.18. Nov 29 18:58:01 Signed-off-by: Robert P. J. Day Nov 29 18:58:01 Signed-off-by: Holger Hans Peter Freyther Nov 29 20:22:06 03Martin Dietze  07org.openembedded.dev * r8c1731d818 10openembedded.git/recipes/opkg/opkg_svn.bb: Nov 29 20:22:06 opkg_svn.bb: added missing dependency to openssl to recipe Nov 29 20:22:06 * opkg_svn can only be built if openssl is staged, this revision adds the missing dependency Nov 29 20:22:07 03Martin Dietze  07org.openembedded.dev * r4285ad5e1b 10openembedded.git/recipes/linux/ (4 files in 3 dirs): Nov 29 20:22:09 linux-mtx-[12]-2.4.27: support bash4 for oldconfig Nov 29 20:22:11 * when using bash4 as /bin/sh the scripts/Configure script failed when running `make oldconfig', added patch to change `. .config' to `. ./.config' Nov 29 20:22:14 03Martin Dietze  07org.openembedded.dev * r1d574db013 10openembedded.git/conf/distro/nylon.conf: conf/distro/nylon.conf: fixed some broken preferred versions Nov 29 20:22:17 03Martin Dietze  07org.openembedded.dev * r03735f27bd 10openembedded.git/recipes/mtd/mtd-utils.inc: Nov 29 20:22:20 mtd-utils.inc: flexible handling of ${mtd_utils} in do_stage and do_install Nov 29 20:22:22 * the include file relies on a given list of utils to be installed, but the list is not correct for all versions which include it Nov 29 20:22:25 * this revision adds a check for the existence of these files before trying to install/stage them Nov 29 20:22:27 03Martin Dietze  07org.openembedded.dev * ra6f587c3ac 10openembedded.git/recipes/opkg/opkg-nogpg_svn.bb: Nov 29 20:22:36 opkg-nogpg_svn.bb: link without `-Wl,--as-needed' for nylon Nov 29 20:22:38 * nylon uses a gcc3-based toolchain which does not support this option, thus added an override Nov 29 20:22:40 03Martin Dietze  07org.openembedded.dev * re4673d2c81 10openembedded.git/recipes/e2fsprogs-libs/e2fsprogs-libs.inc: Nov 29 20:22:43 e2fsprogs-libs.inc: removed dependency to unsupported util-linux-ng for nylon Nov 29 20:22:45 * on nylon util-linux-ng is not needed and not supported, e2fsprogs-libs can be built without depending on it Nov 29 20:22:47 * this revision adds an override vor nylon which sets the necessary options to `configure' and deploys the uuid header and lib to staging Nov 29 20:22:50 03Martin Dietze  07org.openembedded.dev * r1bce38c6fd 10openembedded.git/recipes/gcc/gcc-configure-common.inc: Nov 29 20:22:53 gcc-configure-common.inc: remove objc from the list of supported languages for nylon Nov 29 20:22:57 * on nylon there is no need for objc support, thus removed this language from the list for nylon Nov 29 20:23:01 03Martin Dietze  07org.openembedded.dev * rf32389464a 10openembedded.git/: Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev Nov 29 20:24:27 Seems like opkg_svn requires openssl. Anyone spotted this one? Nov 29 20:24:37 Hi, is a working kexec-image for tosa available? The narcissus-images fail while booting Nov 29 20:24:38 doh! Nov 29 20:28:46 03Frans Meulenbroeks  07org.openembedded.dev * rbeb449962d 10openembedded.git/: Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev Nov 29 20:28:47 03Frans Meulenbroeks  07org.openembedded.dev * r0249f685da 10openembedded.git/recipes/apache2/ (8 files in 2 dirs): apache2: upgraded to 2.2.14 Nov 29 20:30:14 03Frans Meulenbroeks  07org.openembedded.dev * rce34c40212 10openembedded.git/ (4 files in 4 dirs): linux-kirkwood: added sound driver for openrd-client Nov 29 23:14:23 cbrake_away, you about? Nov 29 23:22:53 ka6sox, what's up? Nov 29 23:27:00 Hi Crofton|work just looking for him about some server stuff. Nov 29 23:27:19 ok, I can email the list if needed Nov 29 23:27:33 his irc nick suggests he is away Nov 29 23:28:06 I know that but sometimes people are around. I just tried on the off chance. Nov 29 23:28:15 I'll catch him tommorrow. Nov 29 23:28:21 np Nov 29 23:28:31 thanks for looking after things for us! Nov 29 23:28:41 np...glad to do it. Nov 29 23:52:14 gm Nov 29 23:53:08 hi likewise Nov 29 23:53:48 my KERNEL_STAGING_DIR points to $ARCH-angstrom/kernel instead of $MACHINE-angstrom/kernel, what could be wrong? Nov 29 23:53:50 (add -linux) Nov 29 23:53:54 hi woglinde, you seem to be very active on #oe lately. Nov 29 23:54:23 likewise hm? Nov 29 23:56:42 woglinde: it appears that in libdvb, the things linked using CXX are not getting LDFLAGS Nov 29 23:56:55 I'm trying to follow the Makefiles, which are a mess Nov 29 23:57:09 signal11 yo Nov 29 23:57:21 woglinde: I'm, trying to build a module recipe against the kernel. Nov 29 23:57:53 likewise sorry Nov 29 23:58:00 didnt look into that yet Nov 29 23:58:22 woglinde: I don't expect you to. :-) Nov 30 00:15:26 hmm, I think I fixed it Nov 30 00:15:41 should I make some patches? Nov 30 00:15:50 yeah Nov 30 00:15:56 send it to the list Nov 30 00:16:10 using git-format-patch Nov 30 00:18:29 most of these are against the source tree Nov 30 00:18:34 and go into libdvb/files Nov 30 00:18:42 I guess I can git-format-patch new files? Nov 30 00:19:04 yes Nov 30 00:19:12 make the commit Nov 30 00:19:27 and than run git format-patch onecommitidbefore Nov 30 00:28:13 ahhh Nov 30 00:41:23 hm cool my theora and vorbis update works Nov 30 01:05:44 hello all... Nov 30 01:06:07 any one around that has experience with the SDK/gcc recipes? Nov 30 01:06:39 whats the problem? Nov 30 01:06:52 I built the SDK for the Sequoia (PPC) on Fedora 11 and I'm noticing that, for some reason, the soft-float libraries from nof are being copied overtop the hard-float libraries Nov 30 01:07:02 there is a post about it in June but it was never resolved... Nov 30 01:07:03 http://thread.gmane.org/gmane.comp.handhelds.openembedded/24620 Nov 30 01:07:40 the resultant behavior is that no c++ programs compile Nov 30 01:08:22 yeah right Nov 30 01:08:23 hm Nov 30 01:08:28 as I khem wrote Nov 30 01:08:37 something wrong in do_install Nov 30 01:08:46 yeah... Nov 30 01:09:15 hm Nov 30 01:09:50 can you provide the log of do_install somewhere? Nov 30 01:11:13 You'll have to give me about 10 mins...the build was on another box...but yes Nov 30 01:11:19 hm Nov 30 01:11:22 oh Nov 30 01:11:23 no Nov 30 01:11:24 The odd thing is that I do not see anything in http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/gcc/gcc-package-sdk.inc Nov 30 01:11:29 than I will be at sleep Nov 30 01:11:40 that would affect this library Nov 30 01:11:48 but ping the channel Nov 30 01:11:50 tomorrow Nov 30 01:12:02 and if you look in the image/packaging directory...the hard-float libraries have not been replaced Nov 30 01:12:14 so i'm not sure where it is happening Nov 30 01:12:23 ok will do Nov 30 01:12:32 it is kosher to "bump" the mailing list post? Nov 30 01:12:40 sure Nov 30 01:12:49 ok, i'll do both then Nov 30 01:12:50 thanks! Nov 30 01:12:54 hm Nov 30 01:12:57 ?? Nov 30 01:13:04 in image/ is all correct? Nov 30 01:14:36 03Henning Heinold  07org.openembedded.dev * rf519bc2e36 10openembedded.git/ (6 files in 3 dirs): (log message trimmed) Nov 30 01:14:36 libvorbis: update to version 1.2.3 Nov 30 01:14:36 * update to newer version because of security issues Nov 30 01:14:36 * switch to INC_PR and use the new autotools feature Nov 30 01:14:36 * for version 1.2.3 disable EXTRA_OECONF stuff which Nov 30 01:14:39 is handled by pkgconfig Nov 30 01:14:41 * add dependency for pkgconfig to find libogg Nov 30 01:14:43 03Henning Heinold  07org.openembedded.dev * r454d36fb54 10openembedded.git/ (6 files in 2 dirs): Nov 30 01:14:46 libogg: update to version 1.1.4 Nov 30 01:14:48 * switch to INC_PR and use the reworked autotools functions Nov 30 01:14:50 * bump PR Nov 30 01:14:52 03Henning Heinold  07org.openembedded.dev * r9be9ac109f 10openembedded.git/recipes/efl1/ (eina/gnu_source.patch eina_svn.bb): Nov 30 01:14:55 eina: fix building on uClibc Nov 30 01:14:57 * eina compiles only with linuxthread enabled in uClibc Nov 30 01:14:59 * phtread extensions are only defined with _GNU_SOURCE in uClibc Nov 30 01:15:01 so add the autotools macro for it to configure.ac Nov 30 01:15:03 * bump PR Nov 30 01:15:05 03Henning Heinold  07org.openembedded.dev * rf34df3636d 10openembedded.git/recipes/uclibc/ (uclibc-0.9.30.1/o_cloexec.patch uclibc_0.9.30.1.bb): Nov 30 01:15:16 uclibc: add O_CLOEXEC support needed for newer pulseaudio Nov 30 01:15:18 * only for version 0.9.30.1 Nov 30 01:15:20 * bump PR Nov 30 01:15:22 03Henning Heinold  07org.openembedded.dev * r646a3f5e07 10openembedded.git/recipes/mplayer/mplayer-common.bb: Nov 30 01:15:23 woglinde: yes Nov 30 01:15:25 mplayer-common: fix arch and install Nov 30 01:15:27 * set install dir to sysconfdir Nov 30 01:15:31 * package-arch is now ALL Nov 30 01:15:33 * bump PR Nov 30 01:15:35 03Henning Heinold  07org.openembedded.dev * r65c6d80f31 10openembedded.git/recipes/proxy-libintl/proxy-libintl_20080418.bb: Nov 30 01:15:38 proxy-libintl: fix install for micro and simply stage Nov 30 01:15:40 * use newer oe staging features, by removing do_stage Nov 30 01:15:42 * bump PR Nov 30 01:15:44 03Henning Heinold  07org.openembedded.dev * r5eb06ff3db 10openembedded.git/recipes/pulseaudio/ (3 files in 2 dirs): Nov 30 01:15:53 pulseaudio: make compileable under uclibc again Nov 30 01:15:55 * bring back INC_PR Nov 30 01:15:57 * bump PR Nov 30 01:15:59 03Henning Heinold  07org.openembedded.dev * rcfba2ac2e3 10openembedded.git/recipes/gnome/gnome-games_2.24.0.bb: (log message trimmed) Nov 30 01:16:02 gnome-games: fix sdl in configure.ac Nov 30 01:16:04 * gnome-games ships an older sdl.m4 macro which *sigh* modfiy Nov 30 01:16:08 the path in configure and prepend /usr to the path variable Nov 30 01:16:10 removing the sdl.m4 and use the one we ship original, solves Nov 30 01:16:12 (17 lines omitted) Nov 30 01:16:27 so Nov 30 01:16:36 the stuff I worked on is in Nov 30 01:16:38 good nite Nov 30 01:16:44 goodnight! **** ENDING LOGGING AT Mon Nov 30 02:59:58 2009