jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
braewoods has joined #crux-devel
braewoods_ has joined #crux-devel
braewoods has quit [Read error: Connection reset by peer]
<r0ni> beerman: contrib/lilv is missing dep zix
braewoods_ has quit [Remote host closed the connection]
braewoods_ has joined #crux-devel
braewoods_ has quit [Read error: Connection reset by peer]
braewoods_ has joined #crux-devel
braewoods_ has quit [Remote host closed the connection]
braewoods_ has joined #crux-devel
braewoods_ has quit [Ping timeout: 260 seconds]
braewoods has joined #crux-devel
braewoods_ has joined #crux-devel
braewoods has quit [Read error: Connection reset by peer]
braewoods_ has quit [Read error: Connection reset by peer]
braewoods_ has joined #crux-devel
braewoods_ has quit [Remote host closed the connection]
braewoods_ has joined #crux-devel
braewoods has joined #crux-devel
braewoods_ has quit [Read error: Connection reset by peer]
<beerman> r0ni is it though? prt-get depends lilv| grep zix
<beerman> https://crux.nu/gitweb/?p=ports/contrib.git;a=commit;h=3499359f1119c006e7184bb0cc0dfe292820b6f5
ukky has quit [Ping timeout: 272 seconds]
ukky has joined #crux-devel
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
<r0ni> huh weird, when i did a prt-get info lilv it didn't show, odd.... my bad
braewoods has quit [Remote host closed the connection]
braewoods_ has joined #crux-devel
<r0ni> i just pulled ports again and checked the file, no mention of zix in it
<r0ni> ahh so the dep is listed in sord, not in lilv according to the link you posted. lilv appears to directly dep on zix, but it's not pulled in
<r0ni> qt6-tools 6.6.0 is failing as well, it wants llvm 17.0.2... not sure on qt repo locations so unsure if theres a fix for that
<beerman> you probably need to rebuild qt6-base. it builds just fine with llvm 17.0.3 over here.
<beerman> and yes, zix is only listed in sord because sord actually depends on it. It doesn't really look like that lilv depends on zix directly, but I haven't checked if its needed during the build
<r0ni> ya it build fine on another system, i assume zix is a new dep of something that just wasn't picked up during upgrade
<beerman> it's a new dependency of sord. auto installing new dependencies is not a thing. and a notify for a niche contrib port is maybe a bit exaggerated.
<farkuhar> r0ni: auto installing new dependencies was not implemented because the pkgadd flags were not being customized on a port-by-port basis; you couldn't mix update and install in the same transaction. I did make a fork that would inject zix in an update of lilv, see here: https://git.crux.nu:82/farkuhar/prt-get/src/branch/mixed-upinst/ChangeLog
groovy2shoes has quit [Read error: Connection reset by peer]
groovy2shoes has joined #crux-devel
<r0ni> oh i'm well aware there's no auto install of deps, if my prior comment seemed like I wasn't, i apologize, I very well am.
<r0ni> while the app ran its configure it literally told me I was missing zix.. that tells me it's a dep... if its a dep of a dep, I really have no way to know right there, just that its needed by the conf script
<r0ni> anyway, far too much energy being wasted on a port I literally have no idea why it's installed... i remedied my situation, just thought i'd report the discrepency