From owner-freebsd-ports@FreeBSD.ORG Sat Apr 4 17:42:14 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 401181065688; Sat, 4 Apr 2009 17:42:14 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 6820D8FC15; Sat, 4 Apr 2009 17:42:13 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by bwz8 with SMTP id 8so1319200bwz.43 for ; Sat, 04 Apr 2009 10:42:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=OGQDlrXxJ/pQ2Autz13x4hoRNDYZIiIhVoVLQMKB4y0=; b=PT+/Be6w9Wj32FxVnXayZsrcQaRIfWGeT8hb2D+UiWB/nwtfaqJEPQgogHOTIcMTTu nbW3uBf/whf5eMW8MXxFu7BwootwuLfVDu3bQoqB4bKKsvxNgY5EUnmAThFCmR2pTE8E /gJYTgYblp0SYLxTrNUypzIyT9Q+nKXFIy3II= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=X3WZLdZ+Dgmh6PqFyKS+xVmTXhwKJLpXvAanmLtfNitBa0Ozx+sCYIMzImY9wMvWoC Rzl00N/j+Cv/h/ZhhX17olGpRehTrYWdcOKIh9Y1+ttvebINnORpMHCG8Pv+wps23DwQ v3Yc0CESX1BXR6Cq6KnpkEddxpxGzcjU4g99c= MIME-Version: 1.0 Received: by 10.223.120.197 with SMTP id e5mr2153743far.25.1238866932214; Sat, 04 Apr 2009 10:42:12 -0700 (PDT) Date: Sat, 4 Apr 2009 19:42:12 +0200 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: mnag@FreeBSD.org Subject: upgrade of databases/sqlite3 to 3.6.11 fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 17:42:15 -0000 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