Sunday, 2023-08-13

*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Quit: Bye!)00:00
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto00:01
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection)00:32
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto00:35
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.)00:35
*** mckoan_ <mckoan_!~marco@host-95-229-48-41.business.telecomitalia.it> has joined #yocto01:11
*** mckoan|away <mckoan|away!~marco@host-95-229-48-41.business.telecomitalia.it> has quit IRC (Ping timeout: 246 seconds)01:12
*** Ablu <Ablu!~Ablu@user/Ablu> has quit IRC (Ping timeout: 246 seconds)01:17
*** Ablu <Ablu!~Ablu@user/Ablu> has joined #yocto01:21
*** amitk <amitk!~amit@58.84.61.40> has joined #yocto01:57
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)02:15
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto02:20
khemJaMa: yeah I was having multiple wheels moving in same sandbox perhaps a bad idea but sometime you have to. I think the problem was more related to running inside podman and not disabling seccomp02:46
khemI also do not see the issue with 2.38 on arch anymore02:47
*** amitk <amitk!~amit@58.84.61.40> has quit IRC (Quit: Lost terminal)02:52
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)03:13
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto03:26
*** zelgomer <zelgomer!~jake@gateway/tor-sasl/zelgomer> has quit IRC (Ping timeout: 246 seconds)03:35
*** zelgomer <zelgomer!~jake@gateway/tor-sasl/zelgomer> has joined #yocto03:37
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.)04:21
*** camus <camus!~Instantbi@101.88.176.60> has joined #yocto04:48
*** amitk <amitk!~amit@58.84.61.40> has joined #yocto04:58
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)05:27
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto05:27
*** vladest <vladest!~Thunderbi@ip-174-56.evhr.net> has quit IRC (Ping timeout: 258 seconds)06:43
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto07:01
JaMakhem: aha, thanks07:35
*** shebbar <shebbar!~shebbar@2600:1700:4a30:ee10:ed3d:5caf:1b05:ac6d> has quit IRC (Remote host closed the connection)08:16
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Quit: Chaser)09:40
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto09:56
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 245 seconds)09:59
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto10:01
*** florian <florian!~florian@dynamic-093-133-161-242.93.133.pool.telefonica.de> has joined #yocto10:14
dvergatalabelloni: I run this build on fresh poky-contrib from your branch and I didn't reproduce the issue10:20
dvergatalabelloni: does the builder do it on a fresh instance?10:21
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)10:32
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto10:32
*** belgianguy <belgianguy!~belgiangu@ptr-651fbf970prw4h8kxhz.18120a2.ip6.access.telenet.be> has joined #yocto10:51
*** florian <florian!~florian@dynamic-093-133-161-242.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds)11:48
*** camus1 <camus1!~Instantbi@101.88.176.60> has joined #yocto11:51
*** camus <camus!~Instantbi@101.88.176.60> has quit IRC (Ping timeout: 256 seconds)11:51
*** camus1 is now known as camus11:51
RPdvergatal: it always builds from a clean checkout but with the autobuilder sstate present11:51
*** goliath <goliath!~goliath@user/goliath> has joined #yocto11:59
*** Angman <Angman!~Angman@2402:6b00:ca2b:8200:8e1:f0c1:f2b8:bcb4> has joined #yocto12:17
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)12:27
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto12:27
dvergatalaaaaaa so sstate was already present?12:39
dvergatalRP: ^12:39
dvergatalRP: because after this patches are applied the whole sstate has to be wipeout because new sstate has to be created with milliseconds in tar files12:40
AngmanI was asked this question by a colleague at work and I couldn't answer it, so please help me!12:50
AngmanWhat is the exact definition of "package" in yocto?12:50
AngmanFor example, suppose we have a recipe like the following recipe.12:50
Angman````12:50
AngmanPN = "pango"12:50
AngmanRPROVIDES:${PN} += "pango-modules pango-module-indic-lang pango-module-basic-fc pango-module-arabic-lang"12:50
Angman````12:50
AngmanIn this case, multiple ${RPROVIDES} are specified for a single ${PN}.12:50
AngmanIs "pango" "package" in this case? Or is each one of "pango-modules pango-module-indic-lang pango-module-basic-fc pango-module-arabic-lang" "package"?12:50
*** woky| <woky|!~woky@li1651-31.members.linode.com> has quit IRC (Quit: Nothing in this world is hopeless!)12:54
*** woky_ <woky_!~woky@li1651-31.members.linode.com> has joined #yocto12:55
*** woky_ <woky_!~woky@li1651-31.members.linode.com> has quit IRC (Client Quit)12:58
RPdvergatal: in theory your changes mean the sstate taskhashes change and new data is generated with new hashes13:00
RPAngman: a package is a single output package file (a deb, ipk or rpm)13:01
RPAngman: one recipe will generate multiple packages13:01
RPAngman: pango can be a recipe and a package13:01
*** woky_ <woky_!~woky@li1651-31.members.linode.com> has joined #yocto13:01
Angman> a package is a single output package file (a deb, ipk or rpm)13:07
AngmanThank you. According to your answer,  "pango-modules pango-module-indic-lang pango-module-basic-fc pango-module-arabic-lang" would be the package.13:07
AngmanThen I'm not sure what to call the PN unit, but maybe it's just that no one uses the word "package" with such strict distinction.13:07
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)13:08
RPAngman: we introduced the word recipe to try and avoid some of the confusion13:10
RPPN does stand for "package name" and "pango" would be in that list as well, it is generated as a package13:10
RPIf we did things now, PN would be RN, recipe name13:10
RPbut we never realised until it was too lare13:11
RPlate13:11
AngmanMy understanding is that the recipe file and PN/PROVIDES and RPROVIDES define different units. I was not sure which unit the term "package" matched.13:12
RPAngman: there are two namespaces, "recipe" namespace and "package" namespaces13:13
RPPN usually exists in both13:13
RP"recipe" name space refers to bb files effectively, i.e. recipes. packages refer to the output files, ipk/deb/rpm files13:14
RPone recipe generates multiple packages13:14
AngmanSorry. My question was poorly worded; forget about the PN.13:16
AngmanI was wondering which unit of measure the word "package" describes, PROVIDES or RPROVIDES.13:16
AngmanAnd I understand that your answer is that it expresses units of RPROVIDES. If I am wrong, please let me know. 🙏13:16
RPRPROVIDES work with packages13:17
AngmanThank you, I understand. Then I guess I will have to work on the wording when I call the PROVIDES unit. Of course this is a personal challenge for me. 😁13:21
*** Angman <Angman!~Angman@2402:6b00:ca2b:8200:8e1:f0c1:f2b8:bcb4> has quit IRC (Quit: Client closed)13:40
*** belgianguy <belgianguy!~belgiangu@ptr-651fbf970prw4h8kxhz.18120a2.ip6.access.telenet.be> has quit IRC (Remote host closed the connection)13:42
*** Angman <Angman!~Angman@2402:6b00:ca2b:8200:8e1:f0c1:f2b8:bcb4> has joined #yocto13:46
Angmanhttps://docs.yoctoproject.org/dev-manual/new-recipe.html#using-virtual-providers13:48
AngmanIt seems to me that it is correct to call the unit defined by PROVIDES a PROVIDER.13:48
*** Angman <Angman!~Angman@2402:6b00:ca2b:8200:8e1:f0c1:f2b8:bcb4> has quit IRC (Client Quit)13:48
*** Ablu <Ablu!~Ablu@user/Ablu> has quit IRC (Ping timeout: 245 seconds)13:50
*** Ablu <Ablu!~Ablu@user/Ablu> has joined #yocto13:50
*** dodoradio <dodoradio!~dodoradio@137.220.94.42> has joined #yocto14:23
*** amitk <amitk!~amit@58.84.61.40> has quit IRC (Remote host closed the connection)14:25
*** tokamak <tokamak!~Tokamak@129.158.40.255> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)14:33
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto14:33
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has joined #yocto14:34
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has quit IRC (Remote host closed the connection)14:34
*** tokamak <tokamak!~Tokamak@129.158.40.255> has joined #yocto14:37
*** dodoradio <dodoradio!~dodoradio@137.220.94.42> has quit IRC (Quit: dodoradio)14:38
*** amitk <amitk!~amit@58.84.61.40> has joined #yocto14:45
*** tokamak <tokamak!~Tokamak@129.158.40.255> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)14:51
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has joined #yocto14:52
*** alimon <alimon!~alimon@2806:10b7:2:72a7:2c32:cfff:fe8e:de1f> has quit IRC (Ping timeout: 260 seconds)15:08
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)15:12
*** alimon <alimon!~alimon@2806:10b7:2:b99c:2c32:cfff:fe8e:de1f> has joined #yocto15:23
*** starblue <starblue!~juergen@dslb-088-078-111-236.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)15:24
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5380:54c0:57ee:ca2f:e72e:691b> has joined #yocto15:33
*** florian <florian!~florian@dynamic-093-133-161-242.93.133.pool.telefonica.de> has joined #yocto15:50
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto15:53
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)16:09
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has joined #yocto16:10
*** starblue <starblue!~juergen@71-129-142-46.pool.kielnet.net> has joined #yocto16:23
*** florian <florian!~florian@dynamic-093-133-161-242.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds)16:24
dvergatalRP: yes but what if these ACL patches does not apply to any package? the old one which is wrong remains...16:37
dvergatalmeaning, the code with removed timestamps in sstate cache archived with tar still remains16:43
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)16:59
*** tokamak <tokamak!~Tokamak@129.158.40.255> has joined #yocto17:00
*** tokamak <tokamak!~Tokamak@129.158.40.255> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)17:13
*** camus <camus!~Instantbi@101.88.176.60> has quit IRC (Quit: camus)17:15
*** tokamak <tokamak!~Tokamak@129.158.40.255> has joined #yocto17:16
*** tokamak <tokamak!~Tokamak@129.158.40.255> has quit IRC (Client Quit)17:19
*** tokamak <tokamak!~Tokamak@129.158.40.255> has joined #yocto17:19
*** dodoradio <dodoradio!~dodoradio@137.220.94.42> has joined #yocto17:20
*** tokamak <tokamak!~Tokamak@129.158.40.255> has quit IRC (Client Quit)17:21
*** tokamak <tokamak!~Tokamak@129.158.40.255> has joined #yocto17:21
*** tokamak <tokamak!~Tokamak@129.158.40.255> has quit IRC (Client Quit)17:26
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has joined #yocto17:27
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has quit IRC (Client Quit)17:31
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has joined #yocto17:32
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto17:39
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)17:40
*** tokamak <tokamak!~Tokamak@129.158.40.255> has joined #yocto17:42
*** tokamak <tokamak!~Tokamak@129.158.40.255> has quit IRC (Remote host closed the connection)17:43
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has joined #yocto17:43
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has quit IRC (Remote host closed the connection)17:44
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has joined #yocto17:45
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has quit IRC (Remote host closed the connection)17:46
*** tokamak <tokamak!~Tokamak@129.158.40.255> has joined #yocto17:47
RPdvergatal: right, but the hashes shouldn't match :/17:48
*** dodoradio <dodoradio!~dodoradio@137.220.94.42> has quit IRC (Quit: dodoradio)17:52
*** tokamak <tokamak!~Tokamak@129.158.40.255> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)17:53
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has joined #yocto17:57
*** vladest <vladest!~Thunderbi@6.174.199.178.dynamic.wline.res.cust.swisscom.ch> has joined #yocto17:58
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.)18:00
*** tokamak <tokamak!~Tokamak@2603:c020:4004:fff:9f61:fd7:3164:946a> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)18:04
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto18:05
*** tokamak <tokamak!~Tokamak@129.80.5.79> has joined #yocto18:05
dvergatalRP: unfortunately18:07
dvergatalRP: we need to discuss it, but I'm tired for today maybe tomorrow?18:07
*** tokamak <tokamak!~Tokamak@129.80.5.79> has quit IRC (Client Quit)18:09
*** tokamak <tokamak!~Tokamak@129.80.5.79> has joined #yocto18:11
*** dodoradio <dodoradio!~dodoradio@137.220.94.42> has joined #yocto18:21
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto18:23
*** kpo <kpo!~kpo@156.17.147.54> has joined #yocto18:40
*** dodoradio <dodoradio!~dodoradio@137.220.94.42> has quit IRC (Quit: dodoradio)18:40
*** florian <florian!~florian@dynamic-093-133-161-242.93.133.pool.telefonica.de> has joined #yocto19:19
*** dodoradio <dodoradio!~dodoradio@137.220.94.42> has joined #yocto19:22
*** dodoradio <dodoradio!~dodoradio@137.220.94.42> has quit IRC (Quit: dodoradio)19:34
*** tricky <tricky!~tricky@2600:6c48:503f:4550::a59d> has joined #yocto19:42
*** Kubu_work <Kubu_work!~kubu@arennes-654-1-262-155.w2-13.abo.wanadoo.fr> has joined #yocto19:42
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Quit: Chaser)20:04
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)20:12
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto20:12
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has quit IRC (Quit: Haxxa flies away.)20:15
*** kpo <kpo!~kpo@156.17.147.54> has quit IRC (Ping timeout: 240 seconds)20:18
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto20:20
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.)20:22
*** Kubu_work <Kubu_work!~kubu@arennes-654-1-262-155.w2-13.abo.wanadoo.fr> has quit IRC (Quit: Leaving.)20:25
*** dash_hope <dash_hope!~dash_hope@205.251.233.179> has joined #yocto20:39
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto21:03
*** amitk_ <amitk_!~amit@58.84.62.11> has joined #yocto21:09
*** amitk <amitk!~amit@58.84.61.40> has quit IRC (Ping timeout: 246 seconds)21:12
*** kpo <kpo!~kpo@031011130077.dynamic-3-poz-k-1-0-0.vectranet.pl> has joined #yocto21:15
*** florian <florian!~florian@dynamic-093-133-161-242.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 258 seconds)21:35
*** starblue <starblue!~juergen@71-129-142-46.pool.kielnet.net> has quit IRC (Ping timeout: 244 seconds)21:43
*** tgamblin <tgamblin!~tgamblin@2001:1970:5b1f:ab00:d875:6297:4e81:e577> has joined #yocto22:33
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has quit IRC (Ping timeout: 246 seconds)22:37
*** starblue <starblue!~juergen@dslb-088-078-111-236.088.078.pools.vodafone-ip.de> has joined #yocto22:40
*** tricky <tricky!~tricky@2600:6c48:503f:4550::a59d> has quit IRC (Read error: Connection reset by peer)22:43
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto22:44
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)23:10
*** old_boy <old_boy!~old_boy@205.251.233.178> has joined #yocto23:46
old_boyhttps://stackoverflow.com/questions/76887889/meson-not-able-to-find-include-headers-in-yocto-build-system i am wondering is there any commands to know in yocto to find out what all pkg-config are there? Currently my cmake is creating a pkg-config file but meson build is not able to find it.23:48

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!