Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 11:36:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192060] New: sysutils/dar will not build with encryption
Message-ID:  <bug-192060-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192060

            Bug ID: 192060
           Summary: sysutils/dar will not build with encryption
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: graham@menhennitt.com.au

Even though I enable the "gcrypt" option for the port, during the configure
stage, it reports "configure: WARNING: strong encryption support has been
disabled by user". I don't understand what's going wrong - it looks like the
correct options are being passed to configure from make.

As a workaround, I edited the configure script and removed the test for the
option being set. Note: this is not a fix - just a hack to get a build going.

In "configure", change:
  if test "${enable_libgcrypt_linking+set}" = set; then :
to
  if false; then

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192060-13>