seebs | JaMa: the inode mismatch and "creat replaces" are really interesting. | 00:02 |
---|---|---|
seebs | Thanks, that's way more specific now than the problems we were previously seeing. | 00:02 |
seebs | That is really weird, though. Why... Huh. | 00:02 |
seebs | Okay, thanks, I'll see if I can trigger it again. | 00:03 |
seebs | the pyc one looks like it might be a .pyc getting deleted/recreated outside of pseudo. Possibly the same for .python-history. | 00:03 |
seebs | Hmm. Actually, yeah, all of those look like things which may be getting created inside pseudo, deleted outside pseudo, and recreated inside again. Potentially. Hmmmm. | 00:03 |
seebs | Anyway, that's a much smaller log, now I just need to see if I can cause it to happen on purpose. Thanks! | 00:04 |
*** scottrif <scottrif!~scottrif@191.97.80.19> has left #yocto | 00:07 | |
-YoctoAutoBuilder- build #941 of build-appliance is complete: Failure [failed BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/build-appliance/builds/941 | 00:18 | |
*** bzb <bzb!~bzb@135-23-193-53.cpe.pppoe.ca> has quit IRC | 00:21 | |
JaMa | seebs: yeah, it's shorter but the "creat for .* replaces existing .*" message is still shown quite a few times for many different files, but the host-user-contamination is in the end triggered for only one of them nl_BE/LC_CTYPE and this one doesn't look special in the pastebin pseudo.log | 00:27 |
JaMa | seebs: the only difference of nl_BE/LC_CTYPE might be fewer hard links pointing to its inode (if it's the same as with ar_AE.ISO-8859-6/LC_MEASUREMENT described in bugzilla) | 00:29 |
JaMa | do you want me to tarball whole glibc-locale workdir with this somewhere? | 00:30 |
JaMa | it's not terribly big 774M glibc-locale-workdir-003 | 00:30 |
*** Snert__ <Snert__!~snert_@65.74.8.146> has quit IRC | 00:33 | |
JaMa | 157M glibc-locale-workdir-003.tar.bz2 | 00:35 |
JaMa | https://drive.google.com/open?id=1_aeVGu7-vz_0aZEGX9wiZdlYDLvUlVjG if you need it | 00:41 |
*** pohly <pohly!~pohly@65.158.186.241> has joined #yocto | 00:48 | |
fray | seebs, is the system creating hard links to files that were created in the compile step and NOT in the pseudo step? | 00:57 |
fray | At one point (maybe it still does) the glibc-locales did a bunch of things with hard links instead of copy or install | 00:57 |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto | 00:58 | |
*** Guest28709 <Guest28709!95c73efe@gateway/web/freenode/ip.149.199.62.254> has quit IRC | 01:02 | |
*** pohly <pohly!~pohly@65.158.186.241> has quit IRC | 01:11 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 01:19 | |
seebs | It could well be doing that, and that *could* create problems, potentially. I think. I'll have to think about it; it's totally possible that there's a way to trigger errors involving hardlinks. | 01:21 |
seebs | pseudo's only actually intended to be robust in cases where files are actually created under pseudo, linking to existing files can indeed produce undesired results. | 01:21 |
fray | anyway, something to look at | 01:24 |
armpit | there have changes in glibc-locales do to host glib2.27 changes. those changes have rippled through the stable branches | 01:34 |
armpit | there is also a new uninative that landed a day or two ago | 01:34 |
armpit | that all most like mudding the waters | 01:35 |
*** stephano <stephano!~stephano@134.134.139.74> has quit IRC | 01:42 | |
*** pohly <pohly!~pohly@65.158.186.241> has joined #yocto | 01:51 | |
*** pohly <pohly!~pohly@65.158.186.241> has quit IRC | 01:59 | |
fray | looking some more | 02:02 |
fray | do_install () { | 02:02 |
fray | mkdir -p ${D}${bindir} ${D}${datadir} ${D}${libdir} | 02:02 |
fray | if [ -n "$(ls ${LOCALETREESRC}/${bindir})" ]; then | 02:02 |
fray | cp -fpPR ${LOCALETREESRC}/${bindir}/* ${D}${bindir} | 02:02 |
fray | fi | 02:02 |
fray | do we REALLY want the -p? if thats going to preserve the owner, the original files were owned by the user and NOT root | 02:02 |
fray | then at the very end is | 02:02 |
fray | chown root:root -R ${D} | 02:02 |
fray | cp -fpPR ${LOCALETREESRC}/SUPPORTED ${WORKDIR} | 02:02 |
khem | we dont want -p | 02:42 |
*** bluelightning_ <bluelightning_!~paul@118.148.68.78> has joined #yocto | 03:18 | |
*** bluelightning_ <bluelightning_!~paul@118.148.68.78> has quit IRC | 03:18 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 03:18 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 03:18 | |
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has quit IRC | 03:32 | |
-YoctoAutoBuilder- build #1002 of nightly-oe-selftest is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1002 | 03:43 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 04:33 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 04:48 | |
-YoctoAutoBuilder- build #941 of eclipse-plugin-neon is complete: Failure [failed Building Eclipse Plugin] Build details are at https://autobuilder.yocto.io/builders/eclipse-plugin-neon/builds/941 | 04:53 | |
*** gtristan <gtristan!~tristanva@221.147.85.22> has joined #yocto | 04:59 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 05:01 | |
*** AndersD <AndersD!~anders@194.237.220.218> has joined #yocto | 05:11 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC | 05:19 | |
-YoctoAutoBuilder- build #940 of nightly-non-gpl3 is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-non-gpl3/builds/940 | 05:20 | |
-YoctoAutoBuilder- build #931 of nightly-oecore is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-oecore/builds/931 | 05:26 | |
-YoctoAutoBuilder- build #935 of poky-tiny is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/poky-tiny/builds/935 | 05:26 | |
*** AndersD <AndersD!~anders@194.237.220.218> has quit IRC | 05:26 | |
-YoctoAutoBuilder- build #604 of nightly-packagemanagers is complete: Failure [failed] Build details are at https://autobuilder.yocto.io/builders/nightly-packagemanagers/builds/604 | 05:26 | |
-YoctoAutoBuilder- build #955 of nightly-arm-lsb is complete: Failure [failed] Build details are at https://autobuilder.yocto.io/builders/nightly-arm-lsb/builds/955 | 05:26 | |
-YoctoAutoBuilder- build #932 of nightly-arm64 is complete: Failure [failed] Build details are at https://autobuilder.yocto.io/builders/nightly-arm64/builds/932 | 05:27 | |
-YoctoAutoBuilder- build #949 of nightly-x32 is complete: Failure [failed BuildImages Running Sanity Tests Running Sanity Tests_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x32/builds/949 | 05:31 | |
*** AndersD <AndersD!~anders@194.237.220.218> has joined #yocto | 05:41 | |
*** marquiz_ <marquiz_!marquiz@nat/intel/x-vtkpdqmdeuibfhcb> has quit IRC | 05:42 | |
-YoctoAutoBuilder- build #940 of nightly-rpm-non-rpm is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-rpm-non-rpm/builds/940 | 05:43 | |
-YoctoAutoBuilder- build #955 of nightly-deb-non-deb is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-deb-non-deb/builds/955 | 05:47 | |
*** marquiz <marquiz!marquiz@nat/intel/x-aqivlajqyihfwyht> has joined #yocto | 05:49 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto | 05:51 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-tgdviqtsgdvbuzvo> has quit IRC | 05:54 | |
*** gtristan <gtristan!~tristanva@221.147.85.22> has quit IRC | 06:08 | |
-YoctoAutoBuilder- build #948 of nightly-mips is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 BuildImages_2 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-mips/builds/948 | 06:10 | |
-YoctoAutoBuilder- build #953 of nightly-no-x11 is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/953 | 06:14 | |
*** gtristan <gtristan!~tristanva@221.147.85.22> has joined #yocto | 06:19 | |
-YoctoAutoBuilder- build #987 of nightly-x86-64 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1 BuildImages_2 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/987 | 06:22 | |
*** agust <agust!~agust@p4FCB48EA.dip0.t-ipconnect.de> has joined #yocto | 06:28 | |
yocti | New news from stackoverflow: Removing busybox completely from a Yocto generated image <https://stackoverflow.com/questions/48830472/removing-busybox-completely-from-a-yocto-generated-image> | 06:30 |
-YoctoAutoBuilder- build #946 of nightly-mips64 is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 BuildImages_1 Running SDK Sanity Tests_1] Build details are at https://autobuilder.yocto.io/builders/nightly-mips64/builds/946 | 06:32 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto | 06:42 | |
*** ant_home <ant_home!~ant__@host10-248-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC | 06:42 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:45 | |
*** ctlnwr_ <ctlnwr_!~catalin@89.121.200.106> has joined #yocto | 06:49 | |
*** Ovidiu_WR_ <Ovidiu_WR_!~Ovidiu@89.121.200.106> has joined #yocto | 06:49 | |
-YoctoAutoBuilder- build #969 of nightly-ppc is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 BuildImages_2 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc/builds/969 | 06:50 | |
*** ctlnwr__ <ctlnwr__!~catalin@89.121.200.102> has joined #yocto | 06:51 | |
*** Ovidiu_WR <Ovidiu_WR!~Ovidiu@89.121.200.102> has quit IRC | 06:51 | |
*** Ovidiu_WR__ <Ovidiu_WR__!~Ovidiu@89.121.200.102> has joined #yocto | 06:51 | |
-YoctoAutoBuilder- build #950 of nightly-x32 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x32/builds/950 | 06:52 | |
*** ctlnwr <ctlnwr!~catalin@89.121.200.102> has quit IRC | 06:52 | |
*** ctlnwr_ <ctlnwr_!~catalin@89.121.200.106> has quit IRC | 06:55 | |
*** Ovidiu_WR_ <Ovidiu_WR_!~Ovidiu@89.121.200.106> has quit IRC | 06:55 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto | 06:55 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 06:57 | |
*** pawan <pawan!c6af4424@gateway/web/freenode/ip.198.175.68.36> has quit IRC | 07:00 | |
-YoctoAutoBuilder- build #968 of nightly-wic is complete: Failure [failed BuildImages_1 CreateWicImages CreateWicImages_1 CreateWicImages_2 BuildImages_3 CreateWicImages_3 CreateWicImages_4 CreateWicImages_5 BuildImages_5 CreateWicImages_6 CreateWicImages_7 BuildImages_7 CreateWicImages_8 CreateWicImages_9 CreateWicImages_10] Build details are at https://autobuilder.yocto.io/builders/nightly-wic/builds/968 | 07:03 | |
-YoctoAutoBuilder- build #963 of nightly-x86-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-lsb/builds/963 | 07:04 | |
*** rajm <rajm!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has joined #yocto | 07:09 | |
-YoctoAutoBuilder- build #981 of nightly-x86 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1 BuildImages_2 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-x86/builds/981 | 07:09 | |
-YoctoAutoBuilder- build #955 of nightly-ppc-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/955 | 07:10 | |
eduardas_m | hello, are we getting a new Yocto release this month or is it getting delayed? | 07:11 |
-YoctoAutoBuilder- build #965 of nightly-x86-64-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/965 | 07:15 | |
*** mckoan|away is now known as mckoan | 07:17 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-84-4.fbx.proxad.net> has joined #yocto | 07:19 | |
*** rajm <rajm!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has quit IRC | 07:23 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has left #yocto | 07:27 | |
-YoctoAutoBuilder- build #942 of eclipse-plugin-neon is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/eclipse-plugin-neon/builds/942 | 07:27 | |
-YoctoAutoBuilder- build #966 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/966 | 07:29 | |
-YoctoAutoBuilder- build #941 of nightly-rpm-non-rpm is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-rpm-non-rpm/builds/941 | 07:29 | |
*** ant_work <ant_work!~ant__@host138-188-dynamic.50-82-r.retail.telecomitalia.it> has joined #yocto | 07:31 | |
-YoctoAutoBuilder- build #605 of nightly-packagemanagers is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-packagemanagers/builds/605 | 07:38 | |
*** Bunio_FH <Bunio_FH!~bunio@2a02:a313:433c:cd00:f493:6b6d:6a0a:a6cb> has joined #yocto | 07:38 | |
-YoctoAutoBuilder- build #941 of nightly-non-gpl3 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-non-gpl3/builds/941 | 07:40 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 07:40 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 07:44 | |
jww | Hello ! | 07:47 |
LetoThe2nd | Helhi | 07:48 |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has quit IRC | 07:49 | |
-YoctoAutoBuilder- build #954 of nightly-no-x11 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/954 | 07:50 | |
-YoctoAutoBuilder- build #1019 of nightly-arm is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images BuildImages_1 Building Toolchain Images_1 BuildImages_2 Building Toolchain Images_2 Running SDK Sanity Tests Building Toolchain Images_3 BuildImages_3 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-arm/builds/1019 | 07:54 | |
-YoctoAutoBuilder- build #427 of nightly-musl-x86-64 is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-musl-x86-64/builds/427 | 08:01 | |
*** micka_ is now known as micka | 08:02 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 08:04 | |
-YoctoAutoBuilder- build #936 of poky-tiny is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/poky-tiny/builds/936 | 08:09 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto | 08:13 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 08:16 | |
-YoctoAutoBuilder- build #947 of nightly-mips64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-mips64/builds/947 | 08:26 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 08:27 | |
-YoctoAutoBuilder- build #939 of nightly-world-lsb is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-world-lsb/builds/939 | 08:29 | |
-YoctoAutoBuilder- build #969 of nightly-wic is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-wic/builds/969 | 08:29 | |
-YoctoAutoBuilder- build #941 of nightly-world is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-world/builds/941 | 08:30 | |
-YoctoAutoBuilder- build #973 of nightly-musl is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-musl/builds/973 | 08:34 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC | 08:38 | |
-YoctoAutoBuilder- build #949 of nightly-mips is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-mips/builds/949 | 08:38 | |
*** yizhao <yizhao!~zhaoyi@106.120.101.38> has quit IRC | 08:38 | |
JaMa | fray: you don't need to re-execute do_install to trigger the issue, it's something which happens in do_package | 08:41 |
JaMa | I got it reproduced 9 times from 126 iterations over night | 08:42 |
-YoctoAutoBuilder- build #932 of nightly-oecore is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-oecore/builds/932 | 08:43 | |
-YoctoAutoBuilder- build #982 of nightly-x86 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86/builds/982 | 08:47 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 08:51 | |
*** rajm <rajm!~robertmar@167.98.27.229> has joined #yocto | 08:51 | |
*** xtron <xtron!~xtron@110.93.212.98> has left #yocto | 08:57 | |
-YoctoAutoBuilder- build #970 of nightly-ppc is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc/builds/970 | 08:58 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto | 08:58 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 09:00 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC | 09:02 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 09:02 | |
*** pawan_ <pawan_!c6af4424@gateway/web/freenode/ip.198.175.68.36> has quit IRC | 09:08 | |
*** Tamis <Tamis!3e862e04@gateway/web/freenode/ip.62.134.46.4> has quit IRC | 09:09 | |
-YoctoAutoBuilder- build #944 of nightly-mips-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/944 | 09:09 | |
-YoctoAutoBuilder- build #933 of nightly-arm64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-arm64/builds/933 | 09:14 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 09:16 | |
*** fberg <fberg!~kappe@93-42-191-214.ip88.fastwebnet.it> has joined #yocto | 09:17 | |
fberg | hello guys.. bitbake tells me that WARNING: libpam-1.3.0-r5 do_pam_sanity: Building libpam but 'pam' isn't in DISTRO_FEATURES, PAM won't work correctly | 09:18 |
*** vdehors <vdehors!~vdehors@176.157.204.145> has joined #yocto | 09:18 | |
fberg | so in conf/local.con I have added : DISTRO_FEATURES_append = " systemd pam" | 09:19 |
fberg | but if i run bitbake li | 09:20 |
fberg | bitbake pam: Error: Nothing PEOVIDES pam | 09:20 |
-YoctoAutoBuilder- build #988 of nightly-x86-64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/988 | 09:20 | |
JaMa | fberg: bitbake libpam is what you want | 09:22 |
fberg | jaMa: thanks | 09:22 |
-YoctoAutoBuilder- build #971 of nightly-multilib is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Running Sanity Tests_1 BuildImages_2 Running Sanity Tests_2 BuildImages_3 Running Sanity Tests_3 BuildImages_4 BuildImages_5 Running Sanity Tests_4 BuildImages_6 Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-multilib/builds/971 | 09:23 | |
-YoctoAutoBuilder- build #428 of nightly-musl-x86-64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-musl-x86-64/builds/428 | 09:24 | |
-YoctoAutoBuilder- build #1003 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1003 | 09:31 | |
-YoctoAutoBuilder- build #943 of build-appliance is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/build-appliance/builds/943 | 09:33 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 09:33 | |
*** vdehors <vdehors!~vdehors@176.157.204.145> has quit IRC | 09:35 | |
*** Bunio_FH <Bunio_FH!~bunio@2a02:a313:433c:cd00:f493:6b6d:6a0a:a6cb> has quit IRC | 09:37 | |
-YoctoAutoBuilder- build #956 of nightly-ppc-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/956 | 09:38 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 09:40 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 09:42 | |
-YoctoAutoBuilder- build #945 of nightly-mips-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/945 | 09:42 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 09:42 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC | 09:47 | |
*** kaspter1 <kaspter1!~Instantbi@115.195.49.195> has joined #yocto | 09:48 | |
*** kaspter1 <kaspter1!~Instantbi@115.195.49.195> has quit IRC | 09:50 | |
-YoctoAutoBuilder- build #942 of nightly-world is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-world/builds/942 | 09:50 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has quit IRC | 09:50 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has joined #yocto | 09:51 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 09:52 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 09:54 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has joined #yocto | 09:57 | |
yocti | New news from stackoverflow: How can I add or delete the recipe in Yocto image by toaster <https://stackoverflow.com/questions/47452738/how-can-i-add-or-delete-the-recipe-in-yocto-image-by-toaster> | 10:01 |
*** robert_y <robert_y!~robert@106.120.101.38> has quit IRC | 10:02 | |
-YoctoAutoBuilder- build #974 of nightly-musl is complete: Failure [failed Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-musl/builds/974 | 10:06 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:10 | |
-YoctoAutoBuilder- build #956 of nightly-arm-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-arm-lsb/builds/956 | 10:14 | |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 10:18 | |
*** mckoan is now known as mckoan|away | 10:22 | |
*** kaspter1 <kaspter1!~Instantbi@115.195.49.195> has joined #yocto | 10:25 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 10:25 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has quit IRC | 10:26 | |
*** kaspter1 is now known as kaspter | 10:26 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has quit IRC | 10:28 | |
*** kaspter1 <kaspter1!~Instantbi@115.195.49.195> has joined #yocto | 10:28 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has joined #yocto | 10:30 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC | 10:33 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC | 10:33 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto | 10:47 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has quit IRC | 10:47 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC | 10:47 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto | 10:47 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has joined #yocto | 10:48 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 10:53 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 10:54 | |
*** adca <adca!~adca@193.202.22.66> has joined #yocto | 10:57 | |
*** dengke <dengke!~dengke@106.120.101.38> has quit IRC | 11:01 | |
*** dengke <dengke!~dengke@106.120.101.38> has joined #yocto | 11:02 | |
*** gabriel__ <gabriel__!~gabriel@177.92.19.154> has quit IRC | 11:06 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 11:14 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 11:16 | |
*** gabriel_ <gabriel_!~gabriel@177.92.19.154> has joined #yocto | 11:24 | |
clopez | i have a question about shared-state.. is it a good idea to share the same SSTATE_DIR between different users that are using different versions of Yocto (like krogoth and thud) or even with users that are differen openembedded based distros like AGL .. ? | 11:28 |
*** kaspter1 <kaspter1!~Instantbi@115.195.49.195> has joined #yocto | 11:28 | |
*** sergio_ <sergio_!~sergio@83.48.122.29> has quit IRC | 11:30 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has quit IRC | 11:30 | |
*** kaspter1 is now known as kaspter | 11:30 | |
*** sergio_ <sergio_!~sergio@83.48.122.29> has joined #yocto | 11:31 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 11:33 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 11:34 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:36 | |
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 11:36 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 11:39 | |
*** bluelightning_ <bluelightning_!~paul@2406:e007:4c92:1:5e51:4fff:febb:401d> has joined #yocto | 11:40 | |
*** bluelightning_ <bluelightning_!~paul@2406:e007:4c92:1:5e51:4fff:febb:401d> has quit IRC | 11:40 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 11:40 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC | 11:51 | |
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 11:55 | |
*** gtristan <gtristan!~tristanva@221.147.85.22> has quit IRC | 11:58 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 12:02 | |
seebs | clopez: should be fine, in principle. sstate cache is pretty robust. it won't likely cause problems, except possibly a performance decline from having really large directories. | 12:08 |
seebs | but you shouldn't have actual clashes where you pick up the wrong package or anything. | 12:08 |
*** pohly <pohly!~pohly@rx0wh-dyaptive-systems.vc.bigpipeinc.com> has joined #yocto | 12:10 | |
*** pohly <pohly!~pohly@rx0wh-dyaptive-systems.vc.bigpipeinc.com> has quit IRC | 12:20 | |
*** marka <marka!~masselst@184.175.21.48> has joined #yocto | 12:23 | |
*** pohly <pohly!~pohly@rx0wh-dyaptive-systems.vc.bigpipeinc.com> has joined #yocto | 12:34 | |
*** franco_ <franco_!82c0563d@gateway/web/freenode/ip.130.192.86.61> has joined #yocto | 12:35 | |
franco_ | I want to add a module to my yocto kernel | 12:35 |
franco_ | where can i find the .config file? | 12:35 |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:38 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 12:50 | |
eduardas_m | franco_: in tmp/work/ and deeper until you get to your linux kernel work directory | 12:50 |
nayfe | franco_: usually it's named defconfig, you can find build location with bitbake -e virtual/kernel | grep '^B=' | 12:51 |
nayfe | more or less | 12:51 |
nayfe | https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#kernel-dev-common | 12:52 |
*** franco_ <franco_!82c0563d@gateway/web/freenode/ip.130.192.86.61> has quit IRC | 12:54 | |
eduardas_m | franco_: mine is in tmp/work/<machine_and_distro_name>-gnueabi/<linux_kernel_name>/4.9.11-r0/build | 12:55 |
eduardas_m | this is inside the build directory hierarchy, of course | 12:56 |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 12:56 | |
clopez | seebs: ok.. thanks for the info | 12:56 |
*** dlan <dlan!~dennis@58.246.136.202> has joined #yocto | 12:56 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 12:56 | |
rburton | khem: https://autobuilder.yocto.io/builders/nightly-musl/builds/975/steps/BuildImages/logs/stdio | 12:57 |
yocti | New news from stackoverflow: ath10k Firmware : IBSS (Ad-Hoc) - WiFi : Mode missing <https://stackoverflow.com/questions/49941762/ath10k-firmware-ibss-ad-hoc-wifi-mode-missing> | 13:01 |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has quit IRC | 13:03 | |
*** franco_ <franco_!82c0563d@gateway/web/freenode/ip.130.192.86.61> has joined #yocto | 13:03 | |
franco_ | I had modified the kernel source, now what have i to do in order to include the "new kernel" in my next image? | 13:04 |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has joined #yocto | 13:04 | |
*** pohly <pohly!~pohly@rx0wh-dyaptive-systems.vc.bigpipeinc.com> has quit IRC | 13:09 | |
*** vdehors is now known as anloh | 13:10 | |
*** anloh is now known as vdehors | 13:11 | |
eduardas_m | franco_: you can take a look at this: https://www.yoctoproject.org/docs/2.4.2/kernel-dev/kernel-dev.html#changing-the-configuration | 13:19 |
*** mkilivan <mkilivan!d4880904@gateway/web/freenode/ip.212.136.9.4> has quit IRC | 13:20 | |
eduardas_m | franco_: oh wait, you mean you are not using a new configuration, but have actually edited the source itself? | 13:20 |
franco_ | I have edited the .config file in order to include a new module | 13:22 |
eduardas_m | franco_: then the documented method should work for you | 13:22 |
franco_ | ok thx | 13:23 |
franco_ | If i would like to change the sources, what is the best way? | 13:23 |
eduardas_m | franco_: I recommend you do the configuration changes in your own separate layer if you are working with a 3rd party BSP | 13:23 |
franco_ | Creating a .patch file? | 13:23 |
eduardas_m | franco_: for source changes, I find it convenient to have a separate kernel fork git repository and write my own kernel recipe | 13:24 |
eduardas_m | then include the kernel recipe name in my machine configuration definition | 13:24 |
franco_ | ok | 13:25 |
eduardas_m | not necessary if you are merely doing small changes, of course | 13:25 |
eduardas_m | i.e. if you only have a few small patches | 13:26 |
franco_ | Regarding the point 1. After I changed the .config file using make menuconfig. Have i to run make? | 13:26 |
eduardas_m | but in my case there are a few custom drivers and devicetrees | 13:26 |
franco_ | or is sufficient to run bitbake core-image-minimal to obtain an image with the new kernel? | 13:26 |
*** robher <robher!sid20343@linaro/robher> has quit IRC | 13:27 | |
*** robher <robher!sid20343@linaro/robher> has joined #yocto | 13:27 | |
nayfe | franco_: bitbake -c menuconfig virtual/kernel | 13:27 |
nayfe | bitbake -C compile virtual/kernel; | 13:28 |
franco_ | what is the difference between those two commands? | 13:30 |
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has joined #yocto | 13:30 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC | 13:32 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto | 13:35 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 13:36 | |
eduardas_m | franco_: https://www.yoctoproject.org/docs/2.4.2/ref-manual/ref-manual.html#usingpoky-debugging-taskrunning | 13:41 |
eduardas_m | for the difference between -c and -C | 13:43 |
*** AndersD <AndersD!~anders@194.237.220.218> has quit IRC | 13:47 | |
eduardas_m | first command defined by nayfe lets you run menuconfig and configure your kernel, second one actually compiles it | 13:47 |
eduardas_m | however, working in such a way, it might eventually be easy to lose the changes made with menuconfig | 13:48 |
eduardas_m | I suggest backing up the .config after the menuconfig step | 13:49 |
eduardas_m | but honestly, me and my colleague prefer to play with kernel configuration outside of Yocto | 13:50 |
*** morphis_ <morphis_!~morphis@pD9ED6392.dip0.t-ipconnect.de> has joined #yocto | 13:51 | |
*** marka <marka!~masselst@184.175.21.48> has quit IRC | 13:52 | |
*** fberg <fberg!~kappe@93-42-191-214.ip88.fastwebnet.it> has quit IRC | 13:52 | |
*** morphis__ <morphis__!~morphis@pD9ED7A62.dip0.t-ipconnect.de> has quit IRC | 13:54 | |
*** marka <marka!~masselst@184.175.21.48> has joined #yocto | 13:56 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 14:00 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC | 14:04 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 14:12 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has quit IRC | 14:15 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has quit IRC | 14:16 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has joined #yocto | 14:16 | |
*** zarzar <zarzar!~zarzar@184.75.233.58> has joined #yocto | 14:18 | |
-YoctoAutoBuilder- build #957 of nightly-deb-non-deb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-deb-non-deb/builds/957 | 14:21 | |
*** binarym <binarym!~binarym@cornub.ospow.com> has left #yocto | 14:22 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has joined #yocto | 14:29 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 14:33 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 14:39 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 14:40 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto | 14:49 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC | 14:55 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 14:58 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 14:59 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has left #yocto | 14:59 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto | 15:00 | |
*** kaspter <kaspter!~Instantbi@115.195.49.195> has quit IRC | 15:03 | |
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has quit IRC | 15:04 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 15:07 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC | 15:11 | |
*** nayfe <nayfe!uid259604@gateway/web/irccloud.com/x-loidwdezzlzvuqck> has quit IRC | 15:13 | |
*** nayfe <nayfe!uid259604@gateway/web/irccloud.com/x-qidlhzcffybvncql> has joined #yocto | 15:13 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto | 15:14 | |
-YoctoAutoBuilder- build #976 of nightly-musl is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-musl/builds/976 | 15:16 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 15:16 | |
*** majuk_ <majuk_!~majuk@75-163-194-62.clsp.qwest.net> has joined #yocto | 15:18 | |
*** majuk <majuk!~majuk@75-163-194-62.clsp.qwest.net> has quit IRC | 15:18 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 15:18 | |
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has joined #yocto | 15:26 | |
*** ant_work <ant_work!~ant__@host138-188-dynamic.50-82-r.retail.telecomitalia.it> has quit IRC | 15:26 | |
*** ZubairLK <ZubairLK!~Thunderbi@unaffiliated/zubairlk> has quit IRC | 15:30 | |
*** ZubairLK <ZubairLK!~Thunderbi@unaffiliated/zubairlk> has joined #yocto | 15:30 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC | 15:32 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:37 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 15:42 | |
*** acurvello <acurvello!~acurvello@apolo.padtec.com.br> has quit IRC | 15:42 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-84-4.fbx.proxad.net> has quit IRC | 15:42 | |
*** acurvello <acurvello!~acurvello@apolo.padtec.com.br> has joined #yocto | 15:42 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC | 15:44 | |
*** majuk_ is now known as majuk | 15:48 | |
-YoctoAutoBuilder- build #1004 of nightly-oe-selftest is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1004 | 15:48 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 15:49 | |
sveinse | How can I check what package pulls in another? I'm getting glibc-dbg on target, but I cannot immediately find which package causes it to be pulled in. | 15:53 |
fray | if using RPM, on the target rpm -q --whatrequires glibc-dbg | 15:53 |
fray | otherwise you'll have to manually scan the package dependencies and create your own map to figure it out.. most likely it's a RRECOMMEND that is doing it, from another -dbg and/or -dev package | 15:54 |
sveinse | fray: ah, alas, I have ipk. And no package-manager. so it'll ned to be host-side | 15:54 |
fray | ya, so you will have to map it manually.. ipk's are nothing more then an ar archive.. just pull out the control and you can interpret it pretty easily and create a mapping. | 15:55 |
sveinse | Yeah, I have a dumpfile of all ipks that I can search. Works well for most cases, but refering to libc6-dbg is one of the most occurring pacakges :D | 15:56 |
fray | you need to use the list of things installed (or asked to be installed) onto the target.... | 15:59 |
fray | then start there and work outward for dependencies.. | 15:59 |
sveinse | fray: I probably need to write a py script for doing that parsing | 15:59 |
paulbarker | sveinse: Have you enabled buildhistory? | 16:00 |
sveinse | paulbarker: yes | 16:00 |
fray | I've used 'dot maps' in the past for some of that... but if the image is complex, it's too difficult to read | 16:01 |
paulbarker | If you look in the buildhistory directory you should see some dependency graphs in .dot format and a directory full of package info | 16:06 |
LocutusOfBorg | oh damn, many uppercase sadness | 16:09 |
sveinse | Found it. What I did was: find build/tmp/deploy/ipk -name \*.ipk -exec less '{}' ';' | cat >ipk_files; grep -e '\(Package\|libc6-dbg\)' ipk_files.txt |grep -B1 libc6-dbg |grep 'Package:' |grep -v -e'Package:.*-dbg' | 16:09 |
LocutusOfBorg | I spent a whole day trying to understand why python3 was failing during build | 16:09 |
LocutusOfBorg | and it was because the $PWD contained upper case letters | 16:09 |
LocutusOfBorg | :( | 16:09 |
sveinse | Handful isn't it :D In English: Find all packages that depends or reccomends libc6-dbg but doesn't have -dbg in its own name :D | 16:10 |
*** ntl <ntl!~nathanl@cpe-70-121-113-165.austin.res.rr.com> has joined #yocto | 16:10 | |
paulbarker | sveinse: That is some good grep-fu | 16:10 |
sveinse | paulbarker: indeed :D -- in the longer run, I think perhaps we should have a simple tool to query dependencies, aka what rpm and dpkg can do on target | 16:12 |
rburton | we do | 16:16 |
rburton | oe-depends-dot | 16:16 |
khem | ah rburton thanks stupid mistake in packaging | 16:16 |
sveinse | oe-depends-dot: copmmand not found | 16:24 |
rburton | and thats what you get for not tracking master like a real engineer | 16:27 |
sveinse | rburton: :D We're on a product release streak, so not an option right now... | 16:28 |
rburton | pah ;) | 16:28 |
rburton | easy to rip out of cgit if you want it, doesn't depend on anything else | 16:29 |
sveinse | rburton: But anyhow, oe-depends-dot seems to be producing gigantic dot schemas, right? Not just "give-me-what-pulls-me-in" kinda thing, right? | 16:29 |
* sveinse guessing | 16:29 | |
kergoth | sveinse: no, oe-depends-dot parses the .dot files emitted by bitbake -g | 16:29 |
kergoth | which includes what you told it to include, and their deps | 16:29 |
sveinse | kergoth: ah right, cool | 16:30 |
rburton | thats all buildtime and known-at-build-time depends, still need to extend pkgdatautil to dig around the dependnecies of the produced binarie | 16:31 |
rburton | poky-contrib:ross/pkg has the start of a tool to do that, fwiw | 16:31 |
khem | rburton: sent the whole series fixed | 16:34 |
*** scottrif <scottrif!~scottrif@191.97.80.20> has joined #yocto | 16:35 | |
-YoctoAutoBuilder- build #957 of nightly-arm-lsb is complete: Failure [failed BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-arm-lsb/builds/957 | 16:37 | |
*** ctlnwr__ <ctlnwr__!~catalin@89.121.200.102> has quit IRC | 16:39 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 16:41 | |
*** franco_ <franco_!82c0563d@gateway/web/freenode/ip.130.192.86.61> has quit IRC | 16:48 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 16:53 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-mnvwugmeqsxjfmzf> has quit IRC | 17:00 | |
*** ctlnwr <ctlnwr!~catalin@89.121.200.102> has joined #yocto | 17:01 | |
krtaylor | I'm trying to set up a virtualbox build and seeing bitbake: Unable to connect or start server errors, ubuntu 16.04 on Mac host | 17:03 |
krtaylor | I've followed the quickstart guide, read the bitbake manual, tried verbose without any additional info | 17:04 |
krtaylor | I'm trying on a Linux hosted 16.04 instance now | 17:05 |
krtaylor | anyone seen this before? | 17:05 |
krtaylor | I originally saw this with OpenBMC, but I am now also seeing the error with poky | 17:06 |
LocutusOfBorg | rburton, trust me, its me behind 12703 | 17:07 |
LocutusOfBorg | what we did was: default MACHINE=raspberrypi3, added meta-openembedded layer and meta-raspberrypi | 17:08 |
LocutusOfBorg | build default image, and breaks with python3 recipe | 17:08 |
LocutusOfBorg | after two days of debugging, I tried a mv of recipes into the home, instead of home/Riccardo/Prova/whatever | 17:08 |
LocutusOfBorg | and this worked | 17:08 |
*** rajm <rajm!~robertmar@167.98.27.229> has quit IRC | 17:08 | |
rburton | LocutusOfBorg: i've had my build tree in a uppercase directory for four years now | 17:09 |
LocutusOfBorg | now I did a build with a "Prova" in $PWD and worked, I'm doing a build with Documents, to find which keyword is throwking the error | 17:09 |
LocutusOfBorg | rburton, my wild guess is that the combo, or some "keyword" is the clue | 17:09 |
rburton | yeah my hunch is a bad sed somewhere | 17:09 |
LocutusOfBorg | for sure, after 5 years of dailywork in yocto, I had seen lots of upper cases | 17:09 |
LocutusOfBorg | and BTW the worst error in my life I have ever seen, was a PWD containing "TIERRA" (upper case) | 17:10 |
LocutusOfBorg | and yocto throwing out an error like "hey, too many errors in this image build log" | 17:10 |
LocutusOfBorg | because of some grep ERR |wc -l and if > 50 bail out | 17:10 |
LocutusOfBorg | (and the PATH was the issue here :p | 17:10 |
LocutusOfBorg | I don't want to give up right now on that bug, so I'll reopen in case to further discuss or at least close with an useful explanation for people having the same issue | 17:11 |
LocutusOfBorg | but for some reasons icc is detected and gcc can't understand its flags | 17:11 |
LocutusOfBorg | (this is also why I asked Riccardo, to provide the path in the bug report, so people can reproduce it) | 17:12 |
-YoctoAutoBuilder- build #1021 of nightly-arm is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-arm/builds/1021 | 17:12 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC | 17:13 | |
rburton | LocutusOfBorg: icc is something you need to turn on, according to configure.ac | 17:14 |
LocutusOfBorg | yep, I wild guess some sed too | 17:15 |
LocutusOfBorg | probably a bug in python3 | 17:15 |
LocutusOfBorg | TBH | 17:15 |
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has quit IRC | 17:18 | |
krtaylor | update on virtualbox/bitbake errors: it works perfectly on a virtualbox linux hosted image configured exactly the same way | 17:21 |
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has joined #yocto | 17:21 | |
*** majuk <majuk!~majuk@75-163-194-62.clsp.qwest.net> has quit IRC | 17:22 | |
*** majuk <majuk!~majuk@75-163-194-62.clsp.qwest.net> has joined #yocto | 17:22 | |
*** seebs <seebs!~seebs@24.196.59.174> has quit IRC | 17:24 | |
*** abelal <abelal!~quassel@110.93.212.98> has quit IRC | 17:30 | |
-YoctoAutoBuilder- build #965 of nightly-x86-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-lsb/builds/965 | 17:48 | |
khem | krtaylor: seems virtualbox has issues on mac then | 18:01 |
rburton | krtaylor: are you using a directory on the host to build in or do you have a disk image | 18:02 |
khem | LocutusOfBorg: I have seen rpm qripe about uppercase in version parts of packages but otherwise I use it all the time | 18:03 |
khem | especially in directory names | 18:04 |
rburton | khem: we sanity check that and abort now | 18:04 |
khem | you mean the version part ? | 18:05 |
khem | fedora seems to be ok with it see https://fedoraproject.org/wiki/Package_Versioning_Examples | 18:08 |
krtaylor | khem, yes, but I have heard others building fine in VB on a mac, must be config | 18:14 |
krtaylor | rburton, I am using a shared folder on the mac, hm, I'll try a new image w/o sharing | 18:14 |
*** scottrif <scottrif!~scottrif@191.97.80.20> has quit IRC | 18:18 | |
*** sjolley <sjolley!~sjolley@134.134.139.73> has quit IRC | 18:18 | |
rburton | krtaylor: hfs is a bit rubbish, so yeah that won't work | 18:42 |
-YoctoAutoBuilder- build #962 of nightly-qa-extras is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-qa-extras/builds/962 | 19:03 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 19:09 | |
*** toanju <toanju!~toanju@x4db45b07.dyn.telefonica.de> has joined #yocto | 19:13 | |
*** gabriel_ <gabriel_!~gabriel@177.92.19.154> has quit IRC | 19:23 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 19:33 | |
*** krtaylor <krtaylor!~krtaylor@cpe-70-114-143-39.austin.res.rr.com> has quit IRC | 19:34 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 19:34 | |
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto | 19:36 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 19:39 | |
*** krtaylor <krtaylor!~krtaylor@cpe-70-114-143-39.austin.res.rr.com> has joined #yocto | 19:45 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 19:45 | |
krtaylor | rburton, thanks, this weekend, I'll try a mac ubuntu build w/o shared folder and report back the results | 19:47 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 19:56 | |
rburton | khem otavio: got a new go bug https://autobuilder.yocto.io/builders/nightly-world-lsb/builds/941/steps/BuildImages/logs/stdio looks like its using host cflags on CC_FOR_BUILD builds? | 20:03 |
rburton | erm, target cflags on host builds | 20:03 |
rburton | if you see what i mean | 20:03 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 20:06 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 20:08 | |
khem | rburton: it looks like -fstack-protector-strong is being used on host part of the build of go-runtime | 20:17 |
*** seebs <seebs!~seebs@24.196.59.174> has joined #yocto | 20:17 | |
*** ntl <ntl!~nathanl@cpe-70-121-113-165.austin.res.rr.com> has quit IRC | 20:26 | |
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC | 20:37 | |
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto | 20:38 | |
*** armpit <armpit!~armpit@2601:202:4000:1184:d8ec:4d1c:3442:b65e> has quit IRC | 20:39 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC | 20:39 | |
*** armpit <armpit!~armpit@2601:202:4000:1184:7103:fe02:9adb:5a82> has joined #yocto | 20:44 | |
*** toanju <toanju!~toanju@x4db45b07.dyn.telefonica.de> has quit IRC | 20:53 | |
*** sveinse <sveinse!~sveinse@156.92-221-160.customer.lyse.net> has left #yocto | 20:55 | |
*** pohly <pohly!~pohly@204.239.253.216> has joined #yocto | 21:01 | |
*** ant_home <ant_home!~ant__@host10-248-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto | 21:11 | |
*** morphis_ <morphis_!~morphis@pD9ED6392.dip0.t-ipconnect.de> has quit IRC | 21:11 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto | 21:12 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 21:14 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 21:15 | |
*** zarzar <zarzar!~zarzar@184.75.233.58> has quit IRC | 21:17 | |
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC | 21:19 | |
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto | 21:20 | |
*** majuk <majuk!~majuk@75-163-194-62.clsp.qwest.net> has quit IRC | 21:22 | |
*** majuk <majuk!~majuk@75-163-194-62.clsp.qwest.net> has joined #yocto | 21:23 | |
*** majuk_ <majuk_!~majuk@75-163-194-62.clsp.qwest.net> has joined #yocto | 21:26 | |
*** majuk <majuk!~majuk@75-163-194-62.clsp.qwest.net> has quit IRC | 21:30 | |
*** majuk_ <majuk_!~majuk@75-163-194-62.clsp.qwest.net> has quit IRC | 21:30 | |
*** marka <marka!~masselst@184.175.21.48> has quit IRC | 21:30 | |
*** pohly <pohly!~pohly@204.239.253.216> has quit IRC | 21:40 | |
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC | 21:46 | |
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto | 21:46 | |
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC | 21:51 | |
*** agust <agust!~agust@p4FCB48EA.dip0.t-ipconnect.de> has quit IRC | 21:53 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 21:54 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC | 22:02 | |
*** pohly <pohly!~pohly@204.239.253.216> has joined #yocto | 22:04 | |
Marex | where's rburton when you need him :) | 22:05 |
*** pohly <pohly!~pohly@204.239.253.216> has quit IRC | 22:06 | |
Marex | otavio: look, a challenging u-boot bug, you wanna fix it ? | 22:12 |
*** scottrif <scottrif!~scottrif@191.97.80.20> has joined #yocto | 22:12 | |
clsulliv | zeddii_home: the 4.4 preempt-rt kernel hangs on some hardware. I have a patch for it but the correct solution is to update the preempt-rt patchset I think | 22:41 |
clsulliv | zeddii_home: this fixes it and is part of the new rt patch: https://pastebin.com/VYk5TKjQ | 22:43 |
*** justin___ <justin___!~quassel@2603:300b:1b:fd00:bdca:12ae:a4d8:c8db> has joined #yocto | 22:47 | |
*** adca <adca!~adca@193.202.22.66> has quit IRC | 22:54 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 22:57 | |
*** justin___ <justin___!~quassel@2603:300b:1b:fd00:bdca:12ae:a4d8:c8db> has quit IRC | 22:57 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 22:59 | |
clsulliv | zeddii_home: I haven't tested it, but I believe the 4.9 kernel should have the same issue and fix | 22:59 |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 23:00 | |
*** scottrif <scottrif!~scottrif@191.97.80.20> has quit IRC | 23:02 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC | 23:04 | |
*** majuk <majuk!~majuk@75-163-194-62.clsp.qwest.net> has joined #yocto | 23:24 | |
*** cordlandwehr <cordlandwehr!~cordlandw@91.239.177.14> has quit IRC | 23:24 | |
*** cordlandwehr <cordlandwehr!~cordlandw@91.239.177.14> has joined #yocto | 23:24 | |
*** majuk <majuk!~majuk@75-163-194-62.clsp.qwest.net> has quit IRC | 23:29 | |
*** ant_home <ant_home!~ant__@host10-248-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC | 23:31 | |
*** lyang0 <lyang0!~lyang001@106.120.101.38> has quit IRC | 23:35 | |
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-oujyxwwgyulnsgnb> has quit IRC | 23:35 | |
*** dengke <dengke!~dengke@106.120.101.38> has quit IRC | 23:36 | |
krtaylor | Update on my virtualbox on Mac build problem, I have verified that it is the shared directory that was the problem - exact same image w/o shared working directory builds fine | 23:53 |
krtaylor | Just FYI in case someone else has bitbake connection issues on a Mac | 23:53 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!