Date: Sun, 19 Oct 2014 21:09:56 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: John <freebsd-lists@potato.growveg.org> Cc: freebsd-ports@freebsd.org Subject: Re: sqlite3 breakage Message-ID: <20141019210956.14cc1ced@kalimero.tijl.coosemans.org> In-Reply-To: <20141019182138.GB49574@potato.growveg.org> References: <20141019132808.GA49190@potato.growveg.org> <20141019165156.1db88638@kalimero.tijl.coosemans.org> <20141019182138.GB49574@potato.growveg.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 19 Oct 2014 19:21:38 +0100 John <freebsd-lists@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141019210956.14cc1ced>