**** BEGIN LOGGING AT Sun Feb 25 02:59:58 2007 Feb 25 06:49:54 hi * Feb 25 07:11:18 i have modified in kernel source (build/mydistro/tmp/myarch/linux-2.6.17/path_to_my_file.c). How do i tell bitbake force re-build this kernel ? Feb 25 09:04:24 hi, there are some small inconsistencies in regard to the PKG_CONFIG_PATH recent change. You can see them running "grep STAGING_DATADIR org.openembedded.dev/* -r | grep '\.pc'". Maybe .pc files should be intalled _directly_ to PKG_CONFIG_PATH? Feb 25 09:20:00 gm Feb 25 10:21:19 03rwhitby 07org.oe.dev * r4d464c31... 10/ (1 packages/linux/ixp4xx-kernel.inc): ixp4xx-kernel.inc: Moved the execution of do_deploy so that it's compatible with rm_work.bbclass Feb 25 11:36:03 03pb 07org.oe.dev * rb8eb30a0... 10/ (1 classes/base.bbclass): add base_path_join Feb 25 11:38:47 morning Feb 25 11:40:00 XorA: hi Feb 25 11:42:08 hi XorA Feb 25 11:43:53 OE is going down a storm at FOSDEM Feb 25 11:52:01 * pH5 just learned a new figure of speech Feb 25 11:52:04 XorA: details! Feb 25 11:52:55 pH5: we have been busy on booth, lots of interest Feb 25 11:53:26 XorA: Bloody good to hear Feb 25 12:03:05 pH5: hi Feb 25 12:03:40 XorA: great :) Feb 25 12:03:41 hi den-ros Feb 25 12:03:47 Hi Xora Feb 25 12:04:27 Xora: How is everything going today ? Feb 25 12:04:51 gerwinin: a lot quiter than yesterday Feb 25 12:07:01 XorA: I slept half of the day , got home yesterday really late Feb 25 12:07:42 heh heh Feb 25 12:09:17 * XorA is off to wander Feb 25 12:42:06 Ifaistos: my genreric-uclibc build failed again... this time gettext failed to build - http://pastebin.ca/371551 Feb 25 12:43:16 redguy: gcc error ? Feb 25 12:52:30 gerwinin: not really, "/gettext-runtime/intl/eval-plural.h:28: error: conflicting types for 'plural_eval'" Feb 25 12:52:36 :/ Feb 25 12:52:54 redguy: can you pastbin the source of that file Feb 25 12:53:24 gerwinin: sure, both files that have plural_eval defined ? Feb 25 12:53:43 yes Feb 25 12:53:57 Redguy: we can have a look at it together and find a solution Feb 25 12:57:00 http://pastebin.ca/371565 <- eval-plural.h Feb 25 12:57:22 hi all, can someone help me a bit with OE? Feb 25 12:57:35 i have builded image but have no rootfs file Feb 25 12:57:50 Magon: Did you set IMAGE_FSTYPES in your local.conf? Feb 25 12:57:59 no ;-( Feb 25 12:58:01 Magon: did you look in the right directory Feb 25 12:58:03 http://pastebin.ca/371567 <- plural-exp.h Feb 25 12:58:19 ok did...IMAGE_FSTYPES = "tar" Feb 25 12:58:38 i am looking to tmp/deploy/images Feb 25 12:59:04 i have bunch of ipk files Feb 25 12:59:12 kernel image but no rootfs Feb 25 12:59:38 Redguy: This can have something to do with the definition of the structure Feb 25 12:59:56 i found one abnormality..the distro have inherit image_ipk all other have inherit image Feb 25 13:00:57 Redguy: for the first error (line28) you need to redefine the structure so that gcc4 can read it Feb 25 13:02:04 Redguy: and the second one as well Feb 25 13:03:55 bitbake build at the end of compilation rootfs from ipk files or takes all the files from work ? Feb 25 13:03:55 Redguy: you get what I mean ? Feb 25 13:04:28 gerwinin: not sure Feb 25 13:04:59 Magon: IIRC, it takes most from staging Feb 25 13:06:47 NAbyss: staging is nearly empty i have there just bunch of files in pkgdata and than kernel Feb 25 13:07:28 Magon: Hmm, must be from the .ipk then Feb 25 13:07:53 so why it doesn't for me?? Feb 25 13:08:02 it ends correctly and to nothing Feb 25 13:10:08 Redguy: line 28 :plural_eval (pexp, n) struct expression *pexp; unsigned long int n; Feb 25 13:11:54 gerwinin: isnt' plural_eval a function? Feb 25 13:12:30 if so, (struct expression *pexp, unsigned long int n) would be the list of arguments, right? Feb 25 13:12:56 Magon: Which image .bb are you building? Feb 25 13:13:41 openmoko ;-( Feb 25 13:13:46 it is not from OE Feb 25 13:14:00 gerwinin: the only thing that seems to be different in the declaration and the definition is the "internal_function" thingie. I have no idea what it is :-) Feb 25 13:14:16 is there a way to make rootfs from ipk files? Feb 25 13:15:12 redguy, gerwiin : removing the second definition of plural_eval seems to solve the issue Feb 25 13:15:46 Magon: Not really sure on that one.. is anyone in the openmoko channels? Feb 25 13:16:02 Ifaistos: hmm, so #if !defined (_LIBC) && !defined (IN_LIBINTL) is the place which needs patching, right? Feb 25 13:16:05 yes..but not anyone who know about it anything Feb 25 13:16:17 best would be koen..but he is not here Feb 25 13:17:04 redguy: yes this is what i did. haven't push the patches yet Feb 25 13:18:27 lfaistos : That's true that solves the issue as well Feb 25 13:18:48 NAbyss: trying to delete everything and start over Feb 25 13:18:58 i made mistake somewhere ;-( Feb 25 13:19:09 redguy: in the first case it defines the function internally and in the second case it tries to redefine it as an external function Feb 25 13:19:25 oh, I see Feb 25 13:19:38 Koen is at fosdem , just like I was yesterday :) Feb 25 13:20:01 redguy: the best way would be to add check if plural_eval exists.... but i am too lazy to do it :) Feb 25 13:20:26 Redguy: but this should solve your issue / for which target are you building ? Feb 25 13:20:50 strange enough ti shows up only for x86 targets Feb 25 13:20:56 not ppc Feb 25 13:20:59 or mips Feb 25 13:21:03 gerwinin: generic-uclibc Feb 25 13:21:18 Redguy: okay Feb 25 13:21:28 forsdem is a bit far for me :-( Feb 25 13:21:32 actually is generic-uclibc with a...twist Feb 25 13:21:50 Magon : are there any interesting linuxfairs in your side of the world ? Feb 25 13:22:01 lfaistos : What is the twist Feb 25 13:22:29 gerwinin: i am in europe..central one Feb 25 13:22:37 uclibc-0.9.28-svn and kernel_headers 2.6.11 something Feb 25 13:22:43 but it was a bit expensive for me to get to fosdem Feb 25 13:22:55 2.6.11.1 IIRC Feb 25 13:23:19 the way generic-uclibc is set up, inherits a lot of stuff from generic(libc) which for uclibc don't work Feb 25 13:23:25 Magon: Tjech republic ? Feb 25 13:23:34 ok, now comes the easy part - how would I patch it? :-) Feb 25 13:24:06 gerwinin: yes Feb 25 13:24:08 redguy: you don't ask these questions on Sunday :) Feb 25 13:24:12 Redguy: you can edit the code and than recompile or you can write a patch and add it to your .bb file Feb 25 13:24:55 i have a patch for it... wait a sec to get it Feb 25 13:25:01 Magon: .be isn't that far from .cz ... Feb 25 13:25:25 why bitbake uses system of stamps and cannot figure thing like if the file is already downloaded real-time? Feb 25 13:25:32 Magon: I am in nl and went yesterday and friday Feb 25 13:25:37 redguy: is is not, but i am still a poor student :-) Feb 25 13:25:54 * Ifaistos is happy because now ppc has soft-float support Feb 25 13:26:08 Magon: Because each package can have its own do_task() that isn't standard - it'd be a pain in the arse to write a has_task() for everything too Feb 25 13:26:12 my build completed :) Feb 25 13:26:22 ok Feb 25 13:27:18 so starting from scratch...it will take ethernity again Feb 25 13:29:56 redguy: sorry but i don't have access to that patch from here... i'll post it tommorow Feb 25 13:30:14 Wow, IPv6 in the wild? Feb 25 13:30:29 Ifaistos: ok, I'll try do make the patch myself Feb 25 13:30:32 redguy: a quick fix... remove the lines of code i told you and do a bitbake bootstrap-image Feb 25 13:30:44 it will start from where is stoped Feb 25 13:31:02 redguy: that's even better :) Feb 25 13:31:44 any news from FOSDEM ? Feb 25 13:33:31 Lfaistos: we had a booth with oe Feb 25 13:33:50 Lfaistos: And we were so busy the whole day , so many people came to see the openmoko Feb 25 13:34:32 cool :) Feb 25 13:35:00 hope someone publishes videos like last year Feb 25 13:35:49 Lfaistos : I am gonna start on that later this afternoon Feb 25 13:37:11 nice. send a mail to the list with url's when you are done . Feb 25 13:38:21 have to go now. cu later Feb 25 13:38:39 thanks Ifaistos Feb 25 13:57:18 re Feb 25 14:16:15 yay! gettext finished building Feb 25 14:16:29 thanks gerwinin and Ifaistos Feb 25 14:17:03 morning Feb 25 14:31:13 evening Feb 25 14:31:21 hi Feb 25 15:13:05 Crofton back from fosdem ? Feb 25 15:17:10 putumutukas: he would have to fly very fast :-) Feb 25 15:17:35 we do have supersonic :P Feb 25 15:18:19 putumutukas: yeah but his plane is tomorrow Feb 25 15:18:45 ok, it was just a try :) Feb 25 15:18:53 anyone else familiar with osk ? Feb 25 15:19:18 not me Feb 25 15:20:28 but can you maybe tell me how i can explore the packets which i can compile with bitbake ? Feb 25 15:21:12 MACHINE = "somethig osk" DISTRO=angstrom-2007.1 Feb 25 15:22:04 i have that in my local.conf Feb 25 15:22:44 then thats all I know Feb 25 15:22:49 but for example i want to know wheather i can bitbake nano (i know i can but where can i see that for compiling nano ja have to write that) Feb 25 15:22:52 I am in FOSDEM Feb 25 15:25:13 putumutukas: look in org.openembedded.branch/packages/ Feb 25 15:25:26 Most of the .bb files in there are buildable as targets Feb 25 15:44:25 hi * Feb 25 15:44:58 anybody here ? Feb 25 15:45:14 :> Feb 25 15:45:17 i have problem when build my kernel image, Feb 25 15:45:20 Hi Jin^eLD Feb 25 15:45:29 hey Feb 25 15:45:36 you did not solve the uimage thing yesterday? Feb 25 15:46:16 Jin^eLD: thx, it works :-D, Feb 25 15:46:28 simple set KERNEL_IMAGETYPE variable Feb 25 15:47:23 i must hack some code in kernel source, have anyway to tell bitbake rebuild it ? Feb 25 15:47:38 bitbake -c rebuild (will clean source in /tmp dir) Feb 25 15:48:00 well, the best thing is to create a patch Feb 25 15:48:11 and apply it in the bb file Feb 25 15:48:18 thats actually what i was also wondering about Feb 25 15:48:41 to use oe for active development, to somehow "land in the oe shell" and simply build manually from there Feb 25 15:50:14 Jin^eLD: yes, i mean "hacking".. Feb 25 15:50:24 Jin^eLD: build manually -- bitbake interactive mode ? Feb 25 15:50:43 Jin^eLD: bitbake -ccompile mypackage Feb 25 15:50:56 Jin^eLD: That'll skip fetch etc. Feb 25 15:51:44 NAbyss: bitbake -c compile ? Feb 25 15:51:57 NAbyss: so I could write a .bb file setting the workdir to an absolute location, for example of my local svn working dir Feb 25 15:52:05 and simply run -c compile each time, right? Feb 25 15:56:40 Jin^eLD: Yes, afaik Feb 25 15:56:50 thats cool! thanks Feb 25 15:57:30 Jin^eLD: If you tweak the autoconf, you'll need to run -c configure again, but that shouldn't happen often Feb 25 15:59:10 thats exactly what I wanted to know! I asked that a couple of days ago :) Feb 25 15:59:17 thats great Feb 25 17:14:06 I am trying to build Angstrom GPE, but i am getting an error on freetype Feb 25 17:14:07 checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu Feb 25 17:14:08 checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu Feb 25 17:14:08 checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu Feb 25 17:14:08 checking for suffix of native executables... ./configure: line 2943: i686-pc-linux-gnu: command not found Feb 25 17:14:08 configure: error: native C compiler is not working Feb 25 17:14:09 make: *** [setup] Error 1 Feb 25 17:14:11 FATAL: oe_runconf failed Feb 25 17:14:17 Can somebody help me? Feb 25 17:27:50 ErTaN, get your native C compiler working Feb 25 17:28:51 well, it is perfectly working. It is gcc 4.1.2 Feb 25 17:29:00 can the version cause some problems? Feb 25 17:30:46 ErTaN, as you see, somehow Freetype's configue thinks that it's not all ok with it Feb 25 17:31:47 ErTaN: what about PATH settings? check tmp/run.do_configure.NNNN, I think I already saw some problem like that Feb 25 17:34:22 PATH="/OE/build/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi:/OE/build/tmp/staging/i686-linux/bin:/OE/build/tmp/cross/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2:/opt/sun-jdk-1.5.0.06/bin:/opt/sun-jdk-1.5.0.06/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin:/opt/vmware/player/bin" Feb 25 17:34:32 this is the path in run.do_configure Feb 25 17:35:47 ErTaN: and "PATH="...long stuff here..." i686-pc-linux-gnu-gcc --version" works? Feb 25 17:37:05 i686-pc-linux-gnu-gcc (GCC) 4.1.2 (Gentoo 4.1.2) Feb 25 17:37:13 this is the output Feb 25 17:48:23 03pfalcon 07org.oe.dev * r04647587... 10/ (1 classes/gtk-binver.bbclass): Feb 25 17:48:23 gtk-binver.bbclass: Use PKG_CONFIG_PATH to look for .pc. Feb 25 17:48:23 * Closes #1909. Feb 25 17:50:05 Is there a way to understand the IP used by USB Ethernet Gadget? Feb 25 17:50:26 I cannot connect to my device Feb 25 17:51:44 :( ERROR: QA issue: libgettextpo.la failed sanity test (reference to workdir or installed) Feb 25 17:52:49 ErTaN: USB Ethernet gadget creates device usb0, you can use it in the same way as eth0, assign IPs and add routing Feb 25 17:54:04 Sleep_Walker: Thank you. I just don't know the IP of my device... I mean I booted the kernel on Dell Axim x51v, but cannot connect to it by SSH since I don't know it's address Feb 25 17:54:37 ertan you have to setup an ip by yourself Feb 25 17:54:50 ErTaN: ifconfig usb0 YOUR_IP pointopoint PALM_IP up && route add PALM_IP dev usb0 Feb 25 17:55:19 Hello. Feb 25 17:55:24 hi sirfred Feb 25 17:55:34 Thanks, I will try that Feb 25 18:24:29 woglinde: hi Feb 25 18:24:37 hi mr_nice Feb 25 18:24:49 sorry no time for testing something Feb 25 18:24:52 maybee today Feb 25 18:26:59 woglinde: no problem Feb 25 18:30:24 woglinde: hopefully after the fosdem there is a dev who find some time to add the new patchfile from the bugreport and change the bzImage to zImage :). btw can you please give me your changes on the configs? Feb 25 18:33:58 mr_nice hm I have to rework them a little bit Feb 25 18:36:40 Fosdem was really cool Feb 25 18:37:29 gerwinin :) Feb 25 18:37:38 Hey Wogline :) Feb 25 18:37:54 Wogline where you there on saturday ? Feb 25 18:38:00 I hope I can go next year on fosdem Feb 25 18:38:01 no Feb 25 18:38:08 no time Feb 25 18:38:20 Woglinde : we will be doing more events I think Feb 25 18:39:51 Woglinde : I showed some msp430 stuff :) Feb 25 18:40:11 oh Feb 25 18:40:17 hm remindes me Feb 25 18:40:23 to check in the patches some day Feb 25 18:40:46 Woglinde: which msp430 are you using ? Feb 25 18:41:30 mom Feb 25 18:41:38 we have a board at the university Feb 25 18:43:10 Wogline: I got some self made stuff and some olimex stuff Feb 25 18:44:02 * summatusmentis & Feb 25 18:45:38 gwerwinin -> http://www.inf.fu-berlin.de/inst/ag-tech/scatterweb_net/hardware/esb/controller.htm Feb 25 18:50:18 Wogline: I got a whole bunch of those Feb 25 18:50:33 gerwinin *g* Feb 25 18:53:45 Woglinde: I got some issues with ttl communication although Feb 25 18:54:06 gerwinin hm which one? Feb 25 18:54:58 Woglinde: It seems that something is interferring on my bus Feb 25 18:58:18 Woglinde: my design contain a wifi module Feb 25 18:58:55 hm we only have dect Feb 25 19:19:03 has anyone seen any tutorial on using qemu for benchmarking and optimization ? Feb 25 19:19:50 its seems that gcc optimizations in certain cases have the reverse effect Feb 25 19:26:42 how qemu would help? Feb 25 19:30:37 someone told me that there is a way to get an actual "trace" of what is been executed Feb 25 19:31:12 can't find any reference to such a thing though Feb 25 19:55:38 woglinde: cool - i am looking forward to it :). Feb 25 20:42:56 hi **** ENDING LOGGING AT Mon Feb 26 02:59:59 2007