Your message dated Mon, 22 Nov 2021 10:48:55 +0000
with message-id <[email protected]>
and subject line Bug#996916: fixed in gedit 40.1-3
has caused the Debian Bug report #996916,
regarding gedit: FTBFS on hurd-i386 and kfreebsd-any
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
996916: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996916
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gedit
Version: 40.1-2
Severity: important
Tags: patch
User: [email protected] [email protected]
Usertags: hurd
Hi,
Currently gedit FTBFS on GNU/Hurd and GNU/kFreeBSD due to failure to
define ENABLE_GVFS_METADATA in config.h during configuraation.
With the attached patch, meson.build.patch, gedit builds fine again.
The patch has been used to successfully build gedit on Linux, Hurd
and kFreeBSD.
Thanks!
Index: gedit-40.1/meson.build
===================================================================
--- gedit-40.1.orig/meson.build
+++ gedit-40.1/meson.build
@@ -75,7 +75,7 @@ config_h.set_quoted('DATADIR', join_path
config_h.set_quoted('VERSION', meson.project_version())
enable_gvfs_metadata = get_option('enable-gvfs-metadata')
-if enable_gvfs_metadata == 'yes' or (enable_gvfs_metadata == 'auto' and host_machine.system() == 'linux')
+if enable_gvfs_metadata == 'yes' or (enable_gvfs_metadata == 'auto' and ['linux', 'gnu', 'gnu/kfreebsd'].contains(host_machine.system()))
enable_gvfs_metadata = true
else
enable_gvfs_metadata = false
--- End Message ---
--- Begin Message ---
Source: gedit
Source-Version: 40.1-3
Done: Laurent Bigonville <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gedit, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laurent Bigonville <[email protected]> (supplier of updated gedit package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 22 Nov 2021 11:19:49 +0100
Source: gedit
Architecture: source
Version: 40.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Laurent Bigonville <[email protected]>
Closes: 996916
Changes:
gedit (40.1-3) unstable; urgency=medium
.
* d/control.in: Add libglib2.0-dev and libgtk-3-dev dependencies to gedit-dev
* d/p/fix_ftbfs_nonlinux.patch: Fix FTBFS on non-linux architecrures
(Closes: #996916)
* debian/control.in: Bump Standards-Version to 4.6.0 (no further changes)
* debian/control.in: Move -doc packages from BDI to BD
* debian/control.in: Add libxml2-utils to the BD, xmllint is detected at
build time
Checksums-Sha1:
b7b1df4097603ff6567e486ea98c1520e45f8788 2278 gedit_40.1-3.dsc
c40d9279d823d909f9aff46066b169230044557f 83724 gedit_40.1-3.debian.tar.xz
4b73b19adea9a3b618161b21a6c1769972552367 14995 gedit_40.1-3_source.buildinfo
Checksums-Sha256:
cef9b490ca9fa67163f0e56f02cfa1eaaa43b0b67f628119bb0702f2997e47d0 2278
gedit_40.1-3.dsc
51bf7f8701af0c8175cbf528215e1f1acb76f367112d711a1e18c167e81eb12d 83724
gedit_40.1-3.debian.tar.xz
6b227adc49ca1f1edab29570c6b8dfc712d824005e301200ab44353d5ca8821f 14995
gedit_40.1-3_source.buildinfo
Files:
204ea7e0919bab83ad0c32daa6a651f7 2278 gnome optional gedit_40.1-3.dsc
06822db83118d1d37d062383a2826a50 83724 gnome optional
gedit_40.1-3.debian.tar.xz
f37f7a2d5254a3b69ed92cbf73b3b996 14995 gnome optional
gedit_40.1-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFFBAEBCAAvFiEEmRrdqQAhuF2x31DwH8WJHrqwQ9UFAmGbb9ARHGJpZ29uQGRl
Ymlhbi5vcmcACgkQH8WJHrqwQ9WngggAiY7LVvm+fipYHoAoL8p3o9SoQJZ0crw3
4Jnbrb7K1xO15IkcWU+48600xBw8moksmr4Sg14nbtU05z+hr/XNC5XYe3Co+D1p
E2mb0ah2R7mlPaAk6pJQ97jUQvvw25rGZCB93iRTutKBKUUXb66zB0FxRSsdEcoF
1LQ2u5mk5toUkyl1e0xZ011fXIom/0G0KUUJL0PAtTo7Hv3PwJmH3kuDL22q3w3C
88ns8zf9Xuwu4eCy85cw14PDjyDRaohFSOWjDwKA9KpyyVQ96AOvzFxa8VULqa7S
FVMxb9I+My3qVwKKGxrPPfNAkhnyFWCy0ZDdmnz6x7/6lAegrYTC1g==
=Yu0P
-----END PGP SIGNATURE-----
--- End Message ---