Your message dated Sat, 07 Jun 2014 13:20:59 +0000
with message-id <[email protected]>
and subject line Bug#750628: fixed in mate-menus 1.8.0-4
has caused the Debian Bug report #750628,
regarding mate-menus fails to execute due to Debian/Hurd patch (see #750497)
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.)


-- 
750628: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750628
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mate-menus
Version: 1.8.0-2
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd

Hi,

Currently mate-menus fails to build from source due to usage of
MAXSYMLINKS, which is not defined on GNU/Hurd. The attached patch
solves this problem by using the runtime function sysconf with argument
_SC_SYMLOOP_MAX to resolve that number.

Thanks!

--- a/libmenu/canonicalize.c	2014-03-01 11:37:52.000000000 +0100
+++ b/libmenu/canonicalize.c	2014-06-03 23:14:43.000000000 +0200
@@ -44,6 +44,10 @@
    that cannot be resolved.  If the path can be resolved, RESOLVED
    holds the same value as the value returned.  */
 
+#ifndef MAXSYMLINKS
+#define MAXSYMLINKS sysconf(_SC_SYMLOOP_MAX)
+#endif
+
 static char* menu_realpath(const char* name, char* resolved)
 {
 	char* rpath = NULL;

--- End Message ---
--- Begin Message ---
Source: mate-menus
Source-Version: 1.8.0-4

We believe that the bug you reported is fixed in the latest version of
mate-menus, 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.
Mike Gabriel <[email protected]> (supplier of updated mate-menus 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: Sat, 07 Jun 2014 14:56:14 +0200
Source: mate-menus
Binary: mate-menus libmate-menu2 libmate-menu-dev gir1.2-mate-menu 
python-mate-menu libmate-menu2-dbg python-mate-menu-dbg
Architecture: source amd64
Version: 1.8.0-4
Distribution: unstable
Urgency: low
Maintainer: MATE Packaging Team <[email protected]>
Changed-By: Mike Gabriel <[email protected]>
Description:
 gir1.2-mate-menu - GObject introspection data for the MATE menu specification
 libmate-menu-dev - implementation of the freedesktop menu specification for 
MATE (he
 libmate-menu2 - implementation of the freedesktop menu specification for MATE 
(li
 libmate-menu2-dbg - implementation of the freedesktop menu spec for MATE 
(debugging s
 mate-menus - implementation of the freedesktop menu specification for MATE
 python-mate-menu - implementation of the freedesktop menu specification for 
MATE (Py
 python-mate-menu-dbg - implementation of the freedesktop menu spec for MATE 
(Python debu
Closes: 750628
Changes:
 mate-menus (1.8.0-4) unstable; urgency=low
 .
   * debian/patches:
     + Update 1001_FTBFS-hurd-maxsymlinks.patch. Avoid using
       sysconf(_SC_SYMLOOP_MAX), use a static value of 20 instead. (Closes:
       #750628).
Checksums-Sha1:
 6722f240323cc92219577ed816c7f8bfe0264a2d 2539 mate-menus_1.8.0-4.dsc
 5c73b633d535224832a8ac9fee0016c9bdcba39d 8660 mate-menus_1.8.0-4.debian.tar.xz
 14a5eb53854180ef0d942088fed218e2de789bf8 90228 mate-menus_1.8.0-4_amd64.deb
 2e5f8dc34606a968576105d3bc335bf56505f964 39126 libmate-menu2_1.8.0-4_amd64.deb
 95ae65ce8bf5bf9b2079cdbcf2276f2550f9f6b1 8962 
libmate-menu-dev_1.8.0-4_amd64.deb
 b5ad71ee1445bccfbbd1e35f1a573e292678f693 9064 
gir1.2-mate-menu_1.8.0-4_amd64.deb
 10b01c4412268f713f0098b27f67ec739c67c2a1 14758 
python-mate-menu_1.8.0-4_amd64.deb
 74aa6cc6c8bacbb9c6f7de3ceff727fc31a70b12 107272 
libmate-menu2-dbg_1.8.0-4_amd64.deb
 fda9e6b3dfc25b5c81bf7dd01d9e782aee61851a 29756 
python-mate-menu-dbg_1.8.0-4_amd64.deb
Checksums-Sha256:
 95eab7f93c37a3971f4c3542905954ddc18602fe1cc31acbc5299beb593f58b9 2539 
mate-menus_1.8.0-4.dsc
 3fbf29d87f2a36c3b41b46c5668bc78bec16742bb2d20eb8348988fda7606ba9 8660 
mate-menus_1.8.0-4.debian.tar.xz
 3f1399a68d2f5d7388466439f15ee6d04c6ea98e5c02818f457bed95d1dab9f6 90228 
mate-menus_1.8.0-4_amd64.deb
 8f8468cbc3282a8a591639ac13e2f9eba66d2481d12fa92ac96a9bb172a29008 39126 
libmate-menu2_1.8.0-4_amd64.deb
 8f9a6ad40d1d43320230b7de1b3bfd22d934ed486a98c22eb7ce7fa4a8c60060 8962 
libmate-menu-dev_1.8.0-4_amd64.deb
 2c10cb31d11f3c23892b1b6cf9ec974c47d8b100ce58b34aa6c9a0a69e995767 9064 
gir1.2-mate-menu_1.8.0-4_amd64.deb
 bd779cb1d9eff92e704c1df79a8b3b4b3ac1d3a01244575cd9f305f69ddc6f71 14758 
python-mate-menu_1.8.0-4_amd64.deb
 30deef11e43d0f425aeb50162e7ee297864a6902b8296d0c6546246f0ea4504d 107272 
libmate-menu2-dbg_1.8.0-4_amd64.deb
 e230f931f8f57fa7445c47f87fda9be6bdb0026554ab751baf311ebc1ff05485 29756 
python-mate-menu-dbg_1.8.0-4_amd64.deb
Files:
 2cd08229cf2eebb17ccd25ab41552360 90228 libs optional 
mate-menus_1.8.0-4_amd64.deb
 0b6036c6f582ee77446913729c4240bb 39126 libs optional 
libmate-menu2_1.8.0-4_amd64.deb
 f3a0a813c8ab9e6ae93fd764f278ce20 8962 libdevel optional 
libmate-menu-dev_1.8.0-4_amd64.deb
 a99524904de54ad2248f1dc6e49f3420 9064 libs optional 
gir1.2-mate-menu_1.8.0-4_amd64.deb
 9fd3544624203b3b7d3bedc86d5d5f0f 14758 python optional 
python-mate-menu_1.8.0-4_amd64.deb
 aadf05cc89cd50893d7442f2b132ea09 107272 debug extra 
libmate-menu2-dbg_1.8.0-4_amd64.deb
 f3313ccaf7251eb342bb552b158ed751 29756 debug extra 
python-mate-menu-dbg_1.8.0-4_amd64.deb
 38b7afcf2a87629039b5263f80346080 2539 libs optional mate-menus_1.8.0-4.dsc
 efb8107fa20b53b0e621ab6375ff0f90 8660 libs optional 
mate-menus_1.8.0-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJTkw0TAAoJEJr0azAldxsxiPIQAJheRAqgWBhlYlCHyl3VyHq1
PPjJgP4YPhN7tfOvqzMRH/21yA91I8K4cRtxdHqVmjmyI3+Qe7hJHynbODB8ipfD
FIS7myx9SGjKjkuSScqABcXabrm32pi60mbQWqFE3Tc+XhtcnAjQj45EpWSHi1L9
ky73HihC6IphX4WZs3iE7ZDkHnOY7bXYd5VErH/ZPc4OEh0l80mIJi6vnw+aVD6m
fDqVijyWugaw47+E1KISeVi2c0ZNW4Gw2diob345azVN451XrdeZ0P+YAYr/q1nK
PvI7SD20SK6u2VuTGqQMxsdQPedRdryiwDh8fAmSnT8itXWNkU6Sqh2Zs9Kd+lgP
97XZmMLVfDKKmF6X7ab59COSwvCRYK2A30bBLJkYTFRM4narE2zB13PlmsbnxsWZ
jLKkQdhALBRrwHE5OPFVobSfEmg5cSOvZaTmvIcJvvIYmKQr6f40KQ6Q8nl1xMoz
QtSkw8QkRng5uY0daVoMVq7M0uxrG7AmqtwN/YywschWHaEAH+F/JEujI/UVjA7M
+x+2/apQHh2v/7Zr2LWMymlj9dO8NiXbQ/iLaCgFZYdCBGddwCW66kxe3niG4WhU
7GHvKBH2zdWjStLTXvxEyu8/+w3mOjXbBP/P/bp5lQV0NoglQb4YcjVwcA/8qM/L
sKPcW1xEuO0vXHAl+4+O
=IZkY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to