Re: pkg_libchk: a missing library is not detected

2009-06-17 Thread Boris Samorodov
Dominic Fandrey writes: > Boris Samorodov wrote: >> Dominic Fandrey writes: >> Luck. The app linking to the old library will have a dependency on the old version. pkg_add will find the origin, issue a warning about "app-1.0 needing lib-0.1 but lib-0.2 is installed" and pro

Re: pkg_libchk: a missing library is not detected

2009-06-17 Thread Dominic Fandrey
Boris Samorodov wrote: > Dominic Fandrey writes: > >>> Luck. The app linking to the old library will have a dependency on the old >>> version. pkg_add will find the origin, issue a warning about "app-1.0 >>> needing >>> lib-0.1 but lib-0.2 is installed" and proceed. app will not start, because

Re: pkg_libchk: a missing library is not detected

2009-06-17 Thread Boris Samorodov
Dominic Fandrey writes: >> Luck. The app linking to the old library will have a dependency on the old >> version. pkg_add will find the origin, issue a warning about "app-1.0 >> needing >> lib-0.1 but lib-0.2 is installed" and proceed. app will not start, because >> of >> the missing library

Re: pkg_libchk: a missing library is not detected

2009-06-16 Thread Dominic Fandrey
Mel Flynn wrote: > On Tuesday 16 June 2009 07:34:47 Dominic Fandrey wrote: >> Mel Flynn wrote: >>> On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: Sorry for the late reply, this was auto-sorted into the ports@ mails and drowned there. Boris Samorodov wrote: > As I und

Re: pkg_libchk: a missing library is not detected

2009-06-16 Thread Mel Flynn
On Tuesday 16 June 2009 07:34:47 Dominic Fandrey wrote: > Mel Flynn wrote: > > On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: > >> Sorry for the late reply, this was auto-sorted into the ports@ mails > >> and drowned there. > >> > >> Boris Samorodov wrote: > >>> As I understand pkg_upgrade

Re: pkg_libchk: a missing library is not detected

2009-06-16 Thread Dominic Fandrey
Mel Flynn wrote: > On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: >> Sorry for the late reply, this was auto-sorted into the ports@ mails >> and drowned there. >> >> Boris Samorodov wrote: > >>> As I understand pkg_upgrade does not preserve old libraries at >>> /usr/local/lib/compat? >> Th

Re: pkg_libchk: a missing library is not detected

2009-06-15 Thread Mel Flynn
On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: > Sorry for the late reply, this was auto-sorted into the ports@ mails > and drowned there. > > Boris Samorodov wrote: > > As I understand pkg_upgrade does not preserve old libraries at > > /usr/local/lib/compat? > > That's true. I consider th

Re: pkg_libchk: a missing library is not detected

2009-06-15 Thread Dominic Fandrey
Sorry for the late reply, this was auto-sorted into the ports@ mails and drowned there. Boris Samorodov wrote: > Hi! > > > Seems to me like a bug at pkg_libchk: > - > % eog > /libexec/ld-elf.so.1: Shared object "libgnome-desktop-2.so.7" not found, > required by "eog" > % ldd `which eog` | g

pkg_libchk: a missing library is not detected

2009-06-03 Thread Boris Samorodov
Hi! Seems to me like a bug at pkg_libchk: - % eog /libexec/ld-elf.so.1: Shared object "libgnome-desktop-2.so.7" not found, required by "eog" % ldd `which eog` | grep found libgnome-desktop-2.so.7 => not found (0x0) % pkg_libchk -vc eog\* % pkg_info -xI bsdadmin bsdadminscripts-6.1.1