**** BEGIN LOGGING AT Sun May 25 02:59:56 2008 May 25 04:00:29 argh! do_package creates debug files, then complains about the files it just created! May 25 04:00:49 there is no way i can get rid of the debug files in time for the package QA check to not complain about them May 25 04:01:07 building twice results in success - but that's a symptom of a broken build May 25 07:36:05 * * OE Bug 4305 has been created by raj.khem(AT)gmail.com May 25 07:36:07 * * eglibc-initial-2.8+svnr6229-autobuild May 25 07:36:09 * * http://bugs.openembedded.net/show_bug.cgi?id=4305 May 25 07:40:25 khem|away: heh, the interface to the bugtracker is working nicely May 25 07:40:50 jeremy_laine: http://oestats.jerryweb.org/packages/1592/ May 25 08:19:53 hello May 25 08:19:58 anyone awake here? May 25 08:20:30 I am trying to set up OE for building navit for the Familiar environment May 25 08:20:47 what do I choose for DISTRO in that situation? May 25 08:40:39 morning all May 25 08:41:03 hello cyrilRomain May 25 08:41:07 I am trying to set up OE for building navit for the Familiar environment May 25 08:41:10 what do I choose for DISTRO in that situation? May 25 08:45:43 jaredj: try to build portaudio-v19 instead May 25 08:46:14 udovdh: I would suggest trying the Angstrom distribution (GPE based) May 25 08:46:31 ok, thanks May 25 08:46:42 udovdh: try the stable releases available May 25 08:47:00 ? what do you mean? May 25 08:47:05 udovdh: after that you may want to try opie images May 25 08:47:10 familiar is going to be 0.8.4. May 25 08:47:23 I only wnat to add navit (build it myself) May 25 08:47:29 udovdh: ah ok you just want the navit package for Familiar ? May 25 08:47:36 indeed May 25 08:47:41 and maybe gpsd etc May 25 08:47:59 flite or speechd May 25 08:48:15 hmm May 25 08:49:05 udovdh: you can try to install angstrom packages from here http://www.angstrom-distribution.org/repo/ May 25 08:49:16 udovdh: not 100% sure it will work though May 25 08:49:32 thanks, sill have a look May 25 08:49:58 navit is still in development so fresh builds regularly is what I want to do May 25 09:13:49 03koen 07org.oe.dev * r2d32c4a3... 10/ (1 conf/distro/include/angstrom.inc): angstrom: add oestats instructions next to sepukku instructions May 25 09:30:20 * rwhitby updates nslu2-linux autobuilder to feed oestats: http://tinderbox.openembedded.net/builders/rwhitby/ May 25 09:50:26 hey zecke May 25 09:51:22 it makes days I'm looking forward you or tronical ;) May 25 09:53:20 zecke: so I'm currently filing a bug in oe bugtracker May 25 09:53:59 zecke: during this time I toyed a bit with git :) May 25 10:06:49 moin May 25 10:07:05 * * OE Bug 4306 has been created by  May 25 10:07:07 * * uclibc-0.9.28-autobuild May 25 10:07:09 * * http://bugs.openembedded.net/show_bug.cgi?id=4306 May 25 10:07:11 cyrilRomain: I'm here for another ~30 minutes May 25 10:08:34 zecke: what git-format-patch options would you suggest for oe patches ? May 25 10:17:54 zecke: also at does not build when no mail transfert agent is installed/available. What do you think of 1) patching 'at' compilation 2) addind 'virtual/mta' in oe ? May 25 10:19:39 cyrilRomain: Patching at to compile sounds like the better idea but that depends on why it needs an mta May 25 10:21:28 RP: it would that patch http://rafb.net/p/biD83y26.html May 25 10:21:45 RP: in the run_file function that: May 25 10:22:02 "Run a file by by spawning off a process which redirects I/O spawns a subshell, then waits for it to complete and sends mail to the user." May 25 10:23:37 cyrilRomain: Hardcoding the mta into at is evil :/ May 25 10:24:01 cyrilRomain: What does debian do with it? May 25 10:24:05 RP: yep :-/ May 25 10:24:55 cyrilRomain: A vritual isn't the right solution since the resulting package needs to have a hard dependency on the mta compiled in May 25 10:26:21 RP: in Gentoo they add virtual/mta as a RDEPEND. But I suspect at would fail to compile if no mta is installed :-/ May 25 10:26:40 s/installed/installed at build time/ May 25 10:27:22 cyrilRomain: yes, I suspect so too May 25 10:28:02 cyrilRomain: I'd probably patch it to call some generic script that works out which mta to run... May 25 10:29:33 RP: do you know a debian web page where we can look at their diff patches ? May 25 10:29:42 * cyrilRomain don't have a debian here May 25 10:31:33 cyrilRomain: I usually hit google May 25 10:33:55 good day all May 25 10:35:01 http://packages.debian.org/source/etch/at May 25 10:36:09 it looks like it just uses sendmail May 25 10:36:43 there is a mail-transport-agent virtual package build dependency though May 25 10:38:08 they removed MAILC and MAILX in latest version, and only use SENDMAIL May 25 10:38:08 cyrilRomain: Yes, since without it SENDMAIL would be undefined May 25 10:39:14 RP: so debian chooses the virtual package build dependency too May 25 10:39:40 hmm May 25 10:40:28 cyrilRomain: I don't see the point in a build time dependency just for that tbh May 25 10:40:50 its going to cause more trouble than its worth May 25 10:41:25 RP: but which dependency would you then add to the at recipe ? May 25 10:42:05 cyrilRomain: no option for git-format-patch May 25 10:42:13 zecke: ok, thanks :) May 25 10:42:15 cyrilRomain: I mean git-am can apply the patch just fine May 25 10:44:20 RP: for info in oe the following packages provides a mta: estmp, msmtp, postfix, masqmail, clamsmtp and ssmtp May 25 10:44:45 cyrilRomain: with a sendmail compatible interface? May 25 10:44:51 RP: not sure May 25 10:45:48 latter May 25 11:13:43 bbl May 25 11:29:04 * * OE Bug 4307 has been created by treitmayr(AT)devbase.at May 25 11:29:06 * * speex_1.2-beta3.bb (r0) does not install libspeexdsp May 25 11:29:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4307 May 25 11:30:08 bbl May 25 11:34:04 * * OE Bug 4308 has been created by treitmayr(AT)devbase.at May 25 11:34:06 * * linphone_1.6.0.bb (r3) does not build with speex_1.2-beta3 May 25 11:34:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4308 May 25 11:48:04 * * OE Bug 4309 has been created by c.romain(AT)laposte.net May 25 11:48:06 * * uicmoc4-native-4.3.3-r1-do_compile: endless compilation May 25 11:48:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4309 May 25 11:52:41 interesting ban for this channel: *!*@handhelds/founder/france May 25 11:59:10 eekee: It saves our souls ;) May 25 12:01:25 flo_lap: ok :D May 25 12:13:50 RP: hmm i finally dislike my patch for at, because it would dump a "No mail command specified." at runtime even if you installed sendmail (or a mta with sendmail interface) :-/ May 25 12:15:03 RP: so we can a) create a script as you suggested b) introduce virtual/mta c) ? May 25 13:19:46 03koen 07org.oe.dev * ree042aca... 10/ (1 classes/kernel.bbclass): kernel bbclass: stage vmlinux if present May 25 13:19:50 03koen 07org.oe.dev * r273d68b8... 10/ (1 packages/dsplink/dsplink_1.50.bb): dsplink: fix symlinking May 25 13:39:37 Laibsch: should I add the 'patch' keyword myself when submitting a patch ? Or is it here for per reviewing purpose ? May 25 13:40:07 you can use it yourself May 25 13:41:14 Laibsch: ok, will do next times May 25 13:41:35 Laibsch: BTW thanks for taking care so much about bugzilla May 25 13:41:54 well, one has got to do it ;-) May 25 13:42:05 heh ;) May 25 13:42:19 I do enjoy it (most of the time) May 25 13:42:36 Getting things to work properly is a satisfying thing May 25 13:42:59 Having things that are ready for commit stuck in a queue is rather not so satisfying. May 25 14:04:32 anyone know how to get qtopia on to angstrom linux on arm embedded linux May 25 14:04:33 ? May 25 14:08:04 * * OE Bug 4310 has been created by c.romain(AT)laposte.net May 25 14:08:06 * * at-3.1.8-r1-do_compile: fails when no mail transport agent found May 25 14:08:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4310 May 25 14:15:10 * cyrilRomain <- most of the bugs encounters by this guy are due to using singular distro and/or configuration ;-/ May 25 14:33:54 what is a singular distro? May 25 14:42:00 Laibsch: Gentoo (on which I detected ranlib issues in oe), and for some weeks now archLinux (which has gcc4.3 now by default and with which I detected issue in compiling uicmoc4-native as well as compiling sources packages) May 25 14:42:22 Laibsch: + the fact I use ion3 or kde4-svn May 25 14:42:35 Oh, you mean a distro that nobody else from the OE camp uses? May 25 14:43:09 Laibsch: yes, but although Gentoo is wide spread, I don't know guy that use archLinux May 25 14:43:44 and less guys that prefer ion3 over desktop bloated with windows ;) May 25 15:17:13 !oebug 4158 May 25 15:17:14 * * Bug 4158, Status: REOPENED, Created: 2008-04-07 11:59 May 25 15:17:15 * * lukas.gorris(AT)gmx.de: kernel-module-wlags49-h\[1/2\]-cs do_fetch fails May 25 15:17:16 * * http://bugs.openembedded.net/show_bug.cgi?id=4158 May 25 15:17:20 * dcordes_ hides May 25 15:53:58 Laibsch: about bug 4302, he is not up to date (-r2 instead of -r3), but changed made in r3 will probably not solve his problem May 25 15:54:44 Laibsch: he probably uses a different version of bison .. May 25 15:56:05 Laibsch: how to make sure bison built with oe is used instead of bison installed on host ? May 25 15:58:01 Laibsch: DEPENDS += "bison-native" ? May 25 16:00:03 not sure bison-native would be in stage area before php start to compile .. maybe a task dependency is required May 25 16:29:03 ~seen koen May 25 16:29:05 koen was last seen on IRC in channel #oe, 164d 6h 22m 42s ago, saying: 'I forgot to commit that portion yesterday'. May 25 17:06:57 hey cyrilRomain May 25 17:07:11 hey Tartarus May 25 17:07:15 cyrilRomain, re mta's, ssmtp/esmtp/mstmp are indeed relay-only, but tha'ts quite handy :) May 25 17:07:43 i've used mstmp and esmtp on my own machines May 25 17:17:06 mtn qustion how do I check the changeset associsted with a commit-id May 25 17:17:32 ah, sec.. May 25 17:17:46 mtn --db=OE.mtn diff -r `mtn --db=OE.mtn automate parents 56e1065540e7dba03559387ef0025d4a89c4fe3e` -r 56e1065540e7dba03559387ef0025d4a89c4fe3e | less, for example May 25 17:17:54 to see what 56e1065540e7dba03559387ef0025d4a89c4fe3e did May 25 17:19:05 cool May 25 17:19:08 thc May 25 17:19:13 thanks May 25 17:22:40 http://pastebin.com/m7e0202c4 is a bash function for that May 25 17:23:52 03koen 07org.oe.dev * r7cf1082e... 10/ (1 packages/dsplink/dsplink_1.50.bb): dsplink: catch all the kernel dirs we need to symlink May 25 17:33:38 Tartarus: I already did something suitable for me May 25 17:34:03 Tartarus: your bash function is richer May 25 18:38:54 03koen 07org.oe.dev * r8f13ca7f... 10/ (1 packages/dsplink/dsplink_1.50.bb): May 25 18:38:54 dsplink: install and package kernel module May 25 18:38:54 * the library is still unpackaged May 25 18:50:23 03crofton 07org.oe.dev * r74b9e2f3... 10/ (1 packages/dsplink/dsplink_1.50.bb): dsplink : Build sample programs. May 25 19:08:37 03woglinde2 07org.oe.dev * rbe15c58b... 10/ (3 files in 2 dirs): May 25 19:08:37 uclibc: 0.9.28 shouldnt bee the DEFAULT_PREFERENCE May 25 19:08:37 * 0.9.28 set DEFAULT_PREFERENCE to 3 May 25 19:08:37 * 0.9.29 set DEFAULT_PREFERENCE to 1 May 25 19:12:55 woglinde: higher has higher preference, right? May 25 19:13:13 woglinde: why would you set 0.9.28 higher than 0.9.29 then? May 25 19:13:16 likewise right May 25 19:13:21 I fixed it now May 25 19:13:27 should commited to fast May 25 19:13:30 +not May 25 19:13:40 :-) May 25 19:15:37 03woglinde2 07org.oe.dev * rf5b1d37c... 10/ (3 files in 2 dirs): May 25 19:15:37 uclibc: the higher DEFAULT_PREFERENCE are the more it is taken May 25 19:15:37 * set uclibc 0.9.28 to 1 May 25 19:15:37 * set uclibc 0.9.29 to 3 May 25 19:20:04 * * OE Bug 4311 has been created by  May 25 19:20:06 * * dsplink-1.50+kernel2.6.25-davinci1-autobuild May 25 19:20:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4311 May 25 19:27:17 dsplink is really nasty I guess May 25 19:27:20 so much patches May 25 19:37:08 anyone experiencing bitbake hangs? May 25 19:37:48 hm nope May 25 19:38:10 but what you mean with hangs? May 25 19:38:52 trying to build angstrom minimal-image and build just hangs at random place May 25 19:39:27 hm May 25 19:39:36 sure it is no hardware problem? May 25 19:39:40 ram or disk? May 25 19:40:25 umm. what do you mean ram or disk? May 25 19:41:15 did you check that your harddisk hasnt errors May 25 19:41:36 or that your RAM May 25 19:41:52 hi shurig May 25 19:42:25 perhaps i should enable all bitbake debug swiches and try to get some more information May 25 19:45:04 kario: looking at the running processes on the system with the "ps" command might be revealing as well; there are places where certain (misbehaved) recipes reach out to the network. May 25 19:46:06 I think I have experienced hangs recently, at least loss of output. May 25 19:46:39 kario: maybe you cannot fetch packages. Are you running with BB_NUM_THREADS > 1 >? May 25 19:47:02 kario: because you then don't see the fetch call hanging on a server which is down. May 25 19:47:06 that might be it. i'm using BB_NUM_THREADS = 10 May 25 19:47:18 ah May 25 19:47:22 thats a problem May 25 19:47:29 use lower threads May 25 19:47:37 kario: try with THREADS =1 so that you can see the fetch which "hangs" May 25 19:47:48 woglinde: should not be a problem (but it was). May 25 19:47:57 i'll do that. thanks guys May 25 19:48:06 kario: pls let us know May 25 19:48:26 BB_NUM_THREADS = 10??? WOW! How many terabytes of memory and how many CPUs do you have?!! (you may have trigger the OOM killer in the OS) May 25 19:48:44 mwester I thought the same May 25 19:48:58 I think it should be no problem, I use 3 and it uses < 600 MB. May 25 19:49:18 190 megabytes per python process May 25 19:51:22 hi May 25 19:52:05 I'm trying to understand OE build mechanics, after doing source source-me.txt May 25 19:52:37 what does actually do the subsequent command : bitbake base-image May 25 19:53:28 I read OE/org.openembedded.stable/packages/images/base-image.bb but I don't understand what it does May 25 19:53:45 apitrus: keep the OE user manual aside May 25 19:54:00 how base-image.bb calls other scripts or components May 25 19:54:14 apitrus bitbake calls them May 25 19:54:22 base-image.bb defines May 25 19:55:20 apitrus bitbakes looks at all .bb in packages and classes it looks in local.conf too May 25 19:55:34 and the conf/ dir for sure May 25 19:55:56 with all this information it builds what you specified to build May 25 19:58:20 woglinde: who tells bitbake what to do when it (bitbake) evaluate the higher level file (base-image.bb)? May 25 19:58:41 I read bitbake manual May 25 19:58:46 woglinde: hi! May 25 19:59:38 apitrus the pyhton files in bitbake itself May 25 19:59:46 plus what I menionted May 25 20:00:00 apitrus why you want to know this? May 25 20:00:00 but I don't understand the tie May 25 20:00:04 whats you problem May 25 20:00:12 maybee that we can answer better May 25 20:00:24 I want to learn mechanics I want to learn May 25 20:00:29 than explaining the whole stuff May 25 20:00:46 do want to become a bitbaker hacker? May 25 20:01:00 once I know mechanics I hope to be able to contribute May 25 20:01:03 otherwise I would suggest its wasted time May 25 20:01:04 apitrus: the tie is bitbake. All the *.bb files and *.bbclass just defines variables and functions. LOTS of them, try run "bitbake -e" to see them May 25 20:01:38 apitrus: and then bitbake uses the information of all this data and some info about what task it should to to weaseal it's way throught it May 25 20:02:27 ok, bitbake -e is slightly near to what I asked :-) May 25 20:02:33 thx May 25 20:02:37 apitrus: there have been people (e.g. kergoth) that used bitbake not to build embedded distros, but for other related tasks May 25 20:09:03 can you use oe's bb files to make packages that aren't broken up into their smallest possible components? May 25 20:10:05 eekee yes May 25 20:10:38 eekee look at the xine-lib for examples May 25 20:10:44 aeh libxine May 25 20:11:36 ok! May 25 20:12:19 but beware it uses some nonnormal commands for the plugins May 25 20:12:39 so its a exvanced example May 25 20:13:03 which didnt not scope with dbg packages May 25 20:14:28 ahhh ok May 25 20:18:09 03koen 07org.oe.dev * r0883cddc... 10/ (1 packages/dsplink/dsplink_1.50.bb): dsplink: begin supporting building for different DSP platforms: Omap and Davinci May 25 20:19:20 RP: ping May 25 20:20:21 your last "packaged staging" commit could have some issue... May 25 20:20:31 Configuring staging-gdbm-native-i686-linux...sed: -e expression #1, char 8: unknown option to `s' May 25 20:20:56 NOTE: Checking if staging package installedhead: `-1' option is obsolete; use `-n 1'Try `head --help' for more information.sed: couldn't flush stdout: Broken pipe May 25 20:24:26 ant sure its rp error not an error inside the recipe? May 25 20:24:48 woglinde: hi May 25 20:25:06 woglinde: nothing other changed in the last few days... May 25 20:25:25 neither on my host May 25 20:25:58 build from scratch is fine, though May 25 20:28:42 woglinde: the one above was only ONE example.., this unknown options happens for all packages May 25 20:29:10 the broken pipe however caused an ERROR May 25 20:29:40 hm May 25 20:29:44 not here May 25 20:30:00 have you removed all but /pstage ? May 25 20:30:10 I removed all May 25 20:30:19 building from clean dirs May 25 20:30:44 try keeping /deploy/glibc/pstage May 25 20:30:51 schurig_home: when I launch "bitbake base-image" is it automatically called "conf/local.conf" configuration? May 25 20:30:55 or uclibc ... May 25 20:31:01 ant hm I am building with uclibc May 25 20:31:12 should be the same May 25 20:31:27 if the error comes from packaged staging May 25 20:31:52 staging-uclibc-simpad-angstrom-linux-uclibc_0.9.29-r19_i686-linux.ipk May 25 20:32:56 apitrus: if you *really* want to look into internals, you can start looking at the org.openembedded.dev/conf/bitbake.conf file May 25 20:33:03 apitrus: yes, it always reads a bunch of default config files in, conf/local.conf amongst them May 25 20:33:09 woglinde: http://rafb.net/p/4Hojtp57.html May 25 20:33:21 apitrus: you will see it includes conf/local.conf May 25 20:33:48 woglinde: that's tail of my logs (console-image + x11-image) May 25 20:34:02 ant hm okay May 25 20:34:09 clear thx May 25 20:35:06 woglinde: I build using PARALLEL_MAKE = "-j 4" / BB_NUMBER_THREADS = 2 May 25 20:35:16 apitrus: you can also look at the org.openembedded.dev/conf/documentation.conf in which most of the variables used are documented May 25 20:37:45 cyrilRomain: do you have problems with sed on Gentoo (see above pls) May 25 20:38:16 ant: I'm under archLinux now May 25 20:38:33 * cyrilRomain tries in his gentoo chrooted environment May 25 20:39:15 he, I was on ArkLinux before...was too bleeding edge at the time (gcc 4.3.0-alpha) May 25 20:40:43 ant: the oe metadata in my chrooted environment are quite old, so it may take a while before I can answer you :-/ May 25 20:41:09 ok, thanks May 25 20:43:04 * cyrilRomain revs in 32/1231 May 25 20:43:38 just another question please apologize: when I build a base-image or a nano (for example), is it created a suitable toolchain for the architecture I selected? May 25 20:43:48 cyrilRomain: always better than mtn pull - mtn update May 25 20:43:55 apitrus: yes May 25 20:44:19 ant: even better now: git pull ;) May 25 20:44:20 TARGET_ARCH = "arm" or TARGET_ARCH = "i486" May 25 20:44:27 apitrus: building a toolchain for your device is part of OpenEmbedded. See packages/gcc* and packages/glibc* (or uclibc, etc) May 25 20:44:37 cool! May 25 20:46:03 so I suppose would be possible to build a sample source (hello world) using the toolchain, where the toolchain is placed? May 25 20:46:24 and how could I compile my sample using it? May 25 20:46:47 apitrus: just create a .bb file for your hello world program May 25 20:47:19 apitrus: it will be built with the toolchain for your target arch May 25 20:47:27 * ant wonders if permission are needed in order to feed tinderbox.openembedded.net with angstrom-c7x0 builds May 25 20:47:52 cyrilRomain: really? I consider it a little too complex because I have to recall bitbake each time I need to build a small .c file May 25 20:47:55 apitrus: if your host is debian / ubuntu you can get toolchain from www.emdebian.org May 25 20:48:53 kario: so I can use an external toolchain like ELTK? where do I specify it? May 25 20:51:10 apitrus: you can call cross compiler by hand (from tmp/cross) May 25 20:51:53 woglinde: the build from scratch seems running fine...no quirks for the moment May 25 20:52:14 ant hm May 25 20:52:22 it appears to be only a packaged-staging thing May 25 20:52:30 I didnt see here any problems May 25 20:52:38 and didnt rebuoldstuff May 25 20:53:33 perhaps uses host packages instead of natives ...? May 25 20:55:06 woglinde: look at the diffs http://gitweb.openembedded.net/?p=org.openembedded.dev.git;a=commit;h=2a24cf485bc8cae26af93631dd4b772eab5d4a04 May 25 20:56:23 ant you can log at the logfiles which sed is used May 25 20:56:32 maybee thats the problem May 25 20:57:33 where do I define my kernel version and kernel settings? May 25 20:58:32 apitrus: see packages/linux/* May 25 20:58:47 ant: or run bitbake with -DDD to spot the sed line causing issue May 25 20:59:17 apitrus: you usually do not chose the kernel yourself but lets the distro do that May 25 21:00:14 rschuster: I see, but and what if I want to create my own 'distro'? May 25 21:00:32 apitrus than look under conf/distro May 25 21:00:41 for example May 25 21:00:42 s May 25 21:01:19 apitrus: yeah, what woglinde says. look at how it is done for the existing distros May 25 21:01:20 and distro isnt kernel allone the machine recipes and linux recipes decide the kernel version too May 25 21:01:40 apitrus: I would suggest starting from the angstrom distro May 25 21:03:02 apitrus: and distro creation is usually not needed also. if you want to have less/more stuff on your root file system you are supposed to create a new image only May 25 21:03:50 apitrus: and then you can also create a new distro by inheriting from an existing one (see openmoko which inherits from angstrom) May 25 21:13:16 thank you everybody May 25 21:20:50 nite all May 25 21:55:55 * markus just found the "user manual" link on the webpage after looking everywhere for information and browsing the openembedded file structure for some hours. May 25 21:56:34 heh May 25 21:57:08 markus: I've done that :) May 25 21:57:32 flo_lap: busy days behind you? May 25 21:59:05 * * OE Bug 4248 has been RESOLVED (INVALID) by bluelightning(AT)bluelightning.org May 25 21:59:07 * * Boot stops on h2200 May 25 21:59:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4248 May 25 22:04:34 likewise: not yet, but there is some light on the horizon May 25 22:05:22 cyrilRomain|zZz: that's what i'm trying to build. when i started with it, it wouldn't even compile. now the only thing is these QA problems May 25 22:05:24 flo_lap: there always is some light, and then the globe turns again, and it's dark again :-) May 25 22:06:15 likewise: re May 25 22:06:29 aally? --- darn! ;) May 25 22:06:38 :-) May 25 22:11:19 * flo_lap feels like taking some days off May 25 22:13:04 "the globe turns"?? likewise -- you heretic!! :p May 25 22:13:42 mwester: ssssshhh. May 25 22:13:59 mwester: it is flat though May 25 22:14:00 Hmmmmph. First Copernicus, now you. May 25 22:14:17 I need a plan to survive the LinuxTag social event... May 25 22:14:35 flo_lap: how did you survive T2? May 25 22:14:36 other than copious amounts of beer? May 25 22:14:54 LOL :-) May 25 22:15:16 likewise: That's next week :) May 25 22:15:31 flo_lap: huh? why? May 25 22:15:47 flo_lap: my agenda bookkeeping skills suck May 25 22:16:12 ah wait May 25 22:16:16 * flo_lap is late May 25 22:16:28 (because we use Lotus Not Us at work probably) May 25 22:16:28 s/next week/this week May 25 22:16:48 flo_lap: LinuxTag = booth next to T2, right? May 25 22:18:24 likewise: yes right - according to the sketch at least. But we should have the option to move around tomorrow :) May 25 23:02:47 good night May 26 00:37:16 anyone else getting a bitbake parsing error with .dev head? May 26 00:46:25 ERROR: EOL while scanning single-quoted string (, line 1) while parsing /home/slug/slugos/openembedded/packages/dsplink/dsplink_1.50.bb May 26 00:51:04 * * OE Bug 3678 has been REOPENED by bluelightning(AT)bluelightning.org May 26 00:51:06 * * Opie: cursor key rotation incorrect on some devices May 26 00:51:08 * * http://bugs.openembedded.net/show_bug.cgi?id=3678 May 26 00:51:18 Worked fine on SlugOS 24 hours ago :( May 26 00:51:28 I'll update and see what happens. May 26 00:59:55 mwester: the latest dsplink changes are triggering it, but there's nothing wrong with that recipe. May 26 01:00:11 I'm looking at it now, it looks ok. May 26 01:00:51 MULTIMACH_ARCH is only defined in multimachine.bb and packaged-staging.bb May 26 01:01:42 aha - inherit packaged-staging, and now the parse is fine. May 26 01:01:44 The only things that changed in my env. since last working build are: May 26 01:01:57 classes/kernel.bbclass May 26 01:01:57 So it looks like packaged-staging is a prerequisite for building OE now ... May 26 01:02:05 conf/distro/include/angstrom.inc May 26 01:02:31 Ok, I'm confoosed -- which file brought in that change, then? May 26 01:02:41 dunno May 26 01:03:18 once this build completes (testing the fix to linphone), I'll take out packaged-staging and see if it fails to parse again. May 26 01:03:21 * mwester wonders if his local.conf still has packaged staging enabled? May 26 01:09:27 FWIW, packaged staging seemed to work with SlugOS when I tested it some weeks ago; the build with and without generated the same binaries (by size, at least -- I didn't cmp the binaries!) May 26 01:10:46 yeah, this will be a good impetus to turn it on for all our stuff. May 26 01:11:31 mwester: what option to use to enable it in local.conf ? May 26 01:11:46 I think angstrom enables it by default doesn't it May 26 01:13:16 yep, remove packaged-staging and dsplink fails to parse. May 26 01:17:02 khem: INHERIT += "packaged-staging" May 26 01:18:04 * * OE Bug 4312 has been created by rod(AT)whitby.id.au May 26 01:18:06 * * dsplink fails to parse unless packaged-staging is being used May 26 01:18:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4312 May 26 02:46:26 rwhitby, I'll talk to koen about the dependency tomorrow May 26 02:46:35 we've been working on dsplink today May 26 02:46:47 it is a hairy thing to build May 26 02:47:21 it looks like some subtle dependency between dsplink, multimachine and packaged staging. I can't work it out. May 26 02:49:09 yeah May 26 02:49:24 I am off to bed now May 26 02:49:29 sorry for the trouble May 26 02:49:52 th edsplink build system is insane May 26 02:50:24 Crofton: no trouble - I just enabled packaged-staging and continued May 26 02:51:36 gn **** ENDING LOGGING AT Mon May 26 02:59:56 2008