*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 00:13 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 00:14 | |
*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has quit IRC | 00:33 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 01:02 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-phyargejysojxzap> has joined #yocto | 01:13 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:7152:582:136c:6dbf> has quit IRC | 02:05 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:555:ddff:6770:148b> has joined #yocto | 02:17 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 02:37 | |
*** cpo <cpo!~cpo@helix.mybll.net> has quit IRC | 03:04 | |
*** cpo <cpo!~cpo@helix.mybll.net> has joined #yocto | 03:09 | |
*** fl0v0 <fl0v0!~fvo@89.244.125.157> has joined #yocto | 03:15 | |
yocti | New 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 #yocto | 06:15 | |
stuom1 | When 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 #yocto | 06:48 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 07:23 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 07:28 | |
stuom1 | Autotools 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 not | 07:43 |
stuom1 | that whole /home/blablabla | 07:43 |
stuom1 | do 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 #yocto | 07:50 | |
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has joined #yocto | 07:58 | |
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto | 08:17 | |
stuom1 | export PYTHON_SITE_PKG=${PYTHON_SITEPACKAGES_DIR} in do_configure_prepend seems to work | 08:20 |
*** wooosaiiii <wooosaiiii!~prix@93-103-194-190.dynamic.t-2.net> has quit IRC | 08:34 | |
*** pohly <pohly!~pohly@dyndsl-037-138-254-156.ewe-ip-backbone.de> has joined #yocto | 08:37 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 09:23 | |
*** Deknos <Deknos!~deknos@unaffiliated/menace> has joined #yocto | 09:26 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 09:26 | |
stuom1 | what means error during do_rootfs | 09:57 |
stuom1 | * Solver encountered 1 problem(s): | 09:57 |
stuom1 | bitbaking only the recipe works and all files are listed in files-in-package.txt | 09:58 |
RP | stuom1: perhaps you could say what the rootfs error actually is? | 10:04 |
RP | stuom1: sounds like you're getting closer | 10:05 |
stuom1 | "Unable to install packages" then a long list of packages and the text above | 10:06 |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 10:06 | |
RP | stuom1: there should be a clue somewhere about why its unable to install them though? | 10:07 |
stuom1 | there is also * Solution 1: | 10:08 |
RP | stuom1: 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/zc7Ttwq8 | 10:11 |
RP | stuom1: the key line is "nothing provides lmfit needed by lumi-1.0+git0+dd5202484e-r0.aarch64" | 10:12 |
RP | stuom1: so something in the lumi recipe is wrong as its asking for something which doesn't exist | 10:12 |
stuom1 | yes i thought so, thats why I pasted it :P | 10:12 |
RP | stuom1: you didn't paste that above | 10:13 |
stuom1 | Interestin, it shows on my screen | 10:13 |
RP | stuom1: something odd about lineendings and your client? Its not here :/ | 10:14 |
stuom1 | Maybe | 10:14 |
stuom1 | Bitbaking lmfit works, bitbaking lumi works, but bitbaking image give this error | 10:15 |
RP | stuom1: right, but the recipe build probably isn't checking the dependencies fully | 10:15 |
RP | only when you try and use them is it finding this for some reason | 10:16 |
RP | stuom1: is this an older release? | 10:16 |
stuom1 | older release of what? | 10:17 |
RP | stuom1: poky/yocto. Which release is it? | 10:17 |
stuom1 | poky 2.6.3 | 10:21 |
stuom1 | must be something wrong with my lmfit recipe then because without it everything works, but it is such a basic pypi recipe... | 10:22 |
stuom1 | I added setuptools3 to inherit in the recipe and now it works, interesting... I wouldn't have guessed from that error message heh | 10:32 |
stuom1 | i still dont understand why it was needed though and bitbaking the recipe separately worked | 10:36 |
*** Deknos <Deknos!~deknos@unaffiliated/menace> has left #yocto | 10:39 | |
*** pohly <pohly!~pohly@dyndsl-037-138-254-156.ewe-ip-backbone.de> has quit IRC | 10:39 | |
RP | stuom1: How are the files split up in this lmfit recipe? Does it have multiple packages? | 10:41 |
RP | it kind of sounds like the lmfit package itself may be empty and not generated? | 10:41 |
stuom1 | the recipe has basically only checksums and "inherit pypi" and thats it | 10:42 |
RP | stuom1: have a look at the generated packages in tmp/deploy/XXX and see if they have the files you expect in them | 10: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 IRC | 11:23 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-30-55.dynamic.amis.hr> has joined #yocto | 11:35 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 11:39 | |
*** tgamblin <tgamblin!~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com> has quit IRC | 11:48 | |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 11:48 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 11:49 | |
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has joined #yocto | 12:29 | |
stuom1 | If 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 #yocto | 12:59 | |
ecclescake | is there a way to build a single package using an older version of GCC, but keep everything else the same? | 13:05 |
ecclescake | s/package/recipe/ | 13:06 |
*** PinkSnake <PinkSnake!51ff1123@81.255.17.35> has joined #yocto | 13:12 | |
*** muppe <muppe!~Marko@59ec6c88.adsl.tnnet.fi> has joined #yocto | 13:17 | |
muppe | Does 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 #yocto | 13:29 | |
PinkSnake | Hi muppe | 13:35 |
muppe | Hi | 13:35 |
PinkSnake | I don't know about this lib | 13:35 |
PinkSnake | but when i'm in your case i use that : https://layers.openembedded.org/layerindex/branch/master/recipes/?q=libiconv | 13:35 |
PinkSnake | to find where the recipe is :) | 13:36 |
PinkSnake | in your case -> meta-mingw or meta-gplv2. Hope it help ;) | 13:36 |
muppe | ok. Thanks. At least I now know where to find it. Not sure if that is really the main issue I am having. | 13:38 |
PinkSnake | and the reason why: https://github.com/OSSystems/oe-core/commit/19b7e950346fb1dde6505c45236eba6cd9b33b4b | 13:38 |
muppe | I tried to ask about the "core" problem at #samba but I haven't gotten any replies yet. | 13:38 |
muppe | I see. | 13:39 |
muppe | But here is the main mystery I posted on Samba forum. Feel free to comment if you have a clue (or anybody else). | 13:40 |
muppe | I 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 us | 13:40 |
muppe | ing the same smb.conf in both cases. Maybe smthng should be changed there. | 13:40 |
PinkSnake | @muppe no more idea sorry | 13:41 |
muppe | :( ok, no problem | 13:41 |
muppe | Any samba gurus online? | 13:42 |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 13:45 | |
*** fl0v0 <fl0v0!~fvo@89.244.125.157> has quit IRC | 13:50 | |
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has quit IRC | 14:07 | |
PinkSnake | Hi all, I'm stuck on qt5 error on Zeus branch (more log here: https://pastebin.com/jKgLXsu9), someone here has some info ? | 14:07 |
stuom1 | PinkSnake you might be running out of RAM | 14:10 |
stuom1 | try to add some swap | 14:11 |
PinkSnake | hoooo nice I will tak ea look, could you please tell how you get that from the log ? I'm stupid maybe ? :( | 14:11 |
stuom1 | something killed your compiler | 14:11 |
stuom1 | i got similar error once | 14:11 |
PinkSnake | Thanks i will try after a fresh reboot | 14:12 |
*** PinkSnake <PinkSnake!51ff1123@81.255.17.35> has quit IRC | 14:18 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 14:25 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 14:32 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-68-183.cust.vodafone.cz> has joined #yocto | 14:32 | |
*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has joined #yocto | 14:49 | |
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 15:22 | |
Ad0 | alsa didn't go away before I used MACHINE_FEATURES_remove instead of DISTRO_ or IMAGE_ | 15:22 |
armpit | RP, I saw a pod.man build failure on perl on zeus. didn't master have a similar issue? | 15:23 |
RP | armpit: reproducible builds? | 15:27 |
armpit | not sure. let me check | 15:30 |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 15:35 | |
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 15:35 | |
armpit | RP, I don't think so. its the genricx86 build | 15:48 |
* armpit ill bug it | 15:48 | |
RP | armpit: not sure then | 16:02 |
armpit | you thinking about the podfix changes | 16:07 |
*** Dracos-Carazza_ is now known as Dracos-Carazza | 16:09 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-68-183.cust.vodafone.cz> has quit IRC | 16:10 | |
RP | armpit: right, they were repro builds specific | 16:11 |
*** falstaff <falstaff!~quassel@37.17.234.113> has joined #yocto | 16:23 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 16:24 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 16:28 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 16:30 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 16:31 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 16:40 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 17:07 | |
*** adelcast <adelcast!~adelcast@130.164.62.221> has joined #yocto | 17:09 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 17:21 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 17:23 | |
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC | 17:34 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 17:50 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-91-150.cust.vodafone.cz> has joined #yocto | 17:51 | |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 18:00 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 18:05 | |
khem | RP: I have pushed future glibc 2.31 update here https://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kraj/glibc-2.31 | 18:21 |
khem | RP: give it a shot if there is downtime | 18:21 |
khem | on AB | 18:22 |
*** lexano <lexano!lexano@gateway/vpn/nordvpn/lexano> has quit IRC | 18:24 | |
yocti | New 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 #yocto | 18:41 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-30-55.dynamic.amis.hr> has quit IRC | 18:46 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-30-55.dynamic.amis.hr> has joined #yocto | 18:49 | |
*** sstabellini <sstabellini!sstabellin@gateway/shell/xshellz/x-wwwzglyzdetzrhzc> has quit IRC | 19:10 | |
*** rubdos <rubdos!~rubdos@77.109.116.248> has quit IRC | 19:17 | |
*** tz <tz!~tz@orange.tzarc.io> has quit IRC | 19:21 | |
*** tz <tz!~tz@orange.tzarc.io> has joined #yocto | 19:22 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 19:22 | |
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has quit IRC | 19:25 | |
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has joined #yocto | 19:27 | |
*** develonepi3 <develonepi3!~devel@2600:1702:1bd0:1f80::21> has joined #yocto | 19:28 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-91-150.cust.vodafone.cz> has quit IRC | 19:41 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 19:56 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 20:25 | |
*** develonepi3 <develonepi3!~devel@2600:1702:1bd0:1f80::21> has quit IRC | 20:28 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 20:42 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 20:50 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 20:56 | |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 20:58 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 21:14 | |
*** havok101 <havok101!~havok101@2601:249:1000:b30:8dba:8404:bf13:e055> has joined #yocto | 21:19 | |
havok101 | I'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 |
havok101 | The 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 update | 21:22 |
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has quit IRC | 21:24 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 21:46 | |
fray | not really.. packages don't have a specific install order.. the operations in them should produce an expected output, but the order itself isn't promised | 22:08 |
Crofton|road | and krogoth, scary | 22:09 |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 22:13 | |
*** vmeson <vmeson!~rmacleod@24-52-239-53.cable.teksavvy.com> has quit IRC | 22:25 | |
havok101 | hmm 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 update | 22:26 |
havok101 | maybe an rdepends on the app might help | 22:26 |
kergoth | you 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 |
kergoth | just a random idea | 22:29 |
havok101 | interesting, will try that | 22:30 |
* kergoth shrugs | 22:32 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 22:34 | |
RP | khem: just when I thought I might manage a green build ;-) | 22:39 |
khem | RP: it will be green I think, I have clean world builds and all other needed patches are already upstreamed | 22:42 |
khem | but ofcourse I am interested in runtime tests that AB does | 22:42 |
RP | khem: right, I've just started a build with a crazy patch of my own included ;-) | 22:44 |
RP | khem: sorry, I didn't see the musl patch v2, could you rebase that against master please? | 22:45 |
khem | sure | 22:45 |
khem | RP: rebased patch is on ml now | 22:51 |
*** rubdos <rubdos!~rubdos@2a02:578:859d:700:8b44:5716:382d:a7da> has joined #yocto | 22:53 | |
havok101 | i'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 IRC | 23:02 | |
*** fury <fury!uid193779@gateway/web/irccloud.com/x-hrapgqsptkyfbnmv> has joined #yocto | 23:03 | |
RP | khem: thanks | 23:49 |
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has quit IRC | 23:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!