GNU bug report logs - #29782
Samba fails on core-updates

Previous Next

Package: guix;

Reported by: Gábor Boskovits <boskovits <at> gmail.com>

Date: Wed, 20 Dec 2017 11:25:01 UTC

Severity: normal

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29782 in the body.
You can then email your comments to 29782 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#29782; Package guix. (Wed, 20 Dec 2017 11:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gábor Boskovits <boskovits <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 20 Dec 2017 11:25:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: Samba fails on core-updates
Date: Wed, 20 Dec 2017 12:23:51 +0100
[Message part 1 (text/plain, inline)]
samba <at> 4.7.3 fails on core-updates, commit 677bc34.

This is the error message:
error: file default/docs-xml/manpages/smb.conf.5.xml
xsltRunStylesheet : run failed
Waf: Leaving directory /tmp/guix-build-samba-4.7.3.drv-0/samba-4.7.3/bin'
Build failed: -> task failed (err #11): {task: manpages/smb.conf.5
smb.conf.5.xml,parameters.all.xml -> smb.conf.5} make: *** [Makefile:8:
all] Error 1 phasebuild' failed after 588.9 seconds
note: keeping build directory /tmp/guix-build-samba-4.7.3.drv-0' builder
for/gnu/store/pc07rliscyvldzkj2gbq2lzcaj22m9wh-samba-4.7.3.drv' failed with
exit code 1
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#29782; Package guix. (Sun, 31 Dec 2017 15:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 29782 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Gábor Boskovits <boskovits <at> gmail.com>,
 29782 <at> debbugs.gnu.org
Subject: Re: bug#29782: Samba fails on core-updates
Date: Sun, 31 Dec 2017 16:11:29 +0100
[Message part 1 (text/plain, inline)]
Gábor Boskovits <boskovits <at> gmail.com> writes:

> samba <at> 4.7.3 fails on core-updates, commit 677bc34.
>
> This is the error message:
> error: file default/docs-xml/manpages/smb.conf.5.xml
> xsltRunStylesheet : run failed
> Waf: Leaving directory /tmp/guix-build-samba-4.7.3.drv-0/samba-4.7.3/bin'
> Build failed: -> task failed (err #11): {task: manpages/smb.conf.5
> smb.conf.5.xml,parameters.all.xml -> smb.conf.5} make: *** [Makefile:8:
> all] Error 1 phasebuild' failed after 588.9 seconds
> note: keeping build directory /tmp/guix-build-samba-4.7.3.drv-0' builder
> for/gnu/store/pc07rliscyvldzkj2gbq2lzcaj22m9wh-samba-4.7.3.drv' failed with
> exit code 1

Apparently the Samba man page blows up the XSL parser[0].  This patch
fixes it, and is carried by (at least) Debian, Fedora and Gentoo:

[0001-gnu-docbook-xsl-Disable-recursion-in-string-substitu.patch (text/x-patch, inline)]
From e83e66d3efab96b181526ce9feaad42adb024f26 Mon Sep 17 00:00:00 2001
From: Marius Bakke <mbakke <at> fastmail.com>
Date: Wed, 20 Dec 2017 17:40:43 +0100
Subject: [PATCH] gnu: docbook-xsl: Disable recursion in string substitution.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixes <https://bugs.gnu.org/29782>.
Reported by Gábor Boskovits.

* gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/docbook.scm (docbook-xsl)[source](patches): Use it.
[native-inputs]: Add XZ.
[arguments]: Adjust PATH accordingly.
---
 gnu/local.mk                                       |  1 +
 gnu/packages/docbook.scm                           |  5 ++-
 .../docbook-xsl-nonrecursive-string-subst.patch    | 39 ++++++++++++++++++++++
 3 files changed, 44 insertions(+), 1 deletion(-)
 create mode 100644 gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch

