pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ldb build failure
On Thu, Mar 28, 2019 at 10:43:45AM +0000, Patrick Welche wrote:
> On Thu, Mar 28, 2019 at 08:10:31AM +0100, Adam Ciarci?ski wrote:
> > Looks like ldb didn't detect tdb. I've restricted ldb to only use Python 3.x. Can you try again, please?
>
> [it was already using python 3.7]
>
> When building "by hand", in the pbulk sandbox,
>
> Checking for system tdb (>=1.3.18) : yes
>
> yet
>
> # grep -w tdb /usr/pbulk/bulklog/ldb-1.5.4/configure.log
> => Full dependency tdb>=1.0.6nb2: found tdb-1.4.0
> Checking for system tdb (>=1.3.18) : not found
>
> So what makes pbulk special?
>
>
> In the "by hand" pkgsrc/databases/ldb/work/ldb-1.5.4/bin/config.log:
> ---------------------------------------------------------------------------------
> Checking for system tdb (>=1.3.18)
> ['/usr/pkg/bin/pkg-config', 'tdb >= 1.3.18', '--cflags', '--libs', 'tdb']
> out: -I/usr/pkg/include -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltdb
>
> yes
> ---------------------------------------------------------------------------------
Add
USE_TOOLS+= pkg-config
in the package Makefile and try again?
Thomas
Home |
Main Index |
Thread Index |
Old Index