jaeger changed the topic of #crux to: CRUX 3.6 | Homepage: https://crux.nu/ | Ports: https://crux.nu/portdb/ https://crux.ninja/portdb/ | Logs: https://libera.irclog.whitequark.org/crux/
Romster has quit [Ping timeout: 240 seconds]
Romster has joined #crux
SiFuh_ has joined #crux
SiFuh has quit [Ping timeout: 240 seconds]
_moth_ has quit [Ping timeout: 246 seconds]
ocb has quit [Remote host closed the connection]
ocb has joined #crux
jue has joined #crux
jue has joined #crux
jue has quit [Changing host]
<cruxbot> [opt.git/3.6]: imagemagick: update to 7.1.0-30
jue has quit [Read error: Connection reset by peer]
jue has joined #crux
jue has quit [Changing host]
jue has joined #crux
jue has quit [Ping timeout: 240 seconds]
_moth_ has joined #crux
<cruxbot> [contrib.git/3.6]: wl-clipboard-rs: 0.4.1 -> 0.6.0
<cruxbot> [contrib.git/3.6]: ttf-unifont: 14.0.02 -> 14.0.03
pitiIIo has quit [Ping timeout: 240 seconds]
pitiIIo has joined #crux
fishe has joined #crux
<fishe> Is there a way to get curl to not check certificates when downloading a port?
<fishe> ladspa in contrib repo has problems getting the file from ladspa.org
<SiFuh_> fishe: yes
<fishe> that worked, thanks
<fishe> i keep forgetting that mirror exists
<SiFuh_> for future reference -k or --insecure
<SiFuh_> Sometimes that mirror stumps with a signature mismatch. Only to find out the archive isn't complete
<SiFuh_> Or one time, they archive had actually be modified by the developers.
<SiFuh_> But no version bump
<fishe> ah
<SiFuh_> Sorry for the bad English. Was listening to that Bill Maher clown
<fishe> LMAO it's all good
<fishe> i forget if i've asked this before, but is it a bad idea to add "-if" to packages by default
<SiFuh_> YES
<fishe> figured
<SiFuh_> I told you to allow for IGNORE NEW
<SiFuh_> pkgmk.conf
<SiFuh_> But don't use -if if you don't know what you are doing.
<SiFuh_> You may be missing needed deps
<fishe> ah
<fishe> 9 times out of 10 it's something small like a .la file being a .so instead
<fishe> dw though i didn't do -if by default
<SiFuh_> However two of Romsters ports I use -if on because the deps are no longer needed. But they are still there. I think one is in his romster repo, and another in contrib or something. Forgotten about it.
<SiFuh_> .la and .so are not the same and one cannot be the other
<fishe> maybe i don't know what i'm doing, i'm a lot more used to binary package managers
<SiFuh_> Yeah the .la's can be a pain sometimes. There are some commands that were mentioned before
<fishe> yeah
<SiFuh_> I think it was
<SiFuh_> for f in $(grep -lrs *.la /usr/lib); do pkginfo -o $f | awk '!/^(Package|pkginfo:)/ {print $1}'; done | sort -u | xargs
<SiFuh_> But I wouldn't run it without verifying it
<farkuhar> shouldn't there be a prt-get update command after the xargs?
<SiFuh_> Found it
<SiFuh_> sudo prt-get update -fr $(for f in $(grep -lrs *.la /usr/lib); do pkginfo -o $f | awk '!/^(Package|pkginfo:)/ {print $1}'; done | sort -u | xargs)
<SiFuh_> Replace *.la with whatever .la is causing the issue
<SiFuh_> Or you can do the entire lot
<fishe> alright, thanks
<SiFuh_> Verify first though
<SiFuh_> WTF, is that flashing?
<SiFuh_> It has a highlighted capital F in the front. How on earth did I do that?
<SiFuh_> Ahh Ctrl^f
ileach has joined #crux
ileach has left #crux [#crux]
fishe has quit [Quit: Client closed]
_0bitcount has joined #crux
<cruxbot> [contrib.git/3.6]: bash-language-server: 2.0.0 -> 2.1.0
<cruxbot> [contrib.git/3.6]: p5-file-listing: 6.14 -> 6.15
<cruxbot> [contrib.git/3.6]: python3-typing_extensions: 4.1.1 -> 4.2.0
<cruxbot> [contrib.git/3.6]: rust-analyzer: 20220411 -> 20220418
fishe has joined #crux
daftaupe has quit [Quit: The Lounge - https://thelounge.chat]
daftaupe has joined #crux
<fishe> there's a user repo with shotcut but like all of its dependencies had urls that returned 404
<fishe> remade each port and woo shotcut is compiling now
<SiFuh_> Is it mine?
<SiFuh_> So you cannot acces these dependencies qt5 mlt movit ffmpeg x264 libvpx lame frei0r-plugins ladspa
<SiFuh_> Or you cannot access this? https://github.com/mltframework/shotcut/archive/v${version}/${name}-${version}.tar.gz
<SiFuh_> Is your clock right?
<SiFuh_> fishe: ^
<fishe> i think that might be the problem
<fishe> my time is 54 seconds behind
fishe has quit [Quit: Client closed]
fishe has joined #crux
<fishe> SiFuh_ got chrony running an time is exact now, still 404 when it tries to get frei0r-plugins
daftaupe has quit [Quit: The Lounge - https://thelounge.chat]
daftaupe has joined #crux
<fishe> also what's the proper way to handle signature mismatches?
<fishe> maybe it's the reason eigen3 is erroring
<fishe> nevermind it's python3-yaml with the signature mismatch, eigen3 has the 404 error
<fishe> my system is so broken lmao
fishe has quit [Quit: Client closed]
fishe has joined #crux
_0bitcount has quit [Quit: Leaving]
<cruxbot> [contrib.git/3.6]: [notify] python3-platformdirs: 2.5.1 -> 2.5.2; new dependencies: python3-hatchling, python3-hatch-vcs
<cruxbot> [contrib.git/3.6]: python3-hatch-vcs: initial commit, version 0.2.0
<cruxbot> [contrib.git/3.6]: python3-hatchling: initial commit, version 0.22.0
fishe has quit [Quit: Client closed]
tilman has quit [Ping timeout: 256 seconds]
tilman has joined #crux