diff --git a/gnu/local.mk b/gnu/local.mk
index 514daec1c..7c30dd0f8 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -604,6 +604,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/dfu-programmer-fix-libusb.patch		\
   %D%/packages/patches/diffutils-gets-undeclared.patch		\
   %D%/packages/patches/diffutils-getopt.patch			\
+  %D%/packages/patches/docbook-xsl-nonrecursive-string-subst.patch	\
   %D%/packages/patches/doc++-include-directives.patch		\
   %D%/packages/patches/doc++-segfault-fix.patch			\
   %D%/packages/patches/doxygen-test.patch			\
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 189ece01a..8507fb805 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -136,6 +136,7 @@ by no means limited to these applications.)  This package provides XML DTDs.")
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/docbook/docbook-xsl/"
                                   version "/docbook-xsl-" version ".tar.bz2"))
+              (patches (search-patches "docbook-xsl-nonrecursive-string-subst.patch"))
               (sha256
                (base32
                 "0s59lihif2fr7rznckxr2kfyrvkirv76r1zvidp9b5mj28p4apvj"))))
@@ -145,11 +146,12 @@ by no means limited to these applications.)  This package provides XML DTDs.")
                    (use-modules (guix build utils))
 
                    (let* ((bzip2  (assoc-ref %build-inputs "bzip2"))
+                          (xz     (assoc-ref %build-inputs "xz"))
                           (tar    (assoc-ref %build-inputs "tar"))
                           (source (assoc-ref %build-inputs "source"))
                           (out    (assoc-ref %outputs "out"))
                           (xsl    (string-append out "/xml/xsl")))
-                     (setenv "PATH" (string-append bzip2 "/bin"))
+                     (setenv "PATH" (string-append bzip2 "/bin" ":" xz "/bin"))
                      (system* (string-append tar "/bin/tar") "xvf" source)
 
                      (mkdir-p xsl)
@@ -162,6 +164,7 @@ by no means limited to these applications.)  This package provides XML DTDs.")
                                        name-version "/")))))
                  #:modules ((guix build utils))))
     (native-inputs `(("bzip2" ,bzip2)
+                     ("xz" ,xz)
                      ("tar" ,tar)))
     (home-page "http://docbook.org")
     (synopsis "DocBook XSL style sheets for document authoring")
diff --git a/gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch b/gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch
new file mode 100644
index 000000000..4199dd18a
--- /dev/null
+++ b/gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch
@@ -0,0 +1,39 @@
+Use a non-recursive replace function when the parser supports it.
+
+https://bugs.gnu.org/29782
+https://bugzilla.samba.org/show_bug.cgi?id=9515
+https://bugzilla.gnome.org/show_bug.cgi?id=736077 (for xsltproc)
+
+Patch copied from Debian:
+https://anonscm.debian.org/cgit/collab-maint/docbook-xsl.git/tree/debian/patches/765567_non-recursive_string_subst.patch
+
+Description: use EXSLT "replace" function when available
+ A recursive implementation  of string.subst is problematic,
+ long strings with many matches will cause stack overflows.
+Author: Peter De Wachter <pdewacht <at> gmail.com>
+Bug-Debian: https://bugs.debian.org/750593
+
+--- a/lib/lib.xsl
++++ b/lib/lib.xsl
+@@ -10,7 +10,10 @@
+      This module implements DTD-independent functions
+ 
+      ******************************************************************** -->
+-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
++<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
++                xmlns:str="http://exslt.org/strings"
++                exclude-result-prefixes="str"
++                version="1.0">
+ 
+ <xsl:template name="dot.count">
+   <!-- Returns the number of "." characters in a string -->
+@@ -56,6 +59,9 @@
+   <xsl:param name="replacement"/>
+ 
+   <xsl:choose>
++    <xsl:when test="function-available('str:replace')">
++      <xsl:value-of select="str:replace($string, string($target), string($replacement))"/>
++    </xsl:when>
+     <xsl:when test="contains($string, $target)">
+       <xsl:variable name="rest">
+         <xsl:call-template name="string.subst">
-- 
2.15.1

[Message part 3 (text/plain, inline)]
[0] https://bugzilla.samba.org/show_bug.cgi?id=9515
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#29782; Package guix. (Sun, 31 Dec 2017 16:01:02 GMT) Full text and rfc822 format available.

Message #11 received at 29782 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 29782 <at> debbugs.gnu.org
Subject: Re: bug#29782: Samba fails on core-updates
Date: Sun, 31 Dec 2017 17:00:07 +0100
[Message part 1 (text/plain, inline)]
2017-12-31 16:11 GMT+01:00 Marius Bakke <mbakke <at> fastmail.com>:

> Gábor Boskovits <boskovits <at> gmail.com> writes:
>
> > samba <at> 4.7.3 fails on core-updates, commit 677bc34.
> >
> > This is the error message:
> > error: file default/docs-xml/manpages/smb.conf.5.xml
> > xsltRunStylesheet : run failed
> > Waf: Leaving directory /tmp/guix-build-samba-4.7.3.
> drv-0/samba-4.7.3/bin'
> > Build failed: -> task failed (err #11): {task: manpages/smb.conf.5
> > smb.conf.5.xml,parameters.all.xml -> smb.conf.5} make: *** [Makefile:8:
> > all] Error 1 phasebuild' failed after 588.9 seconds
> > note: keeping build directory /tmp/guix-build-samba-4.7.3.drv-0' builder
> > for/gnu/store/pc07rliscyvldzkj2gbq2lzcaj22m9wh-samba-4.7.3.drv' failed
> with
> > exit code 1
>
> Apparently the Samba man page blows up the XSL parser[0].  This patch
> fixes it, and is carried by (at least) Debian, Fedora and Gentoo:
>

Should I prepare a patch to include this patch into guix, or you will do it?
Or do we have any other plan to make this work?

>
> [0] https://bugzilla.samba.org/show_bug.cgi?id=9515
>
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#29782; Package guix. (Sun, 31 Dec 2017 16:42:01 GMT) Full text and rfc822 format available.

Message #14 received at 29782 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Gábor Boskovits <boskovits <at> gmail.com>
Cc: 29782 <at> debbugs.gnu.org
Subject: Re: bug#29782: Samba fails on core-updates
Date: Sun, 31 Dec 2017 17:40:58 +0100
[Message part 1 (text/plain, inline)]
Gábor Boskovits <boskovits <at> gmail.com> writes:

> 2017-12-31 16:11 GMT+01:00 Marius Bakke <mbakke <at> fastmail.com>:
>
>> Gábor Boskovits <boskovits <at> gmail.com> writes:
>>
>> > samba <at> 4.7.3 fails on core-updates, commit 677bc34.
>> >
>> > This is the error message:
>> > error: file default/docs-xml/manpages/smb.conf.5.xml
>> > xsltRunStylesheet : run failed
>> > Waf: Leaving directory /tmp/guix-build-samba-4.7.3.
>> drv-0/samba-4.7.3/bin'
>> > Build failed: -> task failed (err #11): {task: manpages/smb.conf.5
>> > smb.conf.5.xml,parameters.all.xml -> smb.conf.5} make: *** [Makefile:8:
>> > all] Error 1 phasebuild' failed after 588.9 seconds
>> > note: keeping build directory /tmp/guix-build-samba-4.7.3.drv-0' builder
>> > for/gnu/store/pc07rliscyvldzkj2gbq2lzcaj22m9wh-samba-4.7.3.drv' failed
>> with
>> > exit code 1
>>
>> Apparently the Samba man page blows up the XSL parser[0].  This patch
>> fixes it, and is carried by (at least) Debian, Fedora and Gentoo:
>>
>
> Should I prepare a patch to include this patch into guix, or you will do it?
> Or do we have any other plan to make this work?

There was a patch in the previous message:

https://debbugs.gnu.org/cgi/bugreport.cgi?att=1;filename=0001-gnu-docbook-xsl-Disable-recursion-in-string-substitu.patch;bug=29782;msg=8

Will push it soon.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#29782; Package guix. (Sun, 31 Dec 2017 17:32:01 GMT) Full text and rfc822 format available.

Message #17 received at 29782 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: Gábor Boskovits <boskovits <at> gmail.com>,
 29782 <at> debbugs.gnu.org
Subject: Re: bug#29782: Samba fails on core-updates
Date: Sun, 31 Dec 2017 12:31:23 -0500
[Message part 1 (text/plain, inline)]
On Sun, Dec 31, 2017 at 04:11:29PM +0100, Marius Bakke wrote:
> From e83e66d3efab96b181526ce9feaad42adb024f26 Mon Sep 17 00:00:00 2001
> From: Marius Bakke <mbakke <at> fastmail.com>
> Date: Wed, 20 Dec 2017 17:40:43 +0100
> Subject: [PATCH] gnu: docbook-xsl: Disable recursion in string substitution.
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> 
> Fixes <https://bugs.gnu.org/29782>.
> Reported by Gábor Boskovits.
> 
> * gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Register it.
> * gnu/packages/docbook.scm (docbook-xsl)[source](patches): Use it.
> [native-inputs]: Add XZ.
> [arguments]: Adjust PATH accordingly.

>      (native-inputs `(("bzip2" ,bzip2)
> +                     ("xz" ,xz)
>                       ("tar" ,tar)))

