Will we get a RELEASE-9.1 for Christmas?

Walter Hurry walterhurry at gmail.com
Fri Dec 21 14:13:13 UTC 2012


On Thu, 20 Dec 2012 23:40:19 +0000, Matthew Seaman wrote:

> I've just finished committing fixes for this problem to the master and
> release-1.0 branches in Github.  If anyone is feeling enthusiastic and
> would like to try pulling those sources and confirming that their
> favourite packages no longer generate scads of nasty errors when
> re-analysing shlib dependencies, I'd be grateful.
> 

Before I had a chance to try the git version, pkg-1.0.4 turned up in the 
ports. Good work!

Hmm...

$ pkg info pkg
pkg-1.0.4                      New generation package manager
$ pkg -v
1.0.3
$

Forgotten (by bapt I assume) again?

A definite improvement in 'pkg ckeck -Ba' though; many fewer reported 
exceptions than before (openjdk7 and firefox are OK now):

$ sudo pkg check -Ba
pkg: (libreoffice-3.5.7_1) /usr/local/lib/libreoffice/program/
configmgr.uno.so - shared library libxmlreader.so not found
pkg: (virtualbox-ose-4.1.22) /usr/local/bin/VBoxBalloonCtrl - shared 
library VBoxRT.so not found
<other virtualbox-ose exceptions snipped for brevity>

$ locate libxmlreader.so
/usr/local/lib/libreoffice/ure/lib/libxmlreader.so
$ locate VBoxRT.so
/usr/local/lib/virtualbox/VBoxRT.so
$ file /usr/local/lib/libreoffice/ure/lib/libxmlreader.so
/usr/local/lib/libreoffice/ure/lib/libxmlreader.so: ELF 64-bit LSB shared 
object, x86-64, version 1 (FreeBSD), dynamically linked, stripped
$ file /usr/local/lib/virtualbox/VBoxRT.so
/usr/local/lib/virtualbox/VBoxRT.so: ELF 64-bit LSB shared object, 
x86-64, version 1 (FreeBSD), dynamically linked, not stripped
$ 



More information about the freebsd-stable mailing list