gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | 18.03 release managers: fpletz and vcunat | https://logs.nix.samueldr.com/nixos-dev
<dtz> :D
<dtz> ... is there "bad news" as well? hopefully not? :)
pxc has joined #nixos-dev
Sonarpulse has quit [Ping timeout: 256 seconds]
pie_ has quit [Remote host closed the connection]
pie_ has joined #nixos-dev
mbrgm has quit [Ping timeout: 268 seconds]
mbrgm has joined #nixos-dev
pxc has quit [Ping timeout: 256 seconds]
drakonis has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis_ has quit [Client Quit]
pxc has joined #nixos-dev
lassulus_ has joined #nixos-dev
lassulus has quit [Ping timeout: 264 seconds]
drakonis has quit [Remote host closed the connection]
drakonis has joined #nixos-dev
drakonis has quit [Remote host closed the connection]
v0latil3 has joined #nixos-dev
taktoa has quit [Read error: Connection reset by peer]
orivej_ has quit [Ping timeout: 268 seconds]
lassulus_ is now known as lassulus
taktoa has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
<dtz> :(
<dtz> Woohoo
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 248 seconds]
<niksnut> it seems strange to merge something when the submitted has withdrawn it
__Sander__ has joined #nixos-dev
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 268 seconds]
Synthetica has quit [Quit: Connection closed for inactivity]
orivej has joined #nixos-dev
Synthetica has joined #nixos-dev
orivej has quit [Ping timeout: 276 seconds]
orivej has joined #nixos-dev
pie_ has quit [Ping timeout: 264 seconds]
Willi_Butz_ has quit [Quit: WeeChat 1.9.1]
orivej has quit [Ping timeout: 268 seconds]
WilliButz has joined #nixos-dev
WilliButz has quit [Client Quit]
orivej has joined #nixos-dev
WilliButz has joined #nixos-dev
WilliButz has quit [Quit: WeeChat 1.7.1]
WilliButz has joined #nixos-dev
WilliButz has quit [Client Quit]
WilliButz has joined #nixos-dev
WilliButz has quit [Client Quit]
WilliButz has joined #nixos-dev
<dtz> i sympathize with trying to make things better after, and without asking it be resubmitted. The author was upset about it being stalled on #nixos I think. But yes, hehe it's unusual.
<dtz> sends an amusing message about how to get things merged into nixpkgs
<dtz> "throw a fit and close the PR"
<dtz> teehee. Don't think that's actually a concern/lesson anyone will garner from this, just joking.
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
pie_ has joined #nixos-dev
xeji has joined #nixos-dev
pxc has quit [Ping timeout: 256 seconds]
pxc has joined #nixos-dev
Lisanna has joined #nixos-dev
__Sander__ has quit [Quit: Konversation terminated!]
xeji has quit [Quit: WeeChat 2.0]
Lisanna has quit [Remote host closed the connection]
goibhniu has quit [Ping timeout: 248 seconds]
Sonarpulse has joined #nixos-dev
ben has quit [Quit: leaving]
ben has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
<Sonarpulse> peti: I'd like to land angerman's and my PRs....somewhere....very soon
<Sonarpulse> lmk if you are around to discuss
<Sonarpulse> (they trivially conflict, I would do all the rebasing myself)
MichaelRaskin has joined #nixos-dev
pxc has quit [Quit: WeeChat 2.1]
Lisanna has joined #nixos-dev
lopsided98_ has quit [Quit: Disconnected]
lopsided98 has joined #nixos-dev
orivej has joined #nixos-dev
<LnL> fyi. darwin staging is still broken
<LnL> but it looks ok to me
<Sonarpulse> LnL: broken today?
<Sonarpulse> or with that PR?
<LnL> since your fix
<LnL> there's a disallowed libxml2 reference somewhere
<LnL> I feel like it might be a good time for a staging-stabilization branch :)
<Sonarpulse> LnL: ah unrelated then>
<Sonarpulse> LnL: yeah I also want to separate refactor mass rebuilds from version bumps
<LnL> not sure yet
<Sonarpulse> I am constantly doing the former
<Sonarpulse> I have no interest in dogfooding the latter :)
<LnL> there's some tricky bootstrap stuff with cmake/llvm in the stdenv
<Sonarpulse> LnL: related I'd love either staging to be merged soon (or stagin-stabilization)
<LnL> no idea if that cross rework changed behaviour there
<Sonarpulse> or the PR based on master
<Sonarpulse> so I can do llvm cross
<Sonarpulse> and then redo darwin bootstrapping to use the cross methodology
<Sonarpulse> and be a lot simpler :)
<LnL> main problem is that cmake/llvm pulls in a bunch of stuff like libarchive by default
<LnL> so for the bootstrap versions I disabled those
<Sonarpulse> LnL: is there a bootstrap llvm or just bootstrap cmake?
<Sonarpulse> I thought bootstrap *tools* llvm
<Sonarpulse> maybe
<Sonarpulse> but just bootstrap cmake
<LnL> cmake libxml and python
<Sonarpulse> LnL: libxml as a library?
<Sonarpulse> I recall it either being build-time lib only
<Sonarpulse> or a binary in there
<LnL> built time for llvm means that it causes stdenv rebuilds, the bootstrap variant uses a different python version with less dependencies
<Sonarpulse> LnL: where does libxml come in?
goibhniu has joined #nixos-dev
<Sonarpulse> doxygen for llvm haha?
<LnL> no docs/manpages are disabled by default
<LnL> not sure why it's needed
<Sonarpulse> LnL: ok
<Sonarpulse> LnL: basically what I am hoping is we can only put executables (or other things for nativeBuildInputs) in the darwin bootstrap tool
<Sonarpulse> and then use the cross stuff to do everything in one stage
<Sonarpulse> LnL: do you think there's any way to make clang look elsewhere to find the compiler-rt stuff?
<LnL> no idea, dtz probably knows more about clang itself
Synthetica has quit [Quit: Connection closed for inactivity]
<Sonarpulse> LnL: +1
Sonarpulse has quit [Ping timeout: 276 seconds]
<clever> i found this minor typo on nixpkgs master, when cross-compiling: https://github.com/nixos/nixpkgs/commit/2929a2c1faee#diff-1fc5fe686bafc4ad0f3b9f1089a7452dR27
<clever> its using a '' escape inside a " string