Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2023 19:24:53 -0400
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        "Jason E. Hale" <jhale@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org,  dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 1c35fdc48d6a - main - textproc/redland: Unbreak BDB option
Message-ID:  <865y1380my.fsf@phe.ftfl.ca>
In-Reply-To: <202312122048.3BCKmSfI038896@gitrepo.freebsd.org> (Jason E. Hale's message of "Tue, 12 Dec 2023 20:48:28 GMT")
References:  <202312122048.3BCKmSfI038896@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain

On Tue, 2023-12-12 at 20:48, "Jason E. Hale" <jhale@FreeBSD.org> wrote:

> The branch main has been updated by jhale:

> URL: https://cgit.FreeBSD.org/ports/commit/?id=1c35fdc48d6ae9ff7d417ad6b5409bdf79a67511

> commit 1c35fdc48d6ae9ff7d417ad6b5409bdf79a67511
> Author:     Jason E. Hale <jhale@FreeBSD.org>
> AuthorDate: 2023-12-12 20:10:37 +0000
> Commit:     Jason E. Hale <jhale@FreeBSD.org>
> CommitDate: 2023-12-12 20:41:25 +0000

>     textproc/redland: Unbreak BDB option

>     Before [1] we had former port devel/virtuoso explicitly disabled as a
>     pseudo-option, but this configure argument was lost in that commit. The
>     seemingly buggy configure script tries to use virtuoso despite its
>     non-existence.

>     rdf_storage_virtuoso.c:55:10: fatal error: 'sql.h' file not found

>     [1] https://cgit.freebsd.org/ports/commit/?id=134cdd54850031bfdc8202d27b1a69b2839d94bb

>     PR:             275700
>     Reported by:    <andy@neu.net>
> ---
>  textproc/redland/Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

> diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
> index 4a9ed73772dd..72449e33a5bc 100644
> --- a/textproc/redland/Makefile
> +++ b/textproc/redland/Makefile
> @@ -22,7 +22,8 @@ USE_LDCONFIG=	yes
>  USE_PERL5=	build
>  SHEBANG_FILES=	scripts/touch-mtime.pl
>  GNU_CONFIGURE=	yes
> -CONFIGURE_ARGS=	--with-threestore=no
> +CONFIGURE_ARGS=	--with-threestore=no \
> +		--with-virtuoso=no

>  INSTALL_TARGET=	install-strip
>  TEST_TARGET=	check

It's certainly better to explicitly set this configure option, but I'm
curious why the submitter was seeing the failure.  I tested all option
combinations in different poudriere jails.  I would have guessed he was
building on a live system with virtuoso installed, but
databases/virtuoso was removed.

In any case, thanks for fixing.

Joe

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQKkBAEBCgCOFiEEVbCTpybDiFVxIrrVNqQMg7DW754FAmV468VfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1
QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUQHGpybUBmcmVl
YnNkLm9yZwAKCRA2pAyDsNbvnm8OD/9TTiXH4k5sZ3YwjDKfvAOQLgdn3zYTa61m
t2KqqZEgcvWknnFWOiP6IGFVTx1HvP1Xwu7qjd0HBge+DBgxZ0Ry4l88zbfVUVQB
0ohCCD+AoCGztWyOnCNHQDWiSdoiz5E8oZaPEp84+YwazCUVDEd4eXR57IgSKLgU
pQ8jTvxpiZFTZgQoXHKXj/jNbtsD5ZmcrmAMRRze5MKhnE4tna36Cl8xFOikWxaW
F2F8TnYCehNFvlnuWPx+zTtNOoU6hoVtoYaqIT9MDYUffpv9Hd7ULWFKmK0m1lq/
eMCeHjRVr3nhqc08zjABKXhzCOQO0NPaFHjUN5bBMwqDe/zrKOgfFq68DQgKvAo5
LkxFD6UyhmBd3FZfwjZtZfsfodkN2i7H2vlCE8ZkW/cwfVMvZ6as4lvUG95qZ/da
4LVB1ibD7fDYxLV4A+zIq1fv/8MF8S6MOSAbPX4tnFnO3KlYJLs5A72cwuoJmoOU
Xk+v0M3F3OiDEIYebW8KfUWPGJxgC316Ebpy4AdtQQg/ryBl2pyONdWqQzwDAPSl
iuaIcAgMoQRpXY7A4BlfxRepnprJYIlNXwmmFsDubP1QLfcxoJU7tHDlcAVQWr/Z
HvP7r2rYoJkMgBEjytDWmSiUGkWffxovp7l+vdCUlTW4IiuqV9m2nZ3i7tKfzJUs
HX8sJoCiHw==
=rZDL
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?865y1380my.fsf>