**** BEGIN LOGGING AT Mon Apr 20 02:59:57 2009 Apr 20 04:43:18 03Angus Ainslie  07fso/milestone5.5 * rc99e12c08d 10openembedded.git/recipes/openmoko-projects/paroli_git.bb: paroli: add task-fso-compliance and dbus-xx1 to the RDEPENDS Apr 20 04:43:30 03Angus Ainslie  07fso/milestone5.5 * r72e7f45504 10openembedded.git/: Merge branch 'fso/milestone5.5' of git@git.openembedded.net:openembedded into fso/milestone5.5 Apr 20 06:42:27 good morning Apr 20 06:57:00 good morning Apr 20 07:24:19 03Steffen Sledz  07org.openembedded.dev * r31d5ef7509 10openembedded.git/conf/machine/hipox.conf: hipox: switch serial console to ttyS1 Apr 20 07:55:27 Sorry for all of the login and outs...Been working on a pidgin plugin... Apr 20 07:56:17 jnoah1984: #test would be appropriate Apr 20 07:56:59 mckoan: for the netsurf issue? Apr 20 07:57:18 john3909: LOL sorry :-) Apr 20 08:07:21 jnoah1984: Screen is your friend. :3 Apr 20 08:27:22 morning Apr 20 08:27:27 hi hrw Apr 20 08:30:06 hrw: hello Apr 20 08:41:18 hello Apr 20 08:44:16 good morning Apr 20 08:47:11 the problem with multi serial cards is mess with cables Apr 20 08:47:31 hrw hehe do you have now a solution? Apr 20 08:47:34 I need to connect each cable and mark which device is connected with it and which ttySx it is Apr 20 08:49:47 hi woglinde Apr 20 09:08:16 morning pb Apr 20 09:11:16 tsjsieb: hi Apr 20 09:12:27 hi mckoan :) Apr 20 09:12:49 was my last mail helpfull? Apr 20 09:13:57 yes it works ! :-D Apr 20 09:14:07 thank you Apr 20 09:14:14 good, your welcome Apr 20 09:15:19 then a little question for you, what kind of shell do you get (as devshell), not bash is it? Apr 20 09:15:39 sh-3.2$ Apr 20 09:16:22 k, me too. :) didn't find out (or een search) how I can change that to bash by default) :) Apr 20 09:16:33 SHELL=/bin/sh Apr 20 09:16:34 TERMWINDOWTITLE=Bitbake Developer Shell Apr 20 09:17:50 where should I do that? Apr 20 09:18:33 tsjsieb: this is the result od env command Apr 20 09:19:13 k, thnx, that seems logical :P Apr 20 09:23:21 "sh-3.2$" is mostly bash 3.2 ;D Apr 20 09:24:16 o.k :D lol thnx Apr 20 09:24:35 tsjsieb: do this Apr 20 09:24:37 SCREEN_TERMCMD = 'screen -D -m -t "$TERMWINDOWTITLE" /bin/bash ' Apr 20 09:24:41 it works :-D Apr 20 09:25:31 if is ok for you I can send a patch Apr 20 09:25:32 mckoan: "-s /bin/bash" Apr 20 09:27:26 hrw: I missed -s option, that's better :-) Apr 20 09:29:18 a patch to conf/bitbake.conf with -s /bin/bash would be appreciated? Apr 20 09:33:52 what for? Apr 20 09:34:17 as a user I prefer to get my favorite shell instead to be forced to other Apr 20 09:34:24 good morning Apr 20 09:34:26 what if I use zsh as loginshell? Apr 20 09:34:30 or pdksh? Apr 20 09:34:32 hi florian Apr 20 09:37:17 hi florian Apr 20 09:39:35 hrw: ok Apr 20 09:40:41 hrw: maybe defining a new variable so you can avoid to modify conf/bitbake.conf but only in local.conf ? Apr 20 09:41:17 hrw: or modify conf/bitbake.conf is frequent as well and a good habit? Apr 20 09:41:45 what you want to modify? Apr 20 09:41:56 SCREEN_TERMCMD? Apr 20 09:42:41 hrw: yes, was just an idea Apr 20 09:42:55 I gues you can override that just in your local.conf Apr 20 09:43:17 03Jeremy Lainé  07org.openembedded.dev * rba434bd1dc 10openembedded.git/ (classes/lib_package.bbclass conf/bitbake.conf): Apr 20 09:43:17 bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.so Apr 20 09:43:17 We need to include ${base_libdir}/*${SOLIBSDEV} in FILES_${PN]} because Apr 20 09:43:17 the shared libraries in ${base_libdir} do not follow the usual *.so.* naming Apr 20 09:43:17 convention, for instance libproc-3.2.7.so. Apr 20 09:43:27 tsjsieb: that looks like the best solution, sorry for the noise Apr 20 09:44:24 np, It has been helpfull for me ;) so thnx Apr 20 09:48:49 ok, armv5te/uclibc is the only one which fails for me Apr 20 09:49:55 mckoan: Is your SCREEN_TERMCMD just 'screen -s /bin/bash ' now or something more? Apr 20 09:50:16 ~seen kergoth Apr 20 09:50:21 kergoth was last seen on IRC in channel #oe, 1d 12h 12m 9s ago, saying: 'yes, i know, i reported that like a month ago'. Apr 20 09:51:01 tsjsieb: SCREEN_TERMCMD = 'screen -D -m -t "$TERMWINDOWTITLE" -s /bin/bash' Apr 20 09:51:24 ah o.k. that way, thnx Apr 20 09:56:04 did someone tried COLLECTIONS stuff? Apr 20 10:09:53 03Jeremy Lainé  07org.openembedded.dev * r5dc5513ff1 10openembedded.git/ (classes/lib_package.bbclass conf/bitbake.conf): bitbake.conf, lib_package.bbclass: fix missing '$' in previous commit Apr 20 10:12:28 ok. my build set passed Apr 20 10:13:02 glibc: at91sam9263ek(armv5te), qemuarm (armv5te), beagleboard(armv7a), qemux86(i586), vortex86sx(486sx) Apr 20 10:13:10 uclibc: atngw100(avr32), at91sam9263ek(armv5te), qemuarm (armv5te), beagleboard(armv7a), qemux86(i586), vortex86sx(486sx) Apr 20 10:15:59 hrw: what recipe did you use there? Apr 20 10:18:10 hrw: minmal-image? Apr 20 10:24:52 -> lunch Apr 20 10:31:44 base-image console-image console-base-image Apr 20 10:36:09 could someone shows me his BBMASK ? Apr 20 10:36:23 flameman: BBMASK = "" here Apr 20 10:36:45 bb in few Apr 20 10:38:22 ummm i got a strange error from bitbake when i try to build kexecboot Apr 20 10:39:57 03Steffen Sledz  07org.openembedded.dev * r5c21413b97 10openembedded.git/recipes/linux/ (linux-2.6.24/hipox/hipox-kconfig.patch linux_2.6.24.bb): linux-2.6.24: Kconfig patch for HIPOX machine added Apr 20 10:50:53 i want to have common utilities like telnet ftpd on target, which package do i need to select Apr 20 11:06:20 the one which will fullfit your needs Apr 20 11:06:30 telnet is even in busybox Apr 20 11:06:42 and we should have few ftp daemons to choose from Apr 20 11:07:33 re Apr 20 11:07:47 common ftp telnet? Apr 20 11:12:28 hi ant Apr 20 11:12:48 hey woglinde Apr 20 11:13:21 sir, i think which ftp server i need to use Apr 20 11:13:35 ftp ssh Apr 20 11:13:41 but image becomes 44mb Apr 20 11:17:27 busybox has some stuf (telnerd etc) Apr 20 11:17:54 vrusa: modern users use openssh or dropbrear (sftp) Apr 20 11:18:22 drop bear is a ftp server? Apr 20 11:18:23 in these day I never would use ftp Apr 20 11:18:34 how you transfer files Apr 20 11:18:39 scp Apr 20 11:18:44 webdav Apr 20 11:19:01 with openssh and drop bear you can do scp? Apr 20 11:19:20 yes Apr 20 11:19:38 i will try that Apr 20 11:19:41 thank you Apr 20 11:19:55 dropbear is the lieghtweigth server Apr 20 12:14:11 re Apr 20 12:21:29 oops 681 unread mails... Apr 20 12:23:46 auch Apr 20 12:35:45 /nick cbrake Apr 20 12:35:51 hi Cliff Apr 20 12:35:52 doh Apr 20 12:35:58 thats better Apr 20 12:36:03 hrw: hello :-) Apr 20 12:39:59 hi cbrake Apr 20 12:42:03 Hello! Apr 20 12:42:20 Ainulindale suggested that I repeat some issue with broken .la files Apr 20 12:44:07 many of the libtool files have odd paths in them, like in /usr/lib/libpangocairo-1.0.la Apr 20 12:44:11 libtool bails out because one of the dependencies can not be found, because the paths in those .la files are wrong Apr 20 12:44:16 in libgio-2.0.la there is f.e.: Apr 20 12:44:16 dependency_libs=' -L/usr/lib /home/shr/fso-testing/tmp/work/armv4t-angstrom-linux-gnueabi/glib-2.0-2.16.4-r1/glib-2.16.4/gobject/libgobject-2.0.la ..... Apr 20 12:44:20 The /home/fsr is obviously wrong. Apr 20 12:44:20 It seems that it's mostly the gtk related packges, but also libjpeg and libgpg seem to be affected. Apr 20 12:44:47 Derick: paths are not wrong Apr 20 12:44:56 Derick: but somewhere you have a installed=YES Apr 20 12:45:08 zecke: I downloaded an image Apr 20 12:45:28 image of what? Apr 20 12:45:35 FSO MS5 Apr 20 12:46:40 03Steffen Sledz  07org.openembedded.dev * r4d476847cf 10openembedded.git/recipes/linux/ (linux-2.6.24/hipox/defconfig linux_2.6.24.bb): linux-2.6.24: new defconfig for HIPOX machine Apr 20 12:46:53 uh my colleague said oracles byed sun Apr 20 12:47:22 yeah, its /. and on their news.. Apr 20 12:47:32 Someone else mentioned this in #unixag too Apr 20 12:48:21 MS5.1 even Apr 20 13:05:15 hi guys Apr 20 13:05:35 i got a strange isse from bitbake when compiling kexecboot Apr 20 13:05:39 here it is the log Apr 20 13:05:40 http://www.webalice.it/mr.ddc/error.log Apr 20 13:09:53 flameman: human readable would be better ;-) Apr 20 13:10:07 it is a unix text file Apr 20 13:10:29 i mean bitbake whatever > error.log Apr 20 13:11:07 flameman: do a view source... there's weird stuff in it (javascript) Apr 20 13:17:16 http://pastebin.com/m56c72842 Apr 20 13:17:26 nedit copied to pastbin Apr 20 13:19:27 flameman: that gcc-295 note is a ghost from the past (embedix 2.4 kernels + gcc-2.95) Apr 20 13:19:54 mmm the local.con ---> http://pastebin.com/m3810480f Apr 20 13:19:55 make: GNUmakefile: Too many levels of symbolic links Apr 20 13:20:01 this one is new to me... Apr 20 13:20:14 btw your 'native' is ppc-linux Apr 20 13:20:24 I've never built on it Apr 20 13:20:28 ant_work i commented the #TARGET_OS = "linux" Apr 20 13:20:35 yes my host is powerpc G4 Apr 20 13:21:18 well it fails the same with # TARGET_OS = "linux" Apr 20 13:21:20 damn :P Apr 20 13:37:27 any idea ? Apr 20 13:37:36 good news.. Apr 20 13:37:53 somebody else (khem) had same issue Apr 20 13:37:58 http://tinderbox.openembedded.net/public/logs/3904603.txt Apr 20 13:38:08 http://tinderbox.openembedded.net/packages/?name=m4-native&page=8 Apr 20 13:38:16 iirc he solved this Apr 20 13:42:35 ~lart openssl buildsystem Apr 20 13:42:36 * ibot cuts off openssl buildsystem's head with a halberd that could have been a little bit sharper Apr 20 14:22:28 03Michael 'Mickey' Lauer  07org.openembedded.dev * r200f923c97 10openembedded.git/recipes/e17/e-wm_svn.bb: e-wm: reorder metadata for clarity; fix packaging Apr 20 14:22:38 03Michael 'Mickey' Lauer  07org.openembedded.dev * r1e71714dd3 10openembedded.git/conf/distro/include/sane-srcrevs.inc: sane-srcrevs.inc: bump EFL as per last weekend's feature freeze recommendation Apr 20 14:29:48 03Steffen Sledz  07org.openembedded.dev * r1a4f6b92fe 10openembedded.git/recipes/u-boot/ (3 files in 2 dirs): Apr 20 14:29:48 u-boot_2009.03: fixes/adds for HIPOX machine Apr 20 14:29:48 - enable mmu and dcache for faster nand access Apr 20 14:29:48 - fix reset problem in gmac Apr 20 14:38:41 hi all Apr 20 14:41:58 hi woglinde Apr 20 14:42:46 hi mrdata Apr 20 14:43:03 mrdata working on simpad 2.6.29 patches? Apr 20 14:43:09 yes Apr 20 14:43:16 cool Apr 20 14:43:31 an suspend and resume could work Apr 20 14:43:38 again ;-) Apr 20 14:43:41 cool Apr 20 14:43:54 I hope I find the time to test it Apr 20 14:44:38 for ne2k-pcmcia 2.6.29.1 is requirement Apr 20 14:45:39 i test also mmc/sd driver with spi_gpio -> mmc_spi Apr 20 14:46:30 rootfs works, but after suspend/resume rootfs is damaged Apr 20 14:48:28 uh Apr 20 14:50:23 and the performance is slower as with my hacking-driver before Apr 20 14:51:45 but first, suspend/resume must work again with rootfs on sd/mmc Apr 20 14:51:55 yes Apr 20 14:52:08 mrdata maybee a missing sync somewhere? Apr 20 14:52:15 or false sync Apr 20 14:52:36 is not so trivial ;-) Apr 20 14:52:53 hm Apr 20 14:52:54 okay Apr 20 14:52:58 there are threads around the net Apr 20 14:54:28 woglinde: -> http://forum.soft32.com/linux/Power-Management-rootfs-SDMMC-ftopict473685.html Apr 20 15:12:07 git send-email suxx Apr 20 15:12:19 but what to expect from perl code Apr 20 15:13:19 this crap does not even try to read git config ;( Apr 20 15:19:28 ЮЯ " Apr 20 15:19:33 Woops. Apr 20 15:19:34 Sorry :-) Apr 20 15:19:48 Ainulindale: JuJa? Apr 20 15:19:59 :w 1 Apr 20 15:20:03 DAMN keyboard. Apr 20 15:20:14 hrw: I'm neither polish or russian Apr 20 15:20:20 Just learning russian for my girlfriend =) Apr 20 15:20:23 (who happens to be russian) Apr 20 15:39:58 hrw: ;) you don't like perl?? Apr 20 15:42:03 *g* i dont like php Apr 20 15:51:10 03Marcin Juszkiewicz  07org.openembedded.dev * r5b38f52485 10openembedded.git/recipes/rpm/rpm-native_4.4.2.3.bb: rpm-native: do not emit packages Apr 20 15:51:35 woglinde: neither do I Apr 20 15:51:54 mwester: why would I have to? :D Apr 20 15:52:10 Because it is the best scripting language in the world? Apr 20 15:52:16 :p Apr 20 15:52:27 *g* Apr 20 15:52:58 mwester: ;D Apr 20 15:53:14 ok, first set of patches sent. Apr 20 15:53:27 hrw to git mailinglist? Apr 20 15:55:13 no - to oeml Apr 20 15:55:41 woglinde: I created first set of changes to stable/2009 branch Apr 20 15:56:00 ah yes saw them Apr 20 15:56:51 test, ack etc Apr 20 15:56:53 * hrw -> out Apr 20 15:57:00 cu tomorrow Apr 20 15:57:04 bye hrw Apr 20 15:59:43 hi brolin Apr 20 16:13:54 who is using OE with host=ppc ? Apr 20 16:20:14 hrw are you using OE on ppc host ? if so ... gentoo ? Apr 20 16:41:32 flameman: amd64 (and x86) host under debian Apr 20 16:42:29 uuupppsss i am under ppc and i got a strange issue with m4 Apr 20 16:42:38 i forced assume-native Apr 20 17:33:35 03Michael 'Mickey' Lauer  07org.openembedded.dev * rec28f9410a 10openembedded.git/ (2 files in 2 dirs): libgsm0710mux: bump to 0.3.4 Apr 20 18:28:55 is there a way to have the contents of a -dev package installed into staging ? Apr 20 18:57:51 Crofton do you have a clue what did you change in the defconf what made the omap hang ? maybe i can try to test it ? Apr 20 19:00:57 putumutukas, something related to tmpfs I think Apr 20 19:06:16 Crofton: is there a ~ file you can diff to the modified one? Apr 20 19:18:33 how can I get git log to follow the packages to recipes switch Apr 20 19:19:02 --follow should do the trickl Apr 20 19:19:10 hmmm Apr 20 19:20:23 yep, --follow Apr 20 19:28:10 someone have try to build with rpm_packages ? Apr 20 20:08:36 jo kergoth Apr 20 20:44:51 03Jan Lübbe  07fso/milestone5.5 * r2a4a78cf09 10openembedded.git/ (conf/checksums.ini recipes/python/python-dateutil_1.4.1.bb): python-dateutil: add recipe Apr 20 20:46:47 re Apr 20 21:04:18 re kergoth Apr 20 21:05:19 i solved the issue about m4-native (host=ppc) Apr 20 21:05:28 now i got the qemu issue, uff :P **** BEGIN LOGGING AT Mon Apr 20 22:13:28 2009 Apr 20 23:38:34 hello Apr 20 23:55:19 florian, congrats on mentoring a GSoC student! Apr 20 23:57:12 Crofton|work: thanks! Apr 20 23:57:39 hi penguincoder Apr 20 23:58:30 * florian pushes some lowlevel code, returns to real life and yawns Apr 21 00:00:01 Crofton|work: in fact the gratulations should go to the students :-) Apr 21 00:00:20 of course Apr 21 00:00:24 but I know you :) Apr 21 00:01:05 awesome, i just got my first beagleboard today Apr 21 00:01:16 pulled out my null modem cable... Apr 21 00:01:21 * penguincoder /facepalm Apr 21 00:01:23 no serial port Apr 21 00:05:34 * Crofton|work has several usb to serial adapters around ..... Apr 21 00:06:17 * florian needs some sleep Apr 21 00:06:21 good night Apr 21 00:06:25 gn Apr 21 00:11:54 peece Apr 21 00:12:05 I see one of those adapters in my future. Apr 21 00:15:57 how do i force some cflags into a package? Apr 21 00:16:09 i want to forcibly add -fno-stack-protector to perl-native Apr 21 01:44:25 Hm. Anybody know why my cursor doesn't show up in matchbox? Apr 21 01:58:44 I mean, it's great that the cursor hiding works, but I want it to be *disabled.* Apr 21 01:59:13 IOW, I want a cursor. Apr 21 02:28:32 mickey|dinner, everyone: This kernel rename madness (linux-openmoko with version 2.6.29 showing up as 2.6.28 in OE) installs the modules in the wrong path Apr 21 02:28:46 Which results in no modules being able to be loaded Apr 21 02:31:34 They end up in /lib/modules/2.6.28-rc4 while uname -r show 2.6.29-rc3 Apr 21 02:31:39 shows Apr 21 02:41:17 mickey|dinner: Version magic is wrong as well Apr 21 02:52:39 alphaone: what kerrnel bb file are you building? Apr 21 02:52:51 And "madness" is a good way to describe it, indeed. **** ENDING LOGGING AT Tue Apr 21 02:59:57 2009