Date: Sun, 21 Aug 2011 14:49:31 +0200 From: Andrea Venturoli <ml@netfence.it> To: freebsd-ports@freebsd.org Subject: portsclean warnings about libXaw Message-ID: <4E50FEDB.90200@netfence.it>
next in thread | raw e-mail | index | archive | help
I'm getting this on several boxes. > # portsclean -CLD > Cleaning out /usr/ports/*/*/work... > done. > Detecting unreferenced distfiles... > Delete /usr/ports/distfiles/pcre-8.12.tar.bz2 > Delete /usr/ports/distfiles/php-5.3.6.tar.bz2 > Delete /usr/ports/distfiles/pkgtools-2.4.8.tar.bz2 > Delete /usr/ports/distfiles/suhosin-patch-5.3.6-0.9.10.patch.gz > ** You have multiple versions of libXaw but 2 of them are not from packages: > Xaw.7 (/usr/local/lib/libXaw.so.7) <- ? > Xaw.6 (/usr/local/lib/libXaw.so.6) <- ? > and the symlink (/usr/local/lib/libXaw.so) points to: > Xaw7. (/usr/local/lib/libXaw7.so) <- ? > --> Skipping Xaw.7 because it is newer than what the packages provide > > --> Skipping Xaw.6 because it is newer than what the packages provide > > # cd /usr/local/lib/ > # pkg_which libXaw* > ? > ? > ? > libXaw-1.0.8,1 > libXaw-1.0.8,1 > ? > libXaw-1.0.8,1 > libXaw-1.0.8,1 > libXaw-1.0.8,1 > ? > libXaw-1.0.8,1 > # ls -l|grep Xaw > lrwxr-xr-x 1 root wheel 10 May 17 15:23 libXaw.so -> libXaw7.so > lrwxr-xr-x 1 root wheel 12 May 17 15:23 libXaw.so.6 -> libXaw6.so.6 > lrwxr-xr-x 1 root wheel 12 May 17 15:23 libXaw.so.7 -> libXaw7.so.7 > -rw-r--r-- 1 root wheel 510014 May 17 15:23 libXaw6.a > -rwxr-xr-x 1 root wheel 1199 May 17 15:23 libXaw6.la > lrwxr-xr-x 1 root wheel 12 May 17 15:23 libXaw6.so -> libXaw6.so.6 > -rwxr-xr-x 1 root wheel 367281 May 17 15:23 libXaw6.so.6 > -rw-r--r-- 1 root wheel 701852 May 17 15:23 libXaw7.a > -rwxr-xr-x 1 root wheel 1224 May 17 15:23 libXaw7.la > lrwxr-xr-x 1 root wheel 12 May 17 15:23 libXaw7.so -> libXaw7.so.7 > -rwxr-xr-x 1 root wheel 501921 May 17 15:23 libXaw7.so.7 Everything ok? Is this normal? bye & Thanks av.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E50FEDB.90200>