**** BEGIN LOGGING AT Sun Oct 19 02:59:56 2008 Oct 19 03:01:24 ok, i fixed the tslib thing by removing the enable tslib patch and rebuilt xserver-kdrive-fbdev Oct 19 03:01:28 but it still get Extended Input Devices not yet supported. Impelement it at line 637 in kinput.c Oct 19 03:38:04 hello? Oct 19 04:38:41 echelon, can you describe your hw platform a bit? Oct 19 04:39:01 having tslib & co on a non-ts device don't hurt things, it's just wasted space Oct 19 04:39:10 and it sounds like you're not quite to the optimize my space step :) Oct 19 04:40:34 Tartarus: i already removed the tslib Oct 19 04:40:50 right Oct 19 04:40:59 i'm saying removing it wasn't what you needed to do,if it still doesn't work :) Oct 19 04:41:01 Tartarus: http://www.openzipit.org/ Oct 19 04:41:05 it should be working, even with tslib Oct 19 04:41:17 that's the device Oct 19 04:41:34 the Z2 Oct 19 04:41:40 all i get now is this message.. Extended Input Devices not yet supported. Impelement it at line 637 in kinput.c Oct 19 04:42:02 hmm Oct 19 04:42:16 perhaps there's patches there that need migration over to current oe? Oct 19 04:42:20 or is there stuff not working? Oct 19 04:44:08 hrm.. the problem seems to be only Xfbdev Oct 19 04:57:08 ugh, the drivers for the wireless card sucks on this thing Oct 19 04:57:20 it disassociates from the AP every minute Oct 19 04:57:41 i should just put "iwconfig ..." in an infinite loop Oct 19 05:20:09 03Mike Westerhof  07org.openembedded.dev * r0f048f279a 10openembedded.git/packages/meta/slugos-packages.bb: SlugOS: slugos-packages - reinstate gdb Oct 19 08:36:52 mickeyl: good morning Oct 19 08:37:08 good morning p Oct 19 08:37:08 b Oct 19 08:37:09 _ Oct 19 08:37:10 oops Oct 19 08:37:20 this keyboard is strange sometimes Oct 19 08:37:30 (might be my finger) Oct 19 08:37:37 heh Oct 19 08:43:38 03Phil Blundell  07org.openembedded.dev * rc2bc66b520 10openembedded.git/packages/perl/perl-native_5.8.8.bb: perl-native: respect STAGING_BINDIR over prefix Oct 19 08:45:06 lauter Oct 19 08:45:11 later, even Oct 19 08:51:55 morning all Oct 19 09:16:37 hi rp Oct 19 09:16:43 lauter mickeyl Oct 19 09:43:20 03Phil Blundell  07org.openembedded.dev * r45d8068286 10openembedded.git/packages/glibc/ (15 files in 2 dirs): glibc: remove ld.so.conf, don't ship ldconfig if USE_LDCONFIG=0 Oct 19 10:36:22 hi Oct 19 10:42:08 hi woglinde Oct 19 10:42:38 hi pb Oct 19 10:42:48 hm Oct 19 10:43:29 maybee qte 2 can be not compiled with as-needed or hash-style Oct 19 10:43:37 I am just searching the error Oct 19 10:52:04 args Oct 19 10:52:07 gotcha Oct 19 10:52:19 as-needed strips down -lts and -lstdc++ Oct 19 10:52:31 bettere strips down the symbols of it Oct 19 10:52:34 why this Oct 19 10:52:40 linking suckz *g* Oct 19 11:07:42 woglinde: what do you mean by "strips down the symbols"? Oct 19 11:11:09 pb qte-mt.so is linked with gcc and -lts and -lsupc++ Oct 19 11:11:25 but when you then link a opie app which use new delete or the ts Oct 19 11:11:29 like qss Oct 19 11:12:12 the compiler screems and says that he cant find the ts symbols like ts_raw and new and delete in qte-mt.sp Oct 19 11:12:19 .so Oct 19 11:13:27 I compiled now qte-mt without as-needed Oct 19 11:13:35 and opie-qss too and it worked Oct 19 11:13:45 hm now I have to try opie-ass with as-needed Oct 19 12:03:26 woglinde: Usually its a chain reaction of failures - if one lib fails, all dependencies end up failing :( Oct 19 12:03:39 woglinde: The problem is usually the order the libraries are passed to the linker Oct 19 12:17:30 rp really? Oct 19 12:17:54 hm ah Oct 19 12:17:57 okay Oct 19 12:18:03 rp, looks like I get to test building for arm5 and arm7 in the same tmp dir Oct 19 12:18:07 opie-qss fails with as-needed anyway Oct 19 12:18:22 now it does not find the listdc++ symbols Oct 19 12:18:27 the ts symbols are find Oct 19 12:18:42 rp what you mean now with the order? Oct 19 12:18:56 as -Wl,--as-needed to ste before -lts? Oct 19 12:40:50 bye Oct 19 12:41:21 pb I will write an email to the list and will discuss this issue with zecke tomorrow at the university Oct 19 12:51:48 Crofton|work: Its known to work ;-) Oct 19 14:04:39 oh dear, I have a problem with python-native Oct 19 14:04:43 mickey|squash: help, I need your skills Oct 19 14:06:00 at your service Oct 19 14:06:53 aha :-) Oct 19 14:07:09 mickeyl: for some reason, my python-native seems to be looking for all its modules in the wrong place. Oct 19 14:07:56 it seems to expect, for example, to find site.py in lib/python2.5/lib-dynload/, but this is not where it is Oct 19 14:08:19 do you know what controls this searching behaviour? Oct 19 14:09:23 usually the searchpath is defined by 'sys.prefix, sys.execprefix' (derived from compile-time configuration) + PYTHONPATH Oct 19 14:09:51 okay, thanks. I guess something is wrong with my sys.prefix. Oct 19 14:10:12 did you change anything in your setup? Oct 19 14:10:31 yeah, I am trying to build with prefix='/usr' but exec_prefix='' Oct 19 14:10:58 I had to patch python a bit to get the .py files installed at all, because it was previously outwitting autotools_stage_all by putting them in an obscure directory Oct 19 14:11:27 it seems to use SCRIPTDIR in Makefile.pre to control that, so I set this to ${prefix}/share. Oct 19 14:11:39 that caused the files to get installed in what seems to be the right place, but the interpreter doesn't find them there. Oct 19 14:11:44 ah, interesting Oct 19 14:11:50 yes, python is very picky wrt. that Oct 19 14:12:14 i have always meant to try pushing some crosscompiling support upstream, but alas i failed to do that Oct 19 14:14:03 okay, so I currently have: Oct 19 14:14:09 >>> print sys.prefix Oct 19 14:14:09 /home/pb/oe/build/tmp/staging/x86_64-linux//usr Oct 19 14:14:09 >>> print sys.exec_prefix Oct 19 14:14:09 /home/pb/oe/build/tmp/staging/x86_64-linux Oct 19 14:14:13 which seems to be in order Oct 19 14:14:26 site.py is at /home/pb/oe/build/tmp/staging/x86_64-linux//usr/share/python2.5/site.py Oct 19 14:14:40 which, again, is where I wanted it to be (though, perhaps, not where I ought to have put it) Oct 19 14:15:36 but, if I look with strace, I see that python is trying to do: Oct 19 14:15:38 open("/home/pb/oe/build/tmp/staging/x86_64-linux/lib/python2.5/lib-dynload/site.py", O_RDONLY) = -1 ENOENT (No such file or directory) Oct 19 14:15:50 with, predictably, no success Oct 19 14:17:12 (this path is indeed the correct location of the lib-dynload directory, which has various .so files in, but the .py files are elsewhere) Oct 19 14:17:27 hmm Oct 19 14:18:22 bbiab, need to chop some vegetables in the kitchen Oct 19 14:18:32 k Oct 19 14:36:52 re Oct 19 14:38:09 so, I inspected sys.path, it says: Oct 19 14:38:11 ['', '/home/pb/oe/build/tmp/staging/x86_64-linux//usr/lib/python25.zip', '/home/pb/oe/build/tmp/staging/x86_64-linux//usr/lib/python2.5/', '/home/pb/oe/build/tmp/staging/x86_64-linux//usr/lib/python2.5/plat-linux2', '/home/pb/oe/build/tmp/staging/x86_64-linux//usr/lib/python2.5/lib-tk', '/home/pb/oe/build/tmp/staging/x86_64-linux/lib/python2.5/lib-dynload'] Oct 19 14:38:29 ... which is nearly right, except that it has .../usr/lib/python2.5 not .../usr/share/python2.5. Oct 19 14:38:56 I guess the path in the interpreter isn't set by the same variable in the makefile that controls where the files are installed. Oct 19 14:42:28 hm, right, I see, that's hardcoded in getpath.c. Oct 19 14:42:51 I suppose I ought to put the makefile back how it was, let it install into usr/lib/python2.5, and then figure out how to make autotools stage that directory as well. Oct 19 14:43:12 kitchen duty again now Oct 19 14:54:52 libsdl-mixer complains about Invalid configuration `avr32-angstrom-linux-uclibc': machine `avr32-angstrom' not recognized Oct 19 14:54:52 | configure: error: /bin/sh ./build-scripts/config.sub avr32-angstrom-linux-uclibc failed Oct 19 14:55:23 do i need to add "avr32-angstrom" as machine in config.sub ?? Oct 19 14:56:48 sorry i go for #angstrom for that Oct 19 15:08:01 any one around that can help me with an 'interesting' recepie problem? Oct 19 15:08:40 re Oct 19 15:10:36 woglinde: heya :) I have a makefile that does not have an install action. my package build fails at the staging function because of this with: make: *** No rule to make target `install'. Stop. Oct 19 15:11:17 write your own do_install function Oct 19 15:12:08 woglinde: I have :) here is my .bb file: http://pastebin.com/d3fb118f0 Oct 19 15:12:23 woglinde: here is the makefile: http://pastebin.com/d75ecbdf6 Oct 19 15:13:15 woglinde: here is the log: http://pastebin.com/d77e78710 Oct 19 15:15:02 I have a feeling my near total lack of understing of 'autotools_stage_all' is the problem Oct 19 15:17:06 autotools_stage_all is for staging Oct 19 15:17:15 and is called when you inherit autotools Oct 19 15:17:36 does do_install Oct 19 15:17:44 I guess I want something simpler then? Oct 19 15:18:27 without the source code and Makefile I can say more Oct 19 15:19:16 Makefile is here: http://pastebin.com/d75ecbdf6 if it helps :) Oct 19 15:19:41 I need to override do_populate_staging to make it a null operation Oct 19 15:22:08 oh gp2x stuff Oct 19 15:22:13 re crofton Oct 19 15:22:53 the gp2x stuff is just for the 2x port. I can compile this fine on ubuntu Oct 19 15:23:24 you do not need staging at all Oct 19 15:24:38 woglinde: ok. is there a different inheritance that I need (I can fix the error by putting in a blank install task in the makefile) Oct 19 15:25:08 mickeyl: http://www.pastebin.ca/1231023 seems to fix it for me. any views on that? Oct 19 15:26:20 sweetlilmre: just add a do_stage() method that does nothing, if you don't need any staging. Oct 19 15:33:32 pb_: looks good to me Oct 19 15:34:30 pb_: thanks looking at that now Oct 19 15:35:13 * RP reruns the git filter branch command for the 20th time :/ Oct 19 15:36:17 mickeyl: ok, great. I'll check that in. Oct 19 15:36:21 mickeyl: thanks Oct 19 15:53:49 so git-stash is way to track local changes that you have not commited? Oct 19 15:55:48 Crofton|work: It would seem so Oct 19 15:55:59 I may have to try this Oct 19 15:56:17 although I really need to make a branch and commit my changes to use the old libusb Oct 19 15:56:40 basically, everything must be stashed or commited so you can change a branch? Oct 19 15:58:50 Can i build all images inside packages/images on any distro, or do some require a specific distro? Oct 19 16:07:08 exco1: some might well require a specific distro and/or machine Oct 19 16:07:39 pb_ Is there a table somewhere listing the possible combinationsß Oct 19 16:07:48 ß*? Oct 19 16:07:49 I don't think so. Oct 19 16:08:19 so build will just fail at some point if it doesn't match, pb_? Oct 19 16:08:25 yes, probably Oct 19 16:11:22 I managed to build x11-gpe and opie images for Magician, but fso, gpe and qtopia-core-gui and openmoko-devel images still fail - do I report bugs on those or are they expected to fail? Oct 19 16:13:07 they're not Oct 19 16:13:10 please report this to the tracker Oct 19 16:13:11 thanks Oct 19 16:13:33 (make that individual bugs, please) Oct 19 16:13:38 (and be sure to include the logs) Oct 19 16:15:17 mickeyl: thanks for adding the COMPATIBLE_HOST. I had no idea about the bug when I made my own dmidecode recipe :) Oct 19 16:16:09 no problem, that happens Oct 19 16:16:21 xserver-xorg build says: scanelf: ELF has multiple DT_RUNPATH's !? (and takes several weeks to do the packaging ) ((ok, not several weeks, but over an hour on a 2.66GHz P4, otherwise idle)) Oct 19 16:16:23 just try to do a quick search over the bugtracker before you add more :) Oct 19 16:16:28 (FSO unstable build) Oct 19 16:17:54 re Oct 19 16:33:08 could someone have a quick look at this (not that I open bugs and there's just something wrong with my machine) http://pastebin.com/d300067a4 Oct 19 17:26:08 is there a bot destroying the wiki? e.g.: http://wiki.openembedded.net/index.php?title=OEandYourDistro&diff=729&oldid=727 Oct 19 17:28:10 checking for C compiler default output file name... Oct 19 17:28:12 configure: error: C compiler cannot create executables Oct 19 17:28:38 how do i fix this.. this error shows up in mosts of the packages i'm trying to build Oct 19 17:31:36 woglinde: hey Oct 19 17:32:14 can you review some more changes today? Oct 19 17:34:28 or someone else who has push access Oct 19 17:34:43 http://git.smartlink.ee/?p=openembedded.git;a=summary Oct 19 17:37:58 echelon your toolchain is broken then Oct 19 17:38:01 re pb Oct 19 17:38:05 kalev let me see Oct 19 17:39:27 how would i fix it? :\ Oct 19 17:39:34 i don't recall doing anything Oct 19 17:41:28 re woglinde Oct 19 17:44:20 what causes this error "ERROR: Please set the 'CACHE' variable." (on Mandriva)? Oct 19 17:45:42 kalev hm why did you disable usb on pcslite? Oct 19 17:45:55 any special reason Oct 19 17:46:23 how to unbreak toolchain? Oct 19 17:47:18 woglinde: because it's broken with libusb, but usb hotplug works through hal Oct 19 17:47:27 kalev ah okay Oct 19 17:47:43 kalev hm seems I had to better review your patches Oct 19 17:47:49 I overseen the FILE_PR Oct 19 17:48:02 echelon which is you configuration? Oct 19 17:48:07 machine? local.conf? Oct 19 17:48:41 yes, I missed that one too. The recipe was before the FILE_PR conversion Oct 19 17:53:19 kalev hm seems okay Oct 19 17:53:20 so far Oct 19 17:53:24 I will push it Oct 19 17:53:56 thanks Oct 19 17:54:05 hm I hope it will work now Oct 19 17:54:10 lets see if we get linear git history this time :) Oct 19 17:54:17 made a new local branch Oct 19 17:54:17 better do "git pull --rebase" before that Oct 19 17:54:24 and pulled your stuff Oct 19 17:54:29 sounds good Oct 19 17:55:46 hm Oct 19 17:55:58 now it says it dont knows which branch to merge Oct 19 17:56:00 hm hm Oct 19 17:56:06 hmm Oct 19 17:56:24 discard the branch then, make a new one, update it, and then pull again from my repo Oct 19 17:56:35 hm hm Oct 19 17:56:47 I thought that would be easier Oct 19 17:57:01 when I branched from my org.openembedded.dev Oct 19 17:57:13 I thougt it knews what to merge Oct 19 17:57:25 maybee I am using it wrong Oct 19 17:57:55 usually it does, but even if it merges correctly, you'll get non-linear history Oct 19 17:58:11 if someone wants to use a tool like git-bisect, it's very good to have linear history Oct 19 17:59:07 kalev aeh Oct 19 17:59:11 whats the way to go now Oct 19 17:59:33 pulling into my original checkout? Oct 19 17:59:36 Oct 19 18:03:58 woglinde: http://rafb.net/p/zqud5r77.html Oct 19 18:04:03 woglinde: do something like that: Oct 19 18:04:06 git checkout -b kalev-temp origin/org.openembedded.dev Oct 19 18:04:23 this switches you to a new branch called kalev-temp Oct 19 18:04:28 then update it: Oct 19 18:04:29 git pull Oct 19 18:04:44 then pull in my changes: Oct 19 18:04:46 git pull git://git.smartlink.ee/openembedded.git org.openembedded.dev Oct 19 18:04:59 then check if everything looks ok by doing "git log" Oct 19 18:05:03 and then push it Oct 19 18:07:33 hm Oct 19 18:07:41 thats what I did Oct 19 18:07:57 only I branched from my lokal origin Oct 19 18:08:27 g'day kergoth Oct 19 18:08:49 woglinde: i did this.. http://linux.zipitwireless.com/wiki/OpenEmbedded#RunningOpenEmbeddedonYourSystem Oct 19 18:09:38 echelon -> svn co http://linux.zipitwireless.com/svn/zipitforge/openembedded Oct 19 18:09:45 oe is using git Oct 19 18:09:59 so guess whom you should ask about support Oct 19 18:10:27 woglinde: that's only for getting the configurations Oct 19 18:10:46 i got the latest from oe server Oct 19 18:10:57 jepp Oct 19 18:11:10 and might be that the config from them is outdated Oct 19 18:11:21 oe sometimes is moving fast Oct 19 18:11:40 anyway, i just symlinked local-zipit2.conf to local.conf in conf/ and machine/ Oct 19 18:13:11 kalev hm Oct 19 18:13:18 git now says all is pushed Oct 19 18:13:19 http://rafb.net/p/AMxLAr50.html Oct 19 18:13:26 but it isnt Oct 19 18:13:29 hm hm Oct 19 18:17:35 hm okay Oct 19 18:17:42 pb check something in Oct 19 18:17:46 I will try again Oct 19 18:20:21 hm Oct 19 18:20:24 sorry Oct 19 18:20:29 I do not understand it Oct 19 18:21:27 what exactly happens? Oct 19 18:21:55 nothing Oct 19 18:22:03 push says always is up to date Oct 19 18:22:40 what's the command you use? Oct 19 18:22:45 git push Oct 19 18:22:54 and git push origin oe...dev Oct 19 18:23:14 or is there a merge stage btw. ? Oct 19 18:24:56 ah Oct 19 18:24:57 okay Oct 19 18:25:38 nope Oct 19 18:25:43 *sigh* Oct 19 18:26:24 seems its to compicated for me Oct 19 18:26:50 yeah, git exposes a bit too much detail to the end user Oct 19 18:27:04 merging should happen automatically I think Oct 19 18:27:54 kalev the brach says now I am three checkins ahaed Oct 19 18:28:02 but pushing does not work Oct 19 18:29:41 ok, try that: first do "git pull --rebase" to rebase on top of pb_'s work, then "git log" to doublecheck and then try "git push git@git.openembedded.net:openembedded Oct 19 18:31:17 same Oct 19 18:31:22 it says up to date Oct 19 18:32:00 I will try again Oct 19 18:32:55 woglinde: what can I use to view ipk files un ubuntu Oct 19 18:33:37 sweetlilmre dpkg Oct 19 18:38:01 woglinde: thanks Oct 19 18:39:21 woglinde: you shouldn't need to do any merging. are you sure that your change really hasn't been pushed? Oct 19 18:39:52 pb Oct 19 18:39:53 yes Oct 19 18:39:57 I switched back Oct 19 18:40:02 and pulled Oct 19 18:40:07 and nothing comes out Oct 19 18:40:12 but whats wrong Oct 19 18:40:19 I made a new branch Oct 19 18:40:25 pulled in kalev changes Oct 19 18:40:31 the got applied Oct 19 18:40:35 and when I push Oct 19 18:40:38 it says Oct 19 18:40:41 all up to date Oct 19 18:41:32 woglinde, 'git fetch' and then 'gitk -all' Oct 19 18:41:51 hm, I'm confused now. what branch are you trying to push? Oct 19 18:41:54 then you can see what needs to be pushed or if it is uptodate Oct 19 18:43:00 he's trying to push my changes, because I don't have push access Oct 19 18:43:15 hm yesterday it worked Oct 19 18:43:30 but with my normal origin Oct 19 18:45:59 hm Oct 19 18:46:10 zecke have to advice me Oct 19 18:47:35 woglinde: xjqian once said that I should ask for write access Oct 19 18:47:54 maybe you could write to the ML and ask if I could get push access? Oct 19 18:48:27 it's getting silly that you have to spend so much time checking in my changes Oct 19 18:48:35 hm hm Oct 19 18:48:50 no I pushed it now with the way yesterday Oct 19 18:49:42 gn all, woglinde and pb_ thanks for all the help, my package builds :) Oct 19 18:50:24 nite sweetlilmre Oct 19 18:51:27 thanks woglinde, looks ok now Oct 19 18:52:10 yeag but why the other way does not worj Oct 19 18:57:18 if you find out, tell me too :) Oct 19 18:57:36 kalev yes I will ask zecke tomorrow about it Oct 19 18:57:44 maybe its only a little error Oct 19 19:55:17 hi Oct 19 19:55:39 hi Oct 19 19:55:59 does anybody knows an updated howto to build OE with qemux86 ? Oct 19 19:56:13 hi kalev Oct 19 19:56:47 I found plenty of docs still based on monotone Oct 19 19:57:30 I tried by myself but I'm facing to an error Oct 19 19:58:54 what kind of error? Oct 19 19:59:21 http://paste.debian.net/19570/ Oct 19 19:59:48 the problem is that I don't know how to change kernel version Oct 19 20:00:37 which file defines that I have to use oe/openembedded/packages/linux/linux-rp_2.6.25+2.6.26-rc4.bb ? Oct 19 20:01:30 preffered version somewhere Oct 19 20:01:52 look into conf/ dir Oct 19 20:03:50 Hello, I'm trying to compile either mplayerplug-in or gecko-mediaplayer for ARM platform but I can't manage to do it: http://pastebin.com/d517937ae or http://pastebin.com/d1f8a694d Can anyone explain to me what should be modified probably in the firefox package? Oct 19 20:07:51 Jay7: in oe/openembedded/conf/distro/angstrom-2008.1.conf there is something but no reference to linux-rp_2.6.25+2.6.26-rc4 Oct 19 20:09:01 gregoiregentil: I think pkgconfig looks for firefox-plugin.pc, but our firefox package doesn't install it in staging Oct 19 20:14:24 kalev: many thanks for the answer. I appreciate. This makes sense. So how can I add this file? At least manually in a first phase. Oct 19 20:14:43 kalev: I guess that I will have to add xpidl too to the staging. Correct? Oct 19 20:15:21 kalev: I'm confused why this gecko-mediaplayer uses staging/i686-linux... Is it normal? Oct 19 20:21:26 gregoiregentil: I guess you could try to copy the .pc files over from your host system for testing, but eventually the firefox package should install them to staging Oct 19 20:22:21 on my host, I have a mozilla-plugin.pc but it references xulrunner Oct 19 20:22:33 so I guess that it's not good for OE Oct 19 20:23:41 gregoiregentil: yes, I think nowadays most desktop distros build separate xulrunner package and then use it to build firefox Oct 19 20:24:01 you could try to figure out how to do it in OE too :) Oct 19 20:24:46 well, quite difficult. I'm not sure that I have an understanding of OE good enough to do that Oct 19 20:26:03 you could also write to OE devel mailing list, maybe someone has already tried to do it Oct 19 20:26:11 I should go away now though, good luck! Oct 19 20:26:30 thanks for your help Oct 19 20:36:51 * RP looks at the mess that are his filesystems and sobs quietly :/ Oct 19 20:37:30 RP: rm -rf / works like a charm ;) Oct 19 20:37:47 alternatively, mkfs Oct 19 20:37:48 NAiL: Don't tempt me... Oct 19 20:37:52 hehe Oct 19 20:38:06 morning all. Oct 19 20:38:27 RP: I'm pretty sure I've got 20+ repos in various states of disrepair Oct 19 20:39:22 RP: I wanted to separate module build from kernel build some time ago, and you had an argument against it. Do you remember it? Oct 19 20:39:38 thesing: not offhand Oct 19 20:40:42 ok. Oct 19 20:51:29 oe/openembedded/packages/expat/expat_2.0.0.bb Oct 19 20:51:54 http://puzzle.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz is broken Oct 19 20:53:29 that's very sad. how is it broken? Oct 19 20:58:29 bad link, I'm trying to replace it Oct 19 20:58:44 I found it at sourceforge Oct 19 20:59:05 but I don't understand where to replace its URL Oct 19 21:00:06 any hint? Oct 19 21:00:36 see SRC_URI in expat.inc Oct 19 21:01:39 03Phil Blundell  07org.openembedded.dev * rd047ea4504 10openembedded.git/packages/bluez/bluez-utils3.inc: bluez-utils: don't blow up if ${base_sbindir} is same as ${sbindir} Oct 19 21:01:58 ah, cia lives again Oct 19 21:05:03 03Thomas Kunze  07org.openembedded.dev * r5b9a8183cc 10openembedded.git/packages/kexecboot/ (2 files in 2 dirs): linux-kexecboot: repair collie defconfig Oct 19 21:30:42 re Oct 19 23:23:06 morning raster Oct 19 23:23:31 boop **** ENDING LOGGING AT Mon Oct 20 02:59:57 2008