Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Oct 2018 18:35:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 232047] [patch] graphics/gimp-app: 2.10.6 fails to configure
Message-ID:  <bug-232047-6497-xsYdqAVd21@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232047-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232047-6497@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #6 from rsmith@xs4all.nl ---
(In reply to w.schwarzenfeld from comment #4)

The following options were used during the compile:

    _OPTIONS_READ=3Dgimp-app-2.10.6,1
    _FILE_COMPLETE_OPTIONS_LIST=3DAA GHOSTSCRIPT GVFS HELPBROWSER LIBEXIF=
=20=20=20=20
LIBHEIF LIBMNG OPENJPEG POPPLER SIMD WMF
    OPTIONS_FILE_UNSET+=3DAA
    OPTIONS_FILE_UNSET+=3DGHOSTSCRIPT
    OPTIONS_FILE_UNSET+=3DGVFS
    OPTIONS_FILE_UNSET+=3DHELPBROWSER
    OPTIONS_FILE_SET+=3DLIBEXIF
    OPTIONS_FILE_UNSET+=3DLIBHEIF
    OPTIONS_FILE_UNSET+=3DLIBMNG
    OPTIONS_FILE_SET+=3DOPENJPEG
    OPTIONS_FILE_UNSET+=3DPOPPLER
    OPTIONS_FILE_SET+=3DSIMD
    OPTIONS_FILE_UNSET+=3DWMF

Note that HELPBROWSER was *not* set.

It might not need it when the helpbrowser is not included, you don't need
webkit and libsoup. *But the configure script doesn't test for that*.

In configure.ac, the test for glib-networking is done *before* the test for
webkit. One "fix" could be to edit configure.ac and move the test for
glib-networking down into the "else" block for webkit. But I'm not an autoc=
onf
expert, so I'm not sure that will work.

--=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-232047-6497-xsYdqAVd21>