pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49082 (Unbreak lang/tcl on OS X Tiger)



The following reply was made to PR pkg/49082; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49082 (Unbreak lang/tcl on OS X Tiger)
Date: Mon, 6 Jul 2015 04:51:15 +0000

 On Sat, Jul 04, 2015 at 11:55:42AM +0000, bsiegert%NetBSD.org@localhost wrote:
  > Sevan says that he understands you were going to fix it.
  > Is that right?
 
 I was? Well, I can look at it...
 
 ...cannot repeat the problem. I added
 
    CONFIGURE_ARGS+= --with-system-sqlite
    .include "../../databases/sqlite3/buildlink3.mk"
 
 to lang/tcl/Makefile and the resulting tcl package does not have
 anything named '*sql*' in it that appears to be copied from /usr.
 (This is on netbsd with native sqlite.)
 
 There is a usr/pkg/lib/sqlite3.8.8.3/libsqlite3.8.8.3.so, but that
 appears to be the tcl plugin library; it is linked to
 /usr/lib/libsqlite3.so.1 and is not the same as it.
 
 (Why tcl sprinkles its plugins outside of /usr/pkg/lib/tcl* is beyond
 me, but that's upstream's problem until it conflicts with something we
 care about.)
 
 I also can't find anything in the build system in the distfile that
 would have the effect described. Setting --with-system-sqlite replaces
 an include of the sqlite amalgamation .c file with <sqlite.h> and adds
 -lsqlite3, and doesn't appear to have any other effect at all that I
 can find.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index