<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?