LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
vthor has quit [Quit: kill -9 $pid]
vthor has joined #yocto
vthor has quit [Remote host closed the connection]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
florian has quit [Ping timeout: 248 seconds]
Perflosopher03 has quit [Quit: The Lounge - https://thelounge.chat]
Perflosopher038 has joined #yocto
Jones42 has joined #yocto
Jones42 has quit [Ping timeout: 244 seconds]
zeemate has quit [Ping timeout: 252 seconds]
tec4 has quit [Quit: bye!]
rcw has joined #yocto
tec4 has joined #yocto
goliath has quit [Quit: SIGSEGV]
rcw has quit [Read error: Connection reset by peer]
rcw has joined #yocto
paulg has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
vthor has quit [Quit: kill -9 $pid]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
Vonter has quit [Quit: WeeChat 4.5.2]
Vonter has joined #yocto
Vonter has quit [Client Quit]
Vonter has joined #yocto
rcw has quit [Remote host closed the connection]
rcw has joined #yocto
ys has joined #yocto
ablu has quit [Ping timeout: 252 seconds]
ablu has joined #yocto
ys has quit [Quit: Client closed]
savolla has joined #yocto
bigch1cken has joined #yocto
Guest9 has quit [Quit: Client closed]
Articulus has quit [Quit: Leaving]
ptsneves has joined #yocto
ptsneves has quit [Ping timeout: 248 seconds]
Algotech has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
zeemate has joined #yocto
Jones42 has joined #yocto
florian has joined #yocto
florian has quit [Ping timeout: 252 seconds]
druppy has joined #yocto
rcw has quit [Read error: Connection reset by peer]
florian has joined #yocto
rcw has joined #yocto
rcw has quit [Read error: Connection reset by peer]
rcw has joined #yocto
rcw has quit [Read error: Connection reset by peer]
rcw has joined #yocto
rcw has quit [Client Quit]
druppy has quit [Ping timeout: 260 seconds]
ptsneves has joined #yocto
druppy has joined #yocto
goliath has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
bigch1cken has quit [Quit: Client closed]
zkrx has quit []
zkrx has joined #yocto
jclsn has quit [Quit: WeeChat 4.5.1]
ptsneves has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 248 seconds]
ptsneves1 is now known as ptsneves
pidge has joined #yocto
tlwoerner has joined #yocto
pidge_ has quit [Ping timeout: 252 seconds]
ptsneves has quit [Ping timeout: 260 seconds]
druppy has quit [Ping timeout: 252 seconds]
ptsneves has joined #yocto
goliath has quit [Quit: SIGSEGV]
ptsneves has quit [Read error: Connection reset by peer]
goliath has joined #yocto
florian has quit [Ping timeout: 265 seconds]
<tlwoerner> are the patch meeting and the tsc meeting scheduled for the same time today?
bigch1cken has joined #yocto
florian has joined #yocto
goliath has quit [Quit: SIGSEGV]
jclsn has joined #yocto
florian has quit [Ping timeout: 265 seconds]
<khem> no patch review call is cancelled for today tlwoerner
florian has joined #yocto
Jones42 has quit [Ping timeout: 252 seconds]
Jones42 has joined #yocto
druppy has joined #yocto
savolla has quit [Quit: WeeChat 4.4.3]
savolla has joined #yocto
alessio has joined #yocto
florian has quit [Ping timeout: 265 seconds]
alessio has quit [Client Quit]
enok has joined #yocto
enok has quit [Remote host closed the connection]
enok has joined #yocto
enok has quit [Remote host closed the connection]
enok has joined #yocto
enok has quit [Remote host closed the connection]
sakoman has quit [Ping timeout: 252 seconds]
florian has joined #yocto
druppy has quit [Ping timeout: 245 seconds]
prabhakalad has quit [Quit: Konversation terminated!]
sakoman has joined #yocto
prabhakalad has joined #yocto
bigch1cken has quit [Ping timeout: 240 seconds]
<Jones42> hmm... so I have this 32bit host-binary in a rpm and it runs nicely on ma machine. Now populate_sysroot seems to replace the path of /lib/i386-linux-gnu/ld-linux.so.2 to yocto's x86-64 interpreter which has trouble loading the 32-bit libraries (apparently)
<Jones42> qq
<khem> Jones42:uninative is not multilib enabled IIRC so ldso from uninative may not be able to run 32bit binaries with rewritten ELF section like this
<khem> Jones42: you might want to install it on the build host and add the needed binary to HOSTOOLS to make it visible to yp build
<khem> halstead: do you know if errors.yp.org server is having some issues ? I Am getting ERROR: HTTP Error 500: INTERNAL SERVER ERROR on my master builds nothing has changed on my builders and they use to report the errors up until last week
<Jones42> khem: such a pity. I was hoping to find a way to avoid the HOSTTOOLS route. meh. stupid legacy stuff. thanks anyway :-)
enok has joined #yocto
enok has quit [Remote host closed the connection]
enok has joined #yocto
enok has quit [Remote host closed the connection]
goliath has joined #yocto
<khem> np
<RP> Jones42: we should probably teach uninative not to try and change to the wrong interpreter...
<RP> Jones42: you could disable uninative for that recipe
Lihis has quit [Quit: Quitting]
Lihis has joined #yocto
florian has quit [Ping timeout: 244 seconds]
<Jones42> RP: thanks! I'm looking into that!
enok has joined #yocto
<Jones42> RP: is overwriting uninative_changeinterp() still what you'd suggest or is there something more elegant in the meantime? (meta/classes-global/uninative.bbclass
<Jones42> (sorry, it's typo-day today...)
enok has quit [Remote host closed the connection]
florian has joined #yocto
<RP> Jones42: I've not looked at the code in a while but it hasn't changed much so if I concluded that then...
<Jones42> nevermind, it works! (it's elegant enough for me :-) )
<Jones42> thanks a lot!
<khem> RP: it uses UNINATIVE_LOADER and we need a way to toggle it for multilib case or build the libc loader in uninative to be able to handle both 32bit and 64bit bins, it did work many years ago but not sure if its still intact
<khem> looking at code if we are able to set BUILD_ARCH to i686 then it will patch correct loader
<RP> khem: that hard part is where a given recipe has both 32 and 64 bit binaries
<khem> right
<khem> for Jones42 case it might work but in general we can not claim multilib support
<khem> in uninative
<khem> we set - BUILD_ARCH := "${@os.uname()[4]}"
<RP> khem: I'm not sure we do claim that...
<khem> we do not maybe its better to state we do not
<RP> khem: I think multilib host tool users should be rare
<khem> yeah, I have had a case where a closed source signing tool needed 32bit zlib/gzip and it should be ubuntu 12.04 version :)
<khem> I think in meta-oe we have luajit which has a weird need for 32bit host libs when compiling for 32bit targets
<khem> maybe we can use usermode qemu there perhaps
<khem> interpreter compilations are always trickly
khem has quit [Quit: WeeChat 4.6.1]
druppy has joined #yocto
savolla has quit [Quit: WeeChat 4.4.3]
<halstead> khem: it does appear to be in trouble. I'll take care of it when I can.
florian has quit [Ping timeout: 252 seconds]
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
druppy has quit [Ping timeout: 244 seconds]
dankm has quit [Remote host closed the connection]
khem has joined #yocto
dankm has joined #yocto