sqlite3 breakage
Tijl Coosemans
tijl at FreeBSD.org
Sun Oct 19 19:11:09 UTC 2014
On Sun, 19 Oct 2014 19:21:38 +0100 John <freebsd-lists at potato.growveg.org> wrote:
> Hello, that was quick! :D
>
> > Check that you have these files in /usr/local/lib:
> >
> > libsqlite3.a
> > libsqlite3.so
> > libsqlite3.so.0
> > libsqlite3.so.0.8.6
> >
> > If any are missing then make sure you have the latest version of pkg.
> > It fixes a bug that allowed packages with missing files to be installed.
> > Then build databases/sqlite3 using 'script build.log make install' and
> > email us build.log.
>
> root@:/usr/local/lib # pkg -v
> 1.3.8
>
> ~ # cd /usr/local/lib
>
> ~ # root@:/usr/local/lib # ls -la libsqlite3.a
> -rw-r--r-- 1 root wheel 1441616 Oct 19 14:47 libsqlite3.a
>
> root@:/usr/local/lib # ls -la libsqlite3.so
> lrwxr-xr-x 1 root wheel 19 Oct 19 14:47 libsqlite3.so -> libsqlite3.so.0.8.6
>
> root@:/usr/local/lib # ls -la libsqlite3.so.0
> lrwxr-xr-x 1 root wheel 19 Oct 19 14:47 libsqlite3.so.0 -> libsqlite3.so.0.8.6
>
> root@:/usr/local/lib # ls -la libsqlite3.so.0.8.6
> -rwxr-xr-x 1 root wheel 1046592 Oct 19 14:47 libsqlite3.so.0.8.6
>
> root@:/usr/local/lib #
>
> I deinstalled then cleaned, rebuilt again and am attaching the build log as
> requested (this is 15kb)
Try building the ports without ccache.
More information about the freebsd-ports
mailing list