pkgsrc-Bulk archive

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

Re: pkgsrc NetBSD 2.0_RC5/i386 bulk build results 2004-12-13



On Thu, 16 Dec 2004 17:57:48 +0100
Thomas Klausner <wiz%NetBSD.org@localhost> wrote:

> > converters/bibtex2html             minskim%NetBSD.org@localhost
> 
> Missing libdl.

Caused by mk/dlopen.builtin.mk 1.7, which added
BUILDLINK_TRANSFORM+=rm:-ldl to hide -ldl.  This affected lang/ocalm.

During configure, lang/ocaml tests if -ldl is needed, and if it is,
makes ocamlopt.opt use the option in compiling Calm files.  Hiding
-ldl fools configure and results in the ocamlopt.opt binary with
"-ldl" built-in, so ocamlopt.opt cannot be used on machines without
libdl.

Johnny, could you please fix this?


Regards,

-- 
Min Sik Kim



Home | Main Index | Thread Index | Old Index