Re: Not updating .libs-XXXXX, remember to clean it (huh?)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: openbsd-misc <misc@...>
Date: Tuesday, February 19, 2008 - 4:03 pm

On Tue, Feb 19, 2008 at 01:07:25PM -0500, Juan Miscaro wrote:

You could remove those packages with something like

# pkg_delete /var/db/pkg/.libs-curl-7.16.2

But make sure you have not compiled something without using the ports
system which need those libs.

> I have these files on my system. By "cleaning it" should I merely

At the time of updating those packages the shared libraries were still
needed from other packages. Therefore those .libs-* packages which only
contain the shared libs.

> /usr/local/lib/libcurl.so.8.0

This are these old libs and their newer versions.

> ...

You could add -F alwaysupdate

> However, the man page states that the first keyword is unsafe.

IMO the above looks good. For example package B depends on A and both
need an update. You can't simply update A because there is another
package (B) which depends on it and the dependancies doesn't match for
the newer A. You can't simply update B because of missing dependancy
either. Therefore you need to force the update. I hope I understood and
explained this correct.

> ...

I don't know.

> Thanks in advance,

Regards,
Markus

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Not updating .libs-XXXXX, remember to clean it (huh?), Juan Miscaro, (Tue Feb 19, 2:07 pm)
Re: Not updating .libs-XXXXX, remember to clean it (huh?), Markus Lude, (Tue Feb 19, 4:03 pm)
Re: Not updating .libs-XXXXX, remember to clean it (huh?), Antoine Jacoutot, (Tue Feb 19, 3:41 pm)