Friday, 2014-04-25

*** seebs <seebs!~seebs@home.seebs.net> has quit IRC00:08
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto00:10
*** Squix <Squix!~Squix__@p021.net112139202.tokai.or.jp> has joined #yocto00:14
*** dvhart <dvhart!dvhart@nat/intel/x-kcsdszjjoxtijzfp> has quit IRC00:16
*** sjolley <sjolley!~sjolley@134.134.137.73> has joined #yocto00:27
*** awafaa_ <awafaa_!sid716@gateway/web/irccloud.com/x-dihvaovksddenhmj> has joined #yocto00:39
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-gtlhkqhkmrndgpms> has quit IRC00:44
*** awafaa_ is now known as awafaa00:44
*** adelcast <adelcast!~adelcast@130.164.62.193> has quit IRC00:45
*** maxtothemax <maxtothemax!maxtothema@nat/intel/x-khonletvnnhkmisw> has quit IRC01:01
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC01:05
-YoctoAutoBuilder- build #36 of nightly-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/3601:05
*** alexhairyman <alexhairyman!~alexhairy@c-174-52-148-159.hsd1.ut.comcast.net> has joined #yocto01:09
*** phantoneD <phantoneD!destroy@a89-154-119-158.cpe.netcabo.pt> has quit IRC01:10
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto01:10
-YoctoAutoBuilder- build #37 of nightly-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/3701:16
-YoctoAutoBuilder- build #37 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/3701:28
*** joeythesaint <joeythesaint!~jjm@24-246-4-250.cable.teksavvy.com> has quit IRC01:40
regorianerquestion: my makefile does have a LDFLAGS set, but yocto overrides it with "export LDFLAGS="some values". how do I keep (well, better just append) my LDFLAGS to the LDFLAGS which is used by yocto ??01:56
kergothLDFLAGS += ldflags-you-require in the makefile, would be an option01:57
kergothoverride LDFLAGS += ldflags-you-require if you want it to append even if ldflags is set on the make commandline01:57
kergothiirc, anyway01:57
kergoththe thing is01:57
kergothfor non-autotools recipes, the default value of EXTRA_OEMAKE includes -e01:58
kergothmake -e prefers the env vars to its own01:58
kergoththe better alternative to that is to explicitly pass the vars you know your makefile obeys01:58
kergothe.g. EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CCLD}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}'"01:58
kergothbut even doing that, if you want to add your own but still obey those, you'll likely want to use override / += in the makefile01:59
kergothyou can use ?= for a default value when nothing passes it in, as well01:59
kergothi'd really recommend the gnu make manual at gnu.org01:59
kergothit's really quite good, i've referred to it often over the years01:59
kergothnot enough upstream folks give thought to how to obey externally passed in values in a clean way, so kudos there. every distro has to be able to do this for upstream projects, for consistent tuning and the like02:00
* kergoth wanders off02:00
regorianerokay thanks, i will try :)02:01
*** oneQubit <oneQubit!~oneQubit@c-98-231-154-140.hsd1.md.comcast.net> has quit IRC02:09
*** nitink <nitink!nitink@nat/intel/x-mvwvkjsowdivgphl> has quit IRC02:23
*** nitink <nitink!~nitink@134.134.139.72> has joined #yocto02:23
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC02:44
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto04:22
*** alexhairyman <alexhairyman!~alexhairy@c-174-52-148-159.hsd1.ut.comcast.net> has quit IRC04:43
*** sudipj <sudipj!~sudipj@164.129.115.76> has joined #yocto05:21
*** dv__ <dv__!~quassel@chello080108088242.14.11.vie.surfer.at> has joined #yocto05:45
*** dv_ <dv_!~quassel@chello080108088242.14.11.vie.surfer.at> has quit IRC05:46
*** agust <agust!~agust@p4FC4620E.dip0.t-ipconnect.de> has joined #yocto05:58
erboIf the webmaster is here, there's a copy/paste error on the Daisy-page where it says the release notes are for Dora. https://www.yoctoproject.org/download/yocto-project-1606:17
*** zeeblex <zeeblex!~apalalax@134.134.139.70> has joined #yocto06:22
*** akS <akS!d44db44a@gateway/web/freenode/ip.212.77.180.74> has joined #yocto06:25
*** e8johan_ <e8johan_!~quassel@194-237-7-146.customer.telia.com> has joined #yocto06:25
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC06:27
*** denix <denix!~denix@pool-71-191-205-189.washdc.fios.verizon.net> has quit IRC06:27
*** denix <denix!~denix@pool-71-191-205-189.washdc.fios.verizon.net> has joined #yocto06:28
erboSo, anyone know what has changed in the way ROOTFS_POSTPROCESS_COMMAND works lately? Previously I could add regular shell commands like echo "foo" > ${IMAGE_ROOTFS}/bar , but now I just get a warning "WARNING: Function <my shell command> doesn't exist"06:58
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto06:59
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto07:00
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-ropiskhgzptmoljx> has joined #yocto07:03
*** jbrianceau_away is now known as jbrianceau07:04
*** kroon <kroon!~kroon@193.15.174.198> has joined #yocto07:05
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has quit IRC07:10
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has joined #yocto07:16
*** dany <dany!~Thunderbi@sestofw01.enea.se> has quit IRC07:17
*** dany <dany!~Thunderbi@c-4f665791-74736162.cust.telenor.se> has joined #yocto07:18
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC07:19
*** florian <florian!~fuchs@port-217-146-132-69.static.qsc.de> has joined #yocto07:20
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:20
khemsgw_: thanks, I have pushed a fix for cairo issue to the contrib branch. ppc ICE issue is still open, try out the new patchset and let me know how it goes07:21
*** olani <olani!user@nat/axis/x-teclshqecvehzakk> has quit IRC07:22
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has quit IRC07:27
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has joined #yocto07:27
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto07:36
*** belen <belen!~Adium@5751cae3.skybroadband.com> has joined #yocto07:38
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto07:39
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto07:43
*** AlexG <AlexG!ageorges@nat/intel/x-ozovfatdjglirxbs> has joined #yocto07:47
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC08:04
*** dany <dany!~Thunderbi@c-4f665791-74736162.cust.telenor.se> has quit IRC08:07
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto08:08
RPerbo: they were changed to execute via exec_func so you may need to define a function with those commands in08:09
erboRP: I did a function foo() { my shell-code stuff} in the image recipe and then ROOTFS_POSTPROCESS_COMMAND += "foo()" , but then I got the same error about "Function foo doesn't exist"08:10
*** dany <dany!~Thunderbi@192.36.1.230> has joined #yocto08:10
erbothat's how I should to it, right?08:10
erboI did call it do_<something> but there's no special treatment of functions prefixed with do_ , or?08:12
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto08:12
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC08:12
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto08:12
*** belen1 <belen1!~Adium@192.198.151.44> has joined #yocto08:13
erbohmm, maybe I shouldn't include the trailing () in ROOTFS_POSTPROCESS_COMMAND08:14
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC08:14
RPerbo: I suspect the trailing () was a problem08:15
erboRP: I'll try again in a sec08:15
*** dany <dany!~Thunderbi@192.36.1.230> has quit IRC08:17
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto08:17
*** belen2 <belen2!~Adium@192.198.151.44> has joined #yocto08:22
*** belen1 <belen1!~Adium@192.198.151.44> has quit IRC08:24
*** _valle_ <_valle_!~valle@194-218-94-206.customer.telia.com> has quit IRC08:30
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto08:30
erboRP: removing () did the trick, thanks08:34
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC08:41
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto08:42
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto08:52
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC09:04
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC09:08
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto09:10
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC09:12
*** belen2 <belen2!~Adium@192.198.151.44> has quit IRC09:16
*** ddalex <ddalex!~ddalex@83.217.123.106> has joined #yocto09:16
*** belen <belen!~Adium@5751cae3.skybroadband.com> has left #yocto09:17
*** belen1 <belen1!~Adium@192.198.151.43> has joined #yocto09:19
bluelightningmorning all09:22
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC09:30
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto09:33
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC09:45
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has joined #yocto09:48
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto09:49
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC09:53
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto09:59
*** belen <belen!~Adium@192.198.151.43> has joined #yocto10:03
*** belen1 <belen1!~Adium@192.198.151.43> has quit IRC10:04
*** mulhern <mulhern!~mulhern@50.189.153.218> has joined #yocto10:07
*** arky <arky!~arky@197.237.140.136> has joined #yocto10:09
*** sanny1 <sanny1!~elinux1@122.165.223.135> has joined #yocto10:11
*** e8johan_ <e8johan_!~quassel@194-237-7-146.customer.telia.com> has quit IRC10:15
*** sanny1 <sanny1!~elinux1@122.165.223.135> has quit IRC10:15
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC10:17
*** jasmi <jasmi!~elinux1@122.165.223.135> has joined #yocto10:17
-YoctoAutoBuilder- build #57 of nightly-fsl-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/5710:20
jasmihai all, am building customized kernel (version - 3.6.9) for arm using yocto-toolchain. it is often showing do_compile error which is  http://pastebin.com/psvXu1Fb . I couldn't get the solution ,can anyone help me to fix it.10:22
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC10:22
LetoThe2ndi think it basically means that there's something fishy with your kernel config10:25
LetoThe2ndand, why not 3.10 which is the current "officially" supported version by them atmel guys?10:25
*** jonatan <jonatan!~jonatan@194-237-7-146.customer.telia.com> has joined #yocto10:33
*** belen <belen!~Adium@192.198.151.43> has quit IRC10:36
*** belen <belen!Adium@nat/intel/x-rglimkhsstsdlaae> has joined #yocto10:38
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto10:39
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC10:39
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto10:39
simonljasmi: Double check that you have actually configured the kernel to support at least one board type. I think this was my problem when I encountered that error10:41
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto10:49
jasmisimonl: Yes i have configured the kernel to support for these boards http://pastebin.com/k0y5S7RB.10:54
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto10:56
*** _valle_ <_valle_!~valle@194-218-94-206.customer.telia.com> has joined #yocto10:57
-YoctoAutoBuilder- build #57 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/5710:58
*** AlexG <AlexG!ageorges@nat/intel/x-ozovfatdjglirxbs> has quit IRC11:00
*** dany <dany!~Thunderbi@sestofw01.enea.se> has joined #yocto11:26
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC11:29
-YoctoAutoBuilder- build #57 of minnow is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/minnow/builds/5711:37
-YoctoAutoBuilder- build #58 of buildtools is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/buildtools/builds/5811:41
-YoctoAutoBuilder- build #56 of nightly-fsl-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/5611:45
-YoctoAutoBuilder- build #57 of nightly-qa-extras is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-extras/builds/5711:55
*** belen <belen!Adium@nat/intel/x-rglimkhsstsdlaae> has quit IRC11:59
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has joined #yocto11:59
-YoctoAutoBuilder- build #57 of nightly-qa-pam is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-pam/builds/5712:03
*** belen <belen!~Adium@192.198.151.44> has joined #yocto12:05
*** akS <akS!d44db44a@gateway/web/freenode/ip.212.77.180.74> has quit IRC12:10
-YoctoAutoBuilder- build #57 of nightly-qa-logrotate is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/5712:11
*** T0mW <T0mW!~Tom@70.15.161.110.res-cmts.t132.ptd.net> has quit IRC12:12
*** dv__ is now known as dv_12:14
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC12:17
*** bard3307 <bard3307!40c71302@gateway/web/freenode/ip.64.199.19.2> has joined #yocto12:18
-YoctoAutoBuilder- build #57 of minnow-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/minnow-lsb/builds/5712:23
simonlWhen building an image with IMAGE_FEATURES += " dbg-pkgs " the image creation silently fails.12:27
*** pev <pev!~pev@95.151.249.114> has joined #yocto12:27
simonlThe build completes, but no image is created and the symlink is deleted12:28
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC12:28
*** e8johan <e8johan!~quassel@c-5eeaaac7-74736162.cust.telenor.se> has joined #yocto12:28
*** dany <dany!~Thunderbi@sestofw01.enea.se> has quit IRC12:29
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto12:30
*** belen <belen!~Adium@192.198.151.44> has quit IRC12:31
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has joined #yocto12:32
*** roric <roric!~roric@c-2d9c70d5.013-177-67626713.cust.bredbandsbolaget.se> has joined #yocto12:37
simonlwhy would this happen, it's not obvious to me which log to look in12:39
*** dany <dany!~Thunderbi@sestofw01.enea.se> has joined #yocto12:41
-YoctoAutoBuilder- build #59 of build-appliance is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/5912:51
*** e8johan <e8johan!~quassel@c-5eeaaac7-74736162.cust.telenor.se> has quit IRC12:52
TuTizzmorning every one, I got a little problem with lm_sensor, when I tried to build it, I have got the "lmsensors not found in the base feeds" error, I found some similar error on inet but that seem wrong to my problem12:54
TuTizzI found the ALLOW_EMPTY_${PN} patch, but not allow the application to be install12:56
bluelightningTuTizz: maybe the "lmsensors" package doesn't actually contain it itself? are there other lmsensors-* packages that you should be installing instead?12:56
TuTizzthere is lmsensors-config_1.0.bb and lmsensors_3.3.3.bb12:57
bluelightningTuTizz: I mean packages, not recipes12:57
bluelightningthe lmsensors recipe will produce a number of packages12:57
bluelightningyou can see those by looking in packages-split under the workdir for the recipe12:58
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has left #yocto12:58
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto12:58
bluelightning(and often they will be defined in the recipe itself)12:58
TuTizzyep saw them12:58
TuTizz(sry for the disconnection, did I miss something?)12:58
bluelightningno, don't think so12:59
TuTizzok ty12:59
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC13:00
*** e8johan <e8johan!~quassel@c-5eeaaac7-74736162.cust.telenor.se> has joined #yocto13:01
-YoctoAutoBuilder- build #59 of nightly-x86-64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/5913:03
-YoctoAutoBuilder- build #55 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/5513:07
TuTizzbluelightning, :) I think I understand, I have to swap, in my image, lmsensor by lmsensors-sensord (if I want sensord), is that it?13:14
TuTizzYes, this is it :D, thanks you.13:15
bluelightningTuTizz: right, that's what I was thinking13:15
*** e8johan <e8johan!~quassel@c-5eeaaac7-74736162.cust.telenor.se> has quit IRC13:17
simonlShould adding dbg-pkgs to IMAGE_FEATURES disable .ubi images?13:18
bluelightningsimonl: definitely not13:19
bluelightningsimonl: anything in log.do_rootfs to indicate what might be going wrong?13:19
simonlnot really last I checked a couple of tries ago13:21
simonlbut I found something else: I think the extra packages might make the image to big to fit the ubi image13:22
simonl*too13:22
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto13:23
simonlI _always_ discover key things like this seconds after asking... :P13:24
bluelightningsimonl: it should error out if that were the case; if it's not doing that there must be a bug13:24
*** belen <belen!Adium@nat/intel/x-wqjqdpbrdelklqos> has joined #yocto13:26
simonlYeah, getting no error isn't that nice... I'll look around a bit more and then I might submit a bug13:27
bluelightningsimonl: that would be great, thanks13:28
bluelightningsimonl: which branch / version of the build system is this with btw?13:28
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC13:29
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto13:31
simonlnot quite up-to-date 1.5.x13:31
*** blitz00 <blitz00!~stefans@192.198.151.44> has joined #yocto13:31
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has joined #yocto13:31
simonlI read something about 1.6 earlier, but I don't think I'll have the time to try that right now...13:33
*** behanw <behanw!~behanw@S0106dc9fdb80cffd.gv.shawcable.net> has joined #yocto13:33
bluelightningok, just wondering13:33
bluelightningeven if it was 1.5 we'd want the issue fixed there as well, if it's an issue in the core13:33
-YoctoAutoBuilder- build #57 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/5713:34
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has quit IRC13:35
*** belen <belen!Adium@nat/intel/x-wqjqdpbrdelklqos> has quit IRC13:46
*** BCMM_ <BCMM_!~BCMM@unaffiliated/bcmm> has joined #yocto13:51
*** belen <belen!~Adium@192.198.151.43> has joined #yocto13:52
*** bunk <bunk!~bunk@cs185055.pp.htv.fi> has joined #yocto13:52
*** jasmi <jasmi!~elinux1@122.165.223.135> has quit IRC13:53
*** sjolley <sjolley!~sjolley@134.134.137.73> has quit IRC14:08
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has joined #yocto14:12
*** mago_ <mago_!~mago@c193-14-123-186.cust.tele2.se> has quit IRC14:14
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC14:17
*** AlexG <AlexG!~ageorges@192.198.151.43> has joined #yocto14:26
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto14:29
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has quit IRC14:32
deuteris it possible run stellarium on vivante drivers ?14:32
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has joined #yocto14:32
*** sjolley <sjolley!~sjolley@134.134.137.71> has joined #yocto14:33
-YoctoAutoBuilder- build #56 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/5614:34
*** dvhart <dvhart!~dvhart@134.134.139.70> has joined #yocto14:38
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto14:45
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has left #yocto14:52
*** shoragan <shoragan!~shoragan@debian/developer/shoragan> has quit IRC14:57
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has joined #yocto14:59
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC15:00
*** kroon <kroon!~kroon@193.15.174.198> has quit IRC15:07
*** pev <pev!~pev@95.151.249.114> has quit IRC15:10
*** scot <scot!~scot@130.164.62.160> has quit IRC15:14
*** codinho_ <codinho_!~me@251.110.188.90.etth.tomsknet.ru> has joined #yocto15:17
*** scot <scot!~scot@130.164.62.160> has joined #yocto15:26
*** BCMM_ <BCMM_!~BCMM@unaffiliated/bcmm> has quit IRC15:28
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has quit IRC15:29
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has quit IRC15:31
*** tonghuix_ <tonghuix_!~tonghuix@114.245.188.72> has joined #yocto15:33
*** kroon <kroon!~kroon@89-253-118-72.customers.ownit.se> has joined #yocto15:41
*** yzhao2 <yzhao2!~yzhao2@128.224.252.2> has joined #yocto15:41
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has joined #yocto15:45
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto15:48
-YoctoAutoBuilder- build #56 of nightly-fsl-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm/builds/5615:55
*** scot <scot!~scot@130.164.62.160> has quit IRC15:59
*** scot <scot!~scot@130.164.62.160> has joined #yocto16:02
*** zeeblex <zeeblex!~apalalax@134.134.139.70> has left #yocto16:02
*** pev <pev!~pev@95.151.249.114> has joined #yocto16:02
*** codinho_ <codinho_!~me@251.110.188.90.etth.tomsknet.ru> has quit IRC16:04
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC16:08
SaurRP: I guess it was not intentional, but e45da211a7 made the PR for meta/recipes-core/initscripts/initscripts_1.0.bb go backwards...16:10
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has joined #yocto16:10
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC16:12
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC16:13
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto16:13
*** madisox <madisox!~madisox@nat/cisco/x-asnwcbxdsexciwbp> has quit IRC16:14
RPSaur: will fix, thanks16:16
*** codinho_ <codinho_!~me@251.110.188.90.etth.tomsknet.ru> has joined #yocto16:21
-YoctoAutoBuilder- build #59 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/5916:21
-YoctoAutoBuilder- build #58 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/5816:21
*** dlerner <dlerner!~dlerner@128.224.250.2> has left #yocto16:26
nerdboymoin16:28
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC16:28
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC16:31
*** scot <scot!~scot@130.164.62.160> has quit IRC16:32
*** AlexG <AlexG!~ageorges@192.198.151.43> has quit IRC16:34
*** khem <khem!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC16:34
*** khem` is now known as khem16:34
*** scot <scot!~scot@130.164.62.160> has joined #yocto16:39
-YoctoAutoBuilder- build #58 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/5816:40
*** dvhart <dvhart!~dvhart@134.134.139.70> has quit IRC16:48
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC16:54
*** belen1 <belen1!~Adium@192.198.151.43> has joined #yocto16:59
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto17:01
*** belen <belen!~Adium@192.198.151.43> has quit IRC17:01
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC17:03
*** berndhs <berndhs!~berndhs@cl-35.chi-03.us.sixxs.net> has joined #yocto17:05
*** ddalex <ddalex!~ddalex@83.217.123.106> has quit IRC17:08
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC17:09
*** scot <scot!~scot@130.164.62.160> has quit IRC17:10
*** codinho_ <codinho_!~me@251.110.188.90.etth.tomsknet.ru> has quit IRC17:17
kergothRP: ping17:18
RPkergoth: pong17:19
kergothRP: have you ever seen a rogue missing variable dependency?17:19
kergothhttps://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg34511.html is someone in the community hitting one17:19
kergothbut we've seen it a few times at mentor elsewhere17:19
kergothit emits a function and its deps to run it, but the function fails due to a dependent function not having been emitted17:19
kergothbut it's not reproducible, i've *never* hit one personally, only our jenkins builds17:20
RPkergoth: I've never seen that happen...17:20
kergothwe've occasionally had to throw up explicit vardeps additions because it tended to fail at particular spots, though not always17:20
RPkergoth: not good. I wouldn't know where to start with that either :/17:21
kergothI added debug messages to dump the variable dep info right before running the function, and sure enough, in the failing case it was missing a number of deps17:21
kergothbut i was never able to determine *why*, being unable to repro17:21
kergoth:\17:21
kergothquite strange17:21
RPkergoth: something cache related maybe?17:21
RPkergoth: specifically the codeparser cache?17:21
kergothYeah, I was thinking along those lines also, maybe some sort of contamination amongst vars?17:21
RPkergoth: what version was this?17:21
kergothWe just hit one a couple weeks ago with daisy, but we've seen it on and off for a very long time. It's never been enough of a blocker to force me to spend 100% of my time on it17:22
kergothparticularly when it tends to stick at a particular circumstance, and we can work around those cases with a vardeps addition17:22
RPkergoth: I wondered about http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=e955def4d3929f44d27d2958ab3ff4b48534f26f but that one was deterministic17:22
* kergoth nods17:23
RPkergoth: Parsing order and/or the state of the codeparser cache would be interesting if this happens on a build and you can save it off17:23
RPkergoth: compare the codeparser result with a fresh build17:24
khemRP: I have the musl support in my kraj/musl branch whats your opinion on approach to getting it in17:24
kergothOkay, thanks for the tip, will look in that vicinity if we ever hit it again17:24
RPkhem: Lets talk at ELC, I haven't thought much about that yet17:25
* RP needs to head afk17:25
khemRP: ok17:25
kergothI kind of want something like http://rr-project.org/ for bugs like this. full process state replay17:25
khemI have now got x86/mips also building btw.17:25
kergothtoo bad gdb with python is not pleasant :)17:25
-YoctoAutoBuilder- build #56 of nightly-fsl-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm-lsb/builds/5617:25
*** dvhart <dvhart!dvhart@nat/intel/x-birkbkpowyvhmqhf> has joined #yocto17:26
khemkergoth: you want to use gdb to debug python17:26
kergothI don't *want* to, no17:26
kergothI just wish it didn't suck, since this bug isn't reproducible, so it'd be nice to capture and replay the state after the fact17:27
khemah17:27
khemdebugging tools always suc17:27
khemk17:27
kergothindeed17:28
kergothHmmm..17:30
khemmany a times I want to debug an issue and I end up debugging/fixing the debugger first :)17:31
kergothHmm, if RP's theory is correct, maybe I should inject a line into bitbake to randomize the bbfiles parse order, and then run a from-scratch parse repeatedly, monitoring the codeparser cache for changes :)17:32
*** Crofton <Crofton!~balister@pool-108-44-95-152.ronkva.east.verizon.net> has quit IRC17:33
*** arky <arky!~arky@197.237.140.136> has quit IRC17:33
*** Crofton|work <Crofton|work!~balister@pool-108-44-95-152.ronkva.east.verizon.net> has quit IRC17:33
*** jbrianceau is now known as jbrianceau_away17:33
kergothhttps://gist.github.com/kergoth/1129733317:37
kergothheh17:37
* kergoth plays around17:37
*** blloyd_ <blloyd_!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto17:37
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC17:41
*** belen1 <belen1!~Adium@192.198.151.43> has quit IRC17:42
*** belen <belen!~Adium@192.198.151.44> has joined #yocto17:45
*** sjolley <sjolley!~sjolley@134.134.137.71> has quit IRC17:45
*** Crofton|work <Crofton|work!~balister@pool-71-171-32-164.ronkva.east.verizon.net> has joined #yocto17:46
*** Crofton <Crofton!~balister@pool-71-171-32-164.ronkva.east.verizon.net> has joined #yocto17:47
*** belen <belen!~Adium@192.198.151.44> has quit IRC17:49
-YoctoAutoBuilder- build #58 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/5818:02
*** dvhart <dvhart!dvhart@nat/intel/x-birkbkpowyvhmqhf> has quit IRC18:03
-YoctoAutoBuilder- build #58 of nightly-fsl-ppc-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/5818:06
*** bluelightning <bluelightning!~paul@176.12.107.140> has joined #yocto18:07
*** bluelightning <bluelightning!~paul@176.12.107.140> has quit IRC18:07
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto18:07
*** simonl <simonl!uid6729@gateway/web/irccloud.com/x-drsllbdpotyetbbk> has quit IRC18:18
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC18:26
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC18:28
*** bard3307 <bard3307!40c71302@gateway/web/freenode/ip.64.199.19.2> has quit IRC18:28
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto18:32
*** Crofton <Crofton!~balister@pool-71-171-32-164.ronkva.east.verizon.net> has quit IRC18:32
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto18:32
*** blloyd_ <blloyd_!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC18:35
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has joined #yocto18:35
*** scot <scot!~scot@130.164.62.160> has joined #yocto18:36
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has left #yocto18:36
kergothoh damn18:39
kergothI'm definitely seeing differences in bb_codeparser.dat between two different parses with different file parse orders18:39
kergoththis is worrisome18:39
* kergoth digs18:42
*** blloyd_ <blloyd_!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto18:47
*** roric <roric!~roric@c-2d9c70d5.013-177-67626713.cust.bredbandsbolaget.se> has quit IRC18:49
khemsgw_: there ?18:50
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC18:50
khemsgw_: I have rebased gcc 4.9 branch on top of the libgcc-initial changes that rp did and made appropriate adjustments to gcc 4.9 as well18:51
khemso please retry with the latest whenever you try again18:51
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC18:52
-YoctoAutoBuilder- build #57 of nightly-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/5718:53
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has joined #yocto18:57
*** arky <arky!~arky@197.237.140.136> has joined #yocto18:58
*** arky <arky!~arky@197.237.140.136> has quit IRC19:01
*** arky <arky!~arky@197.237.140.136> has joined #yocto19:01
*** arky <arky!~arky@197.237.140.136> has quit IRC19:02
*** arky <arky!~arky@197.237.140.136> has joined #yocto19:03
*** arky <arky!~arky@197.237.140.136> has quit IRC19:08
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has left #yocto19:08
*** arky <arky!~arky@197.237.140.136> has joined #yocto19:09
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto19:23
kergothRP: I think I found the cause. Not 100% certain, but I know I found at least one bug :)19:26
kergothRP: ShellParser.parse_shell() stores execs from self.allexecs/self.funcdefs by hash of the value. But this isn't only called on the value of the entire shell value, it's also called on subshells. So context is leaking. execs from the calling function are leaking into the execs of the subshell component, and further, it's *resetting* self.execs to the execs of the hashed subshell value, not the overarching variable value when pulling from the19:29
kergoth cache. I expect if we split off _parse_shell which doesn't interact with the cache at all, and use that for subshells, our cached shell execs will become much more deterministic, if not entirely so19:29
kergothe.g. if a shell task runs `find ${S} | grep -v aclocal-copy`, parse_shell('find ${S} | grep -v aclocal-copy') is run, but the object has state from the overall variable at that time19:30
* kergoth tests19:31
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC19:35
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has quit IRC19:36
kergothI'm guessing this mostly caused issues between two different functions which, while different, shared a common subshell.19:37
kergothI'm not sure this will fix the issues we've seen, but it's a start19:37
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto19:37
kergothnot seeing any delta between codeparser.dat between parses with randomized bbfile parse order anymore, but still testing19:37
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-ropiskhgzptmoljx> has quit IRC19:37
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto19:51
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC19:52
* kergoth does more local sanity test builds before submitting this to the bitbake list19:57
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto19:58
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC19:59
*** btooth <btooth!~daniel@HSI-KBW-095-208-152-206.hsi5.kabel-badenwuerttemberg.de> has joined #yocto20:05
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto20:24
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-zukbtvosntgbupyq> has joined #yocto20:28
sgw_khem: I will locally, but probably will wait for the ICE patch before hitting the AB again20:34
sgw_1amh0me20:37
sgw_dang, there goes that one!20:37
* sgw_ sez ignore the man behind the screen ;-)20:37
*** arky <arky!~arky@197.237.140.136> has quit IRC20:38
*** arky <arky!~arky@197.237.140.136> has joined #yocto20:40
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC20:53
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has quit IRC20:54
-YoctoAutoBuilder- build #59 of nightly-multilib is complete: Failure [failed BuildImages_4] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/5920:57
*** stryx`_ <stryx`_!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto21:00
*** btooth <btooth!~daniel@HSI-KBW-095-208-152-206.hsi5.kabel-badenwuerttemberg.de> has quit IRC21:01
*** arky <arky!~arky@197.237.140.136> has quit IRC21:04
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC21:05
*** arky <arky!~arky@197.237.140.136> has joined #yocto21:12
*** arky <arky!~arky@197.237.140.136> has joined #yocto21:12
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC21:15
-YoctoAutoBuilder- build #57 of nightly-ppc-lsb is complete: Failure [failed BuildImages BuildImages_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/5721:16
*** arky <arky!~arky@197.237.140.136> has quit IRC21:23
kergothick, the prelink-cross repository is a single 'trunk' subdir? somebody sucked at the svn conversion :)21:27
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto21:29
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC21:30
khemsgw_: you can disable ppc21:41
khemfor now21:41
khematleast we will see other issues21:41
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto21:44
*** blloyd_ <blloyd_!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC21:46
*** blloyd <blloyd!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto21:46
*** scot <scot!~scot@130.164.62.160> has quit IRC21:48
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC21:49
*** dvhart <dvhart!dvhart@nat/intel/x-mogrsprxzoiuuhxq> has joined #yocto21:59
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto22:01
*** scot <scot!~scot@130.164.62.160> has joined #yocto22:02
*** dvhart <dvhart!dvhart@nat/intel/x-mogrsprxzoiuuhxq> has quit IRC22:12
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC22:14
*** blloyd <blloyd!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC22:19
darknighteRP: when will you be travelling to ELC?22:19
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto22:19
RPdarknighte: monday22:27
darknighteRP: ahh, same as me.22:28
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC22:47
-YoctoAutoBuilder- build #58 of nightly-world is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/5822:56
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto23:06
*** agust <agust!~agust@p4FC4620E.dip0.t-ipconnect.de> has quit IRC23:08
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-zukbtvosntgbupyq> has quit IRC23:14
-YoctoAutoBuilder- build #58 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/5823:21
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC23:25
*** lyang0 <lyang0!~lyang001@1.202.252.122> has quit IRC23:28
*** wgao <wgao!~wgao@1.202.252.122> has quit IRC23:29
*** Trixar_za <Trixar_za!~trixarian@li618-159.members.linode.com> has left #yocto23:43
*** behanw <behanw!~behanw@S0106dc9fdb80cffd.gv.shawcable.net> has quit IRC23:52

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!