Date: Sat, 4 Apr 2009 19:42:12 +0200 From: Torfinn Ingolfsen <tingox@gmail.com> To: FreeBSD Ports ML <freebsd-ports@freebsd.org> Cc: mnag@FreeBSD.org Subject: upgrade of databases/sqlite3 to 3.6.11 fails Message-ID: <ef8c8a880904041042p12a6539fj84f646d2a95a2339@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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 *** 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 -- Regards, Torfinn Ingolfsen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef8c8a880904041042p12a6539fj84f646d2a95a2339>