Does it still need bzip2?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#29782; Package guix. (Sun, 31 Dec 2017 17:36:01 GMT) Full text and rfc822 format available.

Message #20 received at 29782 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: Gábor Boskovits <boskovits <at> gmail.com>,
 29782 <at> debbugs.gnu.org
Subject: Re: bug#29782: Samba fails on core-updates
Date: Sun, 31 Dec 2017 18:35:46 +0100
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> On Sun, Dec 31, 2017 at 04:11:29PM +0100, Marius Bakke wrote:
>> From e83e66d3efab96b181526ce9feaad42adb024f26 Mon Sep 17 00:00:00 2001
>> From: Marius Bakke <mbakke <at> fastmail.com>
>> Date: Wed, 20 Dec 2017 17:40:43 +0100
>> Subject: [PATCH] gnu: docbook-xsl: Disable recursion in string substitution.
>> MIME-Version: 1.0
>> Content-Type: text/plain; charset=UTF-8
>> Content-Transfer-Encoding: 8bit
>> 
>> Fixes <https://bugs.gnu.org/29782>.
>> Reported by Gábor Boskovits.
>> 
>> * gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch: New file.
>> * gnu/local.mk (dist_patch_DATA): Register it.
>> * gnu/packages/docbook.scm (docbook-xsl)[source](patches): Use it.
>> [native-inputs]: Add XZ.
>> [arguments]: Adjust PATH accordingly.
>
>>      (native-inputs `(("bzip2" ,bzip2)
>> +                     ("xz" ,xz)
>>                       ("tar" ,tar)))
>
> Does it still need bzip2?

XZ is (suddenly) needed because the source is repacked.  Will add a
comment about it.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#29782; Package guix. (Sun, 31 Dec 2017 18:20:02 GMT) Full text and rfc822 format available.

Message #23 received at 29782 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: Gábor Boskovits <boskovits <at> gmail.com>,
 29782 <at> debbugs.gnu.org
Subject: Re: bug#29782: Samba fails on core-updates
Date: Sun, 31 Dec 2017 13:19:05 -0500
[Message part 1 (text/plain, inline)]
On Sun, Dec 31, 2017 at 06:35:46PM +0100, Marius Bakke wrote:
> Leo Famulari <leo <at> famulari.name> writes:
> 
> > On Sun, Dec 31, 2017 at 04:11:29PM +0100, Marius Bakke wrote:
> >> From e83e66d3efab96b181526ce9feaad42adb024f26 Mon Sep 17 00:00:00 2001
> >> From: Marius Bakke <mbakke <at> fastmail.com>
> >> Date: Wed, 20 Dec 2017 17:40:43 +0100
> >> Subject: [PATCH] gnu: docbook-xsl: Disable recursion in string substitution.
> >> MIME-Version: 1.0
> >> Content-Type: text/plain; charset=UTF-8
> >> Content-Transfer-Encoding: 8bit
> >> 
> >> Fixes <https://bugs.gnu.org/29782>.
> >> Reported by Gábor Boskovits.
> >> 
> >> * gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch: New file.
> >> * gnu/local.mk (dist_patch_DATA): Register it.
> >> * gnu/packages/docbook.scm (docbook-xsl)[source](patches): Use it.
> >> [native-inputs]: Add XZ.
> >> [arguments]: Adjust PATH accordingly.
> >
> >>      (native-inputs `(("bzip2" ,bzip2)
> >> +                     ("xz" ,xz)
> >>                       ("tar" ,tar)))
> >
> > Does it still need bzip2?
> 
> XZ is (suddenly) needed because the source is repacked.  Will add a
> comment about it.

