Friday, 2020-01-03

*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC00:13
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto00:14
*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has quit IRC00:33
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC01:02
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-phyargejysojxzap> has joined #yocto01:13
*** armpit <armpit!~armpit@2601:202:4180:a5c0:7152:582:136c:6dbf> has quit IRC02:05
*** armpit <armpit!~armpit@2601:202:4180:a5c0:555:ddff:6770:148b> has joined #yocto02:17
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC02:37
*** cpo <cpo!~cpo@helix.mybll.net> has quit IRC03:04
*** cpo <cpo!~cpo@helix.mybll.net> has joined #yocto03:09
*** fl0v0 <fl0v0!~fvo@89.244.125.157> has joined #yocto03:15
yoctiNew news from stackoverflow: How to source a Bash script in a Yocto recipe <https://stackoverflow.com/questions/59271765/how-to-source-a-bash-script-in-a-yocto-recipe> || Yocto tensorflow 2.0 <https://stackoverflow.com/questions/58502660/yocto-tensorflow-2-0>04:59
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has joined #yocto06:15
stuom1When are the IRC channel logs of 2020 going to get updated?06:17
*** ThomasD13 <ThomasD13!~ThomasD13@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto06:48
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto07:23
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC07:28
stuom1Autotools is installin python files in /home/testuser/work/project/build/tmp/work/aarch64-tdx-linux/pylib/3.3.0-r0/image/home/testuser/work/project/build/tmp/work/aarch64-tdx-linux/pylib/3.3.0-r0/recipe-sysroot/usr/lib/python3.5/site-packages/, what do I need to change to make it install correctly in ./image/usr/lib/python3.5/site-packages and not07:43
stuom1that whole /home/blablabla07:43
stuom1do I need to change something in the autoconf file or can I append/prepend something in the recipe?07:45
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto07:50
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has joined #yocto07:58
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto08:17
stuom1export PYTHON_SITE_PKG=${PYTHON_SITEPACKAGES_DIR} in do_configure_prepend seems to work08:20
*** wooosaiiii <wooosaiiii!~prix@93-103-194-190.dynamic.t-2.net> has quit IRC08:34
*** pohly <pohly!~pohly@dyndsl-037-138-254-156.ewe-ip-backbone.de> has joined #yocto08:37
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto09:23
*** Deknos <Deknos!~deknos@unaffiliated/menace> has joined #yocto09:26
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto09:26
stuom1what means error during do_rootfs09:57
stuom1* Solver encountered 1 problem(s):09:57
stuom1bitbaking only the recipe works and all files are listed in files-in-package.txt09:58
RPstuom1: perhaps you could say what the rootfs error actually is?10:04
RPstuom1: sounds like you're getting closer10:05
stuom1"Unable to install packages" then a long list of packages and the text above10:06
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto10:06
RPstuom1: there should be a clue somewhere about why its unable to install them though?10:07
stuom1there is also  * Solution 1:10:08
RPstuom1: I'd suggest pastebinning the log somewhere so we can see the full output. You're not picking the useful lines to paste here...10:09
stuom1@RP i put it here https://pastebin.com/zc7Ttwq810:11
RPstuom1: the key line is "nothing provides lmfit needed by lumi-1.0+git0+dd5202484e-r0.aarch64"10:12
RPstuom1: so something in the lumi recipe is wrong as its asking for something which doesn't exist10:12
stuom1yes i thought so, thats why I pasted it :P10:12
RPstuom1: you didn't paste that above10:13
stuom1Interestin, it shows on my screen10:13
RPstuom1: something odd about lineendings and your client? Its not here :/10:14
stuom1Maybe10:14
stuom1Bitbaking lmfit works, bitbaking lumi works, but bitbaking image give this error10:15
RPstuom1: right, but the recipe build probably isn't checking the dependencies fully10:15
RPonly when you try and use them is it finding this for some reason10:16
RPstuom1: is this an older release?10:16
stuom1older release of what?10:17
RPstuom1: poky/yocto. Which release is it?10:17
stuom1poky 2.6.310:21
stuom1must be something wrong with my lmfit recipe then because without it everything works, but it is such a basic pypi recipe...10:22
stuom1I added setuptools3 to inherit in the recipe and now it works, interesting... I wouldn't have guessed from that error message heh10:32
stuom1i still dont understand why it was needed though and bitbaking the recipe separately worked10:36
*** Deknos <Deknos!~deknos@unaffiliated/menace> has left #yocto10:39
*** pohly <pohly!~pohly@dyndsl-037-138-254-156.ewe-ip-backbone.de> has quit IRC10:39
RPstuom1: How are the files split up in this lmfit recipe? Does it have multiple packages?10:41
RPit kind of sounds like the lmfit package itself may be empty and not generated?10:41
stuom1the recipe has basically only checksums and "inherit pypi" and thats it10:42
RPstuom1: have a look at the generated packages in tmp/deploy/XXX and see if they have the files you expect in them10:44
* RP wonders why this sigs test keeps failing :(10:46
*** ThomasD13 <ThomasD13!~ThomasD13@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC11:23
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-30-55.dynamic.amis.hr> has joined #yocto11:35
*** berton <berton!~berton@189.103.49.163> has joined #yocto11:39
*** tgamblin <tgamblin!~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com> has quit IRC11:48
*** berton <berton!~berton@189.103.49.163> has quit IRC11:48
*** berton <berton!~berton@189.103.49.163> has joined #yocto11:49
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has joined #yocto12:29
stuom1If I get error "aarch64-tdx-linux-gfortran: error: libgfortran.spec: No such file or directory" how can I see what exact directory it is trying to find it from?12:48
*** ecclescake <ecclescake!~tomeccles@78.40.148.171> has joined #yocto12:59
ecclescakeis there a way to build a single package using an older version of GCC, but keep everything else the same?13:05
ecclescakes/package/recipe/13:06
*** PinkSnake <PinkSnake!51ff1123@81.255.17.35> has joined #yocto13:12
*** muppe <muppe!~Marko@59ec6c88.adsl.tnnet.fi> has joined #yocto13:17
muppeDoes anybody know what has happened to libiconv? Krogoth apparently had it under meta/recipes-support but Rocko no longer has it. I am just getting some character set related warnings/errors when running samba so I am wondering if I need to fix it somehow.13:19
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has joined #yocto13:29
PinkSnakeHi muppe13:35
muppeHi13:35
PinkSnakeI don't know about this lib13:35
PinkSnakebut when i'm in your case i use that : https://layers.openembedded.org/layerindex/branch/master/recipes/?q=libiconv13:35
PinkSnaketo find where the recipe is :)13:36
PinkSnakein your case -> meta-mingw or meta-gplv2. Hope it help ;)13:36
muppeok. Thanks. At least I now know where to find it. Not sure if that is really the main issue I am having.13:38
PinkSnakeand the reason why: https://github.com/OSSystems/oe-core/commit/19b7e950346fb1dde6505c45236eba6cd9b33b4b13:38
muppeI tried to ask about the "core" problem at #samba but I haven't gotten any replies yet.13:38
muppeI see.13:39
muppeBut here is the main mystery I posted on Samba forum. Feel free to comment if you have a clue (or anybody else).13:40
muppeI have two Yocto based linux distros; one running samba v4.1.12 and another one v4.6.7. I can access the shared disk on both devices using Windows 10 machine if the linux machines are connected to our local network. However, if the linux PC has a static IP address and a direct cable connection to Win10 PC, only v4.1.12 works. So I wonder what change in Samba implementation could cause this? I am us13:40
muppeing the same smb.conf in both cases. Maybe smthng should be changed there.13:40
PinkSnake@muppe no more idea sorry13:41
muppe:( ok, no problem13:41
muppeAny samba gurus online?13:42
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC13:45
*** fl0v0 <fl0v0!~fvo@89.244.125.157> has quit IRC13:50
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has quit IRC14:07
PinkSnakeHi all, I'm stuck on qt5 error on Zeus branch (more log here: https://pastebin.com/jKgLXsu9), someone here has some info ?14:07
stuom1PinkSnake you might be running out of RAM14:10
stuom1try to add some swap14:11
PinkSnakehoooo nice I will tak ea look, could you please tell how you get that from the log ? I'm stupid maybe ? :(14:11
stuom1something killed your compiler14:11
stuom1i got similar error once14:11
PinkSnakeThanks i will try after a fresh reboot14:12
*** PinkSnake <PinkSnake!51ff1123@81.255.17.35> has quit IRC14:18
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto14:25
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC14:32
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-68-183.cust.vodafone.cz> has joined #yocto14:32
*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has joined #yocto14:49
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has quit IRC15:22
Ad0alsa didn't go away before I used MACHINE_FEATURES_remove instead of DISTRO_ or IMAGE_15:22
armpitRP, I saw a pod.man build failure on perl on zeus.  didn't master have a similar issue?15:23
RParmpit: reproducible builds?15:27
armpitnot sure. let me check15:30
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto15:35
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto15:35
armpitRP, I don't think so. its the genricx86 build15:48
* armpit ill bug it15:48
RParmpit: not sure then16:02
armpityou thinking about the podfix changes16:07
*** Dracos-Carazza_ is now known as Dracos-Carazza16:09
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-68-183.cust.vodafone.cz> has quit IRC16:10
RParmpit: right, they were repro builds specific16:11
*** falstaff <falstaff!~quassel@37.17.234.113> has joined #yocto16:23
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto16:24
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC16:28
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto16:30
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC16:31
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC16:40
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto17:07
*** adelcast <adelcast!~adelcast@130.164.62.221> has joined #yocto17:09
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC17:21
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto17:23
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC17:34
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC17:50
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-91-150.cust.vodafone.cz> has joined #yocto17:51
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC18:00
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto18:05
khemRP: I have pushed future glibc 2.31 update here https://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kraj/glibc-2.3118:21
khemRP: give it a shot if there is downtime18:21
khemon AB18:22
*** lexano <lexano!lexano@gateway/vpn/nordvpn/lexano> has quit IRC18:24
yoctiNew news from stackoverflow: Error in building pulseaudio in yocto <https://stackoverflow.com/questions/41821090/error-in-building-pulseaudio-in-yocto>18:32
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has joined #yocto18:41
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-30-55.dynamic.amis.hr> has quit IRC18:46
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-30-55.dynamic.amis.hr> has joined #yocto18:49
*** sstabellini <sstabellini!sstabellin@gateway/shell/xshellz/x-wwwzglyzdetzrhzc> has quit IRC19:10
*** rubdos <rubdos!~rubdos@77.109.116.248> has quit IRC19:17
*** tz <tz!~tz@orange.tzarc.io> has quit IRC19:21
*** tz <tz!~tz@orange.tzarc.io> has joined #yocto19:22
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC19:22
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has quit IRC19:25
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has joined #yocto19:27
*** develonepi3 <develonepi3!~devel@2600:1702:1bd0:1f80::21> has joined #yocto19:28
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-91-150.cust.vodafone.cz> has quit IRC19:41
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto19:56
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto20:25
*** develonepi3 <develonepi3!~devel@2600:1702:1bd0:1f80::21> has quit IRC20:28
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC20:42
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC20:50
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto20:56
*** berton <berton!~berton@189.103.49.163> has quit IRC20:58
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto21:14
*** havok101 <havok101!~havok101@2601:249:1000:b30:8dba:8404:bf13:e055> has joined #yocto21:19
havok101I'm on Krogoth so my system is using Smart package manager. Is there a good way I can tell the system in a recipe that a certain package needs to be the last one to be installed out of all the packages? RDepends the last one it usually install?21:20
havok101The issues is b2qt-launcher was renamed from b2qt-launcher to boot2qt-launcher for which I put RREPLACES in the new recipe this causes the previous package to uninstall which unintentionally kills my app during an update21:22
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has quit IRC21:24
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC21:46
fraynot really.. packages don't have a specific install order.. the operations in them should produce an expected output, but the order itself isn't promised22:08
Crofton|roadand krogoth, scary22:09
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC22:13
*** vmeson <vmeson!~rmacleod@24-52-239-53.cable.teksavvy.com> has quit IRC22:25
havok101hmm it's an issue since b2qt-launcher will run systemctl enable b2qt.service followed by systemctl restart b2qt.service which would cause the main app to restart in the middle of an update22:26
havok101maybe an rdepends on the app might help22:26
kergothyou might want an intermediate replacement package. that is, instead of the new name rreplacing the old one, make it just rdepend on it for now, and change the old package to no longer install anything and kill its scripts. the other package upgrading shouldn't restart the service, as postinst/prerm scripts are supposed to check for an upgrade argument to avoid restarting services on upgrade when not needed, afaik.22:29
kergothjust a random idea22:29
havok101interesting, will try that22:30
* kergoth shrugs22:32
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto22:34
RPkhem: just when I thought I might manage a green build ;-)22:39
khemRP: it will be green I think, I have clean world builds and all other needed patches are already upstreamed22:42
khembut ofcourse I am interested in runtime tests that AB does22:42
RPkhem: right, I've just started a build with a crazy patch of my own included ;-)22:44
RPkhem: sorry, I didn't see the musl patch v2, could you rebase that against master please?22:45
khemsure22:45
khemRP: rebased patch is on ml now22:51
*** rubdos <rubdos!~rubdos@2a02:578:859d:700:8b44:5716:382d:a7da> has joined #yocto22:53
havok101i'm going to try to move from krogoth to a newer version. Is there and documentation or something I can look into for migration from using Smart to DNF?22:57
*** havok101 <havok101!~havok101@2601:249:1000:b30:8dba:8404:bf13:e055> has quit IRC23:02
*** fury <fury!uid193779@gateway/web/irccloud.com/x-hrapgqsptkyfbnmv> has joined #yocto23:03
RPkhem: thanks23:49
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has quit IRC23:55

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