**** BEGIN LOGGING AT Wed Jul 01 02:59:58 2015 Jul 01 07:41:14 Hi ! Jul 01 07:41:39 Is it possible to list by a simple command all the rpm packages installed in the target rootfs Jul 01 08:23:33 hi all Jul 01 09:29:20 rburton: RP: AB appears idle, OK for me to kick off a build? Jul 01 09:33:23 im checking initrdscripts and 'modprobe isofs' fails when init-live.sh is called. Also checked mount.sh in udev-extraconf. Using debugshell=5 im able to have a shell in initrd and i can see and mount /dev/hda and see the rootfs.img (also able to mount it as loop device from the debugshell). Any clues?? Jul 01 09:37:29 CONFIG_ZISOFS=y , so i don't know if the problem is the modprobe or something i'm missing. If i boot with sysrescuecd i can see 'ata_piix' but booting the yocto image instead what i see now from initramfs is 'piix'. Jul 01 09:48:09 joshuagl: yes Jul 01 09:52:35 thanks RP, away it goes Jul 01 09:53:07 joshuagl: had hoped to trigger that last night, I just forgot :( Jul 01 09:54:52 RP: oh, I triggered one yesterday which had a couple of failures (qemuarm and qemuppc have gcc5 issues with u-boot-mkimage and mtd-utils) and this one is to test those patches :-) Jul 01 10:13:14 good day Jul 01 10:13:37 i've got problems fetching from a gitlab repo and compiling with cmake Jul 01 10:13:50 actually, SRC_URI = "https://git-service.ait.ac.at/quantum-cryptography/qkd.git" should do the trick or not? Jul 01 10:14:11 error at do_configure (no CmakeList found..) Jul 01 10:14:28 also, in the build folder is only the *.git file Jul 01 10:17:03 the protocol part of your SRC_URI should tell bitbake which fetcher to use, you want something like SRC_URI = "git://blah.foo;protocol=https" Jul 01 10:17:13 http://www.yoctoproject.org/docs/1.8/bitbake-user-manual/bitbake-user-manual.html#git-fetcher Jul 01 10:33:39 joshuagl: ah, good then :) Jul 01 10:33:50 (that there was testing, not the failures) Jul 01 10:34:19 ah k nice, it's working now Jul 01 10:34:23 thy Jul 01 10:52:47 QA Issue: /usr/bin/qkd-debug_aitqkd contained in package aitqkd requires libboost_filesystem.so.1.55.0, but no providers found in its RDEPENDS [file-rdeps] Jul 01 10:52:54 might that be a version issue? Jul 01 10:53:21 i just added "boost" to dependencies Jul 01 10:53:50 RDEPENDS_${PN} += "libcrypto util-linux-libuuid zlib gmp libssl libqtdbus4 bash boost" Jul 01 10:54:25 hello guys Jul 01 10:54:35 what does it mean: http://dpaste.com/2JF79ZW ? Jul 01 10:55:47 0x4: do you have a checksum in your receipe? Jul 01 10:56:10 ah, I am an idiot Jul 01 10:56:19 I have no such file at all :) Jul 01 10:56:32 wrock: I believe you need to RDEPEND on the specific boost packages your binary depends on Jul 01 10:57:56 jku: you thinking of: RDEPENDS_${PN} +="libboost_filesystem.so.1.55.0"? Jul 01 10:58:48 then i get an "nothing provides" error Jul 01 10:58:50 tried that already Jul 01 10:59:59 wrock: the package name is probably "libboost-filesystem" or something like that Jul 01 11:03:40 wrock: i can see at Dizzy 'poky/meta/recipes-support/boost/boost_1.56.0.bb' && ../poky/meta/recipes-support/boost/boost.inc Jul 01 11:04:28 yeah, i also found http://toaster-ab-dev.yoctoproject.org/toastergui/build/504/recipe_packages/255379?count=10&orderby=name%3A%2B&page=1 Jul 01 11:04:39 but it stil fails to append Jul 01 11:05:55 RDEPENDS_${PN} += "boost" will be found Jul 01 11:06:05 but it failes to resolve @ cmake Jul 01 11:06:38 äh Jul 01 11:06:39 nvm Jul 01 11:06:41 not cmake Jul 01 11:07:02 guys Jul 01 11:07:12 could somebody help me with this one: http://dpaste.com/1FDF1C8.txt ? Jul 01 11:07:18 oops Jul 01 11:07:20 wrong link Jul 01 11:07:32 http://dpaste.com/1QZ74D3.txt here is the correct one Jul 01 11:08:24 something wrong with the float point? Jul 01 11:08:45 {standard input}:306: Error: symbol `.LPIC22' is already defined Jul 01 11:08:51 redefinition Jul 01 11:08:56 multiple header incklusion? Jul 01 11:10:26 wrock: the package name is "boost-filesystem", at least on yocto master Jul 01 11:12:20 mmmm Jul 01 11:12:25 maybe a version issue? Jul 01 11:12:29 .so.1.55 is required Jul 01 11:12:35 .so.1.58 is provided Jul 01 11:14:11 how did you conclude that 1.58 is provided? Jul 01 11:14:54 meta/recipes-support/boost/boost_1.58.0.bb Jul 01 11:17:56 wrock: that sounds like yocto master Jul 01 11:18:08 also,with: bitbake -v module, i have messages like: NOTE: selecting db to satisfy runtime db due to PREFERRED_PROVIDER_virtual/db = db Jul 01 11:18:20 but there isn't one for boost Jul 01 11:18:36 altough RDEPENDS_${PN} += "boost" is added Jul 01 11:20:55 it seems it just ignores the dependencie.. Jul 01 11:21:45 wrock: I'm sure that dependency is handled fine, but you want an additional library as well, boost-filesystem Jul 01 11:32:10 but boost-filesystem should be included in boost Jul 01 11:42:29 another one problem whilst building json-c: http://dpaste.com/0HZJ313.txt Jul 01 11:45:16 0x4: maybe to compiler just says: the program has no use, i don't compile it? Jul 01 11:46:21 also Jul 01 11:46:21 cc1: error: -Werror=unused-but-set-variable: No option -Wunused-but-set-variable Jul 01 11:48:55 wrock: do you suggest just exclude this package? Jul 01 11:49:29 package? you have an invalid flag Jul 01 11:49:36 No option -Wunused-but-set-variable Jul 01 11:49:45 hm Jul 01 11:49:47 ok Jul 01 11:49:48 thanks Jul 01 11:57:58 http://www.thepoke.co.uk/wp-content/uploads/2014/04/acrostic_van.jpg Jul 01 12:06:05 wrock: how can I exclude this flag for particular package? Jul 01 12:09:15 Ox4: are you using the old source compiler on purpose? Jul 01 12:09:20 sourcery, I mean Jul 01 12:11:00 tf_: the manufacturer of the cpu which I use recommends this toolchain :-( Jul 01 12:13:13 you need to find out where the option is coming from; if it's part of the CC defintion in Yocto, you will need to tweak that, and if it is coming from the package you are building, you will need to patch that package Jul 01 12:13:26 just run devshell for the package and echo $CC Jul 01 12:19:29 wrock: are you aware that recipes do not map to packages 1-to-1? Jul 01 12:19:49 what do you mean? Jul 01 12:20:07 wrock: e.g. boost recipe produces multiple packages, one of which is boost-filesystem Jul 01 12:20:29 and RDEPENDS deals with packages, not recipes Jul 01 12:23:50 yes Jul 01 12:24:17 but I still think its an version issue Jul 01 12:24:27 boost 1.55 != 1.58 Jul 01 12:27:45 so either i have to upgrade my chroot, where i compiled my binaries to boost 1.58, or downgrade the recipe to 1.55 somehow.. Jul 01 12:27:49 wrock: how is your binary built? it sounds fairly unlikely you could end up in that situation if it's built with the yocto you are now using to package it Jul 01 12:28:26 i set up a chroot Jul 01 12:28:29 then cmake Jul 01 12:28:40 then i got an debian_armhf package Jul 01 12:28:48 which should be fine Jul 01 12:30:10 i also tried to let yocto build it, but cmake couldn't find any *.h header files Jul 01 12:32:12 the images works fine now, but when i try to start a module from this specific packes, i get an "sh: could not find ./qkd-bnb84" Jul 01 12:32:16 altough its there Jul 01 12:32:33 i think thats the missing boost lib issue Jul 01 12:44:03 I'm building a dizzy system with recommendations disabled. Consequently the system doesn't spawn a getty on boot because the systemd service file starts /sbin/agetty from util-linux-agetty. Shouldn't this be a dependency then, or should it by replaced by busybox' /sbin/getty by default? Jul 01 12:44:38 Note that http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/systemd/systemd/0001-units-Prefer-getty-to-agetty-in-console-setup-system.patch already does that, but for some reason that's only being applied to systemd when the libc is uclibc Jul 01 12:55:02 guys, what is the correct way to set DISRTRO_FEATURES_{append,remove} variable: set is in the machine.conf file, or build/conf/local.conf? Jul 01 12:56:18 and the same question for the PACKAGECONFIG[param] Jul 01 13:32:49 does bitbaking with cmake use an different include directory than with the normal make? Jul 01 13:57:13 ok guys, I surrender. I cannot replace libcap with libcap-ng. How can I do this? Jul 01 14:01:07 as I see avahi-utils, avahi-daemon, pulseoudio-doc, avahi-doc, libpulse, pulsaudio-server, libavahi-core, libpulse-simple libgcrypt-staticdev, etc depend on libcap. So should I remove these packages also? Jul 01 14:47:21 is there anyone here that maintains meta-raspberry? Jul 01 14:48:02 have anyone tried gstreamer-omx on fido lately? Jul 01 15:07:27 libevdev: http://dpaste.com/206JRV9.txt Jul 01 15:34:10 guys, could somebody help me with this one: http://paste.pound-python.org/show/U9njGHd4FgBZ5xiUjRTZ/ ? Jul 01 15:36:43 jku: it was the version issue, i foudn an old boost 1.55 recipe, and now the errors are gone Jul 01 15:45:39 Ox4: that constant should be defined after including time.h. Does the code not include time.h? Does your sysroot lack time.h? Jul 01 15:48:36 And the code functions working with this constant need _POSIX_C_SOURCE >= 199309L, so the constant may need that as well Jul 01 15:56:04 neverpanic: just a second, I have to double check Jul 01 15:57:34 neverpanic: it has http://dpaste.com/1YKWM3J Jul 01 15:58:04 oops Jul 01 15:59:32 neverpanic: no, it has no time.h :-( Jul 01 16:01:07 libevdev includes time.h Jul 01 16:05:10 so time.h is present, it seems. Jul 01 16:05:31 yes Jul 01 16:05:35 and if libevdev includes time.h and the constant is still not defined, you either don't have the correct feature test macros, or the header is faulty. Jul 01 16:05:53 since the issue seems to be related to your toolchain, I'd bet on the latter. Jul 01 16:06:36 neverpanic: latter? Jul 01 16:06:44 "the header is faulty" Jul 01 16:19:56 sjolley: Do you know who owns the channel meeting bot? Jul 01 16:28:03 Ox4: That would be an option, or patching the issue. Or fixing your toolchain. Jul 01 16:28:15 I doubt the maintainer will be interested in fixing a problem in your toolchain. Jul 01 21:09:20 Does anyone know if there is a way to inherit kbuild ? Like we do with autotools Jul 01 21:14:21 realBigfoot: like busybox? inherit cml1? Jul 01 21:16:29 rburton1, dunno actually.. let me check.. what is cml1? Jul 01 21:17:22 it's the configuration language used by busybox and the kernel. make menuconfig, etc Jul 01 21:17:35 (if that's what you meant by kbuild) Jul 01 21:17:54 kbuild is the specifics of how they use their makefiles and whatnot, doesn't really affect how we build that much, other than the bits handled directly in kernel.bbclass, afaik Jul 01 21:18:10 kergoth, rburton1 yeap the same Jul 01 21:19:39 kergoth, I see, I will see how yocto do with the kernel and try to replicate for my recipe Jul 01 21:19:44 thanks :) Jul 01 21:20:04 not sure what you mean by that. if your buildsystem uses cml1, then just inherit cml1 and call it a day. Jul 01 21:22:40 kergoth, you are right! I just got some other errors which with do_rootfs Jul 01 21:22:57 i will try removing my tmp Jul 01 21:44:04 kergoth, rburton1 do you know what this error mean in do_rootfs ? ERROR: PACKAGE_I_AM_BUILDING not found in the base feeds (intel_corei7_64 corei7-64-intel-common corei7-64 core2-64 x86_64 noarch any all) Jul 01 21:44:47 most likely the package contained no files, so didn't get created Jul 01 21:44:58 check the image directory in the recipe's WORKDIR (aka ${D}) Jul 01 21:46:27 kergoth, indeed, it has no files in image directory... so it looks like cml1 is not enough Jul 01 21:51:14 cml1 only handles configuration (e.g. make menuconfig, oldconfig). how the buildsystem works beyond that would be up to the person who wrote the buildsystem. if it truly uses kbuild, not just cml1, then you'd want to copy/paste bits from kernel.bbclass, otherwise you'll nee dto write do_compile & do_install yourself, because there's no standard for the behavior of make-based buildsystems Jul 01 21:51:25 e.g. in that way busybox and the kernel are entirely different Jul 01 21:55:33 kergoth, What I have to do is to copy a custom .config in configure phase. Maybe using cml1 is not needed at all. Jul 01 21:55:40 I will see what else I have to do.. Maybe you are right I will have to it manually anyway. Thanks! Jul 01 22:34:31 DAMNIT Jul 01 22:40:01 DAMNIT Jul 01 22:41:01 rofl Jul 01 22:41:08 go to bed! Jul 01 22:49:04 i should before more errors appear Jul 01 22:49:13 cooled down enough now i guess Jul 01 22:49:16 * rburton1 hacking in the garden Jul 02 02:05:50 how do I enable dri3 in mesa? I have DEPENDS += "dri3proto presentproto libxshmfence" which should fulfil dri3 requirement but dri3 is still configured as disabled Jul 02 02:20:47 sorry I mean xorg-server not mesa Jul 02 02:22:58 hai, i was trying to build fsl-image-gui for freescale i.mx6 platform with wayland and systemd, the build fails during do_rootfs saying " Can't install obexftp-0.23-r0@cortexa9hf_vfp_neon: no package provides libbluetooth.so.3", but its there in /manifest provided by bluez5, any idea how to fix this ? **** ENDING LOGGING AT Thu Jul 02 02:59:59 2015