pkgsrc-Bugs archive

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

Re: pkg/48033 (GnuTLS, was: net/wireshark uses wrong python version)



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

From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: Thomas Klausner <wiz%NetBSD.org@localhost>
Cc: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Subject: Re: pkg/48033 (GnuTLS, was: net/wireshark uses wrong python version)
Date: Mon, 15 Jul 2013 10:09:51 +0200

 For the record:
 
 >> I had to fix security/gnutls first:
 >>
 >> --- Makefile    2013/07/09 09:01:53     1.2
 >> +++ Makefile    2013/07/09 09:02:22
 >> @@ -22,6 +22,7 @@
 >>   CONFIGURE_ARGS+=       --disable-openssl-compatibility
 >>   CONFIGURE_ARGS+=       --disable-hardware-acceleration
 >>   CONFIGURE_ARGS+=       --disable-guile
 >> +LDFLAGS.SunOS=         -lrt
 >>
 >>   TEST_TARGET=           check
 >>   INFO_FILES=            yes
 >>
 >> Otherwise "nanosleep" is not found. This should get fixed upstream.
 >> The configure script checks for everything and the kitchen sink
 >> anyway, and now librt is linked to binaries that probably don't need
 >> it.
 >
 > Committed. Please report this upstream, since you can test suggested
 > fixes and I can't.
 
 This has been fixed in GnuTLS 3.2.2 only halfway. The fix above and 
 patches/patch-src_benchmark.h are no longer needed, but at the moment 
 this fix is necessary:
 
 --- work.pkgsrc-i86/gnutls-3.2.2/lib/Makefile.in        2013/07/15 
 07:38:47     1.1
 +++ work.pkgsrc-i86/gnutls-3.2.2/lib/Makefile.in        2013/07/15 07:39:22
 @@ -1845,7 +1845,7 @@
          auth/libgnutls_auth.la algorithms/libgnutls_alg.la \
          extras/libgnutls_extras.la $(am__append_8) $(am__append_11) \
          $(am__append_14) $(thirdparty_libadd)
 -thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) \
 +thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LIBRT) \
          $(LTLIBPTHREAD) $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) \
          $(TSS_LIBS) $(am__append_12) $(am__append_13) $(am__append_17)
   @HAVE_LD_OUTPUT_DEF_TRUE@defexecdir = $(bindir)
 
 I have reported this upstream as well.
 
 -- 
   Jörn Clausen                             
joern.clausen%uni-bielefeld.de@localhost
   Hochschulrechenzentrum                 http://www.uni-bielefeld.de/hrz/
   Universität Bielefeld
 


Home | Main Index | Thread Index | Old Index