After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 605246 - Typo in configure.ac prevents hurd_mach_notify to be enabled
Typo in configure.ac prevents hurd_mach_notify to be enabled
Status: RESOLVED WONTFIX
Product: gamin
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gamin Maintainer(s)
Gamin Maintainer(s)
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2009-12-22 20:01 UTC by Emilio Pozuelo Monfort
Modified: 2018-07-01 08:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emilio Pozuelo Monfort 2009-12-22 20:01:38 UTC
Hi,

Pino Toscano has spotted this typo in configure.in that prevents hurd_mach_notify from being enabled on GNU/Hurd.

This should fix it:

--- a/configure.in
+++ b/configure.in
@@ -312,7 +312,7 @@
 #   if echo x$os | grep -E -e '^xgnu[0-9]*\.?[0-9]*$' >/dev/null;
 # won't work as m4 eats the []s.
 if case x$os in xgnu*) true;; *) false;; esac; then
-	AC_ARG_ENABLE(kqueue,
+	AC_ARG_ENABLE(hurd_mach_notify,
 		AC_HELP_STRING([--disable-hurd_mach_notify], [Disable the Hurd Mach Notify backend]),
 		[hurd_mach_notify="${enableval}"], [hurd_mach_notify=true])


Can I commit it?
Comment 1 Emilio Pozuelo Monfort 2011-07-31 16:32:37 UTC
Ping? This seems obviously correct, and only affects GNU/Hurd. OK to commit?
Comment 2 André Klapper 2018-07-01 08:46:20 UTC
gamin is not under active development anymore and has not seen code changes for many years.
Its codebase has been archived: https://gitlab.gnome.org/Archive/gamin/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.