**** BEGIN LOGGING AT Mon Jan 16 02:59:57 2012 Jan 16 05:08:36 evening all Jan 16 07:42:57 Got this error while bitbake custom image: http://pastebin.com/UDUD9bd9 How can I resolve it? Jan 16 07:57:10 good morning Jan 16 08:04:04 mckoan: morning Jan 16 09:53:13 morning all Jan 16 09:53:36 good morning Jan 16 09:55:57 mornin Jan 16 09:57:24 morning Jan 16 11:06:50 I got this error, while starting X: http://pastebin.com/sqXBykiW what package containt GLX? Jan 16 11:07:31 swrast_dri is built by mesa Jan 16 11:07:57 mesa-dri-driver-swrast package Jan 16 11:08:36 and glx extension by xserver-dri itself xserver-xorg-extension-glx Jan 16 11:11:51 JaMa: Thanks! Jan 16 11:13:32 JaMa: Btw, I mean, what package in OE? :-) Jan 16 11:13:46 and? Jan 16 11:14:58 There is no such bb-file or directory mesa-dri-driver-swrast Jan 16 11:16:23 hmm bb file is mesa-dri_7.11.bb Jan 16 11:16:36 mesa-dri-driver-swrast is name of runtime package you have to install on target Jan 16 11:17:12 and also openembedded-core/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb is bbfile which provides that runtime package with glx extension Jan 16 11:17:20 ok, I'll try to install mesa-dri now Jan 16 11:18:18 read twice install once, I guess Jan 16 11:20:33 JaMa: sorry, just think, that there is something else except mesa-dri package. Jan 16 11:43:33 gm Jan 16 12:07:43 bluelightning: regarding pcap-config, turns out that oe-core already has a patch... how can this be cherry-picked to poky? Jan 16 12:31:20 when i get: NOTE: multiple providers are available for runtime ssh (openssh, dropbear) Jan 16 12:31:20 NOTE: consider defining a PREFERRED_PROVIDER entry to match ssh Jan 16 12:31:49 it should be possible to choose on in local.conf with PREFERRED_PROVIDER_ssh = "dropbear", right? Jan 16 12:38:51 virtual/ssh? Jan 16 12:41:43 zecke, no effect Jan 16 12:43:09 dropbear defines RPROVIDES = "ssh sshd" Jan 16 13:02:53 P_P doesn't work for runtime providers very well Jan 16 13:18:22 zecke: if it's in OE-Core it'll already be in poky, at least in master... Jan 16 13:19:17 zecke: I just checked, it is in poky, revision 28b0c29594f5548379ccb514dff364dd758284fa Jan 16 13:35:22 bluelightning: any possibility to get it into edison? Jan 16 13:35:37 bluelightning: and pcap-config should be in the -dev and not in the main packet Jan 16 13:37:25 zecke: I'm not sure, you may want to ask incandescant when he comes online, he's been working on the next edison point release Jan 16 13:57:37 JaMa: Do you look after libgsf_1.14.21.bb in meta-gnome? Jan 16 13:58:04 DJWillis: ? Jan 16 13:58:56 JaMa: I did I quick google to find out who maintained the recipe as it has a snag but I wanted to understand if my fix was correct. Jan 16 13:59:33 I'm not using meta-gnome much, so better to send to ML for review Jan 16 13:59:48 mark it as RFC if you're not sure about your fix Jan 16 14:00:09 JaMa: sorry, my fault, I noticed you had been the last to touch it but it was just a license commit. Jan 16 14:58:54 morning Jan 16 15:01:59 hi pb_|usa Jan 16 15:03:17 kergoth`: mickeyl what about a topic change (remove bugs and tinderbox and perhaps mention fosdem) ? Jan 16 15:05:02 hi bluelightning Jan 16 15:18:52 hello Jan 16 15:19:52 im having an issues with shadow-sysroot Jan 16 15:20:28 some files are not extracted from sstate-cache in time for shadow_sysroot_sstate_postinst Jan 16 15:20:43 and we are left with install: cannot stat `/opt/yocto/cache-build/mpc8572ds/build_mpc8572ds_release/tmp/work/ppce500v2-fsl-linux-gnuspe/shadow-sysroot-4.1.4.3-r0/image/etc/login.defs': No such file or directory Jan 16 16:01:45 oh sweet my NIC is here Jan 16 16:51:26 is it possible to skip the do_compile in a recipe? how? Jan 16 16:51:54 I mean in the case you don't define do_compile in the bb Jan 16 16:52:27 do_compile[noexec] = "1" Jan 16 16:52:38 but that'd still have to be in the .bb Jan 16 16:53:08 Jin^eLD: thx Jan 16 17:39:10 re Jan 16 18:13:57 pb_|usa, you inthe US? Jan 16 18:14:13 yeah, in california for the week Jan 16 18:14:17 awesome Jan 16 18:14:23 sadly I am not in CA Jan 16 18:16:31 re Jan 16 18:17:19 heh Jan 16 18:17:25 hi florian Jan 16 18:18:21 florian: you get past the upower issue in building jlime-lxde-image? Jan 16 18:23:23 well hold on, might have fixed it. Jan 16 18:23:34 muriani: yes... I sent a patch to the list Jan 16 18:23:45 ah Jan 16 18:24:13 maybe I should read that. Took myself off the digests becuase I was getting flooded :P Jan 16 18:26:14 ...except I can't seem to get to the list Jan 16 18:36:31 ah, AT&T guys playing with my cables! Jan 16 18:36:36 * muriani shakes fist Jan 16 18:56:35 wow, these unity overlay scrollbars are quite annoying Jan 16 18:56:40 * pb_|usa stabs ubuntu Jan 16 18:57:57 xubuntu ftw. Jan 16 18:58:08 or just xfce in general ftw. Jan 16 19:23:18 I'm working on porting some packages, and they have an internal dependency on python stuff.. they're running a check: PYLIBVER ?= $(shell python -c 'import sys;print "python%d.%d" % sys.version_info[0:2]') followed by using the result to find the right includes and libraries... does anyone know of an example of how to determine the right values and pass them in as a recipe? Jan 16 19:24:19 thats broken for cross builds isnt it Jan 16 19:24:24 horribly so Jan 16 19:24:51 I can always hard code the values -- but I'm worried if the python version changes -- then this will break or have to be updated Jan 16 19:25:54 well we do not have version info in metadata so you cant inquire version of a package from bitbake Jan 16 19:26:25 Hmm, so nothing special for Python or Perl then? Jan 16 19:26:28 you could use some mechanism similar to autoconf caching Jan 16 19:26:49 (I've worked with a lot of things that do perl stuff and have a similar issue) Jan 16 19:27:04 closest it will work is when native python and target python are same versions Jan 16 19:27:11 but that will be a fluke Jan 16 19:27:30 I thought in oe-core they would always be the same version.. Jan 16 19:27:48 since we build a python-native specifically for this purpose Jan 16 19:27:51 yes however thats not a rule Jan 16 19:28:09 Ahh, I thought python dependend upon python-native Jan 16 19:28:16 we build python-native for other reasons too Jan 16 19:30:28 is there a want to do a bb.build.exec_func synchronously? Jan 16 19:30:53 exec_func *is* synchronous. Jan 16 19:32:58 kergoth`: hmm, ok Jan 16 19:34:21 even when we run a shell? Jan 16 19:34:27 yes, always Jan 16 19:35:03 fray, add python-native to DEPENDS, add a variable which calls an external python to get the version info, reference it from EXTRA_OEMAKE. the only concern is expansion caching, but I don't think DataSmart tries to cache inline python. since extra oemake won't be expanded until configure/compile time, we know python-native will be available by that point Jan 16 19:35:20 I *think* that should do it Jan 16 19:35:29 ok.. thats what I was wondering if I needed to do.. Jan 16 19:36:47 since, as you say, python-native's version has to match the target to build the target, and we know what you're building will end up using our target python, I don't htink any version disparity between the two will be a concern Jan 16 19:37:01 the key is just using an external python rather than checking in the bitbake python context, most likely Jan 16 19:37:40 kergoth`: OK, i think im seeing the real issue perhaps Jan 16 19:37:53 how can I get a file included in the sstate-cache? Jan 16 19:37:54 yup.. Jan 16 19:38:08 sstate-cache for a specific package is just no getting created… because it's empty perhaps? Jan 16 19:38:12 there is a ".done Jan 16 19:39:28 fray, probably want to define a python function for it, rather than calling bb.process.run directly, to catch any exception and return UNKNOWN or somesuch in that case. best to avoid any exceptions coming from expansions. heh Jan 16 19:39:31 msm, odd Jan 16 19:40:00 I was just going to invoke the shell and execute the same command that the makefile is already doing Jan 16 19:40:49 if it fails, build stops.. if it succeeds we have to assume the answer is correct.. pass that into the oe_runmake and we'll be ok Jan 16 19:40:54 yeah, thats what I'd expect. just saying, if you do it from a variable, catch the failure exception, otherwise you'll get unpleasentness trying to use bitbake -e and the like Jan 16 19:42:03 * kergoth` gets food Jan 16 19:42:32 there is nothing in 'tmp/work/ppce500v2-fsl-linux-gnuspe/shadow-sysroot-4.1.4.3-r0/sysroot-destdir/' Jan 16 19:42:50 isn't that where the sstate-cache populate-sysroot is created from? Jan 16 19:42:58 there is foo in tmp/sysroot though Jan 16 19:43:44 foo = the only file packaged... Jan 16 20:07:13 hi all Jan 16 20:10:22 hi effem Jan 16 20:10:40 woglinde: you're going to fosdem ? Jan 16 20:11:31 need reboot, biab Jan 16 20:13:14 effem -> http://www.openembedded.org/wiki/Fosdem_2012 Jan 16 20:19:39 woglinde: was your gnutls/uclibc problem related to restrict keyword ? Jan 16 20:19:49 woglinde: I have fixed it locally here if that was it Jan 16 20:26:21 khem yes Jan 16 20:49:00 hi woglinde Jan 16 20:49:26 hi pb Jan 16 21:01:33 pb_|usa: are you in west coast ? Jan 16 21:02:54 yeah, bay area Jan 16 21:02:58 right now I am in los gatos Jan 16 21:03:17 pb holiday or buisness? Jan 16 21:03:19 oh nice. Jan 16 21:03:21 business Jan 16 21:03:25 my company hq is here Jan 16 21:03:40 oh I thought it is in gb Jan 16 21:03:46 or did you change job Jan 16 21:03:52 pb_|usa: how long will you be here Jan 16 21:04:05 yeah, you might be thinking of my old company. I changed jobs about a year ago Jan 16 21:04:13 khem: flying back on friday I think Jan 16 21:04:20 pb oh didnt notice Jan 16 21:06:24 pb_|usa: if you have time lets meet sometime I am in San Jose/sunnyvale Jan 16 21:07:00 ok, cool. I am staying in Campbell so not far away. Jan 16 21:07:37 I'll figure out a good time and send you an email Jan 16 21:08:21 pb_|usa: ok. will work Jan 16 21:20:00 Florian: do you know the name of a camera or other device that has the same USB connector dongle for connection of devices? Cuz those cables come at 3€ instead of 9€. Jan 16 21:22:21 cs_nbp: not rally, but I can check if a cheap mini adapter does the trick Jan 16 21:22:54 +e Jan 16 21:24:22 florian: beware, the connector is a very rare (in western markets) "mini-A" jack, a mini B (as eg in the freerunner and other 'modern' devices) won't fit Jan 16 21:25:01 florian: the mini A is also called 'USB mini A host OTG' Jan 16 21:25:34 cs_nbp: yes... I think I have sich an adapter cable. I just need to find it :) Jan 16 21:25:47 florian: http://en.wikipedia.org/wiki/File:Mini_usb_AB.jpg left one Jan 16 21:43:11 hi ant Jan 16 22:11:41 florian: btw some things changed and now we need meta-gpe/meta-gnome and COMMERCIAL_LICENSE = "" setting in local.conf Jan 16 22:11:56 as it turns out .,. Jan 16 22:12:06 huh?! Jan 16 22:12:10 and meta-xfce Jan 16 22:12:21 or jlime-lxde-image won't build Jan 16 22:12:27 -.- i know Jan 16 22:12:33 that's what I thought too Jan 16 22:13:08 I will give it a try as soon as I managed to fix Qt builds here Jan 16 22:13:27 ah yes qt Jan 16 22:14:12 btw what did you do with you kernel to make x run faster? Jan 16 22:14:33 because it runs faster with your kernel than the ones from the builds Jan 16 22:14:56 but maybe it's just the number of daemons running Jan 16 22:16:12 yeeh seems to build (as always-.-), startin to get the hang of this Jan 16 22:17:25 hahaa so tomorrow I can use my nbp as boombox, my collegues gonh be envious Jan 16 22:17:42 what do we have there, 8bit or 16bit sound? -.- Jan 16 22:17:51 oops wrong channel -.- Jan 16 22:18:14 sry for spym :) Jan 16 22:29:30 hmm... good question Jan 16 22:29:49 maybe because I enableed iwmmx Jan 16 22:30:20 I'll try that, then we'll see if it was it Jan 16 22:30:42 btw why ext4, won't that break the CF faster than ext2? Jan 16 22:30:59 perhaps i got a misconception about the ext's Jan 16 22:39:03 in theory yes... not sure if this is really a problem any more Jan 16 22:39:33 well perhaps not with a 4 GB cf Jan 16 22:42:10 ah dam CF has wearl levelling management built-in Jan 16 22:43:06 but is there an alternative for git://git.debian-maintainers.org/git/daniel/libdvdread.git? Jan 16 22:45:51 aic Jan 16 22:50:14 I just found a bug in the oe-core RPM backend.. I have a package that has a filename with a "space" in it.. Jan 16 22:50:35 RPM is seeing the space, since it's not quoted and thinking it's two files.. Jan 16 22:50:51 is there a simple way to take a string and if it has a " ", replace it with "\ "? Jan 16 22:51:38 wonder if I can just use replace Jan 16 23:00:48 I can.. but it wasn't enough.. I have to quote the filenames.. easy enough.. Jan 16 23:01:15 ...fo course this probably breaks if a filename has a " in it Jan 16 23:33:55 ~fishslap oe-core Jan 16 23:33:55 * ibot slaps oe-core up side the head with a wet fish. Jan 16 23:34:15 ERROR: lame was skipped: because it may require a commercial license to ship in a product (listed in COMMERCIAL_LICENSE) Jan 16 23:34:50 put COMMERCIAL_LICENSE = "" into local.conf ^^ Jan 16 23:34:56 yes sure Jan 16 23:35:00 works Jan 16 23:35:18 was discussion in some shr forum Jan 16 23:35:31 I will never understand why OE needs to try to be cleverer than its users :-/ Jan 16 23:36:05 This totally breaks usability and does not help anyone :-( Jan 16 23:37:42 Since the very early beginning OE struggles with message and behaviour misconceptions... Jan 16 23:41:46 tworaz included libdvdread and live555 -.- Jan 16 23:42:01 guess own distro stands at the door and knocks Jan 16 23:42:24 if not e17 then more qt-ish nox Jan 16 23:42:55 well libdvdread comes w mplayer2 Jan 16 23:43:50 not an own distro... but an image maybe Jan 16 23:44:08 I do not really think we need mplayer :) Jan 16 23:44:13 yeh for me its the same ( i know a distro maintains packages for a longer run) Jan 16 23:44:22 nah mplayer sux Jan 16 23:44:29 w 128 mb ram Jan 16 23:44:42 and no hw decoder for higher than mpeg1 Jan 16 23:45:13 and I guess that viseo should be converted specially for the nbp to run half smooth Jan 16 23:45:45 right Jan 16 23:45:55 btw if i want to see movies on little screen i can always look through the keyhole Jan 16 23:46:29 live midi performance of 8-16 tracks is more realistic :D Jan 16 23:49:39 :-) Jan 16 23:50:09 btw can you recommend a pcmcia 16 bit wifi card? Jan 16 23:50:30 the cisco aironet 350 has pitiful support (no thanx cisco) Jan 16 23:51:21 need a windoze computer w pcmcia slot to reflash firmware to make it wpa-able Jan 16 23:52:00 I wonder if I have a single one able doing WPA at all.. Jan 16 23:52:15 theres a couple Jan 16 23:52:25 btw the slot is funny, 32bit cards fit Jan 16 23:53:44 but i thought maybe someone knows of a card w good linux support Jan 16 23:54:22 so u have a wep access point? Jan 16 23:54:37 i only have wifi card in pc + hostapd + dnsmasq Jan 16 23:54:56 no... at the office I have an additional open one to go out but not to the company net Jan 16 23:55:09 wise Jan 16 23:57:14 I guess I should restart my stable distribution buildbot - I have 38 builds pending for seven architectures. Jan 16 23:57:26 o_O Jan 16 23:57:42 I only know of like 4 arch Jan 16 23:57:45 :D Jan 16 23:58:01 ah no Jan 16 23:58:07 and yes it would try to go through all of them as soon as i activate the build slave Jan 16 23:58:22 sounds good Jan 17 00:05:12 I think I solved this libdvdread problem somewhere... Jan 17 00:11:36 how? Jan 17 00:11:50 removed mplayer from depends? :p Jan 17 00:20:12 no idea... I can't find the machine/disk where i fixed it :-} Jan 17 00:20:24 a good idea anyway Jan 17 00:21:22 yeh, like swapfile Jan 17 00:21:35 if cf has wear levelling i dont care Jan 17 00:26:21 btw the application launcher of psion lx is better than from lxdm -.- Jan 17 00:26:40 more finger friendly Jan 17 00:36:07 sup my buildserver became unresponsive-.- think disk is full Jan 17 00:38:16 I think we can build this one somehow. I think that's gpe-applaunche and some patches. Jan 17 00:38:27 Tie to get some sleep Jan 17 00:38:32 yeh me too Jan 17 00:38:39 builds dead anyways Jan 17 00:38:43 gn8 Jan 17 00:40:23 gn **** ENDING LOGGING AT Tue Jan 17 02:59:57 2012