**** BEGIN LOGGING AT Sun Nov 01 02:59:56 2009 Nov 01 03:31:03 I can't seem to grab from the git repository Nov 01 03:31:12 I download and compiled git 1.6.5 (latest) Nov 01 03:31:52 error: Failed connect to repo.or.cz:80; Operation now in progress while accessing http://repo.or.cz/r/openembedded.git/info/refs Nov 01 03:33:43 Does anyone know what could be causing this? Nov 01 03:37:28 :( Nov 01 03:40:02 when using a SVN repository in a SRC_URI, is there a way to specify a tag you want? Is the only way to use a revision number? Nov 01 04:06:00 Analias: I guess you can specify that with module IIRC Nov 01 04:06:34 hm, don't know, checking the bitbake source Nov 01 04:07:01 yeah - I looked closer at the existing recipies - many do a ";module=${PV};rev=HEAD" and then point to the package under the tags directory - it works Nov 01 04:08:34 Analias: yep, you're right Nov 01 04:09:06 it's a bit non-intuitive, especially after using git URLs Nov 01 04:09:23 yeah, that's why I needed to check :-) Nov 01 04:10:01 the annoying part is that you have to redefine ${S} to be ${WORKDIR}/${PV} Nov 01 04:11:51 actually it should be the module name Nov 01 04:12:24 trunk would be ${WORKDIR}/trunk Nov 01 04:12:25 and so on Nov 01 04:13:19 which is the PV the way most SVN repos are set up - most tag directories will use the release version as the tag name or something like that Nov 01 04:13:47 yep Nov 01 04:14:34 grrr - also breaks my file: references that use to point to the old module name Nov 01 04:14:43 but it's quite annoying having to redefine S at all these git/svn/cvs recipes Nov 01 04:15:40 you would think that you could specify S to be something like ${PN}-{PV} and that's where the source would be placed regardless of the method to pull it Nov 01 04:16:29 yeah Nov 01 04:18:16 although - if this is all that I'm complaining about with OE then we are doing pretty well - OE is amazing compared to methods I have used in the past for handling distros and cross compiling Nov 01 04:20:39 yep, OE turns your life much easier :-) **** ENDING LOGGING AT Sun Nov 01 04:47:38 2009 **** BEGIN LOGGING AT Sun Nov 01 04:47:58 2009 Nov 01 04:58:45 ShadowPho: are you trying git://git.openembedded.net/openembedded ? Nov 01 04:59:08 hmm let me copy what i am typing exactly Nov 01 04:59:17 sudo git clone http://repo.or.cz/r/openembedded.git Nov 01 04:59:31 and sudo git clone git://git.openembedded.net/openembedded Nov 01 04:59:50 both fail Nov 01 05:00:51 hmm Nov 01 05:01:00 ShadowPho: I'm able to fetch from both uri Nov 01 05:01:21 could be a local problem with your git? Nov 01 05:01:30 rsalveti: can you please give me the exact command :)? Nov 01 05:01:39 I compiled a git 1.6.5 Nov 01 05:02:08 ShadowPho: and what is your error message? Nov 01 05:02:37 the repo error is : "error: Failed connect to repo.or.cz:80; Operation now in progress while accessing http://repo.or.cz/r/openembedded.git/info/refs" Nov 01 05:02:54 the git.oe.net/openembedded error is... let me get it Nov 01 05:02:55 ShadowPho: http://pastebin.com/m73acc033 Nov 01 05:03:34 rsalveti: let me throw my output as it finishes to you in a second Nov 01 05:04:27 as an emergency measure I was going to wget all files in repo.or.cz/r/openembedded.git and compile Nov 01 05:06:25 rsalveti: http://pastebin.com/d13f9f230 Nov 01 05:07:38 ls Nov 01 05:08:06 nothing, openembedded folder not created Nov 01 05:08:25 for the repo an opemembedded folder IS created weirdely Nov 01 05:09:37 ShadowPho: weird, are you able to test with another git version? Nov 01 05:09:43 one created by your distro? Nov 01 05:09:48 to see if it's not a build problem Nov 01 05:09:51 yes same results Nov 01 05:10:00 I am running in a VM if that helps Nov 01 05:10:22 probably should be just a connection problem Nov 01 05:10:40 are you able to access the repo.or.cz repo path by your browser? Nov 01 05:10:43 inside the VM Nov 01 05:11:01 it's using the 80 port, so your browser should see it Nov 01 05:11:15 huh Nov 01 05:11:35 lynx google.com does not work Nov 01 05:11:51 that would be a problem Nov 01 05:12:02 thank you for this insight, rsalveti Nov 01 05:13:28 :-) Nov 01 06:28:43 morning Nov 01 06:31:36 night ;) Nov 01 09:20:17 03Roman I Khimov  07stable/2009 * r32e2b7c6a5 10openembedded.git/recipes/coreutils/ (6 files in 2 dirs): Nov 01 09:20:17 coreutils: add version 7.2 Nov 01 09:20:17 Acked-by: Otavio Salvador Nov 01 09:20:17 Signed-off-by: Marcin Juszkiewicz Nov 01 09:20:17 Acked-by: Denys Dmytriyenko Nov 01 09:20:19 Signed-off-by: Koen Kooi Nov 01 09:20:21 03Roman I Khimov  07stable/2009 * rf3e05e0612 10openembedded.git/classes/base.bbclass: (log message trimmed) Nov 01 09:20:26 coreutils-native: make mandatory dep for all packages Nov 01 09:20:28 Gives us guaranteed sane GNU coreutils on any host. Should greatly ease Nov 01 09:20:30 support for various non-GNU host systems and allow to safely remove some other Nov 01 09:20:32 native packages like 'install-native'. Nov 01 09:20:34 Acked-by: Otavio Salvador Nov 01 09:20:38 Signed-off-by: Marcin Juszkiewicz Nov 01 09:20:40 03Marcin Juszkiewicz  07stable/2009 * r75fd99249d 10openembedded.git/recipes/tasks/task-proper-tools.bb: Nov 01 09:20:43 task-proper-tools: added few extra packages Nov 01 09:20:45 Signed-off-by: Marcin Juszkiewicz Nov 01 09:20:47 Acked-by: Denys Dmytriyenko Nov 01 09:20:49 Signed-off-by: Koen Kooi Nov 01 09:20:51 03Koen Kooi  07stable/2009 * r7b0aa0eae0 10openembedded.git/classes/kernel.bbclass: Nov 01 09:21:05 kernel bbclass: sync with .dev Nov 01 09:21:05 * stages more directories Nov 01 09:21:05 * adds mkimage step Nov 01 09:21:05 Signed-off-by: Koen Kooi Nov 01 09:21:05 Acked-by: Denys Dmytriyenko Nov 01 09:21:05 03Marcin Juszkiewicz  07stable/2009 * r75b53da022 10openembedded.git/recipes/netcat/netcat_0.7.1.bb: Nov 01 09:21:10 netcat: use update-alternatives as we have netcat in busybox too Nov 01 09:21:14 Signed-off-by: Marcin Juszkiewicz Nov 01 09:21:16 Acked-by: Denys Dmytriyenko Nov 01 09:21:18 Signed-off-by: Koen Kooi Nov 01 09:21:20 03Roman I Khimov  07stable/2009 * re549e254e4 10openembedded.git/ (12 files in 10 dirs): Nov 01 09:21:23 remove install-native package Nov 01 09:21:25 Sane 'install' program is provided by coreutils-native now. Nov 01 09:21:27 Acked-by: Otavio Salvador Nov 01 09:21:31 (14 lines omitted) Nov 01 09:40:42 03Holger Hans Peter Freyther  07org.openembedded.dev * r9393ac7170 10openembedded.git/recipes/binutils/binutils-cross-sdk.inc: Nov 01 09:40:42 Revert "binutils-cross-sdk: Avoid QA error on building" Nov 01 09:40:42 This reverts commit b294033116a6a4f33d1b1ec9f8256adaf7374298. This Nov 01 09:40:42 patch is no longer needed as .a files are no longer stripped. Nov 01 11:13:28 question what does in an URI the number after patch= say? Nov 01 11:43:25 hi all Nov 01 11:47:47 eFfeM: nothing significant; it just needs to be nonzero to signify a patch Nov 01 12:27:12 pb__ saw a patch where it was 54 :-) Nov 01 12:27:57 actually I was wanting/hoping that it was the level for patch (e.g. if I need patch -p2 iso -p1 Nov 01 12:28:11 got a patch from someone that was made one level higher in the tree Nov 01 12:28:36 eventually went for manually editing the patch to strip off the first part of the path .... Nov 01 12:43:19 eFfeM: that's "pnum" Nov 01 13:13:54 pb__ ah ok, didn't know about pnum, anyway it is resolved now Nov 01 13:15:10 when it comes to path's do files in staging take preference ? Nov 01 13:15:25 or do I need to modify configure Nov 01 13:39:08 I'm not quite sure what you mean by "take preference". Nov 01 13:39:21 Can you be more specific? Nov 01 13:40:37 gm Nov 01 13:46:50 pb___ I had a configure calling taglib-config was wondering whether I should prefix it with a path to staging or whether I would automatically get that one (and not /usr/bin/taglib-config) Nov 01 13:48:06 btw does staging automatically convert things like /usr/lib and /usr/include ? Nov 01 13:48:49 the problem I am having is that taglib-config in staging does have a proper libdir and includedir, but no proper prefix (still /usr) Nov 01 13:49:02 but can't find anything on this in the recipe Nov 01 13:58:53 see http://pastie.org/678805 for details, any help is appreciated Nov 01 14:01:22 yes, it will use the one from staging, see ${PATH_prepend} in bitbake.conf Nov 01 14:02:04 any idea where most people are staying for OEDEM? Nov 01 14:02:05 the ${prefix} in taglib-config is most likely not used for anything, I wouldn't worry about it. Nov 01 14:02:35 pb___ it is used in mythplugins, that is why i bumped into this Nov 01 14:03:03 otherwise i would not even have noticed ... Nov 01 14:03:23 Crofton|work: there are at least a couple of folks staging at the holiday inn express, but I don't know if that constitutes a majority. Nov 01 14:03:29 eFfeM: what does mythplugins use it for? Nov 01 14:03:40 to get the header, one sec will paste Nov 01 14:04:26 pb___: cho "INCLUDEPATH += `$(sysroot)taglib-config --prefix`/include/taglib" >> ./mythmusic/mythmusic/config.pro Nov 01 14:04:49 oh, right. that's just broken, it should be using the ${includedir} Nov 01 14:05:38 do you suggest changing into echo "INCLUDEPATH += $(includedir)" >> ...... Nov 01 14:05:47 i can do that :-) Nov 01 14:06:02 INCLUDEPATH += `$(sysroot)taglib-config --includedir` Nov 01 14:06:06 something along those lines Nov 01 14:06:37 basically, you want to make it use the includedir value from taglib-config, rather than taking the prefix and then making up its own path based on that Nov 01 14:06:40 taglib-config does not have a --includedir, only --libs, --cflags, --version, --prefix Nov 01 14:06:51 and cflags does -I Nov 01 14:06:59 ah, I see. that is a bit of a nuisance. Nov 01 14:07:14 in that case you might need to do some post-processing on the value you get from --cflags Nov 01 14:07:24 sed 's/-I//' or some such Nov 01 14:07:38 hm, i'd rather fix taglib-config Nov 01 14:08:08 but don't exactly know how to do it Nov 01 14:08:19 yeah, that would be ok too. Nov 01 14:08:24 that is the root cause Nov 01 14:08:34 what mythplugins is doing is still broken, but the whole binconfig arrangement is pretty broken anyway Nov 01 14:08:35 any suggestion on what is the best way Nov 01 14:09:27 a third way would just be to ignore the binconfig thing altogether and have mythplugins do "INCLUDEPATH += ${STAGING_INCDIR}/taglib" Nov 01 14:09:27 the issue is that I do not even see the copying of taglib-config in the taglib do_stage, otherwise I would have run sed over there Nov 01 14:10:03 not knowing a patch for taglib, that seems 2nd best Nov 01 14:10:23 that's fractionally better than the $(prefix) thing, at least Nov 01 14:10:56 and, possibly, a bit neater than running sed over the cflags. Nov 01 14:11:21 this works wrt $ expansion? Nov 01 14:11:22 ${STAGING_INCDIR}/taglib Nov 01 14:11:25 oops Nov 01 14:11:31 echo "INCLUDEPATH += ${STAGING_INCDIR}/taglib" >> ./mythmusic/mythmusic/config.pro Nov 01 14:12:01 * eFfeM never remembers the rules on $ expansion :-( Nov 01 14:12:08 yes, that looks fine as far as expansion goes Nov 01 14:12:19 good, will try Nov 01 14:12:26 you might or might not need another set of quotes around ${STAGING_INCDIR}/taglib, depends on qmake syntax which I have no knowledge of. Nov 01 14:12:56 might be easiest just to test that empirically: set STAGING_INCDIR to a string with spaces in and see what happens. Nov 01 14:14:00 or appeal to a qmake ueberhacker such as mickeyl for assistance. Nov 01 14:14:03 bleh, names with spaces Nov 01 14:14:32 the old one did not deal with names with spaces either, taglib-config does not generate quoted paths Nov 01 14:14:40 short coffee break Nov 01 14:34:40 re Nov 01 14:34:55 mythplugins is really a lot of work ... Nov 01 15:15:12 pb___, I'm going to add a session os SW development for OE derived distros to OEDEM Nov 01 15:17:14 we can have the presentation of KOBE then also since it is closely related Nov 01 15:19:22 righto, very good Nov 01 15:19:55 done Nov 01 15:21:00 mckoan|away, presentation should be a good fit Nov 01 15:21:49 will we be able to use wifi during OEDEM? Nov 01 15:28:42 yes Nov 01 15:34:19 I am tempted to tell the immigration guys I am "a cartoonist" :) Nov 01 15:50:19 hmm, need some help Nov 01 15:50:45 $(datadir) == /usr/share right Nov 01 15:56:37 eFfeM, looks like it Nov 01 15:56:45 check out conf/bitbake.conf Nov 01 15:56:59 i did Nov 01 15:57:46 don't understand why my files are not added to the package despite me explicitly adding them guess I am doing something wrong with creating the additional packages Nov 01 15:58:45 here is a pastie of the first part of the bb file Nov 01 15:58:47 http://www.pastie.org/678920 Nov 01 15:59:06 still get NOTE: files not present in any package Nov 01 15:59:20 s/present/shipped/ Nov 01 15:59:52 which files does it say were not shipped? Nov 01 16:00:07 as a starter: Nov 01 16:00:08 NOTE: /usr/lib/mythtv/plugins/libmythbrowser.so Nov 01 16:00:09 NOTE: /usr/lib/mythtv/plugins/libmythvideo.so Nov 01 16:00:09 NOTE: /usr/lib/mythtv/plugins/.debug/libmythbrowser.so Nov 01 16:00:31 and a lot of files from /usr/share Nov 01 16:01:01 like Nov 01 16:01:02 NOTE: /usr/share/mythtv/themes/default/ma_black.png Nov 01 16:01:02 NOTE: /usr/share/mythtv/themes/default/ma_cutlist_off.png Nov 01 16:01:08 well, those first files you mentioned are clearly not in ${datadir}, and I can't immediately see any FILES setting (in the part of the bb file that you pasted, anyway) that would catch them. Nov 01 16:01:12 called for food, back later Nov 01 16:01:29 pb___ if you look at the pastie, these are in libdir Nov 01 16:02:03 line 40: ${libdir}/mythtv/plugins/.debug/libmytharchive.so" Nov 01 16:02:23 sure, but libmytharchive.so is not in the list you mentioned above Nov 01 16:02:43 and, conversely, libmythbrowser.so is not mentioned in the .bb that you pasted Nov 01 16:06:22 03Martin Jansa  07shr/merge * r276d343a5e 10openembedded.git/recipes/bluez/bluez4_4.56.bb: Nov 01 16:06:22 bluez: after udev bump, we can use newer bluez with udevrules too Nov 01 16:06:22 Signed-off-by: Klaus Kurzmann Nov 01 16:06:22 03Martin Jansa  07shr/merge * r32cfeae31a 10openembedded.git/conf/distro/include/preferred-shr-versions.inc: Nov 01 16:06:23 shr: remove preferred versions for alsa*, bash and bluez4 Nov 01 16:06:25 Signed-off-by: Klaus Kurzmann Nov 01 16:06:33 03Martin Jansa  07shr/merge * rb6b0494e18 10openembedded.git/recipes/tasks/task-shr-minimal.bb: Nov 01 16:06:33 task-shr-minimal-apps: add fso-abyss there as it was always missing while doing do_rootfs for shr-image Nov 01 16:06:34 Signed-off-by: Klaus Kurzmann Nov 01 16:06:48 Crofton: Whatever you do, don't tell them the truth, you'll end up in immigration trying to explain it to some public shcmuck who's only jollies in life are in making other poeple miserable. Instead, tell 'em you're a terrorist, intent on blowing up a public building. You should have no trouble getting in then. Seems to work. Nov 01 16:07:21 mwester-laptop, like this? http://www.phdcomics.com/comics/archive.php?comicid=1243 Nov 01 16:08:14 Ha!! Exactly like that! That's what happened to me a week ago when I crossed into Canada. Nov 01 16:09:03 crazy Nov 01 16:09:29 I'm just a sub-contractor -- but according to the border shmuck, I needed a copy of the original sales agreement, the contract itself, and a statement-of-work outlining the services to be deliverd. Nov 01 16:09:46 What the heck would a sub-contractor be doing with that sort of (often proprietary) documentation? Nov 01 16:10:25 for OEDEM I will either say I am visiting family Nov 01 16:10:30 or a cartoonist Nov 01 16:10:34 She let me in, after I got the PO faxed from the company that signed the contract, but made sure that I knew she was doing this because "my story sounded plausible". B**** Nov 01 16:10:55 My "story" sounded plausible. great. Nov 01 16:11:26 Yeah, if I had told the person at the checkpoint that I was a tourist to see the Canadian fall colors, I would have gone right on through. Nov 01 16:12:05 So, the lesson learned is that one should lie at the border. That tells you that something is seriously wrong with the system. Nov 01 16:12:10 Anyway, good luck! Nov 01 16:16:54 yeah Nov 01 16:16:59 thanks Nov 01 16:25:06 email sent to dev about existence of OEDEM Nov 01 16:25:17 for people that haven't been paying attention :) Nov 01 16:25:21 morning Nov 01 16:30:41 pb___ apparently i pasted mismatching sections, i'm rerunning things now (made a small fix), will report back in a short while Nov 01 16:44:18 pb___ found some of the, typo at my side mistook 18 for l8 (which look too much alike in my term font) still investigating the others Nov 01 16:45:18 wish oe would complain if it finds files in a package that it cannot find Nov 01 17:03:52 03Koen Kooi  07org.openembedded.dev * r5ccd6effbe 10openembedded.git/recipes/mythplugins/ (8 files in 2 dirs): mythplugins: move into mythtv directory Nov 01 17:08:19 hi, what's the best image that has console and alsa,and that has the smallest number of tasks? Nov 01 17:08:46 fso-console seems to have 3009 tasks Nov 01 17:09:42 console-image seems to have 2493 tasks Nov 01 17:16:45 hi btw ggdb3 seems to have been removed...I don't remember seeing that in the ml...there was a talk about -static that talked about sizes of debug binaries...is there here that the ggdb3 was removed? Nov 01 17:17:04 (I'm talking about bitbake.conf) Nov 01 17:40:21 03Frans Meulenbroeks  07org.openembedded.dev * r24c8f2b9e0 10openembedded.git/recipes/mythtv/ (5 files in 2 dirs): mythplugins: added more plugins, packaging is not complete yet Nov 01 17:40:22 03Frans Meulenbroeks  07org.openembedded.dev * r2d365ab53b 10openembedded.git/recipes/mythtv/ (mythtv-0.21+0.22rc1/configure.patch mythtv_0.22rc1.bb): mythtv: updated staging, fixed configure; renamed recipe Nov 01 17:40:22 03Frans Meulenbroeks  07org.openembedded.dev * ra26da59582 10openembedded.git/: Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev Nov 01 17:58:37 sh#t.. klibc have no ttyname() :( Nov 01 18:26:10 Uhmmm - what are you suppose to do to fix a problem when you get this error: ERROR: QA Issue with tracker: non -dev package contains symlink .so: tracker path '/work/armv4t-angstrom-linux-gnueabi/tracker-0.6.95-23maemo1-r0/install/tracker/usr/lib/tracker/libtracker-module.so' Nov 01 18:26:52 it's during do_package Nov 01 19:03:09 03Koen Kooi  07org.openembedded.dev * rf1a20d6191 10openembedded.git/recipes/xorg-lib/ (pixman/neon-24bpp.patch pixman/prefetch.patch pixman_git.bb): pixman git: add more NEON patches, bump SRCREV Nov 01 19:04:26 03David-John Willis  07org.openembedded.dev * r8ad7a9b528 10openembedded.git/ (conf/checksums.ini recipes/xchat/xchat_2.8.6.bb): xchat: Add 2.8.6 release (and fix package to include d-bus service files). Nov 01 19:04:27 03David-John Willis  07org.openembedded.dev * r34616c490d 10openembedded.git/recipes/libgtkstylus/ (files/gtkstylus.sh libgtkstylus_0.3.bb): libgtkstylus: Fix session script to support loading of more than one GTK_MODULES. Nov 01 19:37:52 This may sound like a daft question but if there a nice way to add all a recipies dynamic packages to a task? i.e. would something like RDEPENDS_${PN} = "pam pam-plugins*" work? (hint: it does not seem to but seems logical to me). Nov 01 19:47:34 DJWillis: in theory you can do that with greedy depends, though I have heard rumours to suggest that it is broken in current opkg Nov 01 19:48:19 it does involve changes to the depended-on package, though, which might or might not be acceptable in your case. Nov 01 19:48:29 I don't think there is any automatic way to make this work without package changes. Nov 01 20:02:35 03Frans Meulenbroeks  07org.openembedded.dev * rd88287ca8a 10openembedded.git/: Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev Nov 01 20:02:47 03Frans Meulenbroeks  07org.openembedded.dev * r13355c1620 10openembedded.git/ (17 files in 5 dirs): mythtv, mythplugins: updated to 0.22rc2 Nov 01 20:25:23 Anyone know how to handle git tags like "maemo/2.22.2-2+maemo2" - I double checked the tag by checking out the tree - the tag has a slash in it -- set tag=maemo/2.22.2-2+maemo2 doesn't work - I get an "Unknown fetch Error: 1" Nov 01 20:52:35 pb___: still there? Nov 01 20:53:01 03Klaus Kurzmann  07shr/import * r810eb22f82 10openembedded.git/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb: Nov 01 20:53:01 vala-dbus-binding-tool-native: depend on libgee-native Nov 01 20:53:01 Signed-off-by: Klaus Kurzmann Nov 01 20:53:01 03Klaus Kurzmann  07shr/import * r1500d06c2c 10openembedded.git/: Merge branch 'shr/import' of ssh+git://git@git.openembedded.net/openembedded into shr/import Nov 01 20:53:04 03Michael 'Mickey' Lauer  07shr/import * r9d30ae6f75 10openembedded.git/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb: vala-dbus-binding-tool-native: remove redundant inherit autotools Nov 01 21:01:22 ant_home: yo Nov 01 21:15:01 florian: good evening Nov 01 21:15:12 hi all Nov 01 21:44:15 jo Nov 01 22:03:50 hi Nov 01 22:03:59 I was reading about checksums Nov 01 22:04:54 pb___: I think I already posted this link http://www.gentoo.org/news/20080204-digest-files-removed.xml Nov 01 22:05:19 could be an interesting item to discuss next weekend Nov 01 22:06:01 I'm for a checksum each recipe / family Nov 01 22:06:47 and perhaps even for a PR bump if sources are moving target Nov 01 22:36:24 ant_home: the idea of linking in the checksum to the PR has a lot of merit (not going to work easilly for GIT hashes but that can be worked out). Nov 01 22:42:23 ant_home, could you post that to the list again? Nov 01 22:43:09 yes, of course Nov 01 22:43:31 I don't have a strong opinion on this, though Nov 01 22:43:42 just now seems a bit silly... Nov 01 23:08:22 good nite Nov 01 23:27:03 gm **** ENDING LOGGING AT Mon Nov 02 02:59:56 2009