redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
naoki has quit [Quit: naoki]
naoki has joined #u-boot
stefanro has joined #u-boot
monstr has joined #u-boot
goliath has joined #u-boot
zsoltiv_ has quit [Ping timeout: 256 seconds]
monstr has quit [Ping timeout: 252 seconds]
frieder has joined #u-boot
jfsimon has quit [Ping timeout: 268 seconds]
vagrantc has joined #u-boot
jfsimon1981_c has joined #u-boot
alan_o has quit [Ping timeout: 268 seconds]
pgreco has quit [Ping timeout: 264 seconds]
vagrantc has quit [Client Quit]
alan_o has joined #u-boot
ladis has joined #u-boot
grs has joined #u-boot
warpme has joined #u-boot
mckoan|away is now known as mckoan
jfsimon1981_c has quit [Ping timeout: 268 seconds]
jfsimon1981_c has joined #u-boot
ldevulder has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has joined #u-boot
flokli has quit [Ping timeout: 256 seconds]
jfsimon1981_c has quit [Ping timeout: 256 seconds]
jfsimon1981_c has joined #u-boot
flokli has joined #u-boot
sszy has joined #u-boot
warpme has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<sjg1>
Tartarus: Re the full-path problem, I did actually fix it in my first series. So I'd like to go back to applying those patches instead of the one you reverted
<sjg1>
Tartarus: It might need a rebase...if so I can do that in a few days
thopiekar has quit [Ping timeout: 264 seconds]
thopiekar has joined #u-boot
slobodan_ has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
warpme has joined #u-boot
thopiekar has joined #u-boot
thopiekar has quit [Ping timeout: 272 seconds]
jfsimon1981_c has quit [Remote host closed the connection]
jfsimon1981_c has joined #u-boot
ikarso has joined #u-boot
thopiekar has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
urja has quit [Read error: Connection reset by peer]
urja has joined #u-boot
grs has quit [Ping timeout: 260 seconds]
jfsimon1981_c has quit [Ping timeout: 264 seconds]
naoki has quit [Quit: naoki]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
stefanro has quit [Remote host closed the connection]
stefanro has joined #u-boot
warpme has joined #u-boot
jfsimon1981_c has joined #u-boot
mckoan is now known as mckoan|away
goliath has quit [Quit: SIGSEGV]
dsimic has quit [Ping timeout: 246 seconds]
dsimic has joined #u-boot
<Tartarus>
sjg1: Well, I don't like that venv modifies PATH, but that's also an expected part of how it works. I didn't really realize buildman was also just by default modifying PATH. Can you point at some external standard / python best practices that says $this is how tools should co-exist when modifying PATH?
<sjg1>
Tartarus: This will change your $PATH so its first entry is the virtualenv’s bin/ directory. (You have to use source because it changes your shell environment in-place.) This is all it does; it’s purely a convenience.
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 268 seconds]
MrTrueDev has quit [Ping timeout: 250 seconds]
mmu_man has joined #u-boot
<Tartarus>
Yes, I mean you need to respin anyhow since it's just that one patch now, and explain / point at some external best practices for this case where multiple tools are changing PATH
Stat_headcrabed has joined #u-boot
ldevulder has quit [Quit: Leaving]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enok has quit [Ping timeout: 252 seconds]
frieder has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
<sjg1>
Tartarus: Well I can do the first, but the explain / point thing might be beyond my powers. From the docs, we can be sure that venv inserts its path first in #PATH, so adding the toolchain ones second will do what we want. Is that enough?