Date: Sat, 25 Apr 2009 00:29:08 -0300 From: Marcus Alves Grando <mnag@FreeBSD.org> To: Torfinn Ingolfsen <tingox@gmail.com> Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: upgrade of databases/sqlite3 to 3.6.11 fails Message-ID: <49F28384.6030007@FreeBSD.org> In-Reply-To: <ef8c8a880904041042p12a6539fj84f646d2a95a2339@mail.gmail.com> References: <ef8c8a880904041042p12a6539fj84f646d2a95a2339@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Torfinn Ingolfsen wrote: > When trying to portupgrade databases/sqlite3 from 3.6.10 to 3.6.11 it > fails with: > > /usr/bin/install -c -o root -g wheel .libs/sqlite3 /usr/local/bin/sqlite3 > /usr/bin/install -c -o root -g wheel -d /usr/local/include > /usr/bin/install -c -o root -g wheel -m 0644 sqlite3.h /usr/local/include > /usr/bin/install -c -o root -g wheel -m 0644 ./src/sqlite3ext.h > /usr/local/include > /usr/bin/install -c -o root -g wheel -d /usr/local/libdata/pkgconfig > /usr/bin/install -c -o root -g wheel -m 0644 sqlite3.pc > /usr/local/libdata/pkgconfig > libtool: install: error: cannot install `libtclsqlite3.la' to a > directory not ending in /usr/local/lib/tcl8.4/sqlite3 Fixed in new version. Thanks. Regards > *** Error code 1 > > Stop in /usr/ports/databases/sqlite3. > *** Error code 1 > > Stop in /usr/ports/databases/sqlite3. > *** Error code 1 > > Stop in /usr/ports/databases/sqlite3. > ===> Cleaning for sqlite3-3.6.11 > ---> Cleaning out obsolete shared libraries > > On this version: > root@kg-work2# uname -a > FreeBSD kg-work2.kg4.no 7.1-STABLE FreeBSD 7.1-STABLE #4: Sun Feb 8 > 20:56:08 CET 2009 root@kg-work2.kg4.no:/usr/obj/usr/src/sys/SX270 > i386 > > with these options: > root@kg-work2# cd /usr/ports/databases/sqlite3;make showconfig;cd > ===> The following configuration options are available for sqlite3-3.6.11: > DEBUG=off "Enable debugging & verbose explain" > FTS3=off "Enable FTS3 (Full Text Search) module" > RAMTABLE=off "Store temporary tables in RAM" > TCLWRAPPER=on "Enable TCL wrapper" > METADATA=on "Enable column metadata" > THREADS=on "Enable threads support" > ===> Use 'make config' to modify these settings > > If I set TCLWRAPPER to 'off' I can install the port without problems. > This is probably not the right way to fix it, though. :) > HTH -- Marcus Alves Grando marcus(at)sbh.eng.br | Personal mnag(at)FreeBSD.org | FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49F28384.6030007>