**** BEGIN LOGGING AT Wed Jul 27 02:59:57 2011 Jul 27 09:00:17 hi guys, i'm trying to bake a glib-2.0-2.28.5 package Jul 27 09:01:05 it complained because i just had autotools 2.61 before, now i updated to verison 2.65 but it throws an autoreconf error now Jul 27 09:01:20 ...build/tmp/staging/x86_64-linux/usr/bin/autoreconf: unrecognized option `--exclude=autopoint' Jul 27 09:01:42 can anybody give me a hint please? Jul 27 09:07:17 fraxinath, I think it's not using the OE version of autotools Jul 27 09:07:33 autoreconf --exclude= is an OE patch Jul 27 09:09:01 hmm but it applied all the patches Jul 27 09:09:08 i just copied the old recipe and renamed it Jul 27 09:10:42 baaaaaaah Jul 27 09:10:56 hi all Jul 27 09:11:02 i copied the recipe from openembedded cgit Jul 27 09:11:10 it does list all the patches under files there Jul 27 09:11:19 but doesn't have the patch=1 so they're not being applied Jul 27 09:11:35 patch=1 is not required with modern oe/bitbake Jul 27 09:11:46 as long as the file has a .diff or .patch extension Jul 27 09:12:08 has been that way for some time Jul 27 09:12:31 hmm Jul 27 09:13:00 we're using too old of a bb version i guess ^^ Jul 27 09:23:58 I made a custom OpenEmbedded image and I see bitbake build packages that I don't think it should make. Is there a way to find out why bitbake builds certain things (dependency tracer?) Jul 27 09:25:07 dammit glib keeps wanting to bake autonconf-native_2.61 even though 2.65 is present Jul 27 09:25:16 it must be in a preferred version somewhere but i can't find it Jul 27 09:31:10 pb_: wow, syscall patch for klibc is now in discussion upstream Jul 27 09:32:32 pb_: at least the klibc part of the kexec-tools-klibc patchset is sane Jul 27 09:34:33 kobe: try bitbake -u depexp Jul 27 09:36:35 fraxinath: bitbake -e | grep ^PREFERRED_VERSION_autoconf-native Jul 27 09:36:52 well, that will tell you if it's set, not necessarily where Jul 27 09:37:49 bluelightning i already looked for it using my IDE but it's not defined anywhere Jul 27 09:38:39 fraxinath: no DEFAULT_PREFERENCE=-1 for the 2.65 version then Jul 27 09:38:43 ? Jul 27 09:38:48 bluelightning: thanks! Jul 27 09:39:25 DEFAULT_PREFERENCE = "-1" is set in the recipe Jul 27 09:53:46 thx for the hint bluelightning! Jul 27 10:01:26 no worries Jul 27 10:14:35 hi all Jul 27 10:15:47 hi pb_ Jul 27 11:23:17 hmm now i'm running into an "GLib-Genmarshal-WARNING **: unknown type: VARIANT" error in glib-2.0 2.28.5 Jul 27 11:23:43 that issue has been reported, i can find it in google, but not yet solved by the looks of it Jul 27 12:24:07 hi all Jul 27 12:24:56 hi lumag Jul 27 12:26:36 lumag: meta-smartphone git hook fixed, thanks for noticing Jul 27 12:29:04 JaMa: I'll rebase on master, isn't? Jul 27 12:29:18 ant_work: yes Jul 27 12:29:32 'm a bit ashamed of my contribute to WIP ;) Jul 27 12:29:37 JaMa, np :) Jul 27 12:30:25 ant_work: you can even push it to some gitorious/github and I'll merge it from there.. Jul 27 12:31:10 overkill for a temporary layer Jul 27 12:32:04 I'll send you a flood of malformed patches :D Jul 27 12:32:55 if you have gitorious account then it's only one-click overhead.. Jul 27 12:34:01 well, I prefer to fire a build before sending it out...it looks like pb_ spotted some issues wrt tune files Jul 27 12:35:20 that's argument against pushing it to gitorious first? Jul 27 12:36:18 no, about pushing in general Jul 27 12:37:09 hmm just build/test and then push Jul 27 12:37:26 easier to fix it later then sending whole patch series over e-mail again.. Jul 27 12:56:21 ant_work: SRC_URI = "http://projects.linuxtogo.org/frs/download.php/288/gnu-tar.gz" doesn't work.. gzip: gnu-tar.gz: not in gzip format Jul 27 12:56:52 ant_work: because it returns html.. Jul 27 12:57:02 strange, I had only checksum error when I changed it Jul 27 12:57:41 try to remove it from downloads dir and redownload it Jul 27 12:57:56 sure Jul 27 12:58:01 thx for spotting Jul 27 12:58:18 btw I found a 2004 version of that file Jul 27 12:59:07 http://pocketworkstation.org/files/gnu-tar.gz Jul 27 12:59:21 and zaurus-updater is broken too Jul 27 14:43:03 Morning all. Jul 27 14:43:50 I have a recipe intended for the target, as a side effect it can produce a native dev tool. Is it possible to handle that in the same recipe, or do I need a native recipe as well? Jul 27 15:54:34 celston: you can add BBCLASSEXTEND = "native" to the recipe Jul 27 15:54:51 and then bitbake -native should produce the native version Jul 27 15:55:19 Thanks khem. Found it. Jul 27 16:32:51 I wonder if somebody is using icecc here. The icecc.bbclass in oe-core is broken. Jul 27 16:33:58 It's probably broken, yeah Jul 27 16:34:13 Only know of one group using icecc in oe.dev and haven't seen them pop up for oe-core yet Jul 27 16:34:24 So there's at least some re-sync needed, assuming your setup is working in oe.dev Jul 27 16:35:40 I've fixed it in oe.dev back at June of 2010. Jul 27 16:35:52 Anyway I always wanted to rewrite it :[ Jul 27 16:36:21 yeah, the version in oe-core will be way older than that Jul 27 16:53:36 colleagues, when does the "${@...}" substitution happen? When recipes are parsed/cached, or right before execution of the corresponding task? Jul 27 16:54:47 it varies. for shell tasks, it's when the script is generated which happens just before evaluation. for variables assigned with :=, it's during parsing. for python tasks, it's whenever you call getVar() with the expand argument set to 1. Jul 27 16:57:38 I see. thanks! Jul 27 17:33:24 IS there a quick solutio to the bb_persist_data.sqlite3 message Jul 27 17:33:28 other than wiping tmp Jul 27 17:34:25 also, this might be a nevermind Jul 27 17:34:34 yes, ignore me Jul 27 17:34:41 I was running on the wrong machine Jul 27 19:44:20 03Holger Hans Peter Freyther  07master * rbf2115c3aa 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: Jul 27 19:44:20 usermanual: Remove the prebuilt toolchain documentation. Jul 27 19:44:20 The documentation is outdated and one should use external-toolchain Jul 27 19:44:20 but no one has written documentation for that... at least do not ask Jul 27 19:44:20 people to head to a wrong documentation. Jul 27 19:55:16 03Holger Hans Peter Freyther  07master * rbf2115c3aa 10openembedded.git/docs/usermanual/chapters/common_use_cases.xml: Jul 27 19:55:16 usermanual: Remove the prebuilt toolchain documentation. Jul 27 19:55:16 The documentation is outdated and one should use external-toolchain Jul 27 19:55:16 but no one has written documentation for that... at least do not ask Jul 27 19:55:16 people to head to a wrong documentation. Jul 27 20:23:35 hello folks Jul 27 20:24:14 is it difficult to add a new task to a recipe? Jul 27 20:24:40 no Jul 27 20:28:27 okay. i am not even sure if creating a new task is the best way to go Jul 27 20:29:23 grep recipes for "addtask" to see how and where are new tasks used Jul 27 21:04:30 pb_: today is lesson Jul 28 00:42:02 is it possible to use tmux instead of screen for TERMCMD? Jul 28 01:26:19 I am getting a build error with bitbake that I have reason to believe is not distribution-specific. Can I ask here without annoying anyone too much? Jul 28 02:28:30 When I run bitbake on omap3-console-image, I eventually get a failure to build libtool-native, "no rule to make target libltdl/config/ltmain.sh" **** ENDING LOGGING AT Thu Jul 28 02:59:57 2011