worldofpeace changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 20.09 RMs: worldofpeace, jonringer | https://logs.nix.samueldr.com/nixos-dev
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
<gchristensen> hmm maybe the $out directory for the iso shouldn't end with .iso
tdeo has quit [Remote host closed the connection]
tdeo has joined #nixos-dev
jonringer has joined #nixos-dev
justanotheruser has joined #nixos-dev
ris has quit [Ping timeout: 246 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
cjb has quit [Read error: Connection reset by peer]
cjb has joined #nixos-dev
rajivr has joined #nixos-dev
appservicebot5 has quit [Quit: Bridge terminating on SIGTERM]
piegames[m] has quit [Quit: Bridge terminating on SIGTERM]
piegames[m] has joined #nixos-dev
appservicebot5 has joined #nixos-dev
bridge[evilred] has quit [Remote host closed the connection]
bridge[evilred] has joined #nixos-dev
<rmcgibbo[m]> If I understand correctly, a bunch of builds on master/unstable were canceled on hydra to make space for the openssl patch to make it out the door. Are those builds that were canceled now in the queue to be rerun, or are they gone for good?
<samueldr> most likely gone for good / until the next eval requeues them
<samueldr> gone for good if those builds are not part of the next eval
<samueldr> or else will be there the next time that thing you're asking about gets evaluated
<samueldr> (they could be restarted if it matters)
johnny101 has quit [Quit: ZNC 1.8.1 - https://znc.in]
johnny101 has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
cjb has quit [Read error: Connection reset by peer]
cjb has joined #nixos-dev
orivej has joined #nixos-dev
cjb has quit []
orivej has quit [Ping timeout: 240 seconds]
jonringer has quit [Ping timeout: 258 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
supersandro2000 has quit [Client Quit]
supersandro2000 has joined #nixos-dev
<supersandro2000> How can github skip the actions entirely?! https://github.com/NixOS/nixpkgs/pull/117922
<{^_^}> #117922 (by samuelgrf, 2 hours ago, open): linuxPackages.rtl8821ce: 2020-12-16 -> 2021-03-21
capisce has joined #nixos-dev
cole-h has quit [Ping timeout: 240 seconds]
AlwaysLivid has joined #nixos-dev
<s1341_> I have cmake in my nativeBuildInputs, but mesa is not finding it...
<siraben> s1341_: could you paste your expression?
<s1341_> it's a modified mesa expression:
<s1341_> i'm building for android....
<s1341_> so isAndroid is set.
<s1341_> but for some reaosn its' not finding cmake:
<siraben> are you in a nix shell for that expression?
<siraben> nix-shell -A mesa for instance
<siraben> then cmake should be in path
<s1341_> i checked and if I enter a nix shell for -A pkgsCross.aarch64-android.mesa, I do find cmake.
<siraben> what's the output of nix-build -A pkgsCross.aarch64-android.mesa ?
<s1341_> straben there you go!
<s1341_> straben any ideas?
<siraben> s1341_: I didn't get pinged because you misspelled siraben
<siraben> ping samueldr, he might know the Android cross infra the best
<s1341_> this is a new android toolchain i'm working on.
<s1341_> but even if I move the cmake to regular nativeBuildInputs, meson doesn't find it.
<siraben> I'm not sure then
<s1341_> :*(
<s1341_> samueldr: any ideas about my cmake isseus?
Guest44411 has quit [Quit: Idle for 30+ days]
<s1341_> siraben: strangely, with the aarch64-android-prebuilt toolcahin, meson manages to find cmake...
orivej has joined #nixos-dev
avn has quit [Remote host closed the connection]
evils has joined #nixos-dev
<supersandro2000> nixos-unstable-small advanced 🎉
aminechikhaoui has quit [Quit: The Lounge - https://thelounge.github.io]
aminechikhaoui has joined #nixos-dev
<supersandro2000> Can we press the merge button on https://github.com/NixOS/nixpkgs/pull/112928 ?
<{^_^}> #112928 (by baloo, 6 weeks ago, open): stdenv: provide a deterministically built gcc
<sterni> ekleog: I don't think recursive nix would solve that since it'd need network access / introduce an impurity to the build
pmy has quit [Quit: WeeChat 3.1]
FRidh has joined #nixos-dev
pmy has joined #nixos-dev
pmy has quit [Quit: WeeChat 3.1]
<s1341_> supersandro2000: how do I rebase my PR onto staging?
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-dev
pmy has joined #nixos-dev
<supersandro2000> s1341_: which one?
<supersandro2000> the easiest is /rebase staging
<supersandro2000> but I am not sure if you have the permission to do so
<s1341_> yeah. i managed.
<s1341_> but the github interface says I have a conflict... but I don't see the conflict locally.
orivej has quit [Ping timeout: 260 seconds]
<{^_^}> #117591 (by s1341, 3 days ago, open): aarch64-android using minimal prebuilt components
<s1341_> supersandro2000: how do I fix a conflict I can't see... :(
<supersandro2000> s1341_: you didn't use the action but it worked. but be warned that not always works
<supersandro2000> let me try something
<supersandro2000> I rebased your branch on staging and going to force push it
orivej has joined #nixos-dev
<s1341_> ok.
<supersandro2000> no merge conflict and github is happy now
<supersandro2000> please take a look if the rebase did something strange
<s1341_> awesome. I'll check now.
<supersandro2000> I suspect that github didn't use 3 way merge or the changes where to big
<s1341_> looks good.
<s1341_> thanks!
<supersandro2000> nothing you couldn't have done
<s1341_> didn't kmow how ;)
<s1341_> i did try to rebase onto staging and force-push...
<s1341_> but obviously that wasn't sufficient.
<supersandro2000> did you do git fetch --all
<supersandro2000> and git rebase upstream/staging?
rj has joined #nixos-dev
pmy has quit [Quit: WeeChat 3.1]
<ekleog> sterni: well, I'm thinking we could 1. get rid of all auto-generated packages that aren't being used by nixpkgs itself (and replace them with a function that generates the packages live), and 2. only check in the lockfiles (or fetchurl them with their hash) for the packages that are being used by nixpkgs itself
<s1341_> supersandro2000: i don't recall... but the rebase to staging broke something for me after all...
<s1341_> now i have an infinite recursion due to cc.....
pmy has joined #nixos-dev
jonringer has joined #nixos-dev
Jackneill has quit [Ping timeout: 248 seconds]
Jackneill has joined #nixos-dev
orivej has quit [Ping timeout: 268 seconds]
<supersandro2000> s1341_: --show-trace?
s1341_ has quit [Ping timeout: 245 seconds]
s1341_ has joined #nixos-dev
<s1341_> i think there was a netsplit.
<s1341_> supersandro2000: did you see my message?
<supersandro2000> I did
<s1341_> any clues?
<supersandro2000> well, maybe I should scroll down..
<s1341_> well. i'm no longer using llvm9... so it's not taht.
<supersandro2000> oh yeah right
<supersandro2000> its lvm11 and zlib
<s1341_> yup.
<s1341_> but it's not just zlib... it's practically anythihng.
<s1341_> so something broke when we moved to staging.
<supersandro2000> if we compare staging and staging-next we have two commits which touched llvm https://github.com/NixOS/nixpkgs/compare/staging-next...staging
<supersandro2000> I doubt that https://github.com/NixOS/nixpkgs/commit/19a974945b823af31667569713784c8af23ad39d introduced it. Mostly renames
<supersandro2000> the trace shows that something in cc-wrapper recurses and that is the most obvious. If its not I am out.
<s1341_> hrm.... it's not taht.
cole-h has joined #nixos-dev
<s1341_> think i got it!
__monty__ has joined #nixos-dev
dongcarl has joined #nixos-dev
evanjs has quit [Ping timeout: 260 seconds]
<ivan> any thoughts on setting default linux to 5.10 in 21.05? has it _aged_ enough?
<hexa-> yup, should probably be done
ris has joined #nixos-dev
orivej has joined #nixos-dev
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> #117961 (by mweinelt, 32 seconds ago, open): linuxPackages: 5.4 -> 5.10
<ivan> hurray. I will test it
AlwaysLivid has quit [Remote host closed the connection]
sorki has joined #nixos-dev
FRidh has quit [Quit: Konversation terminated!]
srk has quit [Ping timeout: 240 seconds]
sorki is now known as srk
AlwaysLivid has joined #nixos-dev
zhaofeng_ircclou is now known as zhaofeng_alt
asbachb has joined #nixos-dev
__monty__ has quit [Quit: leaving]
<sterni> can I somehow make the pkg-config setup hook add a non-standard directory to PKG_CONFIG_PATH from a derivation that is depended on
<sterni> e. g. mirage-xen installs result/lib/ocaml/4.10.0/site-lib/pkgconfig/mirage-xen.pc which isn't picked up by the pkg-config setup hook of course
<sterni> I'd be cool if I could inject something into the setup hook from the mirage-xen derivation?!
<sterni> probably need have an own setup hook for that
asbachb has quit [Ping timeout: 240 seconds]
<clever> sterni: you can read the main pkgconfig setup hook
cjb has joined #nixos-dev
<clever> sterni: nixpkgs/pkgs/development/tools/misc/pkg-config/setup-hook.sh
cjb is now known as Guest92781
Guest92781 is now known as cjb
<sterni> clever: yeah I've read that and it only considers lib/pkgconfig
<sterni> and share
<clever> but you could then add your own setup hook, with an extra dir
<sterni> yeah I guess this is the only way this is possible, right?
<sterni> I thought I could maybe get around having to copy most of it :)
<sterni> ty clever
<clever> sterni: your variant could just assume its in @out@/lib/ocaml/4.10.0/site-lib/pkgconfig and not support buildInputs
<clever> and then just attach the hook to that drv
<sterni> ah right yeah that makes sense
<sterni> $OCAMLFIND_DESTDIR already points to the right dir so that should be pretty easy
<sterni> and I can make the setup-hook reusable and just put it in build-support/ocaml
<sterni> I just need to find the drvs own role in the requiring derivation
<sterni> probably role.bash also helps theres
rj has quit [Ping timeout: 240 seconds]
evils has quit [Ping timeout: 268 seconds]
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev