**** BEGIN LOGGING AT Thu Nov 01 03:00:00 2018 Nov 01 06:12:28 Hi, I am facing issue "The C compiler "/usr/bin/clang-4.0" is not able to compile a simple test program" Any suggestion ? This components works fine on Ubuntu, but not on yocto framework Nov 01 08:37:08 Hi, I am trying to understand an issue with qtbase-native. What is the purpose of qtbase-native or what is the difference to qtbase? Nov 01 08:37:08 The isue I am facing is a missing pg_config.h which should come from postgresql (build/tmp-angstrom-glibc/work/x86_64-linux/qtbase-native/5.10.1+gitAUTOINC+6c6ace9d23-r0/git/src/plugins/sqldrivers/psql/qsql_psql.cpp:58:10: fatal error: pg_config.h: No such file or directory). Nov 01 08:37:08 The configuration log says that the library psql is found. Nov 01 08:41:22 I am using angstrom-v2018.06-sumo by the way Nov 01 09:06:48 all -native are for host system, qtbase is for taget, check shy you got psql enabled in native build (it shouldn't be IIRC) Nov 01 09:07:18 but if it's from log.do_configure then I guess it's not the fatal error and it only detected that psql isn't available and shouldn't be enabled Nov 01 09:35:06 well .. it seems that `-no-sql-psql` is missing in the .PACKAGECONFIG_CONFARGS in layers/meta-qt5/recipes-qt/qt5/qtbase-native_git.bb Nov 01 09:35:59 it works if I add `-no-sql-psql` Nov 01 10:57:03 bluelightning: No, it's referring to a directory that is listed is pulled in using the "file" protocol in SRC_URI (i.e., file://path) Nov 01 10:57:12 Sorry, I forgot to set my away Nov 01 11:17:54 bluelightning_: ^^ Nov 01 11:18:14 Sorry that should say "is listed as" Nov 01 11:23:43 tgoodwin, bluelightning_ is in New Zealand btw :) Nov 01 11:24:09 ah. Nov 01 11:25:24 I haven't spent much time looking at what's going on with it since generating patches from an external source directory has been alright. Nov 01 12:11:27 Crofton: looks like it wasn't even workdir that was causing the issue. It seems to be related to the shared source directory used by the kernel vs. the individual source directory setup by devtool. The individual wasn't populated with the kernel source, so my task's attempt to copy a file into S failed. Nov 01 12:17:20 Kind-of a split issue. On the one hand, the devtool workdir only contains my .patch files (nothing else like config segments, etc. from my SRC_URI list). The S source path also looks like an incomplete setup of the kernel. So yeah... devtool modify results in a partially populated workdir and S which is why my functions are failing. Nov 01 12:17:22 :-/ **** BEGIN LOGGING AT Thu Nov 01 23:10:38 2018 **** ENDING LOGGING AT Fri Nov 02 02:59:58 2018