samueldr changed the topic of #nixos-dev to: #nixos-dev NixOS Development (#nixos for questions) | NixOS 19.09 is released! https://discourse.nixos.org/t/nixos-19-09-release/4306 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 19.09 RMs: disasm, sphalerite | https://logs.nix.samueldr.com/nixos-dev
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-dev
<genesis> http://dpaste.com/28TX7YT i fix with patchelf, but executable stills says : bash: ./ArkosTracker2: No such file or directory
<genesis> what should i look for ?
<genesis> --set-interpreter i guess
<clever> genesis: sounds right
<genesis> yes working :)
<genesis> the hardest is done .
<genesis> sadless, some dialog doesn't open (as open file)
drakonis has quit [Read error: Connection reset by peer]
drakonis_ has quit [Ping timeout: 265 seconds]
ixxie has quit [Ping timeout: 276 seconds]
drakonis_ has joined #nixos-dev
drakonis_ has quit [Ping timeout: 265 seconds]
drakonis_ has joined #nixos-dev
orivej has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 276 seconds]
drakonis_ has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 250 seconds]
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 252 seconds]
drakonis_ has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos-dev
drakonis has quit [Ping timeout: 265 seconds]
drakonis_ has joined #nixos-dev
orivej has joined #nixos-dev
drakonis_ has quit [Ping timeout: 240 seconds]
drakonis_ has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 252 seconds]
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-dev
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-dev
init_6 has joined #nixos-dev
orivej has quit [Ping timeout: 276 seconds]
noonien has quit [Quit: Connection closed for inactivity]
init_6 has quit []
MichaelRaskin has joined #nixos-dev
ixxie has joined #nixos-dev
ixxie has quit [Ping timeout: 252 seconds]
ivan has quit [Write error: Connection reset by peer]
harrow has quit [Quit: Leaving]
ivan has joined #nixos-dev
harrow has joined #nixos-dev
__monty__ has joined #nixos-dev
MichaelRaskin has quit [Ping timeout: 245 seconds]
MichaelRaskin has joined #nixos-dev
ixxie has joined #nixos-dev
orivej has joined #nixos-dev
arianvp_ is now known as arianvp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
genesis has quit [Quit: Leaving]
_d0t has joined #nixos-dev
_d0t has quit [Ping timeout: 265 seconds]
_d0t has joined #nixos-dev
WilliButz has quit [Remote host closed the connection]
WilliButz has joined #nixos-dev
Mic92 has quit [Quit: WeeChat 2.5]
_d0t has quit [Ping timeout: 265 seconds]
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 276 seconds]
_d0t has joined #nixos-dev
drakonis_ has quit [Ping timeout: 265 seconds]
Mic92 has joined #nixos-dev
drakonis_ has joined #nixos-dev
_d0t has quit [Ping timeout: 252 seconds]
_d0t has joined #nixos-dev
ixxie has quit [Ping timeout: 246 seconds]
drakonis has joined #nixos-dev
_d0t has quit [Quit: Konversation terminated!]
drakonis_ has quit [Ping timeout: 276 seconds]
ixxie has joined #nixos-dev
tv has quit [Ping timeout: 246 seconds]
tv has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 245 seconds]
ixxie has quit [Ping timeout: 252 seconds]
drakonis_ has quit [Ping timeout: 250 seconds]
ixxie has joined #nixos-dev
__monty__ has quit [Quit: leaving]
ixxie has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos-dev
<samueldr> what's the appropriate way to handle a buildInput that needs to be nativeBuildInput and buildInputs at the same time?
<samueldr> though, thinking about it, I think one of my issue could be dependent on the build system (meson)
<qyliss> samueldr: put it in as bath?
<qyliss> *both
<samueldr> the other I'm just starting to investigate
<samueldr> oh, and thinking a bit more, I misdiagnosed the issue for the non-meson one
<samueldr> I guess valgrind here is purely a build dependency here, and not used at runtime, right? https://github.com/NixOS/nixpkgs/blob/84bfc7207dcb41694c3425582f6fce7fe0024d51/pkgs/development/libraries/libdrm/default.nix#L18
* samueldr now searches for docs
<qyliss> I wonder how strictDeps is coming along
<qyliss> I already use it when writing packages and then remove it before submitting
<qyliss> Valgrind may well be linked to
<samueldr> yeah, that's what I'm looking at
<samueldr> yeah, looking at the source of libdrm, it's definitely not strictly build time use
<samueldr> bisect it is, then