*** junland <junland!~junland@142.93.201.46> has quit IRC | 00:00 | |
*** junland <junland!~junland@142.93.201.46> has joined #yocto | 00:01 | |
*** Ad0 <Ad0!~Ad0@93.124.245.194> has quit IRC | 00:11 | |
*** Ad0 <Ad0!~Ad0@93.124.245.194> has joined #yocto | 00:17 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has quit IRC | 00:19 | |
*** codusnocturnus <codusnocturnus!~codusnoct@ip68-98-225-84.ph.ph.cox.net> has joined #yocto | 00:29 | |
zeddii | RP: I'll diff some configs and see if anything pops up as wrong. | 00:41 |
---|---|---|
*** gtristan <gtristan!~tristanva@14.54.68.214> has quit IRC | 02:06 | |
*** codusnocturnus <codusnocturnus!~codusnoct@ip68-98-225-84.ph.ph.cox.net> has quit IRC | 02:09 | |
*** ssajal <ssajal!~ssajal@bras-base-otwaon1146w-grc-11-174-88-220-58.dsl.bell.ca> has quit IRC | 02:16 | |
zeddii | RP: the only NFS config difference that shows between 5.4 and 5.8 is: https://pastebin.com/R5kPksAY | 02:58 |
zeddii | if the NFS is over UDP that could explain it. I'll dig more on Sunday to see why it has changed, might be a missing dependency | 02:59 |
zeddii | khem: your warning is fixed. I'll send the fix on Monday | 03:06 |
* zeddii heads off | 03:06 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-sorppxftxfmgtpiv> has quit IRC | 03:27 | |
*** paulg <paulg!~paulg@198-84-145-15.cpe.teksavvy.com> has quit IRC | 03:30 | |
*** ssajal <ssajal!~ssajal@bras-base-otwaon1146w-grc-11-174-88-220-58.dsl.bell.ca> has joined #yocto | 04:28 | |
*** kv <kv!c77448a2@eero.static.monkeybrains.net> has joined #yocto | 04:54 | |
*** kv <kv!c77448a2@eero.static.monkeybrains.net> has quit IRC | 04:55 | |
*** rk <rk!c77448a2@eero.static.monkeybrains.net> has joined #yocto | 04:55 | |
*** j241 <j241!~Adium@20.ip-51-79-160.net> has joined #yocto | 05:16 | |
*** j241 <j241!~Adium@20.ip-51-79-160.net> has quit IRC | 05:18 | |
*** j241 <j241!~Adium@20.ip-51-79-160.net> has joined #yocto | 05:18 | |
*** j241 <j241!~Adium@20.ip-51-79-160.net> has quit IRC | 05:19 | |
*** j241 <j241!~Adium@20.ip-51-79-160.net> has joined #yocto | 05:19 | |
*** sukbeom <sukbeom!~sukbeom@112.172.36.52> has joined #yocto | 05:49 | |
*** j241 <j241!~Adium@20.ip-51-79-160.net> has quit IRC | 05:54 | |
*** rk <rk!c77448a2@eero.static.monkeybrains.net> has quit IRC | 06:04 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has joined #yocto | 06:15 | |
*** feddischson <feddischson!~feddischs@HSI-KBW-109-192-195-191.hsi6.kabel-badenwuerttemberg.de> has joined #yocto | 06:57 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has joined #yocto | 07:05 | |
*** sukbeom <sukbeom!~sukbeom@112.172.36.52> has quit IRC | 07:10 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has quit IRC | 07:11 | |
feddischson | Hi, I'm getting a strange error with bitbake (building an Angstromg Linux) and I'm not able to get the root of the issue. | 07:25 |
feddischson | There is a fatal error in a python subprocess call which gives me also a kenel log entry | 07:25 |
feddischson | `audit: type=1326 audit(1598166107.216:5): auid=4294967295 uid=1000 gid=1000 ses=4294967295 subj=kernel pid=25453 comm="file" exe="/usr/bin/file" sig=31 arch=c000003e syscall=41 compat=0 ip=0x7f1477bb85b7 code=0x0`. | 07:25 |
feddischson | The bitbake error is the following: `ERROR: base-files-3.0.14-r89 do_package: Fatal errors occurred in subprocesses: Command '['file', '-b', '/..../work/cyclone5-angstrom-linux-gnueabi/base-files/3.0.14-r89/package/etc/skel/.profile'] died with <Signals.SIGSYS: 31>` | 07:25 |
feddischson | The traceback is | 07:25 |
feddischson | File "/..../conf/../layers/openembedded-core/meta/lib/oe/utils.py", line 276, in run | 07:25 |
feddischson | ret = self._target(*self._args, **self._kwargs) | 07:25 |
feddischson | File "/..../conf/../layers/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf | 07:25 |
feddischson | result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8") | 07:25 |
feddischson | File "/usr/lib/python3.7/subprocess.py", line 411, in check_output | 07:25 |
feddischson | **kwargs).stdout | 07:25 |
feddischson | File "/usr/lib/python3.7/subprocess.py", line 512, in run | 07:25 |
feddischson | output=stdout, stderr=stderr) | 07:25 |
feddischson | I've created a small python script which does the same subprocess call and it | 07:25 |
feddischson | works fine, so why could bitbake fail with this simple subprocess call? | 07:25 |
*** rcoote <rcoote!~rcoote@5.146.199.11> has joined #yocto | 07:44 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 07:47 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has joined #yocto | 07:49 | |
*** samvlewis <samvlewis!~samvlewis@45.32.247.239> has quit IRC | 08:14 | |
*** rsalveti <rsalveti!sid117878@gateway/web/irccloud.com/x-wjnsjcphzzqzsyni> has quit IRC | 08:17 | |
*** dev1990 <dev1990!~dev@dynamic-78-8-104-31.ssp.dialog.net.pl> has joined #yocto | 08:17 | |
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-dfhpdkhmydkihfwm> has quit IRC | 08:19 | |
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-opdkjzwmptmqvuqr> has quit IRC | 08:19 | |
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-cykvyksiqlfmxpss> has joined #yocto | 08:21 | |
*** rsalveti <rsalveti!sid117878@gateway/web/irccloud.com/x-xlchmgdqerfwmlpj> has joined #yocto | 08:21 | |
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-dbqzaadchlcmslxb> has joined #yocto | 08:22 | |
*** paulbarker <paulbarker!sid269702@gateway/web/irccloud.com/x-refzyzumcmntklzq> has quit IRC | 08:25 | |
*** ernstp <ernstp!sid168075@gateway/web/irccloud.com/x-iajsiaqnzepohyqz> has quit IRC | 08:25 | |
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-feqciffpxtxvegyl> has quit IRC | 08:25 | |
*** darknighte <darknighte!sid214177@pdpc/supporter/professional/darknighte> has quit IRC | 08:27 | |
*** paulbarker <paulbarker!sid269702@gateway/web/irccloud.com/x-wzqwzhxewsqbqslc> has joined #yocto | 08:27 | |
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-obvrdqjchmbmfnyv> has joined #yocto | 08:27 | |
*** darknighte <darknighte!sid214177@pdpc/supporter/professional/darknighte> has joined #yocto | 08:30 | |
*** ernstp <ernstp!sid168075@gateway/web/irccloud.com/x-hddtewpisntvcvsc> has joined #yocto | 08:31 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 08:33 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 08:49 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 09:07 | |
*** LocutusOfBorg <LocutusOfBorg!~locutusof@ubuntu/member/locutusofborg> has quit IRC | 09:34 | |
*** LocutusOfBorg <LocutusOfBorg!~locutusof@2001:b07:5d32:c012:e08b:96f4:6053:8686> has joined #yocto | 09:34 | |
*** LocutusOfBorg <LocutusOfBorg!~locutusof@ubuntu/member/locutusofborg> has joined #yocto | 09:34 | |
RP | feddischson: the environment bitbake runs it under is probably a bit different. Which version of the project is this? | 09:48 |
RP | feddischson: could be pseudo causing problems. Is this a version of file with seccomp enabled? | 09:49 |
RP | One of the workers has some fascinating locked up bitbake server processes. I just can't figure out why. If I leave it, might lose the opportunity to debug :( | 10:16 |
*** agust <agust!~agust@p508b6ab0.dip0.t-ipconnect.de> has joined #yocto | 10:38 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 10:50 | |
*** paulg <paulg!~paulg@198-84-145-15.cpe.teksavvy.com> has joined #yocto | 12:11 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has quit IRC | 12:56 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has joined #yocto | 13:16 | |
*** gtristan <gtristan!~tristanva@59.29.199.207> has joined #yocto | 13:18 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has quit IRC | 13:36 | |
*** kriive <kriive!~kriive@84.33.141.88> has joined #yocto | 13:55 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-99-153.dynamic.amis.hr> has joined #yocto | 13:56 | |
*** clement <clement!~clement@51.158.149.110> has quit IRC | 14:08 | |
*** clement <clement!~clement@51.158.149.110> has joined #yocto | 14:15 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 14:16 | |
*** dlan <dlan!~dennis@218.79.101.78> has joined #yocto | 14:22 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 14:22 | |
*** goliath <goliath!~goliath@91.141.1.188.wireless.dyn.drei.com> has joined #yocto | 14:33 | |
*** kriive <kriive!~kriive@84.33.141.88> has quit IRC | 14:38 | |
*** goliath <goliath!~goliath@91.141.1.188.wireless.dyn.drei.com> has quit IRC | 14:49 | |
*** clement <clement!~clement@51.158.149.110> has quit IRC | 15:01 | |
*** xyz__ <xyz__!~user1@x4d06dbe9.dyn.telefonica.de> has joined #yocto | 15:04 | |
*** xyz__ is now known as hch_ | 15:04 | |
*** hch_ <hch_!~user1@x4d06dbe9.dyn.telefonica.de> has quit IRC | 15:06 | |
*** hch_ <hch_!~user1@x4d06dbe9.dyn.telefonica.de> has joined #yocto | 15:07 | |
*** clement <clement!~clement@51.158.149.110> has joined #yocto | 15:07 | |
*** hch_ is now known as xyz__ | 15:15 | |
*** xyz__ is now known as hch_ | 15:15 | |
*** hch_ is now known as xyz__ | 15:15 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 15:15 | |
*** xyz__ <xyz__!~user1@x4d06dbe9.dyn.telefonica.de> has left #yocto | 15:20 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has joined #yocto | 15:20 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has quit IRC | 15:27 | |
*** goliath <goliath!~goliath@91.141.1.188.wireless.dyn.drei.com> has joined #yocto | 15:30 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has joined #yocto | 15:46 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 15:59 | |
*** u1106[m] <u1106[m]!u1106frosc@gateway/shell/matrix.org/x-tmdhvkcgeyrbbyup> has joined #yocto | 16:05 | |
*** goliath <goliath!~goliath@91.141.1.188.wireless.dyn.drei.com> has quit IRC | 16:25 | |
RP | I don't half hate some of this code :( | 16:27 |
*** pfefferz <pfefferz!49e566be@c-73-229-102-190.hsd1.co.comcast.net> has joined #yocto | 17:23 | |
*** gtristan <gtristan!~tristanva@59.29.199.207> has quit IRC | 17:44 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has left #yocto | 18:10 | |
*** mbulut <mbulut!~nameclash@ip1f126b1a.dynamic.kabel-deutschland.de> has joined #yocto | 18:43 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has joined #yocto | 19:06 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 19:31 | |
*** NiksDev2 <NiksDev2!~NiksDev@192.91.75.12> has quit IRC | 19:33 | |
*** NiksDev2 <NiksDev2!~NiksDev@192.91.101.30> has joined #yocto | 19:33 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 19:57 | |
*** kiwi_29 <kiwi_29!~kiwi_29@c-73-231-211-214.hsd1.ca.comcast.net> has joined #yocto | 20:04 | |
*** kiwi_29_ <kiwi_29_!~kiwi_29@c-73-231-211-214.hsd1.ca.comcast.net> has joined #yocto | 20:05 | |
*** kiwi_29 <kiwi_29!~kiwi_29@c-73-231-211-214.hsd1.ca.comcast.net> has quit IRC | 20:05 | |
*** kiwi_29_ <kiwi_29_!~kiwi_29@c-73-231-211-214.hsd1.ca.comcast.net> has quit IRC | 20:07 | |
*** pbergin <pbergin!~pbergin@c188-151-59-206.bredband.comhem.se> has joined #yocto | 20:08 | |
*** rcoote <rcoote!~rcoote@5.146.199.11> has quit IRC | 20:24 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:b652:c378:b428:fdf> has quit IRC | 20:33 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:b652:c378:b428:fdf> has joined #yocto | 20:37 | |
*** pbergin <pbergin!~pbergin@c188-151-59-206.bredband.comhem.se> has quit IRC | 20:41 | |
*** tiburonX <tiburonX!~androirc@xdsl-84-44-173-49.nc.de> has joined #yocto | 21:21 | |
*** tiburonX <tiburonX!~androirc@xdsl-84-44-173-49.nc.de> has quit IRC | 21:25 | |
*** feddischson <feddischson!~feddischs@HSI-KBW-109-192-195-191.hsi6.kabel-badenwuerttemberg.de> has quit IRC | 21:33 | |
*** darknighte <darknighte!sid214177@pdpc/supporter/professional/darknighte> has quit IRC | 21:42 | |
*** darknighte <darknighte!sid214177@pdpc/supporter/professional/darknighte> has joined #yocto | 21:44 | |
*** ernstp <ernstp!sid168075@gateway/web/irccloud.com/x-hddtewpisntvcvsc> has quit IRC | 21:45 | |
*** paulbarker <paulbarker!sid269702@gateway/web/irccloud.com/x-wzqwzhxewsqbqslc> has quit IRC | 21:46 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-99-153.dynamic.amis.hr> has quit IRC | 21:46 | |
*** paulbarker <paulbarker!sid269702@gateway/web/irccloud.com/x-anbfwjvwwykulprd> has joined #yocto | 21:49 | |
*** ernstp <ernstp!sid168075@gateway/web/irccloud.com/x-rzrauvvirzhbkiis> has joined #yocto | 21:51 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has left #yocto | 21:51 | |
*** agust <agust!~agust@p508b6ab0.dip0.t-ipconnect.de> has quit IRC | 22:48 | |
*** u1106[m] <u1106[m]!u1106frosc@gateway/shell/matrix.org/x-tmdhvkcgeyrbbyup> has left #yocto | 22:51 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 23:13 | |
*** ant__ <ant__!~ant__@host-82-60-190-157.retail.telecomitalia.it> has quit IRC | 23:41 | |
*** codusnocturnus <codusnocturnus!~codusnoct@2600:8800:a601:3a00:b910:5378:758c:324a> has joined #yocto | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!