Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Aug 2017 13:08:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221279] devel/libvirt: configure error with NSS on
Message-ID:  <bug-221279-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 221279
           Summary: devel/libvirt: configure error with NSS on
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: novel@FreeBSD.org
          Reporter: vvd@unislabs.com
             Flags: maintainer-feedback?(novel@FreeBSD.org)
          Assignee: novel@FreeBSD.org

11.1 amd64
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Part of the build log with error:
-------------------------------------------
=E2=80=A6
checking for numad... no
checking for init script type... none
checking for whether to install sysctl config... no
configure: error: Can't build nss plugin without yajl
=3D=3D=3D>  Script "configure" failed unexpectedly.
Please report the problem to novel@FreeBSD.org [maintainer] and attach the
"/tmp/work/usr/ports/devel/libvirt/work/libvirt-3.6.0/config.log" including
the output of the failure of your make command. Also, it might be a good id=
ea
to provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1
=E2=80=A6
-------------------------------------------
OPTIONS_FILE_SET+=3DBHYVE
OPTIONS_FILE_UNSET+=3DDOCS
OPTIONS_FILE_SET+=3DGNUTLS
OPTIONS_FILE_SET+=3DNLS
OPTIONS_FILE_SET+=3DNSS
OPTIONS_FILE_UNSET+=3DQEMU
OPTIONS_FILE_SET+=3DREADLINE
OPTIONS_FILE_UNSET+=3DSASL
OPTIONS_FILE_UNSET+=3DXEN
OPTIONS_FILE_SET+=3DZFS
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
devel/libvirt build fine with NSS on after this hack:
-------------------------------------------
--- configure.orig
+++ configure
@@ -70773,7 +70773,7 @@
   if test "x$with_nss_plugin" !=3D "xno" ; then
     if test "x$with_yajl" !=3D "xyes" ; then
       if test "x$with_nss_plugin" =3D "xyes" ; then
-        as_fn_error $? "Can't build nss plugin without yajl" "$LINENO" 5
+#        as_fn_error $? "Can't build nss plugin without yajl" "$LINENO" 5
       else
         with_nss_plugin=3Dno
       fi

--=20
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-221279-13>