**** BEGIN LOGGING AT Mon May 13 02:59:56 2019 May 13 08:38:36 hey! trying to build an old OE tree based on poky jethro. Since the build fails miserably on my Ubuntu 18 LTS host, I instead run it inside a Ubuntu 14 LTS docker container (the tree was originally developed on ubuntu 14). Now, a lot more things build but then it reaches gcc-cross and this happens: https://pastebin.com/1mqPcpJT .. However, if I build the same tree on a nearby Ubuntu 14 LTS server, it works. 1) May 13 08:38:38 has anyone seen this error with gcc-cross 2) i thought OE was more or less host agnostic, what parts of the build tree are sensitive to the host environment? May 13 08:47:26 BlastuR: Where did you get the docker image from? The Ubuntu ones on the Docker Hub have so much stripped out they're practically useless to me May 13 08:49:33 You might have better luck building your own image following instructions like https://www.embeddeduse.com/2019/02/11/using-docker-containers-for-yocto-builds/ or googling for similar things May 13 08:49:46 I use LXD containers myself and try to avoid Docker at all costs May 13 08:50:22 paulbarker: i use ubuntu:14.04, so i suppose its the ubuntu ones from docker hub. It's also what embeddeduse.com seem to use May 13 08:53:04 paulbarker: ok, but do you think it's a docker issue? seem to me like its either a missing package in the host, or an incorrect version of some package. I just see all these undefined reference, i guess it's missing something at the link phase May 13 09:25:35 BlastuR: It does look like something is missing or out-of-date. I'm looking sideways at Docker as you've said it works on a native Ubuntu 14.04 server May 13 14:07:09 I have MACHINE_EXTRA_RDEPENDS += "kernel-image-zimage" in my BSP's machine.conf, so packagegroup-base-machine.ipk ends up with a dependency Depends: [...], kernel-image-zimage-4.9.11-cl-som-imx7-5.1+gc27010d99a3d [...] May 13 14:07:09 This is what I want (I think), but the problem is that when I now update the kernel, packagegroup-base-machine is not rebuilt, i.e. the ipk still refers to the (now unavailable) old kernel-image-zimage-xxx ipk. What is the correct way to address this? May 13 14:11:52 Note that kernel packages RPROVIDE kernel-image-zimage (without the version number), so is the problem that packagegroup-base-machine.ipk has it _with_ version number in its depends, or is the problem that packagegroup-base-machine.ipk needs to be taught to be rebuilt? May 13 16:15:16 hello. could you explain me how to print all stuff that bitbake are doing for target? F.e. I want to understand why when I execute second time MACHINE=x86-sdk-generic bitbake nativesdk-package nothing happen, i want to see those checks in the code that detects that it has been already built. May 14 00:14:58 armpit, around? May 14 00:15:13 who ? May 14 00:15:33 Hey, I'm trying an odroid-xu4 buidl from master May 14 00:15:53 ERROR: Required build target 'gnuradio-dev-image' has no buildable providers. May 14 00:15:53 Missing or unbuildable dependency chain was: ['gnuradio-dev-image', 'packagegroup-sdr-python-extended', 'gnuradio', 'gtk+3', 'libgl'] May 14 00:16:00 any hints on sorting this out? May 14 00:16:46 does odroid use wayland not x11? May 14 00:16:54 Am I an idiot? May 14 00:19:04 libgl.. hmmm mesa could be getting in the way May 14 00:19:46 sorry. Mali May 14 00:20:27 trying to build something using x11 and qt5 May 14 00:20:53 x11 should work May 14 00:21:17 so that package group is in the meta-srd ? May 14 00:21:22 yeah May 14 00:21:26 k May 14 00:21:35 but it is pretty fudamental May 14 00:21:38 need gtk+3 May 14 00:21:41 let me pull it down.. May 14 00:22:22 there is a gtk3+ bbappend in the layer May 14 00:22:31 I need to get this build going and get some rest :) May 14 00:22:41 got a sucker willing to test :) May 14 00:26:21 for $100,000,000,000 May 14 00:27:24 I need to move and hope I have tubes at the new location May 14 00:27:28 any tips welcom May 14 00:27:30 bbl May 14 00:27:34 poof **** ENDING LOGGING AT Tue May 14 02:59:57 2019