**** BEGIN LOGGING AT Tue Jul 24 02:59:57 2007 Jul 24 05:14:25 is anyone using OS X has a host machine to OE? Jul 24 05:16:36 summatusmentis: AFAIk, there's been various people taking a stab at it, but it's not really supported Jul 24 05:18:55 NAbyss: hrm.... better idea would be linux in vm then? Jul 24 05:22:14 summatusmentis: Yeah Jul 24 06:27:05 good morning Jul 24 07:46:27 gm! Jul 24 07:50:40 can i specify a different cross gcc for the kernel ? Jul 24 07:54:43 rob_w|laptop : gcc-cross-kernel Jul 24 07:56:58 rob_w|laptop : you can specify it at the kernel recipe i.e KERNEL_CCSUFFIX = "-3.4.4" Jul 24 07:58:31 cool thanks Jul 24 08:49:45 morning ! Jul 24 10:04:31 hi florian Jul 24 10:15:19 florian: did you see pulster has netbook-pro's for 399 Euro ? Jul 24 10:19:48 hi all Jul 24 10:20:08 jan-js: oh... no - nice Jul 24 10:22:24 morning Jul 24 10:22:34 morning all Jul 24 10:22:41 399 eur.. I paid less for my dell d400 notebook Jul 24 10:22:47 good morning Jul 24 10:24:43 hrw: all a matter of taste, I guess ;-) Jul 24 10:24:57 sure Jul 24 10:25:49 hrw: btw., may I botheryou with a 2.4 kernel question again ? Jul 24 10:26:30 you can try Jul 24 10:28:24 hrw: It seems to me that angstrom.conf sets KERNEL = "kernel26" and MACHINE_KERNEL_VERSION = "2.4" hardcoded. Jul 24 10:28:56 hrw : the alice boards arived today Jul 24 10:29:26 hrw : they are at 500Mhz with 256MB ram :) Jul 24 10:29:30 hrw: No matter, what I select in local.conf, bitbake -e allways shows that KERNEL remains kernel26 . Jul 24 10:30:17 jan-js: both those vars are deprecated Jul 24 10:30:36 jan-js: and distro override local config Jul 24 10:31:21 hrw: o.k. so these two have no impact whatsoever and I can ignore them ? Jul 24 10:31:25 yes Jul 24 10:32:36 hrw: So how to convince bitbake to build for kernel 2.4 ? Jul 24 10:32:43 hm anyone remeber what was the error with libxml2 and gzopen64 Jul 24 10:33:04 hrw: Or is it a sectret now ? Jul 24 10:33:05 libxml2.so.2: undefined symbol: gzopen64 Jul 24 10:33:41 woglinde: lack of -lz? Jul 24 10:33:55 jan-js: edit machine config Jul 24 10:35:08 hrw: so I have a look now into collie.conf Jul 24 10:35:17 jan-js: why collie? Jul 24 10:35:21 hrw hm Jul 24 10:35:25 its linked Jul 24 10:35:31 ldd says Jul 24 10:36:14 hrw: just an example. There I find: MACHINE_KERNEL_VERSION ?= "2.6" Jul 24 10:36:34 hrw: So I change that to 2.4 and thats it ? Jul 24 10:37:34 hrw: actually I want to build a root - fs for the netbook, but that would probably be similar to collie. Jul 24 10:38:25 hm warning: implicit declaration of function 'gzopen64' Jul 24 10:39:53 jan-js: MACHINE_KERNEL_VERSION is used in those machines which has 2.4/2.6 includes. Jul 24 10:40:44 hrw: Yes, I have seen the 2.4 -include for collie. Jul 24 10:40:49 hm where the fuck gzopen64 comes from Jul 24 10:41:04 jan-js: and then MACHINE_KERNEL_VERSION is used in local.conf to switch 2.4<>2.6 Jul 24 10:41:38 hrw: and angstrom.conf switches it back to 2.6 because it overrides local.conf ? Jul 24 10:41:54 jan-js: no Jul 24 10:42:13 jan-js: bitbake read bitbake.conf, then local.conf then machine config then distro config. Jul 24 10:42:33 hrw: one moment,let my test this Jul 24 10:42:35 jan-js: yu set MACHINE_KERNEL_VERSION in local.conf so machine use your value. Jul 24 10:43:25 hrw: so MACHINE_KERNEL_VERSION is not depricated then ? Jul 24 10:46:56 hrw hm it seems the host zlib comes somehow in Jul 24 10:47:08 jan-js: ah, right Jul 24 10:48:04 hrw: doesn't work. MACHINE_KERNEL_VERSION stays 2.6 no matter wether I chnage it collie.conf or local.conf or even in both ! Jul 24 10:48:35 hrw: because bitbake reads distro.conf last ? Jul 24 10:49:34 yes Jul 24 10:51:12 hrw: since I don't want to change the hardcoded value in angstrom.conf, would it be o.k. to put it into angstrom-legacy.conf right after the "require angstrom.con" or wouild that be too late then ? Jul 24 10:51:57 hrw: and the use "..-legacy.conf" in local.conf off course. Jul 24 10:52:03 too late Jul 24 10:52:10 jan-js: you need to choose 2.4/2.6 in local.conf Jul 24 10:52:46 hrw: no, that does not work. gets overridden by distro.conf Jul 24 10:55:18 hrw: bitbake -e gives MACHINE_KERNEL_VERSION = 2.6 in that case. Jul 24 10:58:20 jan-js: bitbake read local.conf and gets MACHINE_KERNEL_VERSION = 2.4 - then it read machine config and use 2.4 value for it. then distro change it but kernel was already selected as 2.4, machine_features changed to have kernel24 instead of kernel24 etc.. Jul 24 10:58:25 jan-js: thats how it works Jul 24 11:00:05 hrw: hmm ... I think I understand. Thats why bitbake -e gives 2.6 at the end. Jul 24 11:01:19 hrw: But why is it changed back to 2.6 in distro.conf anyway: There is a comment there : #Make sure we use 2.6 on machines with a 2.4/2.6 selector Jul 24 11:01:36 hrw: why that ? Jul 24 11:02:03 its bogus Jul 24 11:03:06 hrw: do you know wether it still workks, e.g. for collie 2.4 ? Jul 24 11:04:49 should Jul 24 11:06:21 hrw: o.k., I think I will have to do the test with collie now to find out. Thanks for your patience, hrw ! Jul 24 11:07:54 hrw: will just build a minimal image, that should go fast. Jul 24 11:10:04 morning Jul 24 11:12:13 hi xora Jul 24 11:28:59 * * OE Bug 2678 has been created by detlef.steuer(AT)gmx.de Jul 24 11:29:01 * * RFP: tetex-bin missing in arm5te for zaurus 860 Jul 24 11:29:03 * * http://bugs.openembedded.org/show_bug.cgi?id=2678 Jul 24 11:34:59 * * OE Bug 2678 has been RESOLVED (FIXED) by Jul 24 11:35:01 * *  RFP: tetex-bin missing in arm5te for zaurus 860 Jul 24 11:35:03 * * http://bugs.openembedded.org/show_bug.cgi?id=2678 Jul 24 11:36:33 hms Jul 24 11:36:52 the debian zlib.h header sneaks in when compiling libxml2-native Jul 24 11:37:23 shoot it quick Jul 24 11:38:18 hm I will file a bug Jul 24 11:38:31 It'll just come back if you shoot it, like a zombie. Jul 24 11:38:45 mwester-road: the I get out my holy chainsaw Jul 24 11:38:58 hm but -isystem is set Jul 24 11:39:36 koen|away: okay! Will look into dftables Jul 24 11:43:56 anyway to have a bb file include kernel modules in the final image? Jul 24 11:44:23 I am adding some libraries that depend on the netfilter kernel stuff Jul 24 11:45:43 RRECOMMEND them Jul 24 11:45:56 that way it doesnt break for kernels where they compiled in Jul 24 11:48:35 Does OE support a OE-wide way to split between debug and release builds? Jul 24 11:49:28 DISTRO_TYPE thing? Jul 24 11:54:39 bug filed Jul 24 11:54:59 * * OE Bug 2679 has been created by heinold(AT)inf.fu-berlin.de Jul 24 11:55:01 * * zlib.h from debian sneaks in when compiling libxml2-native Jul 24 11:55:03 * * http://bugs.openembedded.org/show_bug.cgi?id=2679 Jul 24 11:55:43 thanks cdbot Jul 24 12:21:13 yo koen Jul 24 12:21:32 'morning all Jul 24 12:21:34 XorA: do you have that networkmanager recipe still lying around? Jul 24 12:21:59 koen: gimme a minute to boot laptop Jul 24 12:23:13 zecke|study: I also found the -lcurl problem: Unknown keyword 'URL' in '/data/build/koen/OE/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/lib/pkgconfig/libcurl.pc' Jul 24 12:27:58 koen: yes I do Jul 24 12:33:47 XorA: could you check it in with DEFAULT_PREF = -1? Jul 24 12:38:34 koen: syncing now Jul 24 12:41:32 XorA: thanks Jul 24 12:51:35 03koen 07org.oe.dev * rc5242809... 10/ (1 packages/libpcre/libpcre_4.4.bb): libpcre: fix packaging, stage dftables Jul 24 12:51:40 03koen 07org.oe.dev * r49620a48... 10/ (4 files in 3 dirs): webkit: first attempt at fixing the dftables problem (http://bugs.webkit.org/show_bug.cgi?id=14744) Jul 24 12:51:44 03xora 07org.oe.dev * r2fb7d0fb... 10/ (1 packages/networkmanager/networkmanager_svn.bb): networkmanager_svn.bb : stolen from poky Jul 24 12:55:00 XorA: http://rafb.net/p/FhU9ZF93.html Jul 24 12:55:40 koen: I don't know if we can use dftables from pcre but tronical said the following Jul 24 12:55:43 koen: looks ok, I just stole the recipe for poky Jul 24 12:55:58 koen: just call qmake on the pro files we want :) Jul 24 12:56:40 koen: and there are two new keys WEBKIT_INC_DIR=/usr/include/webkitgdk WEBKIT_LIB_IDR=/usr/lib and you can can call make install from within WebCore build dir Jul 24 12:57:08 zecke|study: or poke alp to make pcre external as well Jul 24 12:57:53 koen: no, stock pcre doesn't do ucs4 Jul 24 13:00:31 hmmm Jul 24 13:01:43 "oh, and I don’t think I’ve ever seen the words “good engineering practises” and “small extensible core” anywhere near “mozilla”" Jul 24 13:01:57 *g* Jul 24 13:02:17 we had mozilla as case study in opensource course Jul 24 13:02:29 everybody ran away screaming? Jul 24 13:02:45 no it was managment not code quality Jul 24 13:03:40 koen is staging_dir/lib/java a good place for java-core lib or where should they go for staging? Jul 24 13:04:08 why not in ${STAGING_LIBDIR} ? Jul 24 13:04:48 hm because its java it dont make sense to have native and cross lib Jul 24 13:04:59 one is enough Jul 24 13:05:20 and from bb-classes I didnt find {STAGING_LIBDIR_NATIVE Jul 24 13:05:28 only for BIN and INCLUDE Jul 24 13:05:42 it does make sense to have both Jul 24 13:05:51 * koen remembers the rxtx java lib Jul 24 13:06:10 hm okay Jul 24 13:13:43 XorA: networkmanager_svn.bb has been fixed Jul 24 13:15:45 * Crofton|home kicks libtool Jul 24 13:16:15 hehe Jul 24 13:16:54 in a library relink, it converts the staging path to a -L/usr/lib Jul 24 13:17:14 03koen 07org.oe.dev * rf185acec... 10/ (1 packages/networkmanager/networkmanager_svn.bb): networkmanager: fix packaging and QA issues Jul 24 13:19:01 XorA: the only thing left is to distributed the dbus service files with the correct libs Jul 24 13:19:24 koen: and build the applet Jul 24 13:19:30 right Jul 24 13:19:43 XorA: the e17 people have their own applet Jul 24 13:20:02 does svn ver still use libgnomeui? Jul 24 13:20:35 hey mallum Jul 24 13:20:52 hey mr koen Jul 24 13:21:49 o.. mallum here Jul 24 13:22:57 hey hrw :) Jul 24 13:33:08 koen: you should not use dftables of pcre for WebKit. The pcre in webkit is using ucs4 (16bit for a charachter instead of 8) Jul 24 13:52:57 zecke: so the .pro files from webkit needs to get fixed to use BUILD_CC Jul 24 13:53:16 koen: sed it Jul 24 13:55:37 Marex, to dump pc, you need to "print $pc" or print/x $pc :) Jul 24 13:56:03 already found that Jul 24 13:56:05 do we have any example patches dealing with libtool relink failures? Jul 24 14:01:48 03koen 07org.oe.dev * r28e5885c... 10/ (1 packages/tasks/task-base.bb): task-base: also install bluez-utils-compat in task-base-bluetooth Jul 24 14:03:27 bluez-utils-compat? Jul 24 14:03:48 command line tools that will go away in future bluez releases Jul 24 14:03:49 hrw: rfcomm hciattach and the like Jul 24 14:03:50 03florian 07org.oe.dev * rd7758e26... 10/ (3 files in 3 dirs): phoneserver: Add patch for FIC GTA01 support. Jul 24 14:04:03 XorA: hciattach should be in the main bluez package Jul 24 14:04:05 ah Jul 24 14:04:39 * hrw goes back to mail Jul 24 14:07:08 hi Jul 24 14:13:26 hey lrg Jul 24 14:13:55 hey koen Jul 24 14:16:36 hi mickeyl lrg CoreDump Jul 24 14:16:45 hey mickeyl Jul 24 14:16:54 hey marcin, mickeyl Jul 24 14:22:52 morning Jul 24 14:23:15 hi choiumat Jul 24 14:35:01 03koen 07org.oe.dev * r8cdc9906... 10/ (3 files in 3 dirs): disapproval of revision 'd7758e2637918ff4035244d64fb7227f6cf833ad' Jul 24 14:35:06 03koen 07org.oe.dev * r81786bc5... 10/ (1 packages/ruby/ruby_1.8.5.bb): ruby: fix packaging Jul 24 14:42:15 hi guys! Jul 24 14:42:24 hey mickeyl Jul 24 14:42:28 hi mickeyl Jul 24 14:42:58 where can I find debian build files? Jul 24 14:43:10 crofton for what? Jul 24 14:43:13 I need to look at how they deal with libnetfilter_queue Jul 24 14:43:52 crofton put deb-src http//... line in sources.list Jul 24 14:43:55 apt-get update Jul 24 14:44:01 apt-get source packagename Jul 24 14:52:39 checking for LIBNFNETLINK... Unknown keyword 'URL' in '/home/balister/oe/tmp/staging/powerpc-angstrom-linux/lib/pkgconfig/libnfnetlink.pc' Jul 24 14:53:00 need to check versions of pkgconfig Jul 24 14:56:42 hmm, current version of pkg-config is 0.22, we have 0.15 Jul 24 14:57:40 Crofton|home: see GUADEC minutes :-) Jul 24 14:57:50 Crofton|home: I think you just accepted an actio Jul 24 14:57:52 n Jul 24 14:58:24 heh Jul 24 14:58:29 curse you Jul 24 14:59:24 how horrible is the work? Jul 24 15:03:29 Crofton|home: I have no idea, its been so long Jul 24 15:03:57 well, I'll dig a little Jul 24 15:04:14 maybe even commit a start with DEF_PREF=-1 Jul 24 15:04:25 I will be out of town this afternoon and tomorrow Jul 24 15:05:10 Crofotn|home : Is that commit so terrible you are leaving for 2 days ? :) Jul 24 15:05:18 :) Jul 24 15:05:41 I don't want to break something and drop out of sight for a few days Jul 24 15:06:02 Crofotn|home : If you break something you will have to ;) Jul 24 15:07:37 first problem Jul 24 15:07:43 it is now pkg-config Jul 24 15:07:49 the tarball name Jul 24 15:07:55 * steliosk hugs its air-condition unit Jul 24 15:12:15 hm how can I get the qt-dir within a .bb Jul 24 15:12:35 i just copied my OE directory from one drive to another, and remounted the new drive in the old path, but now i'm getting permission denied /OE/, i have OE installed in /opt/OE, i'm not sure what config file could have changed to /OE/ as the path, i checked org.openembedded.dev/conf/local.conf and the path's are correct there. any leads? Jul 24 15:17:24 ignore that, i just didn't source my file to set variables Jul 24 15:18:29 *g* Jul 24 15:19:56 okay Jul 24 15:19:59 bitbake -e Jul 24 15:20:02 *g* Jul 24 15:20:17 and I often give advices to use it Jul 24 15:21:35 zecke: webkit people are funny Jul 24 15:21:51 zecke: I mention webkitgdk and they change the bug to qt Jul 24 15:27:31 koen LOL Jul 24 15:33:12 who did the original pkgconfig bb file? Jul 24 15:33:25 Crofton|home: I think that is fairly old Jul 24 15:34:21 I'm just wondering about the patches Jul 24 15:35:06 most patches are for the internal glib-1.2, right? Jul 24 15:35:17 I'm not sure Jul 24 15:35:26 there is a pkg.m4 Jul 24 15:35:29 they were when I looked at it :) Jul 24 15:35:32 glibconfig Jul 24 15:35:39 and a configure one Jul 24 15:35:41 ignore pkg.m4, that's to update our 0.15 to 0.19 Jul 24 15:35:49 ok Jul 24 15:36:22 0.19-ish, that is Jul 24 15:40:45 interesting http://apcmag.com/6735/interview_con_kolivas Jul 24 15:49:16 Crofton|home: could you try http://www.openembedded.org/~koen/OE/pkgconfig-022.diff ? Jul 24 15:50:30 I'll try Jul 24 15:52:04 koen: well, it is the Qt buildsystem. And if that makes some one Troll to fix it be happy Jul 24 15:55:13 psokolovsky_: I can give that book to koen at OEDEM :) Jul 24 15:56:11 RP: So it looks like September would be the preferred month for OEDEM? It is a bit sad as some of the beach bars will be closed by then Jul 24 15:56:20 zecke: cool ;-) Jul 24 15:56:46 RP: should I just select four days (two of them on the weekend?) Jul 24 15:57:03 friday - monday ? Jul 24 15:57:24 zecke: As I've said, I'm ok with September. Other people can't make August so it looks like it Jul 24 15:57:36 zecke: Pick 4 days and then we'll see who can't come ;-) Jul 24 15:57:56 RP: wow I mixed up the order of September and October... marcin hat a preference for october Jul 24 15:57:58 zecke: not 13-18 as we cant be then Jul 24 15:58:07 hrw: :) Jul 24 15:58:22 when i find /lib |xargs koen it comes up with alot of libraries that can't be natively linked against Jul 24 15:58:34 zecke: I prefer october so in september we can go for honeymoon. Jul 24 15:58:45 zecke: if september then no 13-18 Jul 24 15:59:09 october not 11-16 Jul 24 15:59:14 zecke: Anyhow, Berlin has a beach? Jul 24 15:59:30 RP: artificial one at the Spree Jul 24 15:59:37 zecke: ah ;) Jul 24 15:59:50 like the one at guadec :) Jul 24 15:59:51 RP: Spree is the main river in Berlin and along it there are plenty of beach bars Jul 24 16:00:05 koen: judging from the pictures we have real water Jul 24 16:00:21 zecke: I remember the river now you mention it Jul 24 16:00:54 RP: berlin has more bridges than venice Jul 24 16:01:24 zecke: That would take some doing Jul 24 16:01:43 I guess it depends on the size of bridges you're counting :} Jul 24 16:02:22 hrw, where is the honeymoon? Jul 24 16:02:32 did I say something ambiguous? Jul 24 16:02:39 Crofton|home: not decided yet - probably south europe Jul 24 16:02:50 Crofton|home: for sure not usa Jul 24 16:04:48 ah you are not on the euro yet? Jul 24 16:05:06 Crofton|home: ? Jul 24 16:05:35 the usd/euro exchange rate should make the US attractive, in spite of air fares and politics :) Jul 24 16:06:11 but, south europe is also nice Jul 24 16:06:39 Crofton|home: 1. usa needs visa 2. usa has strange rights when it comes to nearly everything 3. it means long flight Jul 24 16:07:15 Crofton|home: usd/anything exchange rate just show that usd is going to be paper value Jul 24 16:08:14 Crofton|home: now usd has lowest value in poland for over 11 years Jul 24 16:08:15 Hopefully we can improve 1 and 2 in 547 days Jul 24 16:08:27 why 547? Jul 24 16:08:31 new elections Jul 24 16:08:38 or rather end of term :) Jul 24 16:08:39 The Bush countdown clock :) Jul 24 16:08:48 January 22, 2009 Jul 24 16:09:32 at any rate, have a good honeymoon Jul 24 16:09:40 it really does not matter where you go Jul 24 16:11:59 koen, what is the best way to apply the diff? Jul 24 16:12:10 patch -p1 ? Jul 24 16:12:14 or p0 Jul 24 16:12:15 to simple Jul 24 16:12:24 I was reading mtn manual :) Jul 24 16:12:41 I accidentally did the changes on a machine that can't push Jul 24 16:12:56 heh Jul 24 16:12:59 do you mind national holidays for OEDEM? Jul 24 16:15:13 http://nationalnightmare.com/?gclid=CISf5_rKwI0CFQV5Pgodm3PtLg Jul 24 16:17:05 Crofton|home: if you like that to go to hideapod.com Jul 24 16:18:04 cool Jul 24 16:18:30 hrw: koen: mickeyl: youa re going to join OEDEM as well? Jul 24 16:18:39 I hope so Jul 24 16:18:45 i have a problem wrt to the date Jul 24 16:18:56 zecke: I will be at oedem - probably with Ania Jul 24 16:19:04 however, a big part october is exam time Jul 24 16:19:05 Sabine and me are going to have a 2 weeks vacation end of September / early October Jul 24 16:19:14 koen yes for me too Jul 24 16:19:22 so finding a proper date will be tough Jul 24 16:19:31 create a web page Jul 24 16:19:39 hehe Jul 24 16:19:40 and have everyone delete dates Jul 24 16:19:48 everyone should by a zune2! Jul 24 16:20:00 and a golfgps! Jul 24 16:20:12 Crofotn|home : too "democratic". OEDEM will never happen :) Jul 24 16:20:15 Jul 24 16:20:35 mickeyl: earcly october == 3rd of it? Jul 24 16:21:04 steliosk: I try to find a date where the pople I like will come, and the others can't but I don't have to deny their presence ;) Jul 24 16:21:33 hehe Jul 24 16:21:47 zecke: we didn't book yet, but it looks like earlier than the 7th will be impossible for me Jul 24 16:22:14 15th october is the start of my term Jul 24 16:22:24 i know Jul 24 16:22:27 we should do it before that Jul 24 16:22:50 mickeyl: lol, I didn't know it until one minute, why do you know that? :) Jul 24 16:23:06 mickeyl: marcin can't from the 11-16h t-dose is on 13-14th Jul 24 16:23:06 zecke: it's almost always the 2nd week of October Jul 24 16:23:25 mickeyl: you see a pattern. Now I should check the script for "Persoenlichkeits-typen" Jul 24 16:23:42 mickeyl: when are you departing in September? Jul 24 16:24:01 in the last week Jul 24 16:24:05 earlier, I'm not in germany though Jul 24 16:24:11 OSiM Madrid Jul 24 16:24:16 OpenExpo Zurich Jul 24 16:24:31 i see only 6th to 10th then Jul 24 16:24:34 mickeyl: change your nick to mr_wichtig :) Jul 24 16:24:35 zecke haha Jul 24 16:25:07 more like mr.spreading.the.word.instead.of.doing.actual.development Jul 24 16:25:14 sigh Jul 24 16:25:28 mickeyl: I might get an evangelist as well :} Jul 24 16:25:47 mickeyl: maybe when those ordered phones hit people someone will start writing apps Jul 24 16:25:50 mickeyl: mr.making.small.children.cry.and.older.ones.comitting.suicide Jul 24 16:26:23 hrw : Depends on how hard they hit them... :) Jul 24 16:26:33 mickeyl: as you are my mentor, and have absolute power over me let it be the 6th to the 10th Jul 24 16:26:42 hrw: i sincerely hope so Jul 24 16:27:03 zecke: heh. lets see how much acceptance that interval would get Jul 24 16:27:14 mickeyl, for some reason I think this might interest your wife? Jul 24 16:27:15 http://www.oreilly.com/catalog/9780596550059/index.html Jul 24 16:27:15 usually its an "if you build it they will come" type of thing Jul 24 16:27:23 if not, I blame old age Jul 24 16:27:40 so mickeyl don't worry much. It will happen Jul 24 16:27:47 checking for extra flags to get ANSI library prototypes... configure: error: cannot run test program while cross compiling Jul 24 16:28:00 koen, from the pkgconfig bb file you sent Jul 24 16:28:20 Crofton|home: possible. thanks, printing it out for her. Jul 24 16:28:35 A friend of mine wrote it :) Jul 24 16:28:55 zecke : So its 6th to 10th ? Jul 24 16:29:02 yes Jul 24 16:30:00 steliosk: you are going to join? Jul 24 16:30:14 in Berlin? Jul 24 16:30:24 if that's the date yes Jul 24 16:30:28 yes, the one across the ocean Jul 24 16:31:23 zecke :i will be in the US till the end of September so its good for me Jul 24 16:32:12 RP: would 6h to 10th work for you? Jul 24 16:32:17 RP: Oct., that is Jul 24 16:32:28 mickeyl: don't give people choice Jul 24 16:32:46 :D Jul 24 16:33:02 that's a habit... free software...choice... you know ;) Jul 24 16:33:21 $716 round trip Jul 24 16:33:32 but worth every single penny ;) Jul 24 16:33:34 5-9 Oct Jul 24 16:33:46 518 euro Jul 24 16:33:48 Crofton|home: you are invited as well, but it is not Dublin/Ireland but we can brew stuff as well Jul 24 16:33:52 Ania needs to be in Poland at 10 Oct Jul 24 16:33:57 what is round trip from berlin To Roanoke Virginia? Jul 24 16:34:25 hrw: the whole day? can you just leave early? Jul 24 16:35:17 zecke: 11 Oct she needs to be in Cracow Jul 24 16:35:35 * steliosk has a feeling people will remember OEDEM as the "drunken dev's meeting" Jul 24 16:36:09 steliosk: we gets drunk only during evening Jul 24 16:36:20 * Crofton|home needs to find someone willing to pay me to travel Jul 24 16:36:38 ~curse berlin airports Jul 24 16:36:40 May you be reincarnated as a Windows XP administrator, berlin airports ! Jul 24 16:37:17 oh now, but they switched to Vista already :( Jul 24 16:37:22 s/now/no/ Jul 24 16:37:50 zecke : The hotel you mentioned is close by right ? Jul 24 16:38:42 steliosk: http://maps.google.com/maps?f=q&hl=en&geocode=&q=Novalisstra%C3%9Fe+10,+10115+Mitte,+Berlin,+Germany&sll=37.0625,-95.677068&sspn=32.059939,74.179688&ie=UTF8&ll=52.529355,13.388214&spn=0.01201,0.036221&z=15&iwloc=addr&om=1 Jul 24 16:39:10 steliosk: the hotel is close to the crossing of tieckstrasse, borsigstrasse Jul 24 16:39:19 and my flat is ackerstrasse Jul 24 16:41:11 zecke : thanks. Once the dates are set i can make the reservations Jul 24 16:42:56 zecke : Would the facility have inet access ? Jul 24 16:43:14 zecke : facility where the OEDEM will happen Jul 24 16:44:02 bye Jul 24 16:44:29 steliosk yes Jul 24 16:44:34 wlan Jul 24 16:44:37 steliosk: 2mbit sdsl... or 18 wlans you could hack Jul 24 16:45:21 I am asking, so if there is interest to setup access to our icecc compile cluster for the coding session Jul 24 16:45:36 steliosk: we might not have a coding session :) Jul 24 16:45:57 4 days of talking ? Jul 24 16:46:32 1 day of talking, 3 days of drinking :) Jul 24 16:46:34 steliosk: yes. Could you sell four days of hacking and drinking to your wife? Jul 24 16:47:04 after 3 weeks in the US, it will be difficult to sell her anything Jul 24 16:48:01 sell her on a trip to Berlin? Jul 24 16:48:24 crofton lol Jul 24 16:48:26 steliosk: bring your wife and make marcin and mickeyl bring their wifes as well Jul 24 16:48:28 4 camels? Jul 24 16:48:31 mickeyl, zecke 6-10th Oct is ok with me Jul 24 16:49:15 koen, http://pastebin.ca/632144 Jul 24 16:49:24 well she can't fly. she is 6 months pregnant now, so in October it will be impossible Jul 24 16:49:46 Crofton|home: pkgconfig-native is the one you want Jul 24 16:49:54 steliosk, brave man to travel at that time Jul 24 16:50:23 Crofton|home: ignore the qa staging part Jul 24 16:50:25 that's why i said its will be difficult to sale anything Jul 24 16:52:34 They QA errors confuse me Jul 24 16:53:02 steliosk hm Jul 24 16:53:03 maybe not Jul 24 16:55:06 * koen checks his course schedule Jul 24 16:55:26 Crofton|home: if it compiles, commit it Jul 24 16:55:36 -native compiles Jul 24 16:55:37 Crofton|home: it's default_pref = -1, so it does no harm Jul 24 16:55:45 the other does not Jul 24 16:55:57 getting the cross one to work is a matter of poking at sitefiles Jul 24 16:55:58 it does solve my immedaite problem Jul 24 16:56:10 and gets me back to libtool sucking issues Jul 24 16:56:12 yeah Jul 24 16:56:16 ok, will push Jul 24 16:59:09 zecke: http://maps.google.com/maps?f=q&hl=nl&geocode=&q=Novalisstrasse+10,+Berlin,+Germany&sll=37.0625,-95.677068&sspn=34.396866,86.748047&ie=UTF8&ll=52.533558,13.396111&spn=0.025792,0.084715&z=14&iwloc=addr&om=1 Jul 24 16:59:50 koen: yes? that is the dutch version? Jul 24 17:00:06 no, that's for people to lazy to type in the address ;) Jul 24 17:01:44 koen: how does that compare with the link above? Jul 24 17:02:35 it shows where OEDEM is Jul 24 17:04:12 http://tinyurl.com/2bdqkz is funny Jul 24 17:06:26 zecke: my attendance depends on my financial situation Jul 24 17:06:51 koen: how much do you need? Jul 24 17:07:24 from 'nothing' to 'travel + lodging' Jul 24 17:07:47 koen ask for 100K ;) Jul 24 17:08:10 zecke: mickeyl mentioned something about FIC sponsorship Jul 24 17:10:58 koen: lodging, I have a tent or you can crash in my flat Jul 24 17:11:21 crashing at your place would be ok Jul 24 17:12:28 koen: as your gsoc money bought t-shirts the last time, I can either buy t-shirts or your train ticket (one way to the nearest gulag) Jul 24 17:13:09 zecke: it never hurts to ask $big-company for funding :) Jul 24 17:13:57 crashing into things is bad : http://www.roanoke.com/news/nrv/wb/125441 Jul 24 17:14:52 Crofton|home: no photo? Jul 24 17:15:04 I'll get one from my friend Jul 24 17:15:14 sadly all we had was a cell phone :( Jul 24 17:20:35 i think TT should sponsor OEDEM this time. Jul 24 17:21:28 TT, FIC, IBM, whatever :) Jul 24 17:23:15 food Jul 24 17:24:27 19 pizzas for everyone Jul 24 17:24:31 ups 10 Jul 24 17:29:08 Anyone made an actually count of how many packages/recipes are in OE now ? Jul 24 17:29:16 koen, I am pushing the pkgconfig stuff now. Need to pack some clothes Jul 24 17:29:43 There is a 4K number mentioned in some presentations but is it true ? Jul 24 17:31:02 [balister@localhost org.openembedded.dev]$ ls -lR | grep bb$ | wc -l Jul 24 17:31:02 4811 Jul 24 17:31:48 [balister@localhost packages]$ ls -ld * | wc -l Jul 24 17:31:48 1556 Jul 24 17:32:19 we have multiple bb files for differenet versions of th smae package Jul 24 17:32:53 yeah i thought there could not be that many actual packages Jul 24 17:37:11 I guestimate ~2300 unique recipes Jul 24 17:39:13 so its like 2000+ unique recipes and 4800 in total Jul 24 17:39:35 sounds ok Jul 24 17:41:03 koen@bitbake:~/OE/monotone/org.openembedded.dev/packages$ find . -name *.bb | awk -F_ '{print $1}' | grep -v native | sort | uniq | wc -l Jul 24 17:41:03 2856 Jul 24 17:43:11 * Crofton|home bows down to koen Jul 24 17:43:29 what did I (not) do now? Jul 24 17:43:50 i think its for the scripting :) Jul 24 17:43:57 your knowledge of command line utilities Jul 24 17:44:29 I suspect you could even do it with only one awk incantation Jul 24 17:46:32 One more question. OPIE is now working/non working ? Jul 24 17:46:54 'not dead, but smells that way' Jul 24 17:47:29 so its basically GPE Jul 24 17:47:47 X + custom set of apps? Jul 24 17:48:46 03crofton 07org.oe.dev * re23d2e22... 10/ (5 files in 3 dirs): Jul 24 17:48:46 pkgconfig : Add support for pkgconfig-0.22. DEFAULT_PREF = -1 pending Jul 24 17:48:46 further testing. pkconfig-0.22.bb does not build. Native Jul 24 17:48:46 version builds and corrects at least one issue with older Jul 24 17:48:46 pkgconfig. Jul 24 17:52:58 steliosk opie works but proper support for 2.6 kernel is missing Jul 24 17:53:22 woglinde : which platform ? Jul 24 17:53:34 simpad for example works Jul 24 17:53:37 even with uclibc Jul 24 18:00:19 * koen notes that germany has sane powerplugs and an understandable language Jul 24 18:01:21 mickeyl: when can I start asking for openmoko release tarballs? Jul 24 18:01:21 lol Jul 24 18:01:58 woglinde: are you going to join me tomorrow night? Jul 24 18:02:27 why does almost everything in OSX block on IO? Jul 24 18:02:56 * chouimat|busy is compiling KDE4 on his old p200mmx ... just for the fun of it :) Jul 24 18:03:26 I shoud file some QA bugs Jul 24 18:03:43 dbus and bash putting files in $STAGING_DIR Jul 24 18:07:57 Hi folks, after I install OE, can I delete OE.mtn (~170M)? Jul 24 18:08:57 better not if don't want to download it again for getting updates Jul 24 18:09:01 NOTE: package gcc-4.2.1-r0: task do_patch: completed Jul 24 18:12:27 steliosk: Thanks. Good point. Jul 24 18:24:35 03pfalcon 07org.oe.dev * rf3fa3f06... 10/ (1 conf/distro/include/preferred-opie-versions-1.2.3-pre.inc): preferred-opie-versions-1.2.3-pre: Bump SRCDATE to 20070724. Jul 24 18:24:41 03pfalcon 07org.oe.dev * r28e581a2... 10/ (1 packages/opie-alarm/opie-alarm_cvs.bb): opie-alarm: Use proper-for-upstream PR. Jul 24 18:27:20 03koen 07org.oe.dev * reedae6b6... 10/ (1 classes/sanity.bbclass): sanity.bbclass: add help2man to required utils (apt-get install help2man) in preparation for autoconf 2.61 activation Jul 24 18:51:35 i'm working on a bb file and having trouble getting a patch i made to apply at all, anyone willing to help me, i'm just trying to change one line of an include file Jul 24 18:52:16 hm Jul 24 18:52:19 I can help Jul 24 18:52:38 *** include/ad.h 2007-07-23 10:27:40.000000000 +0000 Jul 24 18:52:38 --- include/ad.h 2007-07-23 10:27:30.000000000 +0000 Jul 24 18:52:38 *************** Jul 24 18:52:38 *** 122,130 **** Jul 24 18:52:38 #include