Saturday, 2018-01-27

*** agust <agust!~agust@p4FCB4189.dip0.t-ipconnect.de> has quit IRC00:00
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC00:02
*** aehs29 <aehs29!~aehs29@149.199.62.254> has quit IRC00:02
*** aehs29 <aehs29!~aehs29@149.199.62.254> has joined #yocto00:03
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ckoypaddpocpjqua> has joined #yocto00:13
*** dv_ <dv_!~dv@62-178-118-86.cable.dynamic.surfer.at> has quit IRC00:17
*** stephano <stephano!stephano@nat/intel/x-qewquwbjbejczaui> has quit IRC00:19
*** madelane <madelane!~madelaney@pool-108-49-26-23.bstnma.fios.verizon.net> has quit IRC00:23
*** brianm_ <brianm_!b8178784@gateway/web/freenode/ip.184.23.135.132> has quit IRC00:29
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC00:41
*** brianm_ <brianm_!b8178784@gateway/web/freenode/ip.184.23.135.132> has joined #yocto00:45
brianm_Often bitbake decides not to build a package because it's already been built00:45
brianm_How can I tell if a package has already been built?00:45
vmesonbrianm_:  maybe bitbake -n foo (trying that to to see how to best capture the output, I never use that option).00:58
vmesonit's not clear from building gettext-native so I'll try patch later01:03
vmesonthis does seem like I might not understand your question. brianm_ are you asking how you can know if the package was pulled in from sstate-cache? That should be in the build logs:01:04
vmeson eg:   tmp-glibc/log/cooker/qemux86/console-latest.log01:04
*** aehs29 <aehs29!~aehs29@149.199.62.254> has quit IRC01:11
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto01:12
*** aehs29 <aehs29!~aehs29@149.199.62.254> has joined #yocto01:12
brianm_vmeson: Thanks, this is kind of what I want, bitbake -n is pretty useful01:13
brianm_vmeson: My real problem is I have a task dependency from foo.a to bar.b, but for some reason a rebuild of bar.b does not always cause a rebuild of foo.a01:13
brianm_I was hoping to debug it by inspecting if bar.b was "already built" / look at the state01:13
vmesonbitbake -g foo maybe?01:16
vmesonthen look at the *.dot files01:16
*** learningc <learningc!~User@175.141.43.42> has joined #yocto01:25
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC01:33
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has quit IRC01:42
*** sjolley <sjolley!sjolley@nat/intel/x-elgayypewmautriv> has joined #yocto01:43
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC01:44
khembrianm_: DEPENDS is what you need to use to express build time dep01:47
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has joined #yocto01:50
brianm_khem: I thought I had the dependencies set up right, but it seems there's a distinction between "B must be built to build A" and "if B is rebuilt, A must be rebuilt"01:53
brianm_I can't figure out how to explain "if B is rebuilt, A must be rebuilt" to bitbake01:55
khemif a.bb says DEPENDS += "b" and b changes then a should be rebuilt01:57
brianm_khem: what if b is marked as nostamp? What will happen when I try to build a?02:04
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto02:04
brianm_Will it get rebuilt on a warm build, or not?02:04
brianm_it appears a is not rebuilt, even though I want it to02:05
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto02:14
-YoctoAutoBuilder- build #778 of nightly-oe-selftest is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/77802:16
khembrianm_: thats interesting, do you know what dependencies do you have on a ?02:18
khemlike .h or .a or .so02:18
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC02:36
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto02:42
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC02:47
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto02:47
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC02:50
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto03:00
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto03:00
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC03:01
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto03:15
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC03:20
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto03:34
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto03:39
yoctiNew news from stackoverflow: How to build an app that can work on a Linux pc panel? [on hold] <https://stackoverflow.com/questions/48466853/how-to-build-an-app-that-can-work-on-a-linux-pc-panel>03:40
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC03:43
*** nathani_ <nathani_!~nathani@mail.validmanufacturing.com> has quit IRC03:45
*** nathani_ <nathani_!~nathani@mail.validmanufacturing.com> has joined #yocto03:46
*** dreyna__ <dreyna__!~dreyna@24.5.28.247> has joined #yocto03:48
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC03:49
*** dreyna_ <dreyna_!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC03:50
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto03:58
*** dreyna__ <dreyna__!~dreyna@24.5.28.247> has quit IRC03:59
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:f87f:8d4a:44b6:2fb1> has joined #yocto03:59
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC04:20
*** ScriptRipper <ScriptRipper!~martin@opensuse/member/MartinMohring> has quit IRC05:02
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has joined #yocto05:03
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto05:15
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has quit IRC05:17
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has joined #yocto05:17
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has joined #yocto05:18
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has quit IRC05:18
*** ScriptRipper <ScriptRipper!~martin@opensuse/member/MartinMohring> has joined #yocto05:18
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC05:22
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto05:29
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ckoypaddpocpjqua> has quit IRC05:43
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC06:27
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto06:28
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC06:47
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto07:28
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto08:08
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:f87f:8d4a:44b6:2fb1> has quit IRC08:22
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC08:26
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC08:54
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto08:55
*** agust <agust!~agust@p4FCB4189.dip0.t-ipconnect.de> has joined #yocto09:05
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto09:07
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC09:40
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-ehhvhxgtvpuwcuww> has joined #yocto09:41
*** dev1990_ <dev1990_!~dev@dynamic-87-105-141-73.ssp.dialog.net.pl> has quit IRC09:43
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC09:51
*** learningc <learningc!~User@175.141.43.42> has quit IRC10:12
*** learningc <learningc!~User@175.141.43.42> has joined #yocto10:12
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has joined #yocto11:02
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC11:34
*** lazyape_home <lazyape_home!~lazyape@athedsl-244581.home.otenet.gr> has quit IRC11:45
*** lazyape_home <lazyape_home!~lazyape@athedsl-244581.home.otenet.gr> has joined #yocto11:45
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC11:45
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto11:55
*** xthunderheartx <xthunderheartx!~xthunderr@nc-71-49-48-112.dhcp.embarqhsd.net> has quit IRC12:06
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC12:06
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto12:12
-YoctoAutoBuilder- build #779 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/77912:14
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto12:15
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC12:22
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC12:23
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC12:25
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto12:26
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto12:26
*** VoxPenguin <VoxPenguin!~VoxPengui@www.wanderingwalrus.com> has quit IRC12:58
*** VoxPenguin <VoxPenguin!~VoxPengui@www.wanderingwalrus.com> has joined #yocto13:12
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC13:12
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto13:21
*** Crofton|work <Crofton|work!~balister@c-73-216-230-216.hsd1.va.comcast.net> has quit IRC13:26
*** Crofton <Crofton!~Crofton@c-73-216-230-216.hsd1.va.comcast.net> has quit IRC13:26
*** pohly <pohly!~pohly@p548492F1.dip0.t-ipconnect.de> has quit IRC13:35
*** Crofton <Crofton!~Crofton@c-73-152-143-112.hsd1.va.comcast.net> has joined #yocto13:40
*** Crofton <Crofton!~Crofton@c-73-152-143-112.hsd1.va.comcast.net> has quit IRC13:46
*** Crofton|work <Crofton|work!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has joined #yocto13:46
*** learningc <learningc!~User@175.141.43.42> has quit IRC13:48
*** learningc <learningc!~User@175.141.43.42> has joined #yocto13:48
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC13:51
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has quit IRC13:54
*** Crofton <Crofton!~Crofton@2601:5c0:c100:b84:4984:441:d43b:cf60> has joined #yocto13:59
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC14:02
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC14:11
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto14:12
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has joined #yocto14:14
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-xmufzutehzxyneuo> has quit IRC14:19
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has quit IRC14:57
*** zarzar <zarzar!~zarzar@cpe-75-177-76-187.triad.res.rr.com> has joined #yocto15:22
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has quit IRC15:28
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has joined #yocto15:28
zarzari'm using yocto plugin for eclipse, cmake project option, i added a new yocto toolchain version in a new location, i tried switching to it using cmake but now the project folder structure has drastically changed, and when debugging files no longer display, is there a way to reconfigure a project for a new tool chain from eclipse instead of cmake command line?15:34
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has joined #yocto15:48
*** zarzar <zarzar!~zarzar@cpe-75-177-76-187.triad.res.rr.com> has quit IRC15:48
*** zarzar <zarzar!~zarzar@cpe-75-177-76-187.triad.res.rr.com> has joined #yocto15:49
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has quit IRC15:49
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has joined #yocto15:49
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has quit IRC16:03
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto16:25
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-tsedndmgipgfyuto> has joined #yocto16:34
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has quit IRC16:34
*** asteriusio <asteriusio!~derek@104-179-196-18.lightspeed.brhmal.sbcglobal.net> has quit IRC16:38
*** asteriusio <asteriusio!~derek@104-179-196-18.lightspeed.brhmal.sbcglobal.net> has joined #yocto16:39
*** ant_home <ant_home!~ant__@host57-10-dynamic.248-95-r.retail.telecomitalia.it> has joined #yocto16:41
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC16:43
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto16:47
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC17:34
khemRP: there is one patch we need to drop from gcc7, I posted a review to ml as well as to pull branch on contrib repo http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu17:52
khemRP: see if you can pull it into your next lot17:53
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has quit IRC18:01
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto18:30
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-ehhvhxgtvpuwcuww> has quit IRC18:30
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has joined #yocto19:54
* armpit hmm, AB website really really slow20:03
armpithalstead, are we doing maintenance on the AB's ?20:04
* armpit looks like old cluster20:04
halsteadarmpit: not at the moment. But I will this weekend.20:05
armpitgot a connection timeout on autobuilder.yoctoproject.org20:06
armpitshould ping work ?20:07
halsteadarmpit: Richard is using that cluster. Can you use the .io cluster?20:07
armpitk20:08
armpithe is on .io too. I stack my build after his current one20:08
halsteadOkay and I'll check out the time out there. The front page should load.20:09
armpithey its the old cluster and us old guys are slow20:10
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC20:39
halsteadarmpit, https://autobuilder.yoctoproject.org/main/ is available again but I'm not sure it is in a state for doing regular builds because of the active dev work there.20:39
*** User__ <User__!~User@175.141.43.42> has joined #yocto20:55
*** learningc <learningc!~User@175.141.43.42> has quit IRC20:56
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has quit IRC21:03
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has joined #yocto21:04
*** avalluri_ <avalluri_!~avalluri@192.55.54.44> has joined #yocto21:11
*** avalluri <avalluri!~avalluri@192.55.54.44> has quit IRC21:12
* armpit hmm, still timing out.. new cluster web page ok.. must be me21:16
armpithalstead, thanks for check. I am not going to worry about it this weekend. I have the new cluster to use21:17
khemarmpit: may be you can throw meta-openembedded builds there :)21:30
*** User__ <User__!~User@175.141.43.42> has quit IRC21:36
*** avalluri_ <avalluri_!~avalluri@192.55.54.44> has quit IRC21:36
*** avalluri_ <avalluri_!~avalluri@192.55.54.44> has joined #yocto21:37
*** learningc <learningc!~User@175.141.43.42> has joined #yocto21:37
*** ant_home <ant_home!~ant__@host57-10-dynamic.248-95-r.retail.telecomitalia.it> has quit IRC21:47
*** ant_home <ant_home!~ant__@host57-10-dynamic.248-95-r.retail.telecomitalia.it> has joined #yocto21:48
*** LocutusOfBorg <LocutusOfBorg!LocutusOfB@gateway/shell/panicbnc/x-meymlantjwaiouoc> has quit IRC21:58
*** LocutusOfBorg <LocutusOfBorg!LocutusOfB@ubuntu/member/locutusofborg> has joined #yocto21:58
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC22:04
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto22:29
*** majuk <majuk!~majuk@75-163-155-5.clsp.qwest.net> has quit IRC22:39
*** majuk <majuk!~majuk@75-163-155-5.clsp.qwest.net> has joined #yocto22:40
*** majuk <majuk!~majuk@75-163-155-5.clsp.qwest.net> has quit IRC22:44
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC22:50
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has quit IRC23:06
*** agust <agust!~agust@p4FCB4189.dip0.t-ipconnect.de> has quit IRC23:08
RPhalstead, armpit: The new cluster is not well :(23:10
*** armpit <armpit!~armpit@2601:202:4000:1184:2999:2a82:b9b6:e74c> has quit IRC23:10
* RP managed to get it to limp through a build earlier but its unwell again23:10
*** armpit <armpit!~armpit@2601:202:4000:1184:9caf:51c0:84fe:36ce> has joined #yocto23:13
*** gattuso <gattuso!~gattuso@pompel.me> has quit IRC23:27
*** gattuso <gattuso!~gattuso@pompel.me> has joined #yocto23:28
*** jkprg <jkprg!~jarda@cst-prg-78-152.cust.vodafone.cz> has joined #yocto23:51
*** jkprg <jkprg!~jarda@cst-prg-78-152.cust.vodafone.cz> has left #yocto23:52
RParmpit: I've taken centos7 out the pool as it was holding download locks23:53
armpitk23:53
armpitisn't 7 a lonely number by Beatles standard?23:54
RParmpit: probably :)23:55
RParmpit: not sure what is going on with the AB, its not happy. Second worker to have long timeouts :(23:55
armpithehe, you can all ways blame my changes for this ; )23:56
RParmpit: second time today we've had problems :/23:58

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