Oooh, right!
[signature.asc (application/pgp-signature, inline)]

Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Tue, 02 Jan 2018 16:54:02 GMT) Full text and rfc822 format available.

Notification sent to Gábor Boskovits <boskovits <at> gmail.com>:
bug acknowledged by developer. (Tue, 02 Jan 2018 16:54:02 GMT) Full text and rfc822 format available.

Message #28 received at 29782-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Gábor Boskovits <boskovits <at> gmail.com>
Cc: 29782-done <at> debbugs.gnu.org
Subject: Re: bug#29782: Samba fails on core-updates
Date: Tue, 02 Jan 2018 17:53:47 +0100
[Message part 1 (text/plain, inline)]
Marius Bakke <mbakke <at> fastmail.com> writes:

> Gábor Boskovits <boskovits <at> gmail.com> writes:
>
>> 2017-12-31 16:11 GMT+01:00 Marius Bakke <mbakke <at> fastmail.com>:
>>
>>> Gábor Boskovits <boskovits <at> gmail.com> writes:
>>>
>>> > samba <at> 4.7.3 fails on core-updates, commit 677bc34.
>>> >
>>> > This is the error message:
>>> > error: file default/docs-xml/manpages/smb.conf.5.xml
>>> > xsltRunStylesheet : run failed
>>> > Waf: Leaving directory /tmp/guix-build-samba-4.7.3.
>>> drv-0/samba-4.7.3/bin'
>>> > Build failed: -> task failed (err #11): {task: manpages/smb.conf.5
>>> > smb.conf.5.xml,parameters.all.xml -> smb.conf.5} make: *** [Makefile:8:
>>> > all] Error 1 phasebuild' failed after 588.9 seconds
>>> > note: keeping build directory /tmp/guix-build-samba-4.7.3.drv-0' builder
>>> > for/gnu/store/pc07rliscyvldzkj2gbq2lzcaj22m9wh-samba-4.7.3.drv' failed
>>> with
>>> > exit code 1
>>>
>>> Apparently the Samba man page blows up the XSL parser[0].  This patch
>>> fixes it, and is carried by (at least) Debian, Fedora and Gentoo:
>>>
>>
>> Should I prepare a patch to include this patch into guix, or you will do it?
>> Or do we have any other plan to make this work?
>
> There was a patch in the previous message:
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?att=1;filename=0001-gnu-docbook-xsl-Disable-recursion-in-string-substitu.patch;bug=29782;msg=8
>
> Will push it soon.

I've pushed this patch as 0f72f0523878361df9c57078c68958689a41b513.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 31 Jan 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.