**** BEGIN LOGGING AT Tue Oct 18 02:59:57 2011 Oct 18 03:02:10 kergoth, just one more try. :) there is a bitbake.conf file in oe/conf and BBPATH is pointing to oe Oct 18 03:02:27 kergoth, does this information helps a bit? Oct 18 06:57:06 good morning Oct 18 07:41:33 khem: building samba with newer gcc now Oct 18 08:51:30 mornin Oct 18 09:55:36 good morning Oct 18 09:56:00 hi ericben, all Oct 18 09:56:11 concerning meta-openembedded : should we prefer github or openembeded.org repo ? (angstrom setup script is suing github) ? Oct 18 09:56:42 is github a realtime mirror of OE ? Oct 18 09:58:16 yes it is Oct 18 09:58:21 JaMa: ok thanks Oct 18 09:58:23 so for RO, use github Oct 18 09:58:30 to push add push url to git config Oct 18 10:00:49 ok that's only for RO for our internal mirror, thanks Oct 18 10:03:59 I am building bison-native and the things that are are added in DEPENDS are not being included Oct 18 10:04:18 those are included when I build biosn for target Oct 18 10:04:28 why is that happening Oct 18 10:04:34 am I missing something Oct 18 11:03:10 hmm, what are the steps required to use CodeSourcery Lite as a toolchain? I have uncommented the correct variables and set my toolchain path in the build/conf/local.conf but I am getting "configure: error: C compiler cannot create executables" from libtool while building "helloworld" Oct 18 11:03:24 it seems it cannot find the toolchain's crtl files and so on Oct 18 11:03:36 is there anything I should do more? Oct 18 11:03:41 I am compiling a package using qt4 ,but when i execute the commands i get this error .........rahul@rahul-desktop:~/FRIENDLY_ARM/CROSS_COMPILE/QT/PACK/xml$ /home/rahul/OEBASE/build/tmp/sysroots/i686-linux/usr/bin/qmake2 Oct 18 11:03:41 sh: -list: command not found Oct 18 11:03:41 sh: -d: command not found Oct 18 11:05:59 my log is http://pastebin.com/HbnnzmkB Oct 18 11:07:24 erwt: what's the content of "qmake2", it might not be a binary Oct 18 11:08:23 RushPL, rahul@rahul-desktop:~/FRIENDLY_ARM/CROSS_COMPILE/QT/PACK/xml$ file /home/rahul/OEBASE/build/tmp/sysroots/i686-linux/usr/bin/qmake2 Oct 18 11:08:23 /home/rahul/OEBASE/build/tmp/sysroots/i686-linux/usr/bin/qmake2: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped Oct 18 11:35:36 what could i miss if mounting root fails but all drivers are buildt in ? device is hx4700, drivers are asic3_mmc,ext2,blockdev,msdos-partition. last message before VFS is the asic, somehow neither a node (2,0?) nor a partition (mmcblk0p1) mentioned. Oct 18 11:36:41 RushPL, i solved it ,but i get a new error ...during make Makefile:301: warning: ignoring old commands for target `qrc_images.o' Oct 18 11:36:41 dialog.ui -o ui_dialog.h Oct 18 11:36:41 make: dialog.ui: Command not found Oct 18 11:36:41 make: *** [ui_dialog.h] Error 127 Oct 18 11:48:21 erwt: isn't it your application? what is dialog.ui? Oct 18 11:48:33 qt4 does not have dialog.ui Oct 18 11:54:53 RushPL, i have no idea i am just comiling ,but any ways i will point out that thing to the developers..thanks a lot Oct 18 11:55:38 you tell me. You are probably further in the build than me. Oct 18 11:56:23 I am actually pretty disappointed since I tried everything I could find on OpenEmbedded and using external toolchain with it but still I am unable to build. Oct 18 11:56:39 so now I am trying buildroot :) Oct 18 11:56:48 whoah, it already generated my root image ... Oct 18 12:01:53 RushPL: which OE you are using Oct 18 12:02:00 classic or oe-core Oct 18 12:02:37 Noor: classic Oct 18 12:02:45 (I have not found references on how to use oe-core) Oct 18 12:03:11 if there are any docs please point me, I was unable to find any "Getting started" guide on that Oct 18 12:06:02 RushPL: you need to set TOOLCHAIN_TYPE, TOOLCHAIN_BRAND = csl, TARGET_PREFIX and TOOLCHAIN_SYSPATH Oct 18 12:06:12 in ur local.conf Oct 18 12:06:21 I did that of course. Oct 18 12:06:39 some mailing lists post a need to copy stuff from the external toolchain, is that true? Oct 18 12:07:04 libtool recipe sets path to a "sysroot" which doesn't have my C libs (of course) Oct 18 12:07:22 RushPL: well I think it works fine Oct 18 12:07:45 but if you need to pull some stuff you can add it in ur do_install function Oct 18 12:08:19 Noor: what about oe-core? Oct 18 12:08:50 there are different varaibles involved in it Oct 18 12:08:58 to use external toolchain Oct 18 12:09:19 here is my toolchain setting http://wklej.org/id/609676/ for classic openembedded Oct 18 12:09:36 (I am using a latest stable release branch from git) Oct 18 12:11:23 Noor: and here is how it fails http://wklej.org/hash/586f2627db1/ Oct 18 12:11:48 should it set "--sysroot=/home/rush/Programowanie/swiftlite/OE/tmp/sysroots/armv7a-none-linux-gnueabi" ? Oct 18 12:16:31 RushPL: firt check whether these files are available in ur work dir Oct 18 12:17:17 where external-toolchain is build in build dir Oct 18 12:18:20 you mean in the tmp dir? Oct 18 12:18:42 RushPL: Oct 18 12:18:46 RushPL: yes Oct 18 12:19:12 these files needs to be there in ur tmp work folder Oct 18 12:19:20 "OE/tmp/work/armv7a-none-linux-gnueabi" is almost empty Oct 18 12:19:23 then it will goto tmp/sysroot dir Oct 18 12:19:33 "OE/tmp/work/armv7a-none-linux-gnueabi/external-toolchain-csl-1.0-r7 " Oct 18 12:19:38 a Oct 18 12:20:26 Noor: http://wklej.org/hash/7852002b530/ Oct 18 12:20:31 looks like there are some files Oct 18 12:22:02 hay RushPL I think u need to consult codeSourcery documentation and see whcih libc library folder is being used with the compiler option that you are using Oct 18 12:22:39 the u need to copy the files from that libc folder Oct 18 12:22:41 hmm, this is weird cause I am not using anything out-of-the-ordinary Oct 18 12:22:47 cp -a ${TOOLCHAIN_PATH}/${TARGET_SYS}/libc/lib/* ${D}${base_libdir} Oct 18 12:23:10 see right not it is coping from libc/lib Oct 18 12:23:31 yeah but external toolcahin is copying the files from toolchain Oct 18 12:23:39 u need to copy exact files Oct 18 12:25:01 RushPL: u need to copy files if there are not being copied Oct 18 12:25:20 yes, it seems that way, thanks Oct 18 13:24:52 anyone ? Oct 18 13:26:50 Hi all, I'm trying to set up a local overlay so as to compile a modified kernel, does anyone know of a good tutorial for setting up such an overlay? Oct 18 13:26:51 lautriv: iirc kexecboot is still creating device nodes by itself Oct 18 13:27:17 hello Oct 18 13:27:36 can anyone help me how to change screen resolution of oe image Oct 18 13:27:40 lautriv: so you have to check if it detects your hardware fine and creates all needed nodes in its dev Oct 18 13:29:14 lautriv: I've had a successful build for hx4700 recently Oct 18 13:29:23 lautriv: you have specified root= on the command line? Oct 18 13:30:13 JaMa|Off, i know already it's detected because the kexecboot (flashed internal) shows my SD card, executes it and after that i see the asic3_mmc load but nothing more. (also static dev nodes 179.0-3 are present ) Oct 18 13:30:52 bluelightning, mine ran since 2006 but it failed on opkg upgrade, now i try to repair via SD-boot. Oct 18 13:31:51 bluelightning, is your kernel build for SD ? Oct 18 13:32:43 lautriv: yes I was booting off an SD card Oct 18 13:33:11 bluelightning, what version ? Oct 18 13:33:23 lautriv: version of? Oct 18 13:33:48 bluelightning, the kernel to boot from SD Oct 18 13:33:54 3.0.4 I think Oct 18 13:34:48 bluelightning, could you paste the .config ( to make a diff) ? Oct 18 13:35:12 lautriv: let me check if I have it on this machine, one sec Oct 18 13:37:29 lautriv: I think it was this one: http://cgit.openembedded.org/meta-handheld/tree/recipes-kernel/linux/linux-3.0.1/hx4700/defconfig Oct 18 13:40:01 hi all Oct 18 13:40:10 hi pb_ Oct 18 13:47:23 hey .... can anyone help me how do i generate xorg.conf ..... since I have created x11-image using OE.... I have to change screen resolution.... Oct 18 15:07:34 can anyone tell me how can i print the env variable OE_QMAKE_UIC value .....,i am compiling a package using qt-x11 oe Oct 18 15:15:49 bitbake -e Oct 18 16:06:31 * cbrake can't find squashfs-tools in meta-oe or oe-core Oct 18 16:06:43 any suggestions where it should go, or am I missing something Oct 18 16:49:27 is anyone here using an MPC8241 based hardware? I am trying to run a 3.x kernel but somehow I'm not getting anywhere Oct 18 17:50:19 Jin^eLD, i don't have such a board ( anyway, nice choice) but do you know if this board needed special patches in former versions ? Oct 18 17:53:18 lautriv: well, what I have is actually a storcenter NAS, it needed tons of patches back in the 2.6.15 days, it seems that support for it got into mainline since 2.6.25; there is an oe recipe, linux-storcenter that uses 2.6.27.7 Oct 18 17:53:34 it has only one smaller patch, some fiddling with the makefiles but nothing really serious Oct 18 17:54:00 I tried 3.0.4 straight away but that hangs on "Loading...." after it uncompresses... Oct 18 17:54:27 I am about to try that linux-storcenter kernel from OE now, but the recipe is a little bit broken so I am hacking around there Oct 18 17:55:16 lautriv: was curious if someone else in #oe uses a similar board Oct 18 17:59:13 * cbrake is somewhat puzzled why CFLAGS is not being appended to in a Makefile -- only value from env is being used ... Oct 18 18:06:38 Jin^eLD, could be a problem with the size of the kernel (happens on several platforms) you could try to build a smaller kernel to test the behaviour ( remove anything not needed to boot ) . what compression-method did you select ? Oct 18 18:08:33 lautriv: I picked gz, and I tuned the kernel down so that it is even a little smaller than the 2.6.15 that does run Oct 18 18:10:24 Jin^eLD, gz is a good bet ( proof since stoneage), if the size itselv does not matter you could tune it to maximum verbosity (timestamps,loglevel,early printk,debug) to get more details. Oct 18 18:10:49 tried that as well but did not get anywhere... just "Loading...." and silence then Oct 18 18:11:28 Jin^eLD, initram build in ? Oct 18 18:11:32 nope Oct 18 18:11:43 is that good or bad? :) Oct 18 18:12:07 neither, just a hint for my next idea :) Oct 18 18:12:10 hehe Oct 18 18:12:38 neither, that Loading ... is on a framebuffer or via ttyS ? Oct 18 18:13:36 serial console Oct 18 18:13:41 it has nothing else Oct 18 18:13:44 network + serial Oct 18 18:13:53 no other means of interaction Oct 18 18:14:35 do you have some space left on the crossbuild host ? Oct 18 18:15:05 around 17GB, why? Oct 18 18:15:09 network wired ? Oct 18 18:15:18 it has wifi too, but I disabled it Oct 18 18:15:32 so far my friends are uboot + serial console Oct 18 18:15:41 but there is any wired net available ? Oct 18 18:15:42 and well, network too I guess because I am fetching the uImage via tftp Oct 18 18:15:53 yes, there is Oct 18 18:17:37 you could change rhe kernel to nfs-root and tail -f /var/log/syslog for some hints. (this way you are able to change on the fly and can also log via network, which is known since dhcp success) Oct 18 18:18:20 well, the rootfs is not involved at all at the moment Oct 18 18:18:39 I'm getting stuck right after the kernel gets unpacked Oct 18 18:18:52 or am I missing the point here? Oct 18 18:19:39 Jin^eLD, because you don't see the interaction ? it could be your machine comes up and the serial is hanging (changed parameters etc ) Oct 18 18:20:04 lautriv: ah, that's what you mean... hmm Oct 18 18:20:20 that's an interesting point of course Oct 18 18:21:47 Jin^eLD, actually i have a similar problem on a PDA, very bad if you can see but nothing do :( Oct 18 18:21:50 * cbrake discovers make -e -- Give variables taken from the environment precedence over variables from makefiles. Oct 18 18:22:01 so makefiles that modify CFLAGS are out of luck in OE Oct 18 18:22:07 lautriv: I was hoping for the magic sysrq and was sending breaks over serial, but that id not do anything Oct 18 18:22:32 cbrake: that's not some cmake crap by chance? :) that ignores everything Oct 18 18:22:46 Jin^eLD: no, standard make Oct 18 18:22:53 Jin^eLD: OE calls make with -e Oct 18 18:23:27 not sure what the best practice is to avoid that. I could patch the makefile to use a different variable Oct 18 18:23:58 Jin^eLD, what happens if your minicom sends a break @ 115200,8N1 and your machine is listen @ 19200,7O2 ? it's simply no break. Oct 18 18:25:30 lautriv: true as well, however the machine's setting is 115200,8N1... or should be :P Oct 18 18:25:52 I could try all speeds, i.e. send breaks in each speed Oct 18 18:25:58 but somehow I doubt that will do anything Oct 18 18:26:36 Jin^eLD, it's just a guess but searching errors involves all possibilities. Oct 18 18:27:16 I'll try that, sure is sure, there you are right of course Oct 18 18:27:42 can anyone tell me where i can pull the clean sources of 2.6.21-hh20 ? Oct 18 18:28:38 * Jin^eLD is not familiar with -hh20 Oct 18 18:31:08 Jin^eLD, including some (outdated) patches for an ipaq hx4700 Oct 18 18:35:10 fuck, i HATE this shitty gnome3 more than i ever hated KDE for it'S bloat . Oct 18 18:35:30 lol :) that's the reason I chickened out and did not update to the newer fedora yet ;> Oct 18 18:35:48 and I guess I'll have to look at gnome alternatives Oct 18 18:36:07 i would not have it but debians dependency hell ........... Oct 18 18:36:14 I've been following the guide on the oe website and have been trying to build a basic image for the new oe but have errors where I cannot fetch some packages that were hosted on kernel.org Oct 18 18:36:26 especially guilt - I cannot find a mirror for this. How can I fix this? Oct 18 18:36:31 martinmeba: kernel.org was hacked and some mirrors are still down Oct 18 18:36:35 i know that Oct 18 18:36:41 but is there a mirror I can use for guilt Oct 18 18:36:46 there is very little I can find about it Oct 18 18:37:24 are you referring to quilt? Oct 18 18:37:36 it is a git quilt Oct 18 18:37:38 guilt Oct 18 18:37:43 ah Oct 18 18:37:46 as the name suggests less guilt more happiness Oct 18 18:37:58 martinmeba, like we all, you could change the mirror, many are @ github and most can be found with google. ( also possible to d/l manual as far as you place it in sources and put a somepackage.done there ) Oct 18 18:38:22 I have tried my google-fu and have come up empty. I will look on github specifically Oct 18 18:38:25 I am sure autobuilder.yoctoproject.org will have a copy Oct 18 18:39:08 ok - found it on github. Thanks Oct 18 18:40:04 i would be happy if the downloads were the biggest adventure in oe :D Oct 18 19:15:16 how can i figure out what dark magic is needed to make oe use the locale from my external toolchain? Oct 18 20:02:12 gchiii: hmmm ASSUME_PROVIDED is where I would start Oct 18 20:02:37 and then shoe in the needed pieces from external toolchain through a recipe which package those Oct 18 20:04:23 I'm having trouble following the dynamic packaging that generates "locale-base-en-us" Oct 18 20:05:04 bitbake tells me " multiple providers are available for runtime locale-base-en-us (eglibc, glibc)" Oct 18 20:05:47 but setting a PREFERRED_PROVIDER_locale-base-en-us has no effect Oct 18 20:08:54 khem: the external toolchain is generated using the meta-toolchain recipe (in 2011.03-maintenance branch). it appears to populate things correctly Oct 18 20:30:02 gchiii: PREFERRED_PROVIDER_ only works if foo is a provider, not a runtime provider. if PREFERRED_PROVIDER_ = "glibc", then it'll implicitly know to prefer glibc for the runtime as well. Oct 18 20:30:17 weakness in bitbake's preference configuration, confusing Oct 18 20:32:00 so I should set a PREFERRED_PROVIDER_ = "glibc" in my local.conf when using an external toolchain, and things might be happier? Oct 18 20:32:44 any suggestions on what PREFERRED_PROVIDER is should set? Oct 18 20:45:47 including the appropriate external toolchain .inc/.conf file should already be setting the preferences you need Oct 18 20:49:33 hmm...I'm using TOOLCHAIN_VENDOR = "-cuckoo" Oct 18 20:49:33 TOOLCHAIN_TYPE = "external" Oct 18 20:49:33 TOOLCHAIN_BRAND = "angstrom" Oct 18 20:49:33 TOOLCHAIN_PATH = "/opt/cuckoo/arm" Oct 18 20:49:33 TOOLCHAIN_SYSPATH = "${TOOLCHAIN_PATH}/arm-cuckoo-linux-gnueabi" Oct 18 20:49:33 PATH_append = ":${TOOLCHAIN_PATH}/bin" Oct 18 20:49:45 in my local.conf Oct 18 21:04:33 is it more likely to be a problem in the meta-toolchain recipe area, or in the external-toolchain-angstrom area? Oct 18 21:05:12 gchiii: simply find the name of PACKAGE that you want to override Oct 18 21:06:49 and then do PREFERRED_PROVIDED_package = "xxx" Oct 18 21:17:22 khem: PREFERRED_PROVIDER_package does nothing. it has to be a provider, not a runtime provider. e.g. PREFERRED_PROVIDER_glibc = "glibc" would resolve it in favor of glibc indirectly.. Oct 18 21:29:10 setting PREFERRED_PROVIDER_glibc = "glibc" gives me an error about 'Conflicting PREFERRED_PROVIDER entries were found which resulted in an attempt to select multiple providers (['/home/gchiii/p Oct 18 21:29:10 hase2_scratch/oe-test-external-toolchain/openembedded/recipes/glibc/glibc_2.9.bb', '/home/gchiii/phase2_scratch/oe-test-external-too Oct 18 21:29:10 lchain/openembedded/recipes/meta/external-toolchain-angstrom.bb']) for runtime dependecy glibc-localedata-i18n Oct 18 21:29:10 ' but when I use 'PREFERRED_PROVIDER_glibc = "external-toolchain-angstrom"' i get 'NOTE: multiple providers are available for runtime locale-base-en-us (eglibc, glibc) Oct 18 21:29:12 NOTE: consider defining a PREFERRED_PROVIDER entry to match locale-base-en-us Oct 18 21:29:14 ' Oct 18 21:30:54 is it possible that the external-toolchain-angstrom.bb is not identifying itself as a provider for something? Oct 18 21:41:31 kergoth_: indirectly thats what I meant Oct 18 21:41:58 good nite Oct 18 23:46:54 ERROR: Function 'File: '/srv/oe_core_sources/qt-everywhere-opensource-src-4.7.3.tar.gz' has md5 checksum 49b96eefb1224cc529af6fe5608654fe when 9a639aec44a1e4c70040117183d247a3 was expected (from URL: 'http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.3.tar.gz')' failed Oct 18 23:57:20 should PREMIRRORS be defined in build/conf/local.conf? Oct 19 01:10:22 randori: yes thats one place you can define them Oct 19 01:31:52 huh, nomachine is nice. never used it before today Oct 19 01:36:47 kergoth: its handy Oct 19 01:36:49 and fast Oct 19 02:03:14 yeah, I'm impressed at how responsive it is, even over this lame vpn connection Oct 19 02:15:20 NX has gotten me through some rough times here at school Oct 19 02:23:29 * kergoth_ watches http://vimeo.com/30461447 Oct 19 02:24:25 kergoth_: Do you know if OE has been made to make anything for x86_64? Oct 19 02:26:03 mewyn: multilib bits are in oe-core nowadays. not sure what the status is for x86_64 handling offhand though. there is an x32 yocto layer which supports emission of a x32 rootfs that runs on x64 (not sure if that rootfs includes the libs to run 64 bit binaries too or not) Oct 19 02:28:14 I'm not looking for multilib, per se. I think I may have a conf error somewhere along the line or a missing patch, basically I can't get x86_64 to bootstrap in a similar setup that I can get working with i686 Oct 19 02:28:46 kernel won't run my init, basically Oct 19 02:29:11 (although the programs do run on an x86_64 native machine) Oct 19 02:29:13 hmm, don't know offhand, sorry :\ Oct 19 02:29:17 haven't tried targeting that yet Oct 19 02:29:34 It's ok Oct 19 02:29:52 I'll probably just deal with i686 for the time being. **** ENDING LOGGING AT Wed Oct 19 02:59:57 2011