Shall I start a new thread for this error ?
On 16-Jan-2016 7:49 am, "Ankur Tyagi" <[email protected]> wrote: > > In the last step, I am getting this error now: > > > Collected errors: > * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-sdk-target: > * libgcov-dev * > * opkg_install_cmd: Cannot install package packagegroup-core-standalone-sdk-target. > > ERROR: Function failed: do_populate_sdk > ERROR: Logfile of failure stored in: /home/nws/yocto-fido-dev/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/cortexa8hf-vfp-neon-linux-gnueabi/meta-toolchain-qt5/1.0-r0/temp/log.do_populate_sdk.65427 > ERROR: Task 8 (/home/nws/yocto-fido-dev/oe-layersetup/sources/meta-qt5/recipes-qt/meta/ meta-toolchain-qt5.bb, do_populate_sdk) failed with exit code '1' > > Complete log @ http://pastebin.com/CNuJk2i2 > > I have tried removing previous build tmp/work but still get this error on fresh builds. > > thanks > > > On Fri, Jan 15, 2016 at 7:14 AM, Khem Raj <[email protected]> wrote: >> >> >> > On Jan 14, 2016, at 1:08 AM, Ankur Tyagi <[email protected]> wrote: >> > >> > that fixed the problem, thanks for the help. >> > >> > Any reason why this patch is not accepted ? >> >> it’d s link to an upstreamed patch. If its missing in OE then propose it >> to OE recipe >> >> > >> > On Thu, Jan 14, 2016 at 8:02 AM, Khem Raj <[email protected]> wrote: >> > >> >> issue seems to be typeof usage when using c99 >> >> especially this from bluetooth.h >> >> >> >> #define bt_put_unaligned(val,ptr) do { struct __attribute__((packed)) { >> >> typeof(*(ptr)) __v; } *__p = (typeof(__p)) (ptr); __p->__v = (val); } >> >> while(0) >> >> >> >> change typeof with __typeof__ in above macro. >> >> >> >> or back port >> >> >> >> >> >> http://git.kernel.org/cgit/bluetooth/bluez.git/commit/?id=cf52a40302d0d20ccca22a7a1f53e46ef8abfca8 >> >> >> >> into your version of bluez >> >> >> >> >> >> >> >>> On Jan 13, 2016, at 1:59 AM, Ankur Tyagi <[email protected]> >> >> wrote: >> >>> >> >>> here is the full log file >> >>> https://gist.github.com/anonymous/d6db184bff49736e1121 >> >>> >> >>> In case log file above is truncated: >> >>> >> >> https://gist.githubusercontent.com/anonymous/d6db184bff49736e1121/raw/b6dd87cf3745c91d958e253c3332cc22772a1f0a/qnetworkinfo_linux.cpp >> >>> >> >>> >> >>> On Tue, Jan 12, 2016 at 5:50 PM, Khem Raj <[email protected]> wrote: >> >>> >> >>>> No. you need to use complete cmdline that is used while compiling it >> >>>> originally to produce the error >> >>>> >> >>>>> On Jan 12, 2016, at 5:37 PM, Ankur Tyagi <[email protected]> >> >>>> wrote: >> >>>>> >> >>>>> I posted the complete log file. >> >>>>> >> >>>>> I tried with "arm-linux-gnueabihf-gcc -E -dD <filename>" >> >>>>> Maybe it is not enough. I'll try with complete command having include >> >>>> paths >> >>>>> and see if it improves anything. >> >>>>> >> >>>>> On Wed, Jan 13, 2016 at 2:29 PM, Khem Raj <[email protected]> wrote: >> >>>>> >> >>>>>> >> >>>> >> >> /home/nws/yocto-fido-dev/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/cortexa8hf-vfp-neon-linux-gnueabi/qtsystems/5.5.1+gitAUTOINC+0577ffca58-r0/git/src/systeminfo/linux/qnetworkinfo_linux_p.h:48:26: >> >>>>>> fatal error: qnetworkinfo.h: No such file or directory >> >>>>>> >> >>>>>> >> >>>>>> Please post complete file >> >>>>>> >> >>>>>>> On Jan 12, 2016, at 5:22 PM, Ankur Tyagi <[email protected] > >> >>>>>> wrote: >> >>>>>>> >> >>>>>>> thanks >> >>>>>>> >> >>>>>>> here it is.. https://gist.github.com/anonymous/a03e9fb2203e45a4b033 >> >>>>>>> >> >>>>>>> On Wed, Jan 13, 2016 at 1:44 PM, Khem Raj <[email protected]> >> >> wrote: >> >>>>>>> >> >>>>>>>> >> >>>>>>>>> On Jan 12, 2016, at 4:39 PM, Ankur Tyagi < [email protected]> >> >>>>>>>> wrote: >> >>>>>>>>> >> >>>>>>>>> sorry it took me a while to reply. >> >>>>>>>>> >> >>>>>>>>> I am using gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf. >> >>>>>>>>> >> >>>>>>>>> I have preprocess >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> log but looks like pastebin is down. Ok to send the log as >> >>>> attachment ? >> >>>>>>>> >> >>>>>>>> http://alternativeto.net/software/pastebin/ >> >>>>>>>> >> >>>>>>>>> >> >>>>>>>>> On Tue, Jan 12, 2016 at 9:16 AM, Khem Raj <[email protected]> >> >>>> wrote: >> >>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>>> On Jan 11, 2016, at 11:25 AM, Ankur Tyagi < >> >> [email protected] >> >>>>> >> >>>>>>>>>> wrote: >> >>>>>>>>>>> >> >>>>>>>>>>> included stdint.h in qnetworkinfo_linux.cpp but still getting the >> >>>>>> same >> >>>>>>>>>> error >> >>>>>>>>>> >> >>>>>>>>>> what version of gcc are you using and can you preprocess the file >> >>>>>> under >> >>>>>>>>>> error with -E -dD and pastebin it ? >> >>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> On Mon, Jan 11, 2016 at 10:47 AM, Khem Raj < [email protected]> >> >>>>>> wrote: >> >>>>>>>>>>> >> >>>>>>>>>>>> On Mon, Jan 11, 2016 at 10:37 AM, Ankur Tyagi < >> >>>>>>>> [email protected]> >> >>>>>>>>>>>> wrote: >> >>>>>>>>>>>>> >> >>>>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>> >> >>>>>> >> >>>> >> >> /home/nws/yocto-fido-dev/oe-layersetup/build/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/include/bluetooth/bluetooth.h:159:9: >> >>>>>>>>>>>>> error: expected identifier before '*' token >> >>>>>>>>>>>>> | return bt_get_unaligned((const uint64_t *) ptr); >> >>>>>>>>>>>> >> >>>>>>>>>>>> this means that stdint.h is missing from includes. >> >>>>>>>>>>>> -- >> >>>>>>>>>>>> _______________________________________________ >> >>>>>>>>>>>> Openembedded-devel mailing list >> >>>>>>>>>>>> [email protected] >> >>>>>>>>>>>> >> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>>>>>>>>>> >> >>>>>>>>>>> -- >> >>>>>>>>>>> _______________________________________________ >> >>>>>>>>>>> Openembedded-devel mailing list >> >>>>>>>>>>> [email protected] >> >>>>>>>>>>> >> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> -- >> >>>>>>>>>> _______________________________________________ >> >>>>>>>>>> Openembedded-devel mailing list >> >>>>>>>>>> [email protected] >> >>>>>>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>> -- >> >>>>>>>>> _______________________________________________ >> >>>>>>>>> Openembedded-devel mailing list >> >>>>>>>>> [email protected] >> >>>>>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> -- >> >>>>>>>> _______________________________________________ >> >>>>>>>> Openembedded-devel mailing list >> >>>>>>>> [email protected] >> >>>>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>>>>>> >> >>>>>>>> >> >>>>>>> -- >> >>>>>>> _______________________________________________ >> >>>>>>> Openembedded-devel mailing list >> >>>>>>> [email protected] >> >>>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>>>> >> >>>>>> >> >>>>>> -- >> >>>>>> _______________________________________________ >> >>>>>> Openembedded-devel mailing list >> >>>>>> [email protected] >> >>>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>>>> >> >>>>>> >> >>>>> -- >> >>>>> _______________________________________________ >> >>>>> Openembedded-devel mailing list >> >>>>> [email protected] >> >>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>> >> >>>> >> >>>> -- >> >>>> _______________________________________________ >> >>>> Openembedded-devel mailing list >> >>>> [email protected] >> >>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >>>> >> >>>> >> >>> -- >> >>> _______________________________________________ >> >>> Openembedded-devel mailing list >> >>> [email protected] >> >>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >> >> >> >> >> -- >> >> _______________________________________________ >> >> Openembedded-devel mailing list >> >> [email protected] >> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >> >> >> >> > -- >> > _______________________________________________ >> > Openembedded-devel mailing list >> > [email protected] >> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> >> >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> [email protected] >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
