pkgsrc-Bugs archive

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

Re: pkg/52883: chat/scrollz fails to build with inet6 option (default)



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

From: jgw%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/52883: chat/scrollz fails to build with inet6 option
 (default)
Date: Tue, 09 Jan 2018 11:37:46 -0700

 gnats-admin%netbsd.org@localhost wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `pkg/52883'.
 > The individual assigned to look at your
 > report is: pkg-manager. 
 >
 > >Category:       pkg
 > >Responsible:    pkg-manager
 > >Synopsis:       chat/scrollz-2.2.3nb3 pkg fails to build with default inet6 option
 > >Arrival-Date:   Sun Dec 31 22:20:00 +0000 2017
 
 A follow-up:
 
 Further testing revealed a conflict between the --enable-ipv6 and --with-efence
 configure options for this package.  Given e-fence is just a debugger, the
 following work-around is proposed:
 
 % diff -U1 options.mk.orig options.mk
 --- options.mk.orig     2018-01-09 11:17:40.409367515 -0700
 +++ options.mk  2018-01-09 11:17:09.833301127 -0700
 @@ -4,3 +4,3 @@
  PKG_SUPPORTED_OPTIONS=         efence inet6 regexp utf8
 -PKG_SUGGESTED_OPTIONS+=                efence inet6
 +PKG_SUGGESTED_OPTIONS+=                inet6
  PKG_OPTIONS_OPTIONAL_GROUPS=   socks ssl
 @@ -13,3 +13,3 @@
  .include "../../devel/electric-fence/buildlink3.mk"
 -CONFIGURE_ARGS+=       --with-efence
 +CONFIGURE_ARGS+=       --with-efence --disable-ipv6
  .else
 @@ -26,3 +26,3 @@
  .if !empty(PKG_OPTIONS:Minet6)
 -CONFIGURE_ARGS+=       --enable-ipv6
 +CONFIGURE_ARGS+=       --enable-ipv6 --disable-efence
  .else
 
 This change, in conjunction with 'PKG_OPTIONS.scrollz+=  gnutls' in the
 Makefile, resulted in a successful build on a slightly modified GENERIC/i386
 system running a current snapshot dated Dec. 27, 2017.
 


Home | Main Index | Thread Index | Old Index