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: venture37 <venture37%geeklan.co.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkg-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/49082: Unbreak lang/tcl on OS X Tiger
Date: Wed, 08 Oct 2014 01:54:55 +0100
On 08/08/2014 06:25, David Holland wrote:
> On Fri, Aug 08, 2014 at 01:40:01AM +0000, venture37 wrote:
> > looking in work/tcl8.6.1/pkgs/sqlite3.8.0/configure I found
> >
> > #--------------------------------------------------------------------
> > # The --with-system-sqlite causes the TCL bindings to SQLite to use
> > # the system shared library for SQLite rather than statically linking
> > # against its own private copy. This is dangerous and leads to
> > # undersirable dependences and is not recommended.
> > # Patchs from rmax.
> > #--------------------------------------------------------------------
> >
> >
> > Probably best to stick with building the private copy?
>
> Would be nice if they bothered to explain why they think it's
> dangerous...
Looks like it's a generic warning so that tcl is isolated from system
upgrades.
Response from devs on IRC:
"simply put, you don't control the system sqlite or when it gets
upgraded or possibly breaking the interfaces you're using."
So TCL could be switched to use --with-system-sqlite.
I'll follow up with a new patch later this week.
Home |
Main Index |
Thread Index |
Old Index