carlosdagos has quit [Quit: Connection closed for inactivity]
nD5Xjz has quit [Ping timeout: 240 seconds]
nD5Xjz has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 264 seconds]
nD5Xjz has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 252 seconds]
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nix-darwin
nD5Xjz has joined #nix-darwin
<contrapumpkin>
hydra builds seem to be progressing nicely
<contrapumpkin>
seeing some legit failures in a few packages but most are looking good
<contrapumpkin>
most of what I've had to do so far is undo cf-private damage and similar :)
<LnL>
nice :D
nD5Xjz has quit [Ping timeout: 246 seconds]
nD5Xjz has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 240 seconds]
<contrapumpkin>
now getting weird segfaults in pythonXFull
<contrapumpkin>
will check those out later :)
<contrapumpkin>
do you remember if the need for cf-private (and osx_private_sdk, which I really want to get rid of in its current form) was generally for build issues or runtime issues?
<contrapumpkin>
really hoping the former
<LnL>
I only remember build issues, but could be both
<contrapumpkin>
oh well, I guess we'll have to discover them again :)
<contrapumpkin>
I haven't fully eradicated cf-private yet in case I don't understand what it's for
<contrapumpkin>
but everything I've looked at so far it has hurt rather than helped
<LnL>
git is your friend, git log -S cf-private
<contrapumpkin>
yeah yeah :)
<LnL>
:p
<contrapumpkin>
mostly just trying to do the smallest diff possible to get all the obvious bad failures/diffs from trunk to go away
<LnL>
uh oh, CoreFoundation = darwin.cf-private;
<contrapumpkin>
and then merge and then fix the stragglers
<LnL>
never seen that before
<contrapumpkin>
fun :)
<contrapumpkin>
that one seems to actually build fine with cf-private
<contrapumpkin>
that looks like it was matthew bauer
<LnL>
yeah, not sure why but he basically renamed it
<contrapumpkin>
ah so it still needs cf-private
<contrapumpkin>
let me see if I can ask the team to include CFFileDescriptorRef in the public source release
<contrapumpkin>
they've generally been very receptive
<LnL>
that would be nice
<LnL>
missing headers is the only case I remember needing it
contrapumpkin has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
copumpkin has joined #nix-darwin
<copumpkin>
LnL: if you can think of other things to ask for from CF, let me know (or file a ticket yourself!)
<copumpkin>
wow, it actually seems to be going somewhere :)
<copumpkin>
"The exclusion was really only about the lack of libdispatch support in the previous CFLite stuff. There is not much reason to continue to exclude it since we now have the ability to call dispatch_source API."
philr has quit [Ping timeout: 240 seconds]
<LnL>
yeah, I just read that :D
johnw has joined #nix-darwin
<johnw>
hi all
<LnL>
I actually don't know that much about CF and the other apple libraries
<LnL>
but I might find some stuff if I try to fix some of the packages we can't build now
<LnL>
main problems I've run into recently are the templated collection types and missing symbols in CF because of newer system Frameworks etc.
<LnL>
johnw: dunno if you care since it's been broken forever, but I fixed aria2 yesterday
<johnw>
woohoo!!!!
<johnw>
i still build it, but haven't used it in ages
<copumpkin>
LnL: gonna ask for CFURLEnumerator, CFFileSecurity, CFStringTokenizer
<copumpkin>
I think those are the only other missing things I know of