**** BEGIN LOGGING AT Wed May 22 02:59:58 2013 May 22 06:12:23 * nerdboy exposes himself http://www.gentoogeek.org/steves_world/raspberrypi_mpd_image_html May 22 06:12:41 er, just the image file and package feed... May 22 07:52:35 good morning May 22 08:09:58 good morning all May 22 08:11:26 morning apelete, all May 22 08:12:34 morning May 22 08:18:27 gm apelete, bluelightning_, JaMa, all May 22 08:32:39 morning all May 22 09:13:26 I need to customize qt4.inc in order to reduce image size (removing demos and examples), what would be the better way to proceed? May 22 09:14:25 .bbappend May 22 09:14:26 everything starts with qt4-embedded_4.8.4.bb so do I have to recreate a parallel set of recipes in recipes-qt? May 22 09:15:46 hi jama and mckoan May 22 09:21:04 JaMa: I'll try, thx May 22 09:21:10 hi woglinde May 22 09:31:10 JaMa: but shouldn't .bbappend be used to add features, I need to remove some of the existing May 22 09:52:44 mckoan: .bbappends are used to modify .bb to suit your needs (doesn't matter if you want to add or remove) May 22 09:57:56 JaMa: thx I'm reading the manual and some files May 22 10:07:55 hi all May 22 10:08:17 hi pb_ May 22 10:08:33 hi JaMa, pb_, mckoan May 22 10:19:25 .bbappends rocks! :-D May 22 10:21:46 +1 May 22 10:26:44 mckoan sure May 22 10:35:18 what doe this mean? May 22 10:35:19 NOTE: ['/mnt/SSD/oe-r0005/meta-db/recipes-conf/php/php_5.4.15.bbappend'] to [] May 22 10:35:34 does that mean that the .bbappend hasn't been taken into account? May 22 10:36:36 it was May 22 10:36:52 iirc it's shown when new .bbappend is parsed May 22 10:37:20 ok, that note should probably be more informative May 22 10:41:53 jackmitchell: are you able to build PHP? May 22 10:42:15 jackmitchell: I get this error php-native-5.4.14-r4.0 do_configure -> configure: error: pcntl: fork() not supported by this platform May 22 10:42:50 mckoan: yes php .14 builds fine; I'm fighting with getting .15 to work at the moment May 22 10:43:07 I made some changes to php recently make sure you're on the latest verison May 22 10:43:16 I'm sure I was on r5.0 May 22 10:43:44 jackmitchell: I'm in YP Dylan with arm926ejs May 22 10:44:09 ah right, that was a while ago then, does your platform support fork? May 22 10:44:32 jackmitchell: hmmm good question May 22 10:44:46 it should May 22 10:44:48 and if not, can you add a bbappend to php which switches it off May 22 10:45:24 in fact if I remove option --enable-pcntl it builds May 22 10:46:02 what does pcntl do, do you know? May 22 10:46:29 no and I wonder if PHP will work without it May 22 10:46:51 looking at the error msg seems something related to fork May 22 10:47:41 well pcntl, might be the only internal user of fork, which why disabling it lets you build May 22 10:47:47 masking the problem really May 22 10:48:07 jackmitchell: in fact I'm afraid about that May 22 10:56:01 this is just php-native though - I suspect only a small amount of functionality is needed there May 22 10:56:55 if you want to fix it properly I would suggest looking at the test being done in the configure script and then work out why that fails on your system May 22 11:03:07 could anyone give any hints on why do_install is trying to create all these directories and failing? May 22 11:03:07 http://pastebin.com/Wz9Empmw May 22 12:23:23 bluelightning: thx May 22 12:34:49 anyone know why udhcpc run with the -n,--now flag? May 22 12:35:15 I have seen timeouts because it gives up and exits when the response from the server is delayed. May 22 12:41:06 I have a recipe that dynamically set PACKAGES using populate_packages_prepend. Later when building an image that has packages that RDEPEND on those packages I get the "Missing or unbuildable dependency chain" error. May 22 12:41:24 I guess bitbake doesn't understand that my recipe provides those packages May 22 12:45:43 erbo: no, it should May 22 12:45:55 erbo: we do that in a number of different places May 22 12:46:21 every time we use do_split_packages for example May 22 12:46:48 erbo: ah right, now I get it May 22 12:47:03 erbo: you probably need to use PACKAGES_DYNAMIC as well May 22 12:47:12 so those dependencies get satisfied before then May 22 12:47:45 erbo: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-PACKAGES_DYNAMIC May 22 12:48:28 bluelightning: once again, thanks! May 22 12:48:38 np May 22 18:00:00 anyone know how to get i18n support build into a qt4 based image? May 22 18:11:00 moin May 22 18:30:23 ah, i see qt4 internationalization does not work without the 'icu' package yet this package is not installed May 22 18:31:56 looks like the meta-toolchain image I build contains the icu libraries but the filesystem does not May 22 18:32:32 should this be a runtime dependency for qt4? May 22 18:41:04 waynr hm May 22 18:41:09 no easy decision May 22 18:41:37 do we have flag for internationalization? May 22 18:44:39 not that i am aware of, a quick search of the poky reference manual for "i18n" or "internationalization" finds nothing May 22 18:45:02 there is IMAGE_LINGUAS May 22 18:45:11 there's USE_NLS, though that normally only affects gettext support for software May 22 18:45:19 (aside: that should really be a distro feature) May 22 18:46:15 you are saying internationalization support should be a distro feature? **** ENDING LOGGING AT Thu May 23 02:59:59 2013