**** BEGIN LOGGING AT Wed Sep 13 02:59:56 2006 Sep 13 04:07:22 * v8jlene is back Sep 13 04:52:35 hmmm Sep 13 06:42:08 hi, some one have meet this error before? Sep 13 06:42:09 http://pastebin.ca/168708 Sep 13 06:42:35 i failed to build 'gettext-native' on my gentoo box Sep 13 06:43:24 anyway, this package passed build on redhat, so is there something i need to check with my java profile? Sep 13 06:54:16 ah, ok, seems i've find answer from #gentoo-java for my last issue, just back to use jdk but not jre Sep 13 06:58:30 http://pastebin.ca/168719 Sep 13 06:58:56 well, seems failed at build busybox Sep 13 06:58:59 "/bin/sh: scripts/mkdep: Argument list too long" Sep 13 07:01:50 hi all Sep 13 07:10:23 minipanda: If I had to guess I'd say your path name is so long it's casuing the busybox build to exceed the maximum path limit. Your path to the busybox dir is 165 chars, mine here is 75. Sep 13 07:10:40 morning all Sep 13 07:11:50 morning Sep 13 07:13:13 v8jlene: ok, but why busybox-1.0.0-r37 have such issue but not the other package and not the older version of busybox? Sep 13 07:13:58 I'm a novice at .bb files, but I could do with some help fixing what may well be a simple mistake Sep 13 07:13:59 http://pastebin.ca/168725 Sep 13 07:14:04 v8jlene: could you suggest a workaround for skip this maximum path limit check issue? Sep 13 07:14:25 I'm getting this error at populating stage Sep 13 07:14:46 the package compiles and is installed perfectly Sep 13 07:15:15 blaster8: which package? Sep 13 07:15:24 it's a new one, hold on Sep 13 07:15:26 very simple Sep 13 07:16:25 http://pastebin.ca/168726 Sep 13 07:16:30 minipanda: the mkdep thing is getting a lisr of files on the command line, so if more files were added it could result in a newer version breaking while older ones works.. or it may not do it that way in older ones. Anyway, it's just a guess. Sep 13 07:16:46 minipanda: Shorter path! (Yeah, may not be practical ;) Sep 13 07:17:59 v8jlene: /home/test/localtestlab/individual/2_11/OE-20060622/omap5912osk_familiar-unstable_ltp-image/20060913-0148 Sep 13 07:18:36 v8jlene: is that a extremely long path name? but i think that's meaningful, especially for you live with a lot of build :-( Sep 13 07:19:23 my path is ~/HEAD ;) Sep 13 07:19:55 blaster8: is inherit native correct? Sep 13 07:20:01 absolutely Sep 13 07:20:05 minipanda: It's rather long. Mine is "/data/oe/build/titan-glibc-24/" (titan-glibc-24 is different for the different builds). Sep 13 07:20:26 it compiles a program natively, executes it there-and-then to create a correctly packaged firmware Sep 13 07:20:46 then is supposed to install the firmware to /usr/lib/firmware, which it does Sep 13 07:20:58 then fails on the last stage Sep 13 07:21:54 blaster8: inherit native has its own do_stage function which calls make install. You have to overwrite this function. Sep 13 07:22:02 ok ,how? Sep 13 07:22:03 v8jlene: well, len(mypath) only return 105 :-0 Sep 13 07:22:16 blaster8: simply add a empty do_stage function Sep 13 07:22:16 just do a blank stage? Sep 13 07:22:18 ok Sep 13 07:22:20 thanks Sep 13 07:22:34 blame intel for the ridiculous install process ;) Sep 13 07:22:49 v8jlene: so seems not a very very long, i mean no more than 165 chars! Sep 13 07:23:06 good morning all Sep 13 07:23:11 morning Sep 13 07:23:13 hey koen Sep 13 07:23:31 hi, koen Sep 13 07:24:36 minipanda: The 165 was to the busybox build dir. Run the find command that was in your logs and pass the output into wc. If the second number is > 4096 then it's because your path is too long. Sep 13 07:25:01 minipanda: BTW, it looks like this has been changed in newer versions of busybox, doesn't pass on the command line in 1.2.1 (which I'm using). Sep 13 07:25:47 minipanda: I've got to go, going to be running late for dinner now ;) Sep 13 07:25:56 \me away Sep 13 07:26:06 aghh.. Sep 13 07:26:08 v8jlene: ah, thanks for your patience and have a good time! Sep 13 07:26:55 helf Sep 13 07:27:20 ok, the package now builds without error, but no ipkg is actually made Sep 13 07:27:51 what should stage actually do? Sep 13 07:30:21 blaster8: do stage puts files in your staging dir (libs or binaries) Sep 13 07:30:39 staging directory is work_dir/image, right? Sep 13 07:30:56 blaster8: nope, tmp/staging Sep 13 07:31:00 aah Sep 13 07:31:35 so, having 'installed' the files, already shall I just copy the relevant file somehow? Sep 13 07:32:04 Hi, I am trying to build http://www.anderssonj.com/jardsf/jardsmob_1.0_src.tar.gz. The source apparently uses a jards.pro file in the to level for configuration and starting the build process. Thus I did an "inherit qmake-base" at the start of my bb file and so far nothing else. "bitbake jards" runs fine but ipk is created. I assume, no compilations is ever really taking place. What is necessary for this to compile. What sample packages shoul I look Sep 13 07:32:23 s/in the to level/in the top level/ Sep 13 07:32:39 the problem is your inherit native. you can try to spilit your bb into IxNpeMicrocode-native and another which generates the firmware Sep 13 07:32:51 ok, I'll think about it Sep 13 07:32:54 s/spilit/splitt Sep 13 07:33:06 s/spilit/split Sep 13 07:33:41 Looks like I have a similar problem to blaster8 Sep 13 07:34:53 more easily, where can I find the correct default script to build an ipkg from an image file? Sep 13 07:35:41 s/file/folder Sep 13 07:36:40 morning Sep 13 07:36:45 hey hrw|work Sep 13 07:36:51 good morning, hrw|work Sep 13 07:37:01 Laibsch: inherit palmtop Sep 13 07:38:25 Laibsch: I can give you my patches: http://ewi546.ewi.utwente.nl/tmp/hrw/t/jards/ - but I did not built it (lack of time) Sep 13 07:38:31 blaster8: inherit native can't generate target packages Sep 13 07:38:34 ok Sep 13 07:38:42 2 packages it is Sep 13 07:38:57 any clues about how to transition the firmware between the two? Sep 13 07:39:36 hrw|work: Thank you. That is great. Sep 13 07:39:39 first compile IxNpeMicrocode, then run IxNpeMicrocode in the other file Sep 13 07:39:44 You got the sources earlier? Sep 13 07:39:51 * Laibsch is jealous ;-) Sep 13 07:39:52 Laibsch: yes Sep 13 07:40:07 Laibsch: right after announcement I had 0.5h free so tried Sep 13 07:40:12 got it, how do I add IxNpeMicrocode to the tmp/staging/i686-linux/folder Sep 13 07:40:19 given that it has no makefile Sep 13 07:40:28 hrw|work: Why were you interested in compiling a study aid for Japanese? Are you learning the language? Sep 13 07:40:40 Laibsch: no - I was interested in building Sep 13 07:40:44 Talking about IxNpeMicrocode, which bootloaders support the binary blob from Intel for IXP4xx platforms? Sep 13 07:40:56 Redboot Sep 13 07:40:58 blech Sep 13 07:40:59 likewise: hi Sep 13 07:41:06 hrw|work: hi Sep 13 07:41:16 Apex will integrate an open driver soon (hopefully) Sep 13 07:41:24 morning all Sep 13 07:41:27 hehe, does it present a particular challenge? Sep 13 07:41:31 hi Richard Sep 13 07:41:34 hrw|work: hehe, does it present a particular challenge? Sep 13 07:41:43 blaster8: ok hoping for such stuff. Sep 13 07:42:02 I'm integrating the driver into the nslu2-linux slugos codebase atm Sep 13 07:42:18 and pestering people for help with a nasty compile process ;) Sep 13 07:42:19 blaster8: use do_stage to copy the files Sep 13 07:42:24 just cp ? Sep 13 07:42:44 install is better Sep 13 07:42:51 hrw|work: did you ever create a bb file? Sep 13 07:42:54 ok Sep 13 07:43:22 hi XorA Sep 13 07:43:24 Laibsch: moment Sep 13 07:43:30 hrw|work: hey Sep 13 07:43:32 morning all Sep 13 07:43:47 Laibsch: same place as patches Sep 13 07:44:04 blaster8: install -m 0755 foo ${STAGING_BINDIR}/foo Sep 13 07:44:13 brilliant, thanks :) Sep 13 07:44:21 blaster8: first do install -d ${STAGING_BINDIR}/ Sep 13 07:44:26 ok Sep 13 07:45:04 and should I DEPENDS the second file on the first? Sep 13 07:45:30 hrw|work: mmm, .... No, there is nothing. Sep 13 07:45:34 yes Sep 13 07:45:40 Laibsch: jards_1.0.bb Sep 13 07:46:05 hrw|work: OK, got it now. Sep 13 07:46:37 hrw|work: no inherit qmake-base and no inherit palmtop? Sep 13 07:46:54 Laibsch: it inherit opie Sep 13 07:48:04 will that include qmake-base? That would surprise me. Sep 13 07:48:06 Laibsch: opie -> palmtop -> qmake -> qmake-base Sep 13 07:48:12 I see. Sep 13 07:48:15 OK Sep 13 07:51:01 hi koen, rob_w Sep 13 07:52:53 ok Sep 13 07:52:57 nearly there ;) Sep 13 07:53:10 hey hrw|work Sep 13 07:53:17 just need to sort out do_package Sep 13 07:55:44 FILES_${PN} is your friend Sep 13 07:56:00 I remember now Sep 13 07:57:04 hi, folks. is there anybody know why ? http://www.rafb.net/paste/results/Bry34G38.html Sep 13 07:57:24 hmm, no I don't Sep 13 07:57:28 d'oh Sep 13 07:57:47 it report "| CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/libpng12" Sep 13 07:58:03 hmm, what happened ? Sep 13 08:02:32 what's the variable set for /usr/lib ? Sep 13 08:02:43 like ${sysconfdir} for /etc Sep 13 08:05:51 got it Sep 13 08:07:13 how do I stop it making silly comments like: Sep 13 08:07:15 "NOTE: Not creating empty archive for ixp4xx-npe-locale-2.1-r2" Sep 13 08:07:25 ignore Sep 13 08:07:33 newb alert Sep 13 08:07:38 ignore what? Sep 13 08:07:53 ignore "NOTE: Not creating empty archive for ixp4xx-npe-locale-2.1-r2" Sep 13 08:08:41 no way of stopping package looking for these things then, ok Sep 13 08:08:50 http://pavelmachek.livejournal.com/27834.html - Pavel reply to my reply to his post Sep 13 08:10:30 hrw|work: ehm Sep 13 08:10:39 hrw|work: is he being sarcastic? Sep 13 08:10:50 "I'd have to run it on the host, and that is not easy. " Sep 13 08:11:23 "-o" Sep 13 08:11:28 there, that was hard Sep 13 08:11:31 Your IP address (194.50.186.178) is detected as an open proxy (a common source of spam) so comment access is denied. Sep 13 08:11:34 :( Sep 13 08:12:08 heh Sep 13 08:12:39 I used to have that as well because I configured apache to return witty error messages via redirects Sep 13 08:13:02 :) Sep 13 08:13:28 hrw|work: thats a, Im too lazy to RTFM so Ill just say its all broken :-( Sep 13 08:13:36 yes Sep 13 08:13:53 thanks for patient help :) Sep 13 08:13:55 hey all Sep 13 08:14:13 now, I just need someone to commit this update Sep 13 08:14:54 attach it to bugzilla Sep 13 08:14:59 ok Sep 13 08:15:42 03koen 07org.oe.dev * r8486f405... 10/ (1 contrib/sanitize.py contrib/oe-stylize.py): rename sanitize.py to oe-stylize.py Sep 13 08:24:39 hey zecke Sep 13 08:26:27 ho Sep 13 08:26:37 RP: is poky compiled with the teleport patch? Sep 13 08:29:20 http://bugs.openembedded.org/show_bug.cgi?id=1414 Sep 13 08:29:51 finally :) Sep 13 08:30:59 blaster8: could you attach a patch for that? Sep 13 08:31:19 It's not really a patch, more of a rewrite Sep 13 08:31:38 'mtn diff ' > patch Sep 13 08:32:38 oh, ok Sep 13 08:33:50 zecke: Which patch is the teleport patch? Sep 13 08:37:53 done: http://bugs.openembedded.org/show_bug.cgi?id=1414 Sep 13 08:39:51 thanks all Sep 13 08:40:52 RP: migration.patch in gtk+/files Sep 13 08:41:18 RP: I will use poky in my demonstration at aKademy Sep 13 08:43:00 zecke: 2.6.8 is Sep 13 08:43:01 hey. folks. how can I trace the package building sequence by bitbake ? Sep 13 08:43:23 zecke: (and that is the default) Sep 13 08:43:51 leoncamel: Trace what exactly? Sep 13 08:44:54 RP, I mean, i build dbus failed. and I don't know who depend on it. so I want find who exactly depend on the dbus. Sep 13 08:45:20 RP, is that clear ? Sep 13 08:45:34 leoncamel: bitbake -D -D -D :) Sep 13 08:45:42 ~spell curtesy Sep 13 08:45:44 possible spellings for curtesy: courtesy curtsy cutesy cuteys curtest cutes Cortes Curt's Curtis Curtis's cutey's Sep 13 08:46:05 heh, the irony Sep 13 08:46:21 "And please do me the curtesy of spelling my name correctly." Sep 13 08:46:52 RP, OMG, there are so many debug msg. it is something like flood .. Sep 13 08:47:04 RP: you need to update the readme.txt as oh-image is not there? Sep 13 08:48:30 RP, hmm, it is a very strange problem. I trying to "bitbake gpe-image" and it failed while building dbus-0.62. Sep 13 08:48:50 RP, but I *did* build dbus-0.92 already ... Sep 13 08:48:56 leoncamel: The number of -D's will change the amount of output. I'd redirect it all to a file and then search through it Sep 13 08:49:19 RP, yes. I am reading the log now. Sep 13 08:49:36 zecke: fixed, thanks Sep 13 08:50:49 RP, could you give some clue about it ? Sep 13 08:51:02 morning Sep 13 08:51:18 hi Rene Sep 13 08:52:09 moring ~! Sep 13 08:52:34 hey Marcin Sep 13 08:52:39 hi leoncamel Sep 13 08:53:11 reenoo, what a nice day .. :) Sep 13 08:53:11 hi reenoo Sep 13 08:53:27 leoncamel: I'm not sure what further help I can give? Sep 13 08:53:37 hey RP Sep 13 08:54:38 RP, hmm, I want know which package depend on dbus-0.62. and why it did depend on dbus-0.92 ? Sep 13 08:54:48 RP: awesome Sep 13 08:55:12 leoncamel: you lack PREF_PROV for dbus-glib Sep 13 08:55:23 leoncamel: thats why it build dbus 0.62 after 0.92 Sep 13 08:55:53 hrw|work, OH.. great. thanks. Sep 13 08:56:17 someone more familiar with dbus could^Wshould resolve it better.. Sep 13 08:57:29 or maybe virtual/dbus-glib so dbus will depend on dbus-glib, and other stuff on virtual/dbus-glib (which will be provided by dbus<0.90 and dbus-glib) Sep 13 09:00:05 hrw|work, and here is another question. http://www.rafb.net/paste/results/Bry34G38.html Sep 13 09:00:14 hrw|work, could you mind give me some clue on it ? Sep 13 09:00:55 CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/libpng12 === wrong paths in makefiles Sep 13 09:01:28 leoncamel: read http://openembedded.org Sep 13 09:01:43 leoncamel: that has a news item on your problem Sep 13 09:01:53 http://www.openembedded.org/the-q-a-team-strikes-back for people to lazy to scroll down Sep 13 09:02:23 koen, ok, I am on my way to it. Sep 13 09:05:33 koen: I have even more stuff to annoy Sep 13 09:05:47 INHERIT += insanity Sep 13 09:06:38 koen, wow. it is really very funny. I will check if it works tonight. Sep 13 09:06:53 zecke: I want to get uclibc working first :) Sep 13 09:06:56 zecke: heh.. forgot to add this.. will add when locales will get built Sep 13 09:07:02 03koen 07org.oe.dev * r539d974b... 10/ (15 files in 3 dirs): Sep 13 09:07:02 dbus: drop 0.6x Sep 13 09:07:02 * people wanting the use the old-API dbus can use 0.23.x Sep 13 09:07:02 * people wanting to use the new-API dbus should use 0.9x Sep 13 09:07:02 * new-API glib bindings are provided via dbus-glib Sep 13 09:08:30 koen: 0.23.x provide dbus-glib? Sep 13 09:08:45 hrw|work: iirc yes Sep 13 09:08:56 hrw|work: It is incomplete, unsound... and I have no clue if it works ;) Sep 13 09:08:59 ~change 480 pln to eur Sep 13 09:09:01 I don't have that version in my tree anymore Sep 13 09:09:05 480.00 Zloty (PLN) makes 121.189 Euro (EUR) (from http://www.xe.com/) Sep 13 09:09:27 ~change 1000 yen to yuan Sep 13 09:09:32 1,000.00 Norway Krone (NOK) makes 1,204.63 China Yuan Renminbi (CNY) (from http://www.xe.com/) Sep 13 09:09:56 ~change 1000 jpy to cny Sep 13 09:10:01 1,000.00 Yen (JPY) makes 67.5173 China Yuan Renminbi (CNY) (from http://www.xe.com/) Sep 13 09:10:08 hrw|work, :) yes. Sep 13 09:10:40 ~change 1000 cny to jpy Sep 13 09:10:45 1,000.00 China Yuan Renminbi (CNY) makes 14,811.02 Yen (JPY) (from http://www.xe.com/) Sep 13 09:11:34 hrw|work, OH yeah . bitbake gpe-image continues .. Sep 13 09:11:44 zecke: insanity.bbclass is broken Sep 13 09:11:59 zecke: koen@bitbake:~/OE/build$ bitbake foo Sep 13 09:12:00 ERROR: Unable to open conf/bitbake.conf Sep 13 09:12:18 zecke: without the inherit it works :( Sep 13 09:13:15 zecke: the local.conf used: http://ewi546.ewi.utwente.nl/tmp/OE/local.conf Sep 13 09:14:27 http://bugs.openembedded.org/show_bug.cgi?id=1414 updated Sep 13 09:18:46 What maximum size of CF card under GNU/Linux - for example Angstrom on hx4700 was tested? Does it support 2 Gb CF or only 1 Gb and lower? I preferre Ultraspeed Kingston cards. And tougether with what maximum size SD card? Can i get 4 Gb tougether with CFand SD same time, anyone test it? Or maybe even 8Gb. Sep 13 09:18:51 koen: hmm and you blame insanity? Sep 13 09:19:09 ~lart broken usb wlan hardware Sep 13 09:19:10 * ibot wallops broken usb wlan hardware with a main rotation server that needs rehubbing. It won't take long Sep 13 09:19:35 den-ros: CF? any should work Sep 13 09:19:55 den-ros: SD: 2G works, someone reported 4G iirc Sep 13 09:19:57 hrw|work: you think and 2 Gb should work? Sep 13 09:20:04 why shouldn't it? Sep 13 09:20:10 hrw|work: ok thank You Sep 13 09:20:28 den-ros: 2G cf or 2G sd? Sep 13 09:20:31 ich_: http://ewi546.ewi.utwente.nl/tmp/OE/double-insanity.txt Sep 13 09:20:58 blaster8: I think it should, but sometimes in really it does not work for strange reasons. Sep 13 09:22:37 hrw|work: 2G CF first and 2 G SD second tougether with CF i plan test. Sep 13 09:23:23 den-ros: my router worked fine with my 2gb cf card in an cf-card adapter Sep 13 09:23:39 hrw|work: case i think it will be not bad to try make little swap on little cheap CF and trow it into garbage when it broke. Sep 13 09:24:11 afk Sep 13 09:24:42 e-ffi: Thanks. I think 2G CF will be enough for test for now. Sep 13 09:31:31 koen|away: updates to f-b in next week - zen has to move to new flat (which has to find) so no time to send updates Sep 13 09:47:34 hi, can anybody take a look at this http://pastebin.ca/168793 Sep 13 09:49:14 seems some dependency broken? Sep 13 09:49:30 minipanda, read you gtalk log. Sep 13 09:49:43 leoncamel: thanks ;-) Sep 13 09:51:03 but why generic-unstable.conf is the only .conf can build bootstrap-image? Sep 13 09:52:54 koen: could you please take a look at http://pastebin.ca/168793 Sep 13 09:53:22 koen: and is that bootstrap-image build for familiar-unstable broken again? Sep 13 09:53:53 probably Sep 13 09:54:10 I never build bootstrap-image nor familiar Sep 13 09:54:40 koen: ok, so which distro .conf is working now? Sep 13 09:55:45 generic-unstable or openzaurus-unstable I guess Sep 13 09:56:54 sure, the generic-unstable is works. I confirm it. Sep 13 10:08:09 JustinP: @openembedded.org keynames are email aliases too Sep 13 10:25:03 good morning Sep 13 10:25:51 hi florian_kc Sep 13 10:37:55 RP: any hint on how to build qemu? Sep 13 10:41:33 hi..does anyone know about GDB Sep 13 10:43:32 i want to order a ARM Development board and convert it into a datalogger, but i am confused as how will i debug the target. Sep 13 10:44:20 infoclog: there was discussion about it on lakml recently Sep 13 10:44:22 ~lakml Sep 13 10:45:02 hrw|work : whts that? some kind of channel ? Sep 13 10:45:13 linux-arm-kernel MailingList Sep 13 10:45:21 ibot: factinfo lakml Sep 13 10:45:21 hrw|work: there's no such factoid as lakml Sep 13 10:45:57 !! Sep 13 10:45:58 infoclog: I have no frelling idea! Sep 13 10:46:17 ibot: lakml is Linux-ARM-Kernel Mailing List: http://marc.theaimsgroup.com/?l=linux-arm-kernel Sep 13 10:46:19 okay, hrw|work Sep 13 10:47:03 hrw|work : i am not using a RTOS at all. Sep 13 10:48:05 infoclog: who said that lakml is about rtos? Sep 13 10:48:11 i mean i just want to know, wht are the thihgs i need to keep in mind b4 ordering a development board and start developing Sep 13 10:48:52 like..first i made a list of interfaces i need. and i9dentified 5 boards which meet them Sep 13 10:49:24 infoclog: http://marc.theaimsgroup.com/?l=linux-arm-kernel&m=115709598330775&w=2 Sep 13 10:50:00 but I cant now help with choice as I never used devboards Sep 13 10:51:05 wht did u use then ? Sep 13 10:51:31 infoclog: few ARM based palmtops, one MIPS based router/wap Sep 13 10:51:49 okie Sep 13 10:52:11 i think , even i am in thewrong channel.. Sep 13 10:52:21 infoclog: #elinux maybe? Sep 13 10:52:22 can u suggest me some other network / channel Sep 13 10:54:17 do u hve any idea about a channel to discuss software development on ARM boards ? whts this ibot ??? does he like answer questions impromptu Sep 13 10:55:20 infoclog: #elinux iirc was suggested few times Sep 13 10:56:48 alrite thanks. whts iirc ! Sep 13 10:57:07 ~iirc Sep 13 10:57:09 hmm... iirc is "if I recall correctly" Sep 13 10:57:44 ~iirc Sep 13 10:57:46 methinks iirc is "if I recall correctly" Sep 13 10:58:01 ~rofl Sep 13 10:58:03 i heard rofl is Roll Over Fat Lesbian. rolling on the floor laughing. Or see rocl. Sep 13 10:59:00 infoclog: /query ibot and then test Sep 13 10:59:54 morning Sep 13 11:01:06 hey chouimat Sep 13 11:05:19 koen http://www.kdedevelopers.org/node/2354 Sep 13 11:14:47 infoclog: which boards do you have in mind? Sep 13 11:18:47 hi mikearthur Sep 13 11:18:56 hey hrw|work Sep 13 11:20:54 hey mikearthur Sep 13 11:21:07 hey mikearthur Sep 13 11:22:30 do13: http://www.world-educational-services.com/ARMDevelopmentBoards.html Sep 13 11:27:34 infoclog: have a look at http://www.yagarto.de They provide a winarm crosscompiler + ecplise + openocd debugger Sep 13 11:27:49 do13: was my patch ok? Sep 13 11:29:18 mikearthur: thx for the patch. I haven't looked in detail. I hope to integrate the patch the next days Sep 13 11:29:27 do13: great Sep 13 11:29:43 do13: random question, when would any of this stuff end up in mainline? Sep 13 11:30:04 ich_: bitbake qemu-native? Sep 13 11:30:08 which stuff? Sep 13 11:30:52 patches and tosa machine info and the like Sep 13 11:31:05 mikearthur: most of the tosa patches depends on the tc6393 code. Sep 13 11:31:15 yeh, when would that get integrated? Sep 13 11:31:32 mikearthur: I'll need to pester chris humbert, he wrote the latest code Sep 13 11:32:13 mikearthur: also the wm97xx stuff isn't in mainline. pester your master :) Sep 13 11:32:22 no longer my master! Sep 13 11:32:34 do13: tosa seems a bit stalled on the tc6393 issue atm :-/. Does Chris have plans to mainline it? Sep 13 11:32:46 mikearthur: you are free? Sep 13 11:32:54 do13: free like a bird Sep 13 11:32:59 do13: back to uni on tuesday Sep 13 11:33:32 PR: Last time I talked with him, he promised to do the work. Sep 13 11:33:44 do13: ok, fair enough :) Sep 13 11:34:21 RP: Problem: he has a (new) job and so his spare time is limited Sep 13 11:35:00 do13: I understand the time problem completely :) Sep 13 11:35:09 RP: the same here Sep 13 11:35:42 what is that spare time you people talk about? Sep 13 11:36:09 hrw|work: its imaginary :) Sep 13 11:36:40 RP: I refreshed his patches to apply against the last kernel. But I need to work out the mtd and usb changes Sep 13 11:36:44 RP: like "-8i" in complex numbers? Sep 13 11:37:08 hrw|work: its called "Freshers Week" Sep 13 11:38:05 do13: :-/. The mtd people even broke the in tree drivers... Sep 13 11:38:09 mikearthur: are you Åšwieżynka (Fresher)? Sep 13 11:38:14 hrw|work: exactly :) Sep 13 11:38:27 mikearthur: thats spare these days? In my day it involved drinking and finding the new talent Sep 13 11:38:38 hrw|work: no, but I always take fresher's week off when I've been working all summer Sep 13 11:38:46 RP: anyway I prefer electrotechnic notation: -j8 Sep 13 11:39:05 RP: yeah the hwcontrol thingy Sep 13 11:39:28 XorA: I've got a gf of 4 years, so 1/2 is gone, replaced with installing random services on my server :D Sep 13 11:40:21 hrw|work: I was taught by maths people and physicists so it will always be -8i for me :) Sep 13 11:43:22 whats the status of real-time linux? Sep 13 11:43:40 RP: anyway for most of people '1-8i' is 'wtf?' rather then number Sep 13 11:44:01 mikearthur: on arm? Sep 13 11:44:52 NOTE: package glibc-2.3.5+cvs20050627-r12: task do_qa_staging: started Sep 13 11:44:52 NOTE: Staged! Sep 13 11:44:55 insanity Sep 13 11:45:06 ? Sep 13 11:45:20 do13: generally. I'm wondering whether its worth me taking a real-time systems course Sep 13 11:45:37 chouimat: inherit insane.bbclass Sep 13 11:45:54 cool :) Sep 13 11:46:13 mikearthur: I guess a real-time systems course is interesting Sep 13 11:46:24 its either than or 3d graphics :s Sep 13 11:47:35 s/than/that Sep 13 11:48:13 mikearthur: I did 3d graphics, if you can matrix multiply its a doddle Sep 13 11:49:01 hi , folks. where can I find the irc log of this channel ? Sep 13 11:49:53 ~logs Sep 13 11:49:55 apt/ibot/jbot/purl all log to http://ibot.rikers.org// where channelname is html encoded ie: %23debian | lines that start with a space are not shown | some channels have stats at http://ibot.rikers.org/stats/.html.gz, or updated "nightly" Sep 13 11:52:32 RP: do we have qvga modes on pxafb in 2.6.17? Sep 13 11:52:39 hrw|work: yes Sep 13 11:53:00 RP: I got question from oz user about that Sep 13 11:53:27 RP: can it be applied to 2.6.16? I would prefer to not release 2.6.17 for cxx00 rather Sep 13 11:54:04 hrw|work: Someone would just need to backport it Sep 13 11:54:35 one month... and I will get more motivation to do cxx00 work Sep 13 12:00:19 LOL http://www.sinfest.net/ Sep 13 13:02:20 RP: zaurusd fail on add-poodle patch which partially apply - did you added it into source? Sep 13 13:38:46 hrw|work: I wasn't aware of that patch and added my own version :-/ Sep 13 13:39:38 RP: ;D Sep 13 13:44:06 03koen 07org.oe.dev * rafbe4fa0... 10/ (5 files in 3 dirs): Sep 13 13:44:06 angstrom: introduce ANGSTROM_MODE to select between 'glibc' and 'uclibc', inspired by poky Sep 13 13:44:06 * uclibc .28 lacks EABI support and svn trunk is b0rked Sep 13 13:44:16 03koen 07org.oe.dev * r3b0daf53... 10/ (1 conf/distro/include/angstrom.inc): angstrom.inc: reinstate TARGET_VENDOR Sep 13 13:46:30 hey lam Sep 13 13:46:31 morning all Sep 13 13:46:39 bloody I key Sep 13 13:46:40 hi Liam Sep 13 13:46:59 hey Liam Sep 13 13:48:11 03rpurdie 07org.oe.dev * rb8008aab... 10/ (1 packages/linux/linux-openzaurus_2.6.17.bb): linux-oz-2.6.17: Update to ASoC 0.11.5 fixing issues on cxx00 Sep 13 13:48:30 RP: :) Sep 13 13:48:40 lrg: a good time to arrive :) Sep 13 13:48:54 RP: yep :) Sep 13 13:49:29 lrg: cxx00 is all fine now. Just the static issue remaining for c7x0/poodle that I'm aware of :) Sep 13 13:49:45 lrg: How's upstream ALSA taking things? Sep 13 13:49:59 RP: I'll go with a submission now. Sep 13 13:50:30 RP: I have 1 issue with the 9713 and then will submit 0.11.6 Sep 13 13:50:40 RP: so far so good. Sep 13 13:51:03 RP: poodle has stopped at dbus :( Sep 13 13:51:30 RP: gconf-dbus Sep 13 13:51:40 lrg: :-( Sep 13 13:51:57 lrg: whats the fault? Sep 13 13:52:04 lrg: There seem to be a few dbus issues around atm :-( Sep 13 13:52:17 lrg: plans about submitting wm97xx touch? Sep 13 13:52:20 03nail 07org.oe.dev * raa70f35e... 10/ (1 packages/ixp4xx/ixp4xx-npe_0.1.bb): ixp4xx-npe: Update firmware installation path Sep 13 13:52:38 strange - PATCH_GET doesn't seem to be honored any more Sep 13 13:52:40 RP, XorA: looks like it needs dbus-glib-1 > 0.60 and doesn't have it Sep 13 13:52:54 lrg: bitbake dbus-glib Sep 13 13:53:20 RP, XorA: I'm up2date with mtn as of 1 hour ago Sep 13 13:53:23 lrg: I am assuming DEPENDS="dbus-glib" s missing Sep 13 13:53:27 XorA: tried that Sep 13 13:54:06 XorA: nothing built, although there are mult providers Sep 13 13:54:14 XorA: isn't that virtual/dbus-glib nowadays? Sep 13 13:54:35 koen: was it virtualed? I thought it just had 2 providers Sep 13 13:54:43 koen: in what way is svn uclibc borked? Sep 13 13:54:52 do13: yes, as soon as all is ok on tosa Sep 13 13:55:12 XorA: ignore me, it isn't virtualized Sep 13 13:55:18 lrg: ok. I'll check the next days Sep 13 13:55:20 ade|desk: it doesn't compile Sep 13 13:55:29 ade|desk: http://ewi546.ewi.utwente.nl/tmp/uclibc/log.do_compile.11208 Sep 13 13:55:30 do13: thanks Sep 13 13:55:45 koen: you didnt break some hardwired DEPENDS with your last checkin? Sep 13 13:55:52 ade|desk: which looks like a missing unistd.h Sep 13 13:56:13 XorA: with uclibc? I don't hope so Sep 13 13:56:36 koen: dbus checkin I mean Sep 13 13:57:16 XorA: only the 0.6x series was dropped Sep 13 13:57:32 XorA: and afaik OE doesn't support versioned depends (yet/anymore) Sep 13 13:57:54 koen: but someone might have a PREFFERED_VERSION? Sep 13 13:58:49 XorA: as pointed out in the commit, the 0.6x series is obsolete since 0.9x uses (virtually) the same API, but is API stable Sep 13 13:59:26 koen: just wondering why lrg dbus-glib doesnt like bulding Sep 13 13:59:26 XorA: the only reason to prefer 0.62 is the use case where installing dbus-glib.ipk is too hard Sep 13 13:59:49 koen: on 0.92 here for ages Sep 13 13:59:56 yep Sep 13 14:00:03 same here Sep 13 14:00:16 I do have to touch a .h and a .xml before dbus-glib will build Sep 13 14:00:19 I even fxed the apps calling the changed API's Sep 13 14:00:36 I suspect that's because some dbus*-native doesn't build on my host Sep 13 14:01:16 koen, XorA: fwiw dbus builds fine for Angstrom Sep 13 14:01:29 XorA: I suspect my commit fixed a race thus uncovering other bugs Sep 13 14:15:02 * hrw|work want option 'do not swap out this application' Sep 13 14:18:28 * chouimat want qpe4 Sep 13 14:21:27 ARGH Sep 13 14:21:40 ~kill konqueror AND/OR kde AND/OR linux Sep 13 14:21:44 * ibot shoots a charged anti-neutron gun at konqueror AND/OR kde AND/OR linux Sep 13 14:23:46 why konqueror freeze from time to time for ~minute (with 100M free ram) is beyond me... Sep 13 14:26:05 hrw|work: thats to persuade you to pay trolltech Sep 13 14:26:14 Hi Sep 13 14:26:48 hi sirfred Sep 13 14:28:38 hrw|work: you sure your not running konquERROR instead ? :) Sep 13 14:29:36 ;;D Sep 13 14:33:49 hrw|work, I did as http://www.openembedded.org/the-q-a-team-strikes-back. I removed the "fail-fast" from OVERRIDES in conf/bitbake.conf. Sep 13 14:34:25 hrw|work, any clue ? Sep 13 14:34:33 leoncamel: fix libxine configre Sep 13 14:35:13 hrw|work, do you mean , I should read through the configure of libxine-fb ? Sep 13 14:35:53 leoncamel: well configure.in/ac is normally shorter and more contructive Sep 13 14:56:27 ~lart konq again Sep 13 14:56:27 * ibot cats /dev/urandom into konq again's ear Sep 13 14:57:26 konqueror is unstable when 12 tabs are open Sep 13 15:00:55 hrw|work, hmm, i think i found where is wrong. http://rafb.net/paste/results/Xf5K8K50.html Sep 13 15:01:06 Hello Sep 13 15:01:25 I have a hopefully quick question Sep 13 15:01:42 hrw|work, "libpng-config --cflags" return wrong path. Sep 13 15:01:52 I am presently using OZ/gpe 3.5.4.1 on a Borzoi and I'm trying Sep 13 15:02:10 to get a Prism3 card to work properly on suspend/resume. Sep 13 15:02:32 I've looked at the readme in the latest devel stuff, and tried Sep 13 15:02:48 modifying the apm resume/suspend scripts, but Sep 13 15:03:06 the card I'm using only likes things if I do a cardctl eject/insert before Sep 13 15:03:13 redownloading the firmware. Sep 13 15:03:24 Now for the question. Sep 13 15:03:51 what is the best way to determine the cardctl slot for an interface? Sep 13 15:04:20 usually the card shows up as interface 1, but I've seen it on 0 as well Sep 13 15:04:29 for some really strange reason. Sep 13 15:04:50 which kind of interferes with the built in HD. Sep 13 15:05:07 Thanks for any pointers... Sep 13 15:08:27 leoncamel: could you add your problems to http://bugs.openembedded.org/show_bug.cgi?id=1326 ? Sep 13 15:09:30 hey mikearthur Sep 13 15:10:23 koen, OK. I will describe the bug after a shower. Sep 13 15:10:28 koen, ;) Sep 13 15:14:14 koen, hey. I don't think it is same problem with http://bugs.openembedded.org/show_bug.cgi?id=1326. Sep 13 15:18:31 The URL parser does not appreciate spaces Sep 13 15:19:21 nore does it like escaped spaces Sep 13 15:19:59 * CosmicPenguin dives into the code Sep 13 15:22:03 leoncamel: the commit from that bug introduced your problem Sep 13 15:23:15 * hrw|work want stable konqueror Sep 13 15:23:31 and session restoring Sep 13 15:24:04 koen, OK. I will commit my bug after that. Sep 13 15:30:30 interesting, my libpng-config gives the right answer Sep 13 15:31:57 hrw@bitbake:~/devel/build/3541$ tmp/staging/i686-linux/bin/libpng-config --ldflags Sep 13 15:31:57 -L/home/hrw/devel/build/3541/tmp/staging/arm-linux/lib -Wl,-rpath,/usr/lib -lpng12 -lz -lm Sep 13 15:31:58 XorA, hmm, which version ? Sep 13 15:32:00 correct here too Sep 13 15:32:22 1.2.12-r3 Sep 13 15:32:35 -I/home/dp/zaurus/build-gcc/tmp/staging/arm-linux/include/libpng12 Sep 13 15:33:00 hrw|work: they are? I was told way back when that they were not. And I have never known about it being an e-mail account....was it set up to auto-forward for me at some point in the past? Sep 13 15:33:46 JustinP: ask koen - hrw@ works Sep 13 15:34:26 * JustinP tests Sep 13 15:42:33 JustinP: right now only users registered at gforge (http://projects.linuxtogo.org/projects/openembedded/) have correct forwarding Sep 13 15:42:43 it's one of the points for OEDEM Sep 13 15:43:18 * JustinP wonders Sep 13 15:45:01 same goes for logins for the website -> OEDEM Sep 13 15:46:14 I don't know what OEDEM is Sep 13 15:46:28 perhaps the account set up thing should be mentioned to new memebrs? Sep 13 15:46:33 * JustinP attempts to sign up Sep 13 15:46:44 ~oedem Sep 13 15:48:17 I assume it's some kind of meeting as per the e-mails but..... Sep 13 15:48:34 http://www.openembedded.org/oedem Sep 13 15:49:22 ko ack, no SSL Sep 13 15:50:50 hey liam, hows it going Sep 13 15:50:54 * JustinP is now registered Sep 13 15:52:07 lrg: yo Sep 13 15:52:27 JustinP: we won't approve accounts till we have discussed it at OEDEM Sep 13 15:52:56 mikearthur: not bad, dirk now has the new patches. he is going to look at them soon. Sep 13 15:53:02 lrg: I saw Sep 13 15:53:08 lrg: missing my pro skillz? Sep 13 15:53:32 JustinP: why have you sent your mail to the list *twice*? Sep 13 15:53:51 mikearthur: not yet ;) Sep 13 15:54:05 :p Sep 13 15:54:15 it'll come in a wave of grief and sadness Sep 13 15:55:09 the dungeon collapses..... Sep 13 15:55:56 sorry, whatever was said to me was lost Sep 13 15:56:00 damn screen..... Sep 13 15:56:01 03ade 07org.oe.dev * r894f5db8... 10/ (3 files in 2 dirs): Sep 13 15:56:01 rdesktop: add rdesktop 1.5.0 Sep 13 15:56:01 : ---------------------------------------------------------------------- Sep 13 15:56:03 ~lart screen Sep 13 15:56:05 * ibot tries to shut screen up Sep 13 15:56:13 JustinP: why have you sent your mail to the list *twice*? Sep 13 15:56:39 koen: ummm...which one? Sep 13 15:56:47 the apache one Sep 13 15:56:56 I....didn't? Sep 13 15:57:01 TO: oe-devel@ CC: oe-devel@ Sep 13 15:57:07 ~lart vi for adding random stuff to commit message Sep 13 15:57:07 * ibot whacks vi with the cluebat for adding random stuff to commit message Sep 13 15:58:04 hmmm....looks like someone included both lists. and non-lists. Sep 13 15:58:04 I certaonly didn't do it on purpose Sep 13 15:58:09 ade|desk: you might have erased the 'MTN' postfix Sep 13 15:58:22 ah...there's a Reply-To now.... Sep 13 15:58:26 ah crap Sep 13 15:58:28 sorry Sep 13 15:58:30 JustinP: no, you probably hit 'reply-all' in a broken mailer Sep 13 15:58:54 koen: there is a to and a reply-to....reply-all *should* get them both Sep 13 15:59:06 JustinP: apparently you found one Sep 13 15:59:23 koen: but now that there's a proper Reply-To I will remember to just reply Sep 13 15:59:30 I loathe people that send mails without checking recipients Sep 13 15:59:56 Reply-To replaces From, not To Sep 13 16:00:18 you sen tyour mail to @oe when the Reply-To is @lists.oe Sep 13 16:00:18 anyway.... Sep 13 16:00:18 * JustinP a Sep 13 16:00:21 pologizes Sep 13 16:00:21 koen: check does you have AllowOverride for /repo Sep 13 16:01:27 Sep 13 16:01:28 AllowOverride All Sep 13 16:02:32 hrw|work: and repo/ is a subdir of that Sep 13 16:02:46 ;( Sep 13 16:03:01 koen: but are you overriding the rules that forbid .sh and such? Sep 13 16:03:17 changing the type won't help if you're forbidden to view the file Sep 13 16:03:34 Sep 13 16:03:34 Order deny,allow Sep 13 16:03:34 Deny from all Sep 13 16:03:34 Sep 13 16:03:36 like that? Sep 13 16:04:13 but the type thing also failed for .php files Sep 13 16:04:58 the php files in http://www.openembedded.org/filebrowser/org.openembedded.dev/contrib/feed-browser were executed with the .htaccess in place Sep 13 16:05:51 yeah, that Sep 13 16:05:58 well, perhaps .htaccess isn't allowed? Sep 13 16:05:58 you can always set the setting in a entry in the mai Sep 13 16:05:58 n apache config stoo Sep 13 16:06:35 the stuff that's already in the .htaccess works Sep 13 16:08:05 * JustinP detaches for now Sep 13 16:13:45 hrw|work, which package dose the libpng belong to ? Sep 13 16:13:51 hrw|work, libpng ? Sep 13 16:13:53 libpng Sep 13 16:20:31 cu Sep 13 16:41:42 Error obtaining cert for eed5ae4efe4ce1cb698a47eda73593279e7c3f9a: error: sqlite error: database is locked Sep 13 16:41:47 http://www.openembedded.org/viewmtn/revision.psp?id=eed5ae4efe4ce1cb698a47eda73593279e7c3f9a Sep 13 16:42:37 http://www.openembedded.org/viewmtn/diff.psp?id1=4ca57ebd1cdb163e79b0f8d5c2298ae400c6bb46&id2=eed5ae4efe4ce1cb698a47eda73593279e7c3f9a&fname=packages/libpng/libpng_1.2.12.bb Sep 13 16:43:47 hey hrw|gone. maybe it is why my libpng-config output is different from yours . Sep 13 16:52:15 hrw|gone, sorry. I found that libpng-config-native reports the right path here. :( Sep 13 17:05:00 leoncamel: I confirm you bug, I will look into fixing it later today Sep 13 17:06:49 psokolovsky, hmm, yes. it seems the libpng-config-native is right. :(. but why ? Sep 13 17:08:09 leoncamel: yes, confirm both that non-native is wrong and -native is ok. I guess, usual crosscompile issues ;-\ Sep 13 17:08:34 leoncamel: *.pc is ok for both Sep 13 17:09:03 leoncamel, or rather, there's single *.pc set %) Sep 13 17:09:23 psokolovsky, i look into the run_configure.xxxx. it is totally different from the other one. Sep 13 17:11:46 03nail 07org.oe.dev * r3ee5b74a... 10/ (1 packages/images/slugos-image.bb): slugos-image: Updates from blaster8 Sep 13 17:11:53 03nail 07org.oe.dev * rffa337db... 10/ (1 packages/linux/ixp4xx-kernel_2.6.18.bb): ixp4xx-kernel: Add 2.6.18 (currently -rc7) Sep 13 17:12:27 psokolovsky, http://rafb.net/paste/results/05jyWy99.html Sep 13 17:14:32 leoncamel, yeah, that's unright. I missed some param to oe_runconf, I guess Sep 13 17:28:17 * mrz80 is away: Metaphysically I'm still here; physically, I'm elsewhere Sep 13 17:30:53 e Sep 13 17:33:40 can anyone explain wht a BSP4.2CE is ? Sep 13 17:37:08 board support package for W*nd*ws CE 4.2? Go away :-) Sep 13 17:39:25 likewise: :) but unfortunately.. its found on every ARM board Sep 13 17:39:35 but why.. is my question.. Sep 13 17:40:38 i want to buy a Philips ARM board, but it comes along with certain softwares. can u please tell me wht are these sw used for.. finally ! Sep 13 17:41:34 * koen justs ignores preinstalled software Sep 13 17:42:21 we build sw with oe to replace preinstalled sw Sep 13 17:43:06 or, in some cases, use OE to build preinstalled sww Sep 13 17:43:10 s/sww/sw Sep 13 17:44:42 hmm, another Philips GPL violation? ;) Sep 13 17:46:20 infoclog: LPC2148? you use RTOS and eCos on those ... you can develop in linux,freebsd and winblows Sep 13 17:50:50 'evening all Sep 13 17:51:07 hey cyrilRomain Sep 13 17:51:09 chouimat : yes.. LPC2148. Sep 13 17:58:48 anyone know how to use qemu for simple configure/make compiles? Sep 13 18:02:50 hi Sep 13 18:07:45 how to tell bitbake which kernel version to use? i tried MACHINE_KERNEL_VERSION in local.conf or setting in manually in the .bb file but bitbake always uses the latest kernel? Sep 13 18:09:52 balle: I'll add xioopen.patch and tor after I finish regenerating my toolchain Sep 13 18:10:08 koen, cool :) Sep 13 19:11:31 isnt sh3_FULL_OPTIMIZATION = "-Os" a valid line inside any .bb file, to just adjust for that package? Sep 13 19:11:58 it isn't Sep 13 19:12:10 koen, what am I doing wrong then? :D Sep 13 19:12:12 FULL_OPTIMIZATION_sh3 = "-Os" would be Sep 13 19:12:20 doh, lol Sep 13 19:51:52 ~ibot Sep 13 19:52:02 rumour has it, ibot is a blootbot written in perl run by TimRiker on his server. logs on http://ibot.rikers.org// , ibot, jbot, apt are all the same process. It uses sqlite, but mysql or other SQL storage is also supported. Sep 13 20:04:32 ~seen lrg Sep 13 20:04:54 lrg was last seen on IRC in channel #oe, 4h 11m 4s ago, saying: 'mikearthur: not yet ;)'. Sep 13 20:07:40 doh - .debug seems to be sneaking into the rootfs Sep 13 20:13:29 yes - thats going to be a problem Sep 13 20:13:36 * CosmicPenguin tries to parse the python in package.bbclass Sep 13 20:14:29 Is it possible to use any headphones with spitz? Im only getting mono when Im trying (but im not using the ones that came with the machine) Sep 13 20:19:10 What is wrong with http://oz.leggewie.org/jards/log.txt ? I guess the source code still needs a good clean-up before it is ready for easy cross-compilation or is that I just forgot to inherit or DEPENDS something? Sep 13 20:19:29 RP, got any kernel status on the Spitz? Having some issues Sep 13 20:20:04 Kristoffer: It should work. Which kernel are you using? Sep 13 20:20:24 Downloaded the latest included with OZ ( latest release for spitz) Sep 13 20:20:42 Opieplayer seems unstable, and I only get mono..(whenever I get sound) Sep 13 20:21:20 Only hear from the leaft headphone... (first time I tried sound) And not using the headset that went with the machine Sep 13 20:21:30 Kristoffer: I'd suspect a mixer problem - have a look in alsamixer Sep 13 20:21:47 RP, does that come default? Sep 13 20:22:01 Kristoffer: I don't use the OZ releases - all I can say is that 2.6.17 from dev works fine with headphones Sep 13 20:22:13 Kristoffer: Possibly not by default Sep 13 20:22:54 hi Sep 13 20:23:06 RP, oki will check thx. Btw opieplayer is causing a hell of a lot of Alignment traps in dmesg..:D Sep 13 20:23:38 Kristoffer: I have nothing to do with opie. Try something like madplay on the commandline ;-) Sep 13 20:24:45 RP, Linux Spitz 2.6.16 #1 preem Sep 13 20:24:54 from 5 July Sep 13 20:25:23 I'm trying not to have much to do with 2.6.16 now ;-) Sep 13 20:25:39 RP, Understand that :D btw, what distro do you use on your spitz? Sep 13 20:25:59 Kristoffer: OZ, just from .dev :) Sep 13 20:26:00 morning Sep 13 20:26:04 hi hrw Sep 13 20:26:34 RP, oki. Any place to download or should I just build it directly from dev and transfer? Sep 13 20:27:01 Kristoffer: 2.6.17 is in .dev, I just don't think it was in the last release Sep 13 20:27:09 Laibsch: patch jardsmob/*.pro - edit ../lib/libjardsbase.a to ../libjardsbase.a Sep 13 20:27:11 2.6.17 is in the oz branch even Sep 13 20:27:13 RP, oki big thx man Sep 13 20:27:43 hrw: OK, thanks. Sep 13 20:28:00 Laibsch: then you will get into configmanager.cpp failing iirc Sep 13 20:28:12 :-( Sep 13 20:28:20 One step at a time. Sep 13 20:28:24 I guess. Sep 13 20:28:44 Laibsch: adding #include "item.h" will then give you other error. Sep 13 20:28:59 Laibsch: I do not remember was it configmanager.cpp or mainwidget.cpp Sep 13 20:29:22 OK, I will try to reproduce what you did already apparently. Sep 13 20:29:30 pango-module-basic-fc.control:Depends: pango-dbg Sep 13 20:29:32 ahh - eh? Sep 13 20:29:38 hrw: I am in contact with Johnny and I am sure we will work things out. Sep 13 20:30:16 Laibsch: upstream author? Sep 13 20:30:25 CosmicPenguin: recent .dev? Sep 13 20:30:36 hrw: fairly Sep 13 20:30:41 hrw: have changes gone in recently? Sep 13 20:30:57 CosmicPenguin: Probably an issue with split_packages Sep 13 20:31:17 actually, I think its clueing in on the libraries in .debug Sep 13 20:31:19 CosmicPenguin: We end up with two libs with the same name and it gets confused Sep 13 20:31:21 we should omit those from the listing Sep 13 20:31:41 CosmicPenguin: right Sep 13 20:31:44 CosmicPenguin: I only remember that some work was done on that problem Sep 13 20:31:59 gtk also has the problem Sep 13 20:32:03 nod Sep 13 20:32:32 so does xorg, but that problem is easily solved Sep 13 20:32:45 ./usr/libexec/getconf/.debug <- that one too Sep 13 20:33:36 pango too Sep 13 20:36:32 zecke: Hi, I have seen on opensimpad.org that you are working on kernel 2.6 for the simpad Sep 13 20:39:27 zecke: have you a special simpad kernel package for oe Sep 13 20:41:04 Laibsch: how goes build? Sep 13 20:44:13 Slims: sadly the word 'working' is misleading :( Sep 13 20:46:00 zecke: ok, started :-) Sep 13 20:49:05 zecke: Some where in a mailing list i have seen that there is a 2.6.11-hh2oe1_cvs kernel, which you had prepared for working on the simpad Sep 13 20:50:43 zecke: is this version available on org.openembedded.dev Sep 13 20:53:59 Packaged contents of tor into /data/build/koen/OE/build/tmp/angstrom/deploy/ipk/tor_0.1.1.23-r0_armv5te.ipk Sep 13 20:57:30 03balle 07org.oe.dev * r5b517db4... 10/ (4 files in 3 dirs): socat: fix termios stuff, closes #1407 Sep 13 20:57:35 03balle 07org.oe.dev * rb81e0fc4... 10/ (12 files in 5 dirs): tor: add 0.1.1.23, closes #1408 Sep 13 21:00:47 zecke: I sone recive my 2nd simpad (SL4, the first was just a Swisscom WP50), and now i want to get some experience in oe, embedded linux... Sep 13 21:02:13 Slims: I have been too occupied with other stuff. But a stock vanilla kernel should boot Sep 13 21:02:26 cu Sep 13 21:02:31 Slims: then there is my minimal shark/simpad git tree Sep 13 21:03:00 but actually I have asked for testers two years ago Sep 13 21:03:04 ... Sep 13 21:03:23 anyway, I need to catch the red-eye-express tomorrow morning :) Sep 13 21:04:16 Slims: Still to do: fix the GPL mq200 driver (only works with some revs of the mq200), add Simpad support to the mcp layer, test pcmcia and usb networking Sep 13 21:04:31 the mq200er can be found in my git tree Sep 13 21:04:36 * v8jlene is back Sep 13 21:04:44 later :) Sep 13 21:04:52 zecke: Ok i will lock at them Sep 13 21:05:29 look :-) Sep 13 21:09:39 hrw|gone: Johnny is the upstream, yes. Sep 13 21:11:01 * chouimat wonders how much a simpad cost Sep 13 21:11:54 chouimat: about $100 on ebay (on average) Sep 13 21:12:07 koen wow ... Sep 13 21:15:54 chouimat: i've get one for about $90 with orinoco pcmcia wlan :-) Sep 13 21:16:49 ok that nearly 100cad .... Sep 13 21:21:55 in ebay german are often some simpads, but they cost about 150¤ to 200¤ (pcmcia version with 64MB RAM) Sep 13 21:23:21 Slims: the problem will be to get one shipped here so ... Sep 13 21:28:21 Help! I'm having troubles building gcc 4.1.1 for openslug using OE. If someone could take a look at this error, I'd appreciate it: http://pastebin.ca/169409 Sep 13 21:35:24 chouimat: this will cost some extra :-( Sep 13 21:39:20 joshin: seems like '#include ' is missing from libgcc2.c Sep 13 21:45:16 v8jlene: ah, I found a little issue about oe-stilyze.bb: routines may bot be separated by an empty line. Here is the bix: http://rafb.net/paste/results/6ZOxnS21.html Sep 13 21:45:50 thanks cyrilRomain! I knew it was something along those lines but this cold has my head in a fog (moreso than usual) Sep 13 21:52:02 cyrilRomain: bix sound like something you'd eat for breakfast ;) Sep 13 21:53:11 v8jlene: lol, sorry for the typo Sep 13 21:54:18 cyrilRomain: I can handle it (typos that is ;). You want me to commit that change? Sep 13 21:55:00 v8jlene: well, it is not a big issue to have routines not separated ... Sep 13 21:55:18 v8jlene: as you want Sep 13 21:56:41 * v8jlene is undecided Sep 13 21:57:29 * cyrilRomain looks for another bugs Sep 13 22:03:44 ah, I found one (related to the fix though) Sep 13 22:04:19 v8jlene: well, let's find and fix another bugs before, don't you think ? Sep 13 22:11:08 cyrilRomain: Committing things is easy enough if they are what you want and don't break anything. The spaced between functions I've looked at and sometimes prefer one way and sometime the others... so I'm indecisive on that one ;) Sep 13 22:12:11 * v8jlene think's his clamav .bb is finally done Sep 13 22:16:15 v8jlene: looking at the example recipe on the http://www.openembedded.org/wiki/StyleGuide, routines are separated by an empty line Sep 13 22:17:14 v8jlene: but don't commi before I have fix the bug found above Sep 13 22:17:14 s/commi/commit please/ Sep 13 22:17:42 s/fix/fixed/ Sep 13 22:17:46 * cyrilRomain is too tired Sep 13 22:20:49 gah! Sep 13 22:20:54 ~lart mozilla Sep 13 22:20:54 * ibot eats mozilla and falls over dead Sep 13 22:21:59 cyrilRomain: Ok. Sep 13 22:26:32 ping hrw|gone Sep 13 22:27:05 hrw|gone: no route to host Sep 13 22:27:26 route add default gw hrwHome Sep 13 22:28:35 v8jlene: with the fix, routines that don't have the same prefix are separated by an empty line Sep 13 22:28:49 v8jlene: but do_compile_prepend() and do_compile() are not separated Sep 13 22:30:35 and it is hrw|gone who suggest the example recipe iirc, so I'll ask him latter Sep 13 22:35:01 cyrilRomain: That actually sounds like what we'd want. But yeah ask hrw - I don't really care one way or the other. Sep 13 22:35:48 v8jlene: me too. I just want to conform to what they want for the script. Sep 13 22:37:25 well cu, 'night all ! Sep 13 22:49:51 Breakage with OE Head here Sep 13 22:51:30 http://pastebin.ca/169493 Sep 13 22:51:52 built yesterday Sep 13 22:54:49 blaster8: Someone else had the problem yesterday as well, it's something to do with the gentoo's java setup. Sep 13 22:54:56 indeed Sep 13 22:55:23 it seems to be looking for a different users' config ??? Sep 13 22:56:18 blaster8: from logs "Sep 13 17:09:52 minipanda ah, ok, seems i've find answer from #gentoo-java for my last issue, just back to use jdk but not jre" Sep 13 22:56:36 not idea if that will help you though. I know nothing of gentoo... Sep 13 22:56:43 hmm, I do use the jdk Sep 13 22:56:56 thanks though, very helpful :) Sep 13 22:57:15 I'm going to building on etch as of tomorrow, hopefully Sep 13 22:57:23 might just sleep today and fix it then Sep 13 23:04:26 03lenehan 07org.oe.dev * r22d14604... 10/ (13 files in 5 dirs): Sep 13 23:04:26 clamav: New package for the CLAM anti-virus toolkit for UNIX. It Sep 13 23:04:26 includes a multi-threaded daemon, a command line scanner, a tool for Sep 13 23:04:26 automatic updating via Internet and a shared library implementation Sep 13 23:04:26 for the scanner. Tested on sh4 and i486. Sep 13 23:04:30 03lenehan 07org.oe.dev * r663deec1... 10/ (5 files in 3 dirs): Sep 13 23:04:30 site: Add entries for clamav for my test platforms: sh4, i486 and i586. Sep 13 23:04:32 Remove the site file from the clamav package itself since support for Sep 13 23:04:34 package specific site files is not included in OE yet. Sep 14 01:23:05 * v8jlene away (lunch) Sep 14 01:30:03 hey, psokolovsky. do you slove the problem of libpng-config ? Sep 14 01:30:28 leoncamel, actually, just having a look at it ;-) Sep 14 01:31:44 psokolovsky, ok, could you give me some clue, so that I could fix it ? Sep 14 01:32:17 leoncamel, wait few mins, and I just might have it fixed ;-) Sep 14 01:32:38 psokolovsky, GREAT .. I am waiting for it. :) Sep 14 01:38:10 leoncamel, please remind me, what exactly failed in your build? Sep 14 01:38:43 psokolovsky, I am trying to build opie-image. Sep 14 01:39:06 leoncamel, what package failed exactly when trying to link with libpng? Sep 14 01:39:32 psokolovsky, oh. libxine-fb Sep 14 01:45:26 psokolovsky, how it that going ? Sep 14 01:48:36 leoncamel, pretty well ;-) Sep 14 01:49:10 psokolovsky, OK. please share me your patch ? Sep 14 01:49:20 not yet ready Sep 14 01:50:03 psokolovsky, :) OK. Sep 14 02:07:18 stoopid sh scripts Sep 14 02:07:46 leoncamel, I have a solution, but it's dirty Sep 14 02:07:59 should stop using shell and rewrite stuff in python Sep 14 02:08:12 psokolovsky, OK. Please share me your patch ? ;) Sep 14 02:08:34 leoncamel, as it's dirty, some more time needed to get it right Sep 14 02:09:16 psokolovsky, why not add runconf section into the libpng-xxx.bb file ? Sep 14 02:09:46 psokolovsky, I think it is a better way. Sep 14 02:10:17 leoncamel, no, that's not better way nor really a solution. Sep 14 02:10:57 psokolovsky, hmm, kergoth is the maintainer of this pacakage . Sep 14 02:11:58 psokolovsky, hmm, why is it not a really solution ? Sep 14 02:11:59 leoncamel, wanna wait while he fixes it? Sep 14 02:12:27 because problem is due to different stuff Sep 14 02:12:28 psokolovsky, NO. I wanna fix it ASAP. Sep 14 02:12:44 psokolovsky, OK. could you tell me more about the problem ? Sep 14 02:12:53 psokolovsky, what exactly it is ? Sep 14 02:13:02 leoncamel, I either tell or fix it ;-) Sep 14 02:13:11 patch will say it all ;-) Sep 14 02:13:35 psokolovsky, HMM. I am not clear. Sep 14 02:13:59 psokolovsky, is there anyother package similiar with libpng ? Sep 14 02:14:26 psokolovsky, which provided a xxxx-config tool ? Sep 14 02:14:28 yeah, quite few actually have the same problem, and I'm fixing it in general way Sep 14 02:14:46 psokolovsky, OK. how did you fix it ? Sep 14 02:17:12 I will commit fix as soon as I have it Sep 14 02:30:57 leoncamel, ready to perform acceptance of the fix? Sep 14 02:31:31 psokolovsky, what ? Sep 14 02:32:11 leoncamel, I need your help to check that both your issue fixed and no regressions introduced. Can you build curl package now? Sep 14 02:32:41 psokolovsky, yes. curl is already there . Sep 14 02:33:13 leoncamel, please have a look at curl-config in staging dir. does it have right paths? Sep 14 02:33:22 psokolovsky, yes. Sep 14 02:33:34 psokolovsky, I am reading through it just now . :) Sep 14 02:34:36 03pfalcon 07org.oe.dev * rde34b2ed... 10/ (1 classes/binconfig.bbclass): (log message trimmed) Sep 14 02:34:36 binconfig.bbclass: Fix path rewriting for staged packages. Sep 14 02:34:36 * This bbclass does path rewriting within *-config scripts for packages Sep 14 02:34:36 being staged. However, it used to expect variable assignments in form foo=bar, Sep 14 02:34:36 whereas some packages (e.g. libpng) have foo="bar". Fixed to understand both Sep 14 02:34:37 formats. Sep 14 02:34:41 * Note: I consider this fix a workaround, as it uses overquoted regexps passed Sep 14 02:34:45 leoncamel, here we go Sep 14 02:35:06 leoncamel, please rebuild both packages and check that their configs are ok. Sep 14 02:35:24 leoncamel, do sth like "bitbake libpng -c rebuild" Sep 14 02:35:31 the same for curl Sep 14 02:36:09 leoncamel, when checking *-configs after rebuild, make sure that they aer actually new, i.e. have latest timestamp Sep 14 02:38:17 psokolovsky, OK. I will rebuild all package to test it . :) Sep 14 02:38:52 leoncamel, please rebuild these two if possible now, and let me know, so I can close bug Sep 14 02:39:08 psokolovsky, OK. :) Sep 14 02:39:46 psokolovsky, I am pulling now .. :) Sep 14 02:40:13 leoncamel, if you're interested what it was, patch is in commit ML/its archives. if you look, libpng*.bb wasn't touched at all in fix. Sep 14 02:41:00 psokolovsky, hmm, you only modified the "classess/binconfig.bbclass". right ? Sep 14 02:41:12 yes Sep 14 02:41:56 psokolovsky, OK. testing started .. I am waiting for it . Sep 14 02:42:13 psokolovsky, BTW, where are you living now ? Sep 14 02:42:40 leoncamel, I'm from Ukraine Sep 14 02:43:00 psokolovsky, OH. I am living in China. :) nice to meet you . Sep 14 02:43:14 leoncamel, me too ;-) Sep 14 02:44:16 psokolovsky, and how long did you using OE ? Sep 14 02:45:01 leoncamel, not that long, a bit longer than 2 months ;-) Sep 14 02:45:19 psokolovsky, hmm, http://bugs.openembedded.org/show_bug.cgi?id=1326 . maybe this should be closed at the same time. Sep 14 02:45:28 psokolovsky, rebuilding now Sep 14 02:45:45 leoncamel, waiting for your confirmation it's actually fixed ;-) Sep 14 02:47:03 psokolovsky, what a *bad* new ... Sep 14 02:47:16 psokolovsky, it *WORKS* ... ;) Sep 14 02:47:27 leoncamel, both packages? Sep 14 02:47:37 psokolovsky, what's the next ? Sep 14 02:48:00 leoncamel, you tested curl, right? Sep 14 02:48:25 psokolovsky, OH.. the libpng works. and the curl is testing now.. :) Sep 14 02:48:33 ok Sep 14 02:49:43 psokolovsky, :). what a *good* news. IT STILL WORKS.. Sep 14 02:49:55 psokolovsky, thanks you for you kindly and quickly help .. ;) Sep 14 02:50:43 leoncamel, ok, so we're golden ;-). Sorry for hassle. And thanks for helping with verifying it. Enjoy OE! Sep 14 02:51:49 psokolovsky, aha .. I am continue building libxine-fb now. :) Sep 14 02:55:59 psokolovsky, :). and are you maintaining the "classess" now ? Sep 14 02:56:31 leoncamel, nope, just striving to be useful OE developer ;-) Sep 14 02:57:31 psokolovsky, and you are one of OE developer ? Sep 14 02:57:47 psokolovsky, OK. the libxine-fb works. :) Sep 14 02:58:26 leoncamel, I have commit and would like to move OE further. Sep 14 02:58:29 leoncamel, cool Sep 14 02:59:05 psokolovsky, :) Sep 14 02:59:36 psokolovsky, I haven't got the mail from OE which contains your patch . :) **** ENDING LOGGING AT Thu Sep 14 02:59:56 2006