Your message dated Wed, 03 Feb 2016 18:18:55 +0000
with message-id <[email protected]>
and subject line Bug#812898: fixed in insserv 1.14.0-5.2
has caused the Debian Bug report #812898,
regarding insserv: FTBFS on hurd
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.)


-- 
812898: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812898
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: insserv
Version: 1.14.0-5.1
Severity: important
Tags: patch

Hi!
I'm afraid insserv fails to build on hurd:

insserv.c:1199:15: error: 'MAXSYMLINKS' undeclared (first use in this function)

Patch attached.

As this FTBFS was uncovered by my NMU fixing #777914, I'm kind of
responsible and thus will upload another NMU to DELAYED/7 -- hurd is not a
release architecture but as insserv is effectively essential there, this bug
holds the entire port.
--- insserv-1.14.0.orig/insserv.c
+++ insserv-1.14.0/insserv.c
@@ -71,6 +71,10 @@
 # endif
 #endif
 
+#ifndef MAXSYMLINKS
+# define MAXSYMLINKS 20
+#endif
+
 #ifdef SUSE
 # define DEFAULT_START_LVL	"3 5"
 # define DEFAULT_STOP_LVL	"3 5"

--- End Message ---
--- Begin Message ---
Source: insserv
Source-Version: 1.14.0-5.2

We believe that the bug you reported is fixed in the latest version of
insserv, 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.
Adam Borowski <[email protected]> (supplier of updated insserv 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: Wed, 27 Jan 2016 18:43:02 +0100
Source: insserv
Binary: insserv
Architecture: source
Version: 1.14.0-5.2
Distribution: unstable
Urgency: medium
Maintainer: Petter Reinholdtsen <[email protected]>
Changed-By: Adam Borowski <[email protected]>
Description:
 insserv    - boot sequence organizer using LSB init.d script dependency inform
Closes: 812898
Changes:
 insserv (1.14.0-5.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS on hurd. (Closes: #812898)
Checksums-Sha1:
 7d241d4a9e99fecb50989b760aebfb40acd02780 1574 insserv_1.14.0-5.2.dsc
 3d0c52d02189bebe28ddecc0b2537c9d76c2170d 47428 insserv_1.14.0-5.2.debian.tar.xz
Checksums-Sha256:
 85fe361fadbb56d2c0638224a39fa6800cb436f9cf435b94139f072846f861e6 1574 
insserv_1.14.0-5.2.dsc
 047dab5b15b7830222af5e5e57be78d512d1fb0b9753b38e54997748c6dcf7e5 47428 
insserv_1.14.0-5.2.debian.tar.xz
Files:
 90e842149b998d2f43def53392cf4e26 1574 misc optional insserv_1.14.0-5.2.dsc
 f4b4da3e40aa637522edad394beffc1f 47428 misc optional 
insserv_1.14.0-5.2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWqQJfAAoJECw7Q2/qxoEBZggH/0jC9XMwecBTD7xdfX89zFIQ
Afdho+cZI9ZEmXvW3uNgV2d1nD3BJd34ylm9uqmxvR3nrnCnJdJtdDbCrARb/Avf
+XMOiKo/BYlaLBEYbELwlWgSCCzCPRMJ0kn8iMfjXpZPNl8cv42tfc+hax5reDJv
ufopY5gP0Q05ilC/OaMqKvxikE3GjupDUGwMgkeqghW+1FRNqyEEtRVXgHBF1lmq
W9bVoSNr2FJO+u/oXnRN5Zilq1X9zN1FJX2QllbfOsAdqm6/W749wJ2/da61Y6CQ
SK3m3s1LzmR9SYRMyX8onK1yUizkQ88rfUSJf41RZc/sbD9LQGRbovXBfUqcQWE=
=QKBw
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

Reply via email to