**** BEGIN LOGGING AT Sun May 31 02:59:57 2009 May 31 04:26:20 :quit May 31 07:18:24 03Michael 'Mickey' Lauer  07fso/milestone5.5 * r5751742126 10openembedded.git/ (4 files in 2 dirs): fso libraries: bump version and adjust dependencies May 31 07:18:26 03Michael 'Mickey' Lauer  07fso/milestone5.5 * r7a2fa3cb7d 10openembedded.git/: Merge branch 'fso/milestone5.5' of git@git.openembedded.org:openembedded into ms5.5 May 31 07:56:47 sigh May 31 07:57:11 all of a sudden at complete random nothing builds anymore because apparently armv7-a-angstrom-linux-gnueabi-gcc can't create executables May 31 07:57:15 what on earth went wrong here :( May 31 07:57:42 how can I rebuild this stuff from scratch without ditching a whole tree.. I just want it to build glibc and the native compiler etc. again May 31 08:02:28 NekoXP_: breath, relax May 31 08:02:42 NekoXP_: any idea where the '-a-' is coming from? May 31 08:02:56 NekoXP_: otherwise consider the config.log of the failing app May 31 08:11:46 03Michael 'Mickey' Lauer  07fso/milestone5.5 * r00a726ae18 10openembedded.git/ (3 files in 2 dirs): fso-term: new recipe; a versatile muxer-aware terminal program May 31 08:22:58 zecke, from my config, armv7-a is the architecture definition gcc wants May 31 08:23:16 it built console-image, base-image, xorg-image fine with that stuff May 31 08:23:38 the config.log of the failing app basically says that it is not resolving symbols like __libc_start when linking May 31 08:24:04 but it is finding staging/usr/lib/crt1.o fine enough to link that and then can't find libc or something weird? I have no idea what broke.. May 31 08:25:34 NekoXP_: better find out what broke... can you build a simple hello world app? May 31 08:25:53 do you play with the config inbetween? May 31 08:25:58 no not at all May 31 08:26:01 no changes May 31 08:26:17 I can't build a hello world because I can't manage to get the damn paths right to build a hello world using the toolchain May 31 08:26:41 OE adds so much stuff to get staging and cross compilers working and I can't reproduce it easily without running bitbake May 31 08:27:35 isn't there a helloworld task or so? I could run that May 31 08:28:19 waiting for cache to rebuild... May 31 08:28:50 hm.. May 31 08:29:12 can I set up CCACHE='' in recipe to prevent this recipe from using ccache? :) May 31 08:30:55 NekoXP_: it is certainly not hard to invoke the *-gcc by hand... May 31 08:30:58 shit helloworld didn't compile May 31 08:31:53 gimme a sec :/ May 31 08:32:18 someone should write a patch for gcc 4.3.3 in the tree to put the armv7a arch definition back so it matches the codesourcery compiler May 31 08:32:21 fucking SERIOUSLY May 31 08:38:34 I need gcc 4.3 and 4.3.2 has the -mfpu=neon ICE fix and 4.3.3 has a bunch of fixed regressions I am interested in but having a whole other arch for my working beagle tree and my in-development imx51 stuff is annoying the crap out of me May 31 08:38:52 aaaand helloworld compiled fine :) May 31 08:40:05 so anyway guys what's the official way to build everything in OE with -O2 or -O3 instead of -Os ? May 31 08:41:12 NekoXP_: what was the issue? May 31 08:41:19 nothing. there is no issue. May 31 08:41:28 it didn't build before because I put a typo in my local.conf May 31 08:41:50 NekoXP_: oh well... you lied to me then? You said you had no config changes... May 31 08:41:58 but except for that typo (which was between not being able to build libidl and 100 other things and me making the typo and then doing helloworld) nothing changed May 31 08:42:09 I opened it and accidentally hit a key when I quit vim May 31 08:42:13 so it put a char in a weird place May 31 08:42:26 but with it fixed, the important stuff doesn't build... mostly stuff that requires autoconf May 31 08:42:34 bitbake helloworld passed fine and did QA May 31 08:44:02 NekoXP_: if you would structure your thought process a bit more... people could follow but I'm happy to let you have a monologue :) May 31 08:44:31 NekoXP_: For your -O3 you want to look at the FULL_OPTIMIZATION variable (most likely changed by your distro) May 31 08:45:18 so is there some kind of magical docs for this variable somewhere I missed? May 31 08:46:30 it's not in conf/documentation.conf or the OE manual May 31 08:46:52 NekoXP_: so, a great point to contribute this :) May 31 08:47:31 I have real work to do I need this stuff by Tuesday or the world will end. After Tuesday... I am going to package stuff up and get a git tree. Like, when I have the time available to do it :D May 31 08:48:41 NekoXP_: hehe... anyway grep for OPTIMAZATION in conf/ May 31 08:49:32 I did, it's in bitbake conf, defined, but I don't see where its used May 31 08:49:45 it doesn't matter anyway its not important right now, I was just curious... May 31 08:49:56 NekoXP_: and likely your distro will change it (BUILD_OPTIMIZATION) and ignore... May 31 08:51:18 NekoXP_: apparently my mind is fooling me... I assumed that depending on DEBUG_BUILD either FULL_ or DEBUG_ will end up in BUILD_... but it doesn't May 31 08:52:03 cross referencing sucks May 31 08:52:04 NekoXP_: oh, it still does... it ends up in the TARGET_CFLAGS May 31 08:52:22 NekoXP_: rain sucks too... it still happens May 31 08:52:59 NekoXP_: so, FULL_OPTIMIZATION is what you want to set... May 31 08:53:02 ok May 31 08:54:54 argh now I got that weirdo sh: rm: command not found thing May 31 08:56:18 question 300 May 31 08:56:37 TARGET_FPU - does this correspond exactly to the -mfloat-abi in gcc or is it ONLY hard and soft? May 31 09:20:42 hm.. May 31 09:20:48 03Sebastian Spaeth  07shr/import * r727db0bad8 10openembedded.git/ (3 files in 3 dirs): May 31 09:20:48 mokomaze: add avoid-suspend patch and make 0.5.1 default for SHR May 31 09:20:48 Signed-off-by: Sebastian Spaeth May 31 09:21:07 does bitbake now support possibility to build specified recipe? May 31 09:21:26 Jay7: ??? -b is there for years May 31 09:21:30 ah May 31 09:21:46 sorry, I've forget about this switch May 31 09:22:17 Jay7: versioned depends are still not there though May 31 09:22:32 Jay7: why do you want to prevent a recipe from getting cached? May 31 09:22:51 zecke: I'm trying to fix kexec-tools-static_2.0 May 31 09:23:20 I'll look how to build 1.0.1 version :) May 31 09:24:16 03Sebastian Spaeth  07shr/import * r534046841b 10openembedded.git/recipes/mokomaze/mokomaze_0.5.1.bb: May 31 09:24:16 mokomaze: forgot to bump PR. Doing now. May 31 09:24:16 Signed-off-by: Sebastian Spaeth May 31 09:25:40 cbrake_away: thanks, just did my first OE commit and it worked like a charm (besides me forgetting to bump PR) May 31 09:25:50 zecke: good morning May 31 09:25:51 \o/ May 31 09:26:45 * NekoXP_ wonders where his suse cd went May 31 09:27:42 pb__: hey! and cya later... ned to catch dinner... May 31 09:28:55 NekoXP_: just 'hard' and 'soft', I think. About the only effect it has is to configure glibc --without-fp if it's set to "soft". May 31 09:29:45 zecke: later then :-) May 31 09:43:45 pb_ okay thanks May 31 09:53:07 Hi, I have build xorg working on beagleboard, but the usb mouse and keyboard not responding, what package or set do I miss? anybody knows? May 31 09:53:40 usb mouse and keyboard do work in framebuffer mode in my application(qt with tslib) May 31 09:55:13 check hal and dbus presence May 31 09:55:48 quick question, did anyone set up icecc stuff recently? May 31 09:58:17 Jay7: hal dbus are present May 31 09:58:41 try to look into /var/log/Xorg.*.log May 31 09:59:03 when it exists May 31 09:59:14 here is the message when do X in bash: http://pastebin.com/d411809b7 May 31 10:01:46 (II) Cannot locate a core pointer device., I got this line in Xorg.0.log May 31 10:02:37 and: If no devices become available, reconfigure HAL or disable AllowEmptyInp May 31 10:02:51 Jay7: do you know how to do that? May 31 10:02:55 03Koen Kooi  07org.openembedded.dev * r0e6b0d58f4 10openembedded.git/recipes/xserver-common/ (files/89xdgautostart.sh xserver-common_1.24.bb): May 31 10:02:55 xserver-common 1.24: fix xdg autostarting May 31 10:02:55 * it belongs in the xsession, not in the xinit May 31 10:03:06 03Ihar Hrachyshka  07org.openembedded.dev * rd6606b5fee 10openembedded.git/classes/gnome.bbclass: (log message trimmed) May 31 10:03:06 gnome.bbclass: remove unneeded scrollkeeper stuff from gnome packages. May 31 10:03:06 Scrollkeeper generates its XML database for every package when May 31 10:03:06 installing it. The problem is that while building it sees only specific May 31 10:03:08 package scrollkeeper stuff so we get wrong scrollkeeper xml file May 31 10:03:10 generated for every gnome.bbclass package. Including the file into every May 31 10:03:12 gnome package results in package contents conflicts. May 31 10:03:14 03Koen Kooi  07org.openembedded.dev * r6a8b960862 10openembedded.git/: Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev May 31 10:03:19 leslie: try to find xorg.conf in /etc May 31 10:03:39 ah.. moment May 31 10:03:43 I'll look into log May 31 10:07:52 leslie: you can try restart hald then xorg May 31 10:08:02 or you can disable hal in xorg May 31 10:08:17 how to disable hal? May 31 10:08:32 you can configure mouse and keyboard directly in xorg.conf by 'old-way' May 31 10:08:45 I pasted the log file here: http://pastebin.com/d624fcc23 May 31 10:09:03 Option "AutoAddDevices" "false" May 31 10:09:13 into ServerFlags section May 31 10:09:33 and append proper InputDevices sections May 31 10:09:47 ok, I will have a try, thanks a lot! May 31 10:09:48 google for good manual about xorg.conf :) May 31 10:21:26 good morning May 31 10:21:27 http://goddchen.pastebin.com/d664bfe22 May 31 10:21:30 any ideas on this one? May 31 10:21:50 configure: error: C compiler cannot create executables May 31 10:22:27 | See `config.log' for more details. May 31 10:30:27 pb_ I've been getting that same thing lately May 31 10:30:52 I gave up and am rebuilding the entire tree from scratch.... May 31 10:31:18 if I want to use a mx31 which is the correct virtual kernel for it? May 31 10:31:25 pb_ do you use icecc at all? anyone here use icecc? May 31 10:32:10 garren, standard linux May 31 10:32:49 NekoXP_: great so I say in the machine config linux-2.6.28 and then how do I reference the correct defconfig? May 31 10:33:06 mx31ads? May 31 10:33:10 or some custom board? May 31 10:33:42 there's an mx31ads 2.6.19rc6 that "works" May 31 10:34:04 NekoXP_: sorry, no. I think zecke does, you might check with him when he gets back from dinner. May 31 10:34:23 NekoXP_: mx31pdk... May 31 10:34:26 but by now, mx31 stuff should all be mainline.. you probably just need to look at mx31ads-kernel and check the line for defconfig and add it to your recipe tomake sure it gets installed May 31 10:35:17 pb_ okay, I just got a lot of weird messages from bitbake after setting it up that said gcc not found in (null) for everything May 31 10:35:22 stuff is building though May 31 10:36:07 03Koen Kooi  07org.openembedded.dev * rbc860558c5 10openembedded.git/conf/distro/include/angstrom-2008-preferred-versions.inc: angstrom 2009.X: preferred-versions updates May 31 10:36:13 NekoXP_: in the mx31ads_linux folder is just the defconfig, how do I reference the defconfig and the mainline kernel? May 31 10:36:17 03Koen Kooi  07org.openembedded.dev * rda610cd2be 10openembedded.git/ (3 files in 3 dirs): pango: add 1.24.2 May 31 10:36:38 garren, check mx31ads-kernel_2.6.19rc2 for the defconfig line for that machine :D May 31 10:36:41 it's like. 1 line. May 31 10:37:00 NekoXP_: great thanks for the help :-) May 31 10:37:19 grep mx31 *.bb in recipes/linux is a lot of help :] May 31 10:37:32 I used that as a cheap hint to get mx51 stuff going May 31 10:41:55 Jay7: mouse and kbd are working! I just disable hal May 31 10:42:01 thanks a lot May 31 10:56:48 configure:3118: ccache avr32-angstrom-linux-uclibc-gcc -march=ap -isystem/home/swk/osgi/openembedded/stuff/build/tmp/staging/avr32-angstrom-linux-uclibc/usr/include -Os -fomit-frame-pointer -isystem/h$ May 31 10:56:48 /home/swk/osgi/openembedded/stuff/build/tmp/cross/avr32/lib/gcc/avr32-angstrom-linux-uclibc/4.2.2/../../../../avr32-angstrom-linux-uclibc/bin/ld: cannot find -luuid May 31 10:57:00 that's in config.log May 31 11:01:29 what provides uuid library? May 31 11:02:17 e2fsprogs May 31 11:02:22 e2fsprogs-libs, I think May 31 11:02:24 or e2fsprogs maybe May 31 11:02:34 it's one or the other May 31 11:02:49 btw did nobody look at the crap that gettext-native does when you build it? May 31 11:03:19 staging/blah/usr/share/doc/gettext/* is full of useless crap, examples for a billion languages.. isn't there a way to disable that from configure? May 31 11:03:49 dunno. is it actually causing you a problem? May 31 11:04:22 if it was shipping that stuff in the output packages then it'd certainly be an issue, but I think most people find it hard to get excited about unnecessary bits in staging May 31 11:04:59 its not causing so much of a problem as spending a very very large amount of time installing docs when I want it to be compiling other stuff :D May 31 11:05:38 crumbs, does it really take that long to install? May 31 11:05:55 I wouldn't have expected it to be more than a few seconds May 31 11:06:09 if it's really taking ages then yeah, it'd be worth trying to turn it off. --disable-docs, maybe? May 31 11:06:11 .. it took 3 minutes just now to do about half a billion "install -m 644 usrsharegettextexampleshelloworld-gnome/smalltalk etc. May 31 11:06:30 ah, that does suck May 31 11:06:32 I have my OE stuff in a VM on a laptop so the disk isn't wonderfully fast May 31 11:07:02 plus, this thing is gettext-native so it's not like I am going to install any of this on the target machine May 31 11:07:26 building docs for -native apps is.. redundant anyway but nevertheless, it seems gettext has no option but to build them May 31 11:07:30 ususal gnu bloat I guess May 31 11:07:41 doh May 31 11:08:46 * NekoXP_ writes it down in the big list of things to patch one day May 31 11:12:56 you know OE is taking over your life when the dawn chorus of birds are tweeting outside and the last time you checked the clock it was before midnight May 31 11:34:00 florian: good morning May 31 11:35:47 good morning May 31 11:47:25 morning May 31 11:48:39 zecke, meow? May 31 12:13:36 somebody should add e2fsprogs-libs as a dependency to utils-linux-ng, i need to build it manually, then utils-linux-ng worked... May 31 12:15:24 i'm quite new to oe, therefore i don't exactly know how to do it May 31 12:18:38 just add it to DEPENDS May 31 12:35:41 it's already in DEPENDS here May 31 12:36:11 recipies/util-linux-ng/util-linux-ng.inc line 4... udev, zlib, ncurses, e2fsprogs-libs virtual/libintl May 31 12:49:59 next problem: | cal.c:313: error: '_NL_TIME_WEEK_1STDAY' undeclared (first use in this function) May 31 12:50:02 ideas? ;) May 31 12:50:04 03Koen Kooi  07org.openembedded.dev * r901e7c5b47 10openembedded.git/recipes/angstrom/angstrom-gpe-task-base.bb: angstrom-gpe-task-base: bump PR May 31 12:51:32 NekoXP_: hm strange, why didn't it build e2fsprogs-libs first then? anyways, any idea for my next problem? it's still in utils-linux-ng :( i just can't get past this receipt :( May 31 12:51:58 wheeee icecream is working great now May 31 12:52:01 it was a netname issue :D May 31 12:52:56 now all I need is a couple 8-core servers :3 May 31 12:57:12 another error in util-linux-ng i get is: error: expected declaration specifiers or '...' before 'va_list' May 31 12:57:22 weird though, why does the icecc netname need to be a hostname? May 31 12:59:10 03Michael 'Mickey' Lauer  07fso/milestone5.5 * rdd09d262b0 10openembedded.git/recipes/linux/linux.inc: linux.inc: fix the infamous 'install ./-m0644: file not found' error May 31 13:08:59 03Michael 'Mickey' Lauer  07fso/milestone5.5 * r8c35c30914 10openembedded.git/recipes/glibc/ (files/glibc-2.6.1-backport-eventfd.patch glibc_2.6.1.bb): glibc 2.6.1: backport eventfd(2), eventfd_read(2), eventfd_write(2) from glibc 2.9 May 31 13:28:54 anyone know what would cause the this error on a Linux kernel compile http://pastebin.com/d5674ada3 May 31 14:16:48 openzarus.org is back. If there are issues (with DNS) nag me May 31 14:34:01 is it ok to take recipes from Poky linux, modify them and use them in OE? May 31 14:34:21 garren: yes, we do that all the time May 31 14:34:44 garren: when putting it into OE name the poky origin May 31 14:35:09 zecke: great thanks... I'm using there mx31 stuff to get the mx31pdk working with OE May 31 14:37:16 ARGH May 31 14:37:29 can anyone tell me how on earth I am meant to set up bridged networking in a linux guest for vmware May 31 14:49:20 zecke, you run icecc apparently? May 31 14:49:39 what does it mean when it says it can't find a server at 10.0.0.11:xxx while compiling May 31 14:49:57 .11 is my laptop's ip, oe is inside vmware nat May 31 14:51:40 it works, stuff is being scheduled, but every now and again.. boom May 31 14:56:57 NekoXP_: no idea :) May 31 15:08:10 worked it out May 31 15:08:31 virtualbox is installed too.. vmware is changing between virtualbox host-only adapter and the ethernet trying to find the right connection May 31 15:08:38 fails, goes back, works, checks again, fails... May 31 15:08:43 * NekoXP_ kicks vmware for being so moronic May 31 15:32:53 Anyway to make bitbake package (tar.gz/ipkg) the packages that are already built? Im asking because Im doing an "-k world" build May 31 15:33:44 Otherwise it will have to run through all the recipes before it actually starts packaging them May 31 17:39:26 per default, jamvm 1.5.0 is built. is it possible to force it to build 1.5.3= May 31 17:39:28 ? May 31 18:53:39 kergoth: awake? What shall we do with bug 518 in OE? Are we seeing a tslib release anytime soon? May 31 19:34:54 Anybody else see libsndfile1 do_compile fail? May 31 20:09:21 how do I make bitbake whitelist environment variables? May 31 20:10:09 do I set it in local.conf or is that too late? shell? May 31 20:10:24 Neko: export BB_ENV_EXTRAWHITE= somewhere May 31 20:11:29 Neko: I set it in my env shell script, that is where it's best set from. May 31 20:20:31 Neko, in shell May 31 20:20:42 local.conf is too late **** ENDING LOGGING AT Wed Jun 10 01:42:29 2009