pkgsrc-Bugs archive

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

Re: pkg/53587: security/racoon2 doesn not build



The following reply was made to PR pkg/53587; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
	pkgsrc-bugs%netbsd.org@localhost, Hauke Fath <hf%spg.tu-darmstadt.de@localhost>
Cc: 
Subject: Re: pkg/53587: security/racoon2 doesn not build
Date: Tue, 11 Sep 2018 12:53:01 -0400

 On Sep 11, 10:10am, hf%spg.tu-darmstadt.de@localhost (Hauke Fath) wrote:
 -- Subject: Re: pkg/53587: security/racoon2 doesn not build
 
 |  Hum. After finding that several source files needed the above, I went with
 |  
 |  Index: Makefile
 |  ===================================================================
 |  RCS file: /cvsroot/pkgsrc/security/racoon2/Makefile,v
 |  retrieving revision 1.14
 |  diff -u -u -r1.14 Makefile
 |  --- Makefile    22 Aug 2018 09:46:29 -0000      1.14
 |  +++ Makefile    11 Sep 2018 09:43:11 -0000
 |  @@ -23,6 +23,8 @@
 |    USE_TOOLS+=            grep sed flex yacc
 |    USE_TOOLS+=            gzip:run perl:run       # used by pskgen
 |  
 |  +CPPFLAGS+=             -DOPENSSL_API_COMPAT=0x10100000L
 |  +
 |    # @perl_bindir@ will be /usr/pkgsrc/security/racoon2/work/.tools/bin/perl.
 |    # REPLACE_PERL cannot be used, since @perl_bindir@ does not match its 
 |  pattern.
 |    REPLACE_INTERPRETER+=  perl
 
 Great, that's the way to do it!
 
 |  which then led to
 |  
 |  undefined reference to `X509_STORE_CTX_get0_cert'
 |  undefined reference to `EVP_PKEY_get0_DSA'
 |  
 |  both of which are not anywhere under /usr/include on netbsd-8.
 
 They are supposed to:
 
 https://releng.netbsd.org/cgi-bin/req-8.cgi?show=967
 
 christos
 


Home | Main Index | Thread Index | Old Index