**** BEGIN LOGGING AT Thu Jan 22 02:59:59 2015 Jan 22 09:48:19 morning all Jan 22 14:16:35 What would stop pkg-config from returning a path with PKG_CONFIG_SYSROOT_DIR Jan 22 14:16:42 prepended on the resulting path? Jan 22 14:18:01 Crofton|work: by using the libdir and prefix var Jan 22 14:18:35 Crofton|work: like http://pastebin.com/yUcQQCK9 Jan 22 14:18:51 * Crofton|work has face in manpage Jan 22 14:19:42 ah, you mean if those are in the pkd-config file, we can't get prefix from it Jan 22 14:19:45 * Crofton|work is confused Jan 22 14:20:03 prefix and libdir are 'special' in .pc files Jan 22 14:20:15 pkgconfig will automagically sysroot them Jan 22 14:20:35 p = Popen('pkg-config --variable=prefix --print-errors libzmq' Jan 22 14:20:38 is what is running Jan 22 14:20:46 and it returns /usr Jan 22 14:21:02 which is then used to make a -I/usr/include Jan 22 14:22:34 ah Jan 22 14:22:43 so your .pc file is correct Jan 22 14:22:57 I suspect PKG_CONFIG_SYSROOT_DIR isn't ending up on the shell env Jan 22 14:23:19 it is Jan 22 14:23:37 I need to read more Jan 22 14:23:47 I fear I will make a test program Jan 22 14:23:48 and 'pkg-config --includes --print-errors libzmq' ? Jan 22 14:23:57 hmm, I'll try Jan 22 14:24:09 I might just patch the script to do what i want Jan 22 14:24:44 pkgconfig man page says, that PKG_COFNIG_SYSROOT_DIR takes an effect in '-I' and '-L' only Jan 22 14:25:01 ah! Jan 22 14:25:08 that's why I called them 'special' Jan 22 14:25:12 I forgot why Jan 22 14:25:32 it's 'special' because you can use them for runtime paths and -I will have sysroot paths Jan 22 14:26:41 ah thanks ensc|w Jan 22 14:26:56 I was missin gthat piece Jan 22 15:17:14 by temporarily gutting the filesystem watching routines and buildstats, and a couple other tweaks, I've gotten bitbake to run on OSX. There are some things, like systemtap, that will never build on OSX because they require a native version to build which OSX doesn't have. Jan 22 15:18:00 Would you guys like to have this working on OSX with the exception of those packages which cannot build? Jan 22 15:18:10 Aethenelle: the biggest problems I had in the past with OE on OSX was spaces in path names Jan 22 15:18:36 all my volumes have spaces in their names :( Jan 22 15:18:45 koen: I haven't had a problem with that yet Jan 22 15:19:59 you have to use the gnu utilities from homebrew, turn off buildstats and comment out (or replace but that's later) the pyinotify code and you're good to go Jan 22 15:20:41 Though, you might be able to get things like systemtap to build on other BSD systems given they have linux compatability layers but i haven't tried any of that yet. Jan 22 16:38:23 Does anyone know how to remove udev cdrom support ? Or could help me out with it ? Jan 22 16:46:39 anyone ? Jan 22 16:47:47 bottazzini: I'm no udev expert but I would imagine you would need to edit the associated udev rules in /etc/udev/rules.d Jan 22 16:49:31 good call I will look at this :) Jan 22 16:50:15 how do you fix bad spath QA issues? Jan 22 16:50:54 Crofton|work: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-issue-rpaths Jan 22 16:51:04 boolox Jan 22 16:51:26 no rpath in compile log Jan 22 16:51:49 -Wl,-R/home/balister/... though Jan 22 16:52:03 yeah that would probably do it Jan 22 16:52:05 I tried to add PACKAGE_EXCLUDE = "udev-rules-cdrom" but i received errors since packagegroup-core-boot has this dependency... Jan 22 16:53:34 what is weird is there are severl .so's and only one had an rpath Jan 22 16:54:23 bottazzini: what version of OE are you using? I can't see any references to udev-rules-cdrom here... Jan 22 17:47:09 bluelightning, i am using the poky, ( current master branch ) Jan 22 18:02:44 bottazzini: I'm not sure where that would be coming from then... Jan 22 18:05:14 bluelightning, it is ok... thank you... i will figure this out somehow Jan 22 20:31:01 before i dig too far into the current error does anyone know if it's even possible to compile a linux kernel on OSX? Jan 22 20:34:15 Aethenelle: Some of the code can't be checked out on a case insensitive filesystem. Jan 22 20:34:41 that kills that then... Jan 22 20:35:13 does bitbake support distributed cooking? **** ENDING LOGGING AT Fri Jan 23 02:59:59 2015