tech-pkg archive

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

Re: Doubling performance of pkgsrc/mk



On Thu, 24 Nov 2022 at 08:21, Jonathan Perkin <jperkin%mnx.io@localhost> wrote:
>
> * On 2022-11-24 at 03:04 GMT, Takahiro Kambe wrote:
>
> >Is this error related to it?
> >
> >% cd /usr/pkgsrc/lang/php-sqlite3
> >% make
> >checking whether to enable the SQLite3 extension... yes, shared
> >checking for sqlite3 > 3.7.4... no
> >configure: error: Package requirements (sqlite3 > 3.7.4) were not met:
>
> It feels unlikely, but possibly?  Did it build fine before I committed
> my changes?  What does config.log say about the search for sqlite3?

There is something up with sqlite3 in pkgsrc HEAD - devel/nss fails
for me with the below. Let me try to bisect

David

ld: ../../../dist/NetBSD9.3_STABLE_64_OPT.OBJ/lib/libsoftokn.a(sdb.o): in functi
on `s_open':
sdb.c:(.text+0x2eb1): undefined reference to `sqlite3_mprintf'
ld: sdb.c:(.text+0x2edf): undefined reference to `sqlite3_mprintf'
ld: sdb.c:(.text+0x2fe8): undefined reference to `sqlite3_free'
ld: sdb.c:(.text+0x2ff5): undefined reference to `sqlite3_free'
gmake[3]: *** [../../coreconf/rules.mk:165:
NetBSD9.3_STABLE_64_OPT.OBJ/bltest] Error 1


Home | Main Index | Thread Index | Old Index