**** BEGIN LOGGING AT Fri Aug 24 03:00:04 2012 Aug 24 07:44:54 how can you specify md5 or sha1 when SRCI_URI has many files Aug 24 07:45:05 SRC_URI Aug 24 07:45:37 add name param to each one Aug 24 07:47:24 how ? Aug 24 07:47:34 do you have a sample ? Aug 24 07:47:58 yes use git grep name= for examples Aug 24 07:48:03 thanks Aug 24 07:50:48 it is possible to setup the oe environment for a manual build? i just want to cd to a directory and make. trying to understand why a build fails and doing "bitbake target" then reading the logs is a bit slow. Aug 24 07:51:46 yes it is Aug 24 07:51:55 i'd like a bitbake --shell :p Aug 24 07:53:29 i was wondering if it could be possible to bind a shell from inside a .bb file Aug 24 07:54:14 afournier: "yes it is" means "use bitbake --shell"? Aug 24 07:54:24 it means yes it is a bit slow Aug 24 07:54:41 sorry Aug 24 07:54:48 i have the same problem sometimes Aug 24 07:55:25 i dont think bitbake --shell exists, it was an idea Aug 24 07:55:49 Hi all Aug 24 07:55:54 hi Aug 24 07:56:25 u mean devshell? Aug 24 07:56:53 i dont have any idea what devshell is, but it sounds cool :) Aug 24 07:57:12 bitbake -c devshell helloworld Aug 24 07:57:27 hooray ! Aug 24 07:57:58 the learning curve is proportionnal to the pleasure curve Aug 24 07:58:07 I use it when I want change something in the ./configure option or so on Aug 24 07:58:23 u right Aug 24 08:09:21 btw each time i rebuild a recipie that failed, it parses the whole recipies again, is it normal ? Aug 24 08:09:33 i don't touch the dependencies Aug 24 08:09:52 no, that is not normal Aug 24 08:10:30 Parsing of 835 .bb files complete (0 cached, 835 parsed). 1110 targets, 26 skipped, 0 masked, 0 errors. Aug 24 08:10:34 0 cached :( Aug 24 08:11:11 is something somehow modifying your local.conf or other global configuration? Aug 24 08:11:30 you mean "touching" it Aug 24 08:12:07 it stoped, now it uses the cache Aug 24 08:12:15 * afournier is scratching his heads Aug 24 08:12:26 maybe NFs related Aug 24 08:12:30 NFS* Aug 24 08:14:36 afournier yes dont use nfs for such stuff Aug 24 08:14:47 no choice for the moment Aug 24 08:14:52 o.O? Aug 24 08:15:16 the workstation i am working on does have more than 2G free :/ Aug 24 08:15:22 does not* Aug 24 08:15:26 use external disk Aug 24 08:15:45 s/workstation/mainframe/ Aug 24 08:15:53 the usb is not deported Aug 24 08:18:35 btw you were right, the build script was copying the local.conf over and over again, i added a test to check its presence, no it uses the cache every time Aug 24 08:42:37 Hi! I have deleted by mistake some tools in my linux-build-env (mkimage for example), is there a way to say bitbake to check (or refetch) everything? bitbake -f fetchall didn't help :/ Aug 24 08:43:14 now I get "do_uboot_mkimage failed" command not found Aug 24 08:45:45 questorInter2: where did you delete files exactly? Aug 24 08:46:04 I'm not quite sure :/ Aug 24 08:46:30 I think "only" in the tmp-dir Aug 24 08:47:15 ah, I was after where in tmp Aug 24 08:47:48 hm, don't remember which paths, perhaps more than one :/ Aug 24 08:48:00 if you're using OE-Core and have sstate-cache still preserved you can wipe out / rename TMPDIR and then it will extract/build from there Aug 24 08:48:28 okay, that means a complete recompile of everything? Aug 24 08:48:39 from sstate-cache, no Aug 24 08:48:50 ah, ok, I'll try that, thanks! Aug 24 08:48:53 it will repopulate the output if the inputs have not changed Aug 24 08:49:11 if the inputs have changed then it will rebuild, but on a per-task basis Aug 24 08:49:29 this only applies to OE-Core, not OE-Classic Aug 24 08:49:48 I'm not sure what I use (arago) Aug 24 08:50:19 do you have a single recipes/ directory? or multiple recipes-* ? Aug 24 08:51:28 one folder n arago-oe-dev and one in arago Aug 24 08:51:57 ok that is OE-Classic based, unfortunately the above does not apply Aug 24 08:52:30 I think unless you know what you deleted it may be best to start from scratch Aug 24 08:53:07 okay, I've already feared I've to do a clean build Aug 24 08:53:12 thanks! Aug 24 08:54:02 np Aug 24 08:55:27 bbiab Aug 24 10:48:11 Hello everyone, this is the first time I am using IRC and joined #oe .... Can I ask some questions related to errors while compiling openjdk using default and external toolchains ? Aug 24 10:48:26 Or I have to go to some other channel ? Aug 24 10:49:51 flateef: hi Aug 24 10:50:07 flateef: if you're doing that within OE, then sure you're welcome to ask about it here Aug 24 10:50:19 yes doing this in OE Aug 24 10:50:59 I can't promise to be able to help myself though, I can't say I've ever built openjdk Aug 24 10:52:01 no problem, any help will be good ... If I follow this guide http://icedtea.classpath.org/wiki/CrossCompileOECoreTutorial then classpath fails to compile due to some predefs.h problem Aug 24 10:53:44 and when I try to use external toolchain (codesourcery lite for arm) then getting this error before even reaching classpath .... Aug 24 10:54:54 DEBUG: Executing shell function do_install | cp: target `/home/flateef/src/eh400-evo-api/httpd/openembedded-core/build/tmp-eglibc/work/armv5te-oe-linux-gnueabi/external-sourcery-toolchain-2011.09-70-r7/image/lib' is not a directory | ERROR: Function failed: do_install Aug 24 11:13:14 -c clean in oe-core is rebuilding stuff ??? Aug 24 11:21:05 rob_w: ? when you actually specify it or in subsequent builds? Aug 24 11:23:09 found -c cleanall .. . when using -b directly i meant Aug 24 11:27:09 bluelightning: any suggestions for my problem which I posted above ? Aug 24 11:29:53 from gcc-cross-canadian: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Aug 24 11:30:01 anyone else seen ^ ? Aug 24 11:39:43 this is meta-openembedded @ denzil, btw Aug 24 11:42:41 any experts on meta-java available for a question? Aug 24 11:59:57 is it possible to make my machine compatible with the qemux86 machine, so i don't have to modify qemu classes and scenarii ? Aug 24 12:10:50 anyone who succesfully built the cacao vm for openjdk-7? Aug 24 12:11:08 it builds here, but doesn't seem to setup the install properly, so there are no packages generated for it Aug 24 12:11:41 flateef: not sure I'm afraid Aug 24 12:33:05 bluelightning: ok thanks Aug 24 13:13:04 I m tryng to build my own recipe(s), but I still have some trouble with unpacking Aug 24 13:13:19 there is other clean method other -c clean? Aug 24 13:14:23 silvio_: what's the trouble? Aug 24 13:14:49 bluelightning: ERROR: Error executing a python function in /home/oe/stuff/btw/recipes/qdbusnetworkmanager/qdbusnetworkmanager_0.0.2.bb: Aug 24 13:14:49 IOError: [Errno 2] No such file or directory: '/home/oe/sources/venture1.projectlocker.com/QDbusNetworkManager.git' Aug 24 13:15:43 bluelightning: probably unpack in the wrong dir, but I dont understand I change the recipe, and it still give same error Aug 24 13:16:01 silvio_: can you pastebin the recipe? Aug 24 13:16:13 or at least the SRC_URI and S parts Aug 24 13:18:41 bluelightning: http://paste.ubuntu.com/1164419/ Aug 24 13:23:26 silvio_: I think you need S = "${WORKDIR}/git" Aug 24 13:25:15 bluelightning: I try S = "${WORKDIR}/git" and S = "${WORKDIR}/git/" but give me same error: Aug 24 13:25:34 bluelightning: I did : bitbake -c clean qdbusnetworkmanager; bitbake qdbusnetworkmanager Aug 24 13:25:49 silvio_: ah and you have SRC_URI protocols the wrong way around Aug 24 13:26:04 should be git:// ... ;protocol=ssh Aug 24 13:26:09 bluelightning: could u help me, thanks Aug 24 13:27:39 bluelightning: thanks, but now i still reach this error: Aug 24 13:27:43 bluelightnin: Aug 24 13:28:24 bluelightnin: From ssh://venture1.projectlocker.com/QDbusNetworkManager Aug 24 13:28:25 * branch master -> FETCH_HEAD Aug 24 13:28:25 WARNING: /home/oe/stuff/bitbake/lib/bb/fetch/git.py:191: DeprecationWarning: Call to deprecated function bb.mkdirhier: Please use bb.utils.mkdirhier instead. Aug 24 13:28:25 bb.mkdirhier(codir) Aug 24 13:28:25 fatal: Not a valid object name 1 Aug 24 13:28:28 NOTE: package qdbusnetworkmanager-0.0.2-r0: task Fetch failed: Unable to fetch URL git://git-Biotechware@venture1.projectlocker.com/QDbusNetworkManager.git;branch=master;protocol=ssh from any source.: Failed Aug 24 13:28:31 ERROR: Function 'Fetch failed: Unable to fetch URL git://git-Biotechware@venture1.projectlocker.com/QDbusNetworkManager.git;branch=master;protocol=ssh from any source.' failed Aug 24 13:29:02 sorry 4 spam... Aug 24 13:29:50 mm.. can I ask if UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS are required? I commented them out and the build went fine. Aug 24 13:31:52 Does anyone know why TMPDIR becomes tmp-$TCLIBC-$TCLIBC? It's duplicating and I do not know why. Aug 24 13:34:45 fog: those affect how u-boot is loaded on the target, so there wouldn't be a failure at build time Aug 24 13:36:10 silvio_: SRCREV is not set, you need to set that to a valid hash or "${AUTOREV}" Aug 24 13:38:41 bluelightning: I guessed that but given that I transfer uboot over serial line manually do I need them? or are they some kind of automation oe-related? Aug 24 13:39:05 I mean: when I build uboot by hand I don't specify anything: I just configure for my board. Aug 24 13:40:10 fog: I'm not sure but it looks like those values are used in construction of the uImage (in kernel.bbclass) Aug 24 13:41:32 mm. then they are the kernel load address, as given in mkimage. ok, I understand. thanks. Aug 24 13:54:22 could u explain me or give some linke about "pseudo" Aug 24 13:54:30 could u explain me or give some links about "pseudo" Aug 24 13:55:03 could u explain me or give some links about "pseudo" -> afournier Aug 24 13:55:29 http://www.yoctoproject.org/projects/pseudo Aug 24 13:55:59 silvio_: also https://github.com/wrpseudo/pseudo/wiki/WhyNotFakeroot Aug 24 13:56:30 thanks Aug 24 14:08:59 yesterday someone is playng with QT ... so if I want add QDBusConnection to it, I have to add it in the configure or in the recipes of QT? Aug 24 14:24:48 silvio_: er, QDBusConnection comes out of the box with Qt... so as long as the recipe for your application DEPENDS on qt4-x11-free or qt-embedded, it should have everything it needs Aug 24 14:27:14 see ya Aug 24 15:15:13 bluelightning, thanks Aug 24 15:16:33 using "do_configure_append() " it is possible force a project.pro file? I try varius methodbut no success: Aug 24 15:16:53 do_configure_append() { Aug 24 15:16:53 qmake2 -makefile example.pro Aug 24 15:16:53 } Aug 24 15:17:23 qmake2 -project example.pro Aug 24 15:17:31 qmake -project example.pro Aug 24 15:17:40 which is the right syntaxx? Aug 24 15:17:47 i'd suggest reading up on qmake, ifyou don't know how to use it. Aug 24 15:18:44 I did but i 'm not undestand what i miss Aug 24 15:22:41 i have more than 1 file.pro and I not able to forcre one of them Aug 24 15:23:14 you do realize that _append means it runs after what already gets run by default, right, rather than overriding it? Aug 24 15:23:24 * kergoth wanders off to get food Aug 24 15:23:30 hehe Aug 24 15:23:47 silvio either you did wrong you you dont know about qmake and includes Aug 24 15:25:14 u right Aug 24 15:25:35 args one you shoulde be and Aug 24 15:25:44 thanks i m distracted Aug 24 15:44:14 woglinde: hello Aug 24 15:44:30 hi ant Aug 24 15:44:46 there was ask for help wrt openjdk / errors Aug 24 15:45:39 ..but the guy has disappeared..beer time? Aug 24 16:30:12 bb all Aug 24 19:29:07 hi, I'm trying to get a qemu86 build of the angstrom console-image to run in kvm but it doesn't seem to provide a working system. can anyone help with this? Aug 24 19:29:20 qemux86, excuse me Aug 24 20:35:18 hello Aug 24 20:38:48 someone have a beagleboard? Aug 24 21:03:11 mbroadst_: whats the issue it sees ? Aug 24 21:03:21 mbroadst_: are you able to boot it in qemu first Aug 24 23:19:44 khem: I see your series, flagged it locally and I'll deal with it monday **** ENDING LOGGING AT Sat Aug 25 03:00:04 2012