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: r...@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 r...@kg-work2.kg4.no:/usr/obj/usr/src/sys/SX270 i386 with these options: r...@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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"