pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39614 (misc/openoffice2 compilation error on NetBSD 3 (missing strerror_r()))
The following reply was made to PR pkg/39614; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39614 (misc/openoffice2 compilation error on NetBSD 3 (missing
strerror_r()))
Date: Thu, 02 Oct 2008 03:15:41 +0700
Date: Wed, 1 Oct 2008 00:50:02 +0000 (UTC)
From: Robert Elz <kre%munnari.OZ.AU@localhost>
Message-ID: <20081001005002.E0A6C63BD01%narn.NetBSD.org@localhost>
| | Is this fixed by adding
`.include "../../security/openssl/buildlink3.mk"'
| | to Makefile?
|
| Thanks for the suggestion, but no, that didn't change a thing.
I have been looking a little more - pkgsrc doesn't include openssl
even with that there, it has decided that the standard system openssl
is enough (IS_BUILTIN.openssl=yes)
However, at configure stage we get ..
The variable SYSTEM_OPENSSL is set to: NO
The variable OPENSSL_CFLAGS is set to: unset
The variable OPENSSL_LIBS is set to: unset
and there are no ssl libraries in .buildlink/lib (plenty of others,
including .buildlink/lib/seamonkey/libssl3.so - seamonkey-nspr is
found).
I do not understand pkgsrc and buildlink and all that nearly well enough
to even guess what might be going on...
kre
ps: the most recent update (adding firefox3 probably) added a syntax
error to options.mk - line 7 is obviously intended to be a comment,
but in make # is only a comment indicator in column 1 (it also works as
a shell comment indicator in sh commands of course). The # in that line
needs to be moved left (or the line just deleted, or a bunch of other
things).
Home |
Main Index |
Thread Index |
Old Index