From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 12 17:50:43 2017 Received: (at submit) by debbugs.gnu.org; 12 Mar 2017 21:50:43 +0000 Received: from localhost ([127.0.0.1]:52967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnBNu-0006yE-20 for submit@debbugs.gnu.org; Sun, 12 Mar 2017 17:50:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnBNr-0006y0-PC for submit@debbugs.gnu.org; Sun, 12 Mar 2017 17:50:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnBNl-00034G-Gi for submit@debbugs.gnu.org; Sun, 12 Mar 2017 17:50:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cnBNl-000349-Cn for submit@debbugs.gnu.org; Sun, 12 Mar 2017 17:50:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnBNj-0003SJ-RV for guix-patches@gnu.org; Sun, 12 Mar 2017 17:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnBNg-00033J-Nq for guix-patches@gnu.org; Sun, 12 Mar 2017 17:50:27 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:40944 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnBNg-00033A-FU for guix-patches@gnu.org; Sun, 12 Mar 2017 17:50:24 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id B199A525B05; Sun, 12 Mar 2017 22:50:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489355421; bh=4aHWvYTBoEP8fgk+wTdUF2lg2/s+AVsu44Glb4qHQfE=; h=From:To:Cc:Subject:Date:From; b=yJzxLwqKc0yVMKeNbx+Uo7Onbl8r1bF+SqUSSm4NQim+35JdLzPL6CgL6YpLPxgbe EHehxPSvbRlBNwQGq4u6t89e8Wlk3v2b16nF3d9WSeYRfHAKAUR0JMWBqOxuvz7NDJ g2HZP0xDzmWrIWkw2zaC5zsWAdL3NaI8ajrsH/Bc= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489355420; bh=4aHWvYTBoEP8fgk+wTdUF2lg2/s+AVsu44Glb4qHQfE=; h=From:To:Cc:Subject:Date:From; b=sXirroJ9EXXEBZ4l33AUf6HkbL2zomEaddGrbgP+jp2Abvcmo5PuOBVyVNCmTzOm5 MD94OePseu1QNsAxvqJtUByziNzUepzhdQOnOQZh3M7+33rMDOXo3WPhKxa0Yv1lTl QMmpjjem0Mi7yE9uSksQsZmJdS6jOdNfpg/Dbrus= To: guix-patches@gnu.org Subject: [PATCH] gnu: asciidoc: Add XML and XSLT support. Date: Sun, 12 Mar 2017 17:49:54 -0400 Message-Id: <20170312214954.17213-1-kei@openmailbox.org> X-Mailer: git-send-email 2.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) * gnu/packages/documentation.scm (asciidoc)[arguments]: Add set-xml-binary-paths phase. [inputs]: Add libxml2 and libxslt. --- gnu/packages/documentation.scm | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.= scm index bbc25e879..58bfb1a93 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2014, 2016 Andreas Enge ;;; Copyright =C2=A9 2016 Eric Bavier ;;; Copyright =C2=A9 2016 Roel Janssen +;;; Copyright =C2=A9 2017 Kei Kebreau ;;; ;;; This file is part of GNU Guix. ;;; @@ -53,6 +54,20 @@ `(#:tests? #f ; no 'check' target #:phases (modify-phases %standard-phases + ;; Some binaries are required for asciidoc's proper usage. + ;; The following phase enables asciidoc to find some of them. + (add-before 'configure 'set-xml-binary-paths + (lambda* (#:key inputs #:allow-other-keys) + (let* ((libxml2 (assoc-ref inputs "libxml2")) + (xmllint (string-append libxml2 "/bin/xmll= int")) + (libxslt (assoc-ref inputs "libxslt")) + (xsltproc (string-append libxslt "/bin/xsl= tproc"))) + (substitute* "a2x.py" + (("XMLLINT =3D 'xmllint'") + (string-append "XMLLINT =3D '" xmllint "'")) + (("XSLTPROC =3D 'xsltproc'") + (string-append "XSLTPROC =3D '" xsltproc "'"= ))) + #t))) ;; Make asciidoc use the local docbook-xsl package instead of f= etching ;; it from the internet at run-time. (add-before 'install 'make-local-docbook-xsl @@ -67,7 +82,9 @@ release/xsl/current") ,(package-version docbook-xsl)= )))) #t))))) (inputs `(("python" ,python-2) - ("docbook-xsl" ,docbook-xsl))) + ("docbook-xsl" ,docbook-xsl) + ("libxml2" ,libxml2) + ("libxslt" ,libxslt))) (home-page "http://www.methods.co.nz/asciidoc/") (synopsis "Text-based document generation system") (description --=20 2.12.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 00:07:25 2017 Received: (at 26077) by debbugs.gnu.org; 13 Mar 2017 04:07:25 +0000 Received: from localhost ([127.0.0.1]:53109 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnHGX-0000lp-6B for submit@debbugs.gnu.org; Mon, 13 Mar 2017 00:07:25 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:52327) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnHGV-0000lh-E6 for 26077@debbugs.gnu.org; Mon, 13 Mar 2017 00:07:23 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 59C6D20753; Mon, 13 Mar 2017 00:07:23 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Mon, 13 Mar 2017 00:07:23 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=80UF2tXKg4PFczjdH8v0VNFM/XU=; b=jEbhyN bsWGk4LOW36yMJ7qrt/6cBNSSsyYZvjtvrojzdbsXrbiTApeWH68A0zney01H0Ue SvJuLs4WlrxDHa6MnrNb7ki+brYuNunc6mlKbXdI3C0xekSUvTSJevX6DWBWbfV/ 9Qn1eoALBWTdAeBgLx71FIG3Ht5PCmR6PG7So= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=80UF2tXKg4PFcz jdH8v0VNFM/XU=; b=sKh7JG1PGCAyWCs3Fi0/pdBQH3HDbVctzyzfY5TJ+j5BGD lzFMG7A/dNHb9ODnYNUMs1jkX+PeoYno9vruyfqIEBwFzKwDdGELqYN+8JtWBpB+ p9mVHjmvo6jbS9av5OCxHBf/8/dBUlELabxoFzdWNpqjvpaq5HdKDdfrTleoc= X-ME-Sender: X-Sasl-enc: 2jAyGhuf/GYiWiMxQL77Sin+qtiT7UlJKoC10H6i0LVy 1489378043 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 175C4246B6; Mon, 13 Mar 2017 00:07:23 -0400 (EDT) Date: Mon, 13 Mar 2017 00:07:22 -0400 From: Leo Famulari To: Kei Kebreau Subject: Re: bug#26077: [PATCH] gnu: asciidoc: Add XML and XSLT support. Message-ID: <20170313040722.GD20765@jasmine> References: <20170312214954.17213-1-kei@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <20170312214954.17213-1-kei@openmailbox.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26077 Cc: 26077@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Mar 12, 2017 at 05:49:54PM -0400, Kei Kebreau wrote: > * gnu/packages/documentation.scm (asciidoc)[arguments]: Add > set-xml-binary-paths phase. > [inputs]: Add libxml2 and libxslt. > #:phases > (modify-phases %standard-phases > + ;; Some binaries are required for asciidoc's proper usage. Can you add a few words about what goes wrong if asciidoc can't find them? --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAljGGvoACgkQJkb6MLrK fwiC5Q/8DP0BF5vdPCLSh5JR4ULhVhzp/gKuYLg7uVRGDFB4M0jTNYuDsr+cLUU1 w7QFAmF5MamkxZQffdPDk1kwtmC813ZadTMbxv8tcPeqOobsBiBwAdon25xfK435 oJ1kGhg5GiuGO3zV+4yaGYEeZb4EtqvJbgnQ3BkGI4IXAgYD5bwGNmCjSZwemteW 1QKT6BfCgHwtc+BuQb9SJaVTcvqE6O01XxAo7fFqWrBQfCiFkUgbrEPCb0dWS/1W wK8VII+jpd3g7RK5l9DnNTPU+eI+LVX6kSM0ucSMC6Foo0oCQcjg5XqwYqKaU8xA trJLr9an7BCJa/kipfm8OUv7Q7hZq+dlpOMXuTcjFc294yP5SqxqLvpDXSkDN5GF I56/hx0IUsR+Z6IeP+bjocwoLGY/NfTb7HtZ6stGILMbXY+ThP3VHoxWi/3P2x6h uQrOw2NMy0vfNeV818Bc6YMFBxxwWyXFAmobHwz8UJZDF+kZi3g6ymtlW5We+iH3 wFcsk7LiA4d0USRtilFWV9NfKF9C8+ovI+MPxPrWafVtC7WwTznDuJjTRbgAaW7C ukO/twXIquPJo0G0nNEZlWXpAPogPmhcoYak5L+UkQWV7nNL+VVpOjt9lOhUaG4H 4CUL4PEsbNy59ibkS2UlHeh5kTTQdnXnHUPkaGcBkL2+SVM0wZo= =ZYov -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 12:09:41 2017 Received: (at 26077) by debbugs.gnu.org; 13 Mar 2017 16:09:41 +0000 Received: from localhost ([127.0.0.1]:54083 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnSXQ-0001n0-Tp for submit@debbugs.gnu.org; Mon, 13 Mar 2017 12:09:41 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:34342 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnSXO-0001mq-Kv for 26077@debbugs.gnu.org; Mon, 13 Mar 2017 12:09:35 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 4985651A041; Mon, 13 Mar 2017 17:09:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489421373; bh=EHpH6E20qTu6o6+GirrEjQcBw581axUZU76L60ee/BI=; h=From:To:Cc:Subject:Date:From; b=qywp0l8Jdzd5CpC3HFJWpoer59dviFIje2zX8xkh00JqzwmBLit/idBs7NVp9EfHZ DJo3xAufkgWj1xcVQGyy3y23LHYCZMqRE3NOLU/soNZKqaKSxoTVjXsmpKXWmgx0y8 dFJrl/h5tkaTwkSBCR1O3ltCZd/LXtLTs+WXLcMk= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR003 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489421372; bh=EHpH6E20qTu6o6+GirrEjQcBw581axUZU76L60ee/BI=; h=From:To:Cc:Subject:Date:From; b=KNIk+YO6OBiwWX/J5jeYrixFaZwy/t1Lri4GjFcTcaE9+khVC/nRkAUfrkVuZCZXa U8udvVHWUBDnW1x04McLZV8X+MRn7+788+5hz6FczeTE3AVS8u7sUWNqzLpAujtDmm hunC6tWDQWufKaSldGrwDm4o0vT+3wgu/h/QP1sw= To: 26077@debbugs.gnu.org Subject: [PATCH] gnu: asciidoc: Add XML and XSLT support. Date: Mon, 13 Mar 2017 12:09:09 -0400 Message-Id: <20170313160909.29344-1-kei@openmailbox.org> X-Mailer: git-send-email 2.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 26077 Cc: Kei Kebreau X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) * gnu/packages/documentation.scm (asciidoc)[arguments]: Add set-xml-binary-paths phase. [inputs]: Add libxml2 and libxslt. --- gnu/packages/documentation.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index bbc25e879..94e979c88 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2014, 2016 Andreas Enge ;;; Copyright © 2016 Eric Bavier ;;; Copyright © 2016 Roel Janssen +;;; Copyright © 2017 Kei Kebreau ;;; ;;; This file is part of GNU Guix. ;;; @@ -53,6 +54,23 @@ `(#:tests? #f ; no 'check' target #:phases (modify-phases %standard-phases + ;; Some XML-related binaries are required for asciidoc's proper usage. + ;; Without these, asciidoc fails when parsing XML documents, either + ;; reporting a missing "xmllint" binary or, when passed the + ;; "--no-xmllint" option, a missing "xsltproc" binary. + ;; The following phase enables asciidoc to find some of them. + (add-before 'configure 'set-xml-binary-paths + (lambda* (#:key inputs #:allow-other-keys) + (let* ((libxml2 (assoc-ref inputs "libxml2")) + (xmllint (string-append libxml2 "/bin/xmllint")) + (libxslt (assoc-ref inputs "libxslt")) + (xsltproc (string-append libxslt "/bin/xsltproc"))) + (substitute* "a2x.py" + (("XMLLINT = 'xmllint'") + (string-append "XMLLINT = '" xmllint "'")) + (("XSLTPROC = 'xsltproc'") + (string-append "XSLTPROC = '" xsltproc "'"))) + #t))) ;; Make asciidoc use the local docbook-xsl package instead of fetching ;; it from the internet at run-time. (add-before 'install 'make-local-docbook-xsl @@ -67,7 +85,9 @@ release/xsl/current") ,(package-version docbook-xsl))))) #t))))) (inputs `(("python" ,python-2) - ("docbook-xsl" ,docbook-xsl))) + ("docbook-xsl" ,docbook-xsl) + ("libxml2" ,libxml2) + ("libxslt" ,libxslt))) (home-page "http://www.methods.co.nz/asciidoc/") (synopsis "Text-based document generation system") (description -- 2.12.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 12:17:37 2017 Received: (at 26077) by debbugs.gnu.org; 13 Mar 2017 16:17:37 +0000 Received: from localhost ([127.0.0.1]:54092 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnSfB-0001yq-7e for submit@debbugs.gnu.org; Mon, 13 Mar 2017 12:17:37 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45155) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnSf9-0001yb-D6 for 26077@debbugs.gnu.org; Mon, 13 Mar 2017 12:17:35 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id E5C0B2081C; Mon, 13 Mar 2017 12:17:34 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Mon, 13 Mar 2017 12:17:34 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=vvkDrdt6EJRuNHjuAO6g9czNouE=; b=YA+fmO 1IM0O3qAh0UWTsuz48Z89p5OXgRQAL1ARagbILqRJKCm63NcP860dqgmV4MzFB17 XJgRDbGP1xMKNmsruk0LwREPJ+GpcerLY+eBw1EqbagkVmLx/SVp3U4HLAJztc0z 6/nF5vHC0LVTRm4qJ5Q4OJkFMdvx8r+IdLS7Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=vvkDrdt6EJRuNH juAO6g9czNouE=; b=MJFOXM6KKJXevNai8DeItfr1bzG/rzD2G9RhkN+2nAt+O2 ZTNng8qxVs65b89wxR9vd29imQ0zj7PV0fXoMxoSU+AzNH6bySpUSgAOhf6MrxpO ait4s9n1o3N0A/087RVAzprrAFXY57+6MCs1gCK//ffRapil2tf0AbkOwngyk= X-ME-Sender: X-Sasl-enc: eIDFA7ePZOBU/y+Sk7dyUsAkF6ecamZqW1tfUXkN5unL 1489421854 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 771F07E616; Mon, 13 Mar 2017 12:17:34 -0400 (EDT) From: Marius Bakke To: Kei Kebreau , 26077@debbugs.gnu.org Subject: Re: bug#26077: [PATCH] gnu: asciidoc: Add XML and XSLT support. In-Reply-To: <20170313160909.29344-1-kei@openmailbox.org> References: <20170312214954.17213-1-kei@openmailbox.org> <20170313160909.29344-1-kei@openmailbox.org> User-Agent: Notmuch/0.23.7 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) Date: Mon, 13 Mar 2017 17:17:32 +0100 Message-ID: <87mvcpi21v.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26077 Cc: Kei Kebreau X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Kei Kebreau writes: > * gnu/packages/documentation.scm (asciidoc)[arguments]: Add > set-xml-binary-paths phase. > [inputs]: Add libxml2 and libxslt. LGTM. I guess this removes the need to add libxml2 and libxslt to packages using asciidoc, e.g. offlineimap. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljGxhwACgkQoqBt8qM6 VPpTKQf+Ldm78zn++b1Z+q5ViGbFZuXPbb+QC3/Z04peEf/AEoirDkq3GT+3JClQ gkgy/zdNOxIW8RNZlsPzxDv+UjQnEAvhHrMCegQy+XpV/Sm8+nJ23sa9j8z3PiiH GdC0rlzWefHYXssHvxSc+Jp3v1Z+sTA3wblUtTcphZ+AbU4jf/dvZ4BSgVjNslJR 8absyda0EYLostxBOomrIB1reMLO+yuFA93CErm8oD+AqeLcFNgrzVhiwjBvt1F7 GZtHuQzJYl6nHiynuN4D5tM9QymuqK0uxUau1C5b0SEKeKVxsjVRGOnPudAaCfii 7Zvzojv4L6uCEZxOjyX7bMSqxywkYQ== =HHiG -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 12:57:24 2017 Received: (at 26077) by debbugs.gnu.org; 13 Mar 2017 16:57:24 +0000 Received: from localhost ([127.0.0.1]:54131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnTHf-0002y0-Ss for submit@debbugs.gnu.org; Mon, 13 Mar 2017 12:57:24 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:48285 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnTHd-0002xr-DI for 26077@debbugs.gnu.org; Mon, 13 Mar 2017 12:57:22 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 2788451BF78; Mon, 13 Mar 2017 17:56:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489424220; bh=48dWd3CaiWvDhLKQ7YObvikMO7im19GnLk4ltpXQvn8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Ejff5dST2gY9dUw5fj9k2ukqpeDwALQA8Q+9j6OWbs8PRtgpnBeDCXvebyG3J/bn6 Bu+BfLkQe/Szq6AvOiZ6jsoCiAOXhCpSNdMRz98cWj34UU2QrtHGDkQT3uMdI/WCJP Xz+OhLL6FiHrDbF8f30UFhS9cGziFOBKU4gwhhE8= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR003 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489424212; bh=48dWd3CaiWvDhLKQ7YObvikMO7im19GnLk4ltpXQvn8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=OoYCzUL90YPk+S3Vu6N7T1YrJpi0yPGIrIiWBVlbhRG8XYJJhx2OeTPQQdNsdbkoZ 97SGVE/VF/cQcfphuU6/ZqBMD5vbJZEnJjq7toA5p36q538DayOoazDFYY4vsDhHrg WBSLipUgopcvc01UAcdUfmtbB9Wd3lfExefV/PnI= To: Leo Famulari Subject: Re: bug#26077: [PATCH] gnu: asciidoc: Add XML and XSLT support. References: <20170312214954.17213-1-kei@openmailbox.org> <20170313040722.GD20765@jasmine> Date: Mon, 13 Mar 2017 12:56:38 -0400 In-Reply-To: <20170313040722.GD20765@jasmine> (Leo Famulari's message of "Mon, 13 Mar 2017 00:07:22 -0400") Message-ID: <87innd9ku1.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 26077 Cc: 26077@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) --=-=-= Content-Type: text/plain Leo Famulari writes: > On Sun, Mar 12, 2017 at 05:49:54PM -0400, Kei Kebreau wrote: >> * gnu/packages/documentation.scm (asciidoc)[arguments]: Add >> set-xml-binary-paths phase. >> [inputs]: Add libxml2 and libxslt. > >> #:phases >> (modify-phases %standard-phases >> + ;; Some binaries are required for asciidoc's proper usage. > > Can you add a few words about what goes wrong if asciidoc can't find > them? Yes I can! Please see the new patch that I submitted. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljGz0cACgkQ5qXuPBlG eg3RMhAAwyPCxkMqNGZDZ/X+MNPvZz46AnsMNppJ9PicHxa2HUNSFWs+esxMGqia QGM+WP38MjyJUJYiLkwbulTcIjzIvvNYnVv02nrKo6Dgx7h/0f/RE7j3awzFTXEf HOFRrjdYXqbjK3L7YdxaJYN48f/fpq1MxBK/H+Pn/EcfQ5+SMgd3adH196OSBxfA JKIR57jckEDE/hFguAaJTTdNoO0dChyChRRick+FeHFB5IoWUDTSsSQUiALh+Uvt L7z+td+2he8ZaO6AtKA0tmf53P6KrF8xHjCN/cZ89/9oM5/LrxTormkj52RMZH2D uAsZtPU+NbHru6TljjDkxsN2ZVWCkh72Ajh8EPo7UzCqtC0MjZY0zCYsn4Hel9bB zg5D8nTZuiD55T92QA5qCtpFaRkMIWBGx6g7QIvVkEPJdQmmUWvgvfbX/eu/r1Oq H03njGClbLmZc1LAOu6QB2xxNjIUxjQEAtbzFkw4BNVqRcfkmBfLh0PAqZ2dTKwo EA06OfXOi9k5QVfLPEEDngS7Q+DxZ8Tg/SAfrDnszVcEb2gCSV0UVL07NgCpziTo KrvY443Piabr2+EuIghcqP8HU/HsLCGWcGKc+1z+eI1b0Pl7WnvImgr9uPC3VD3L 5yhTtno5yxZmNqvvqbDwrMV2Jb7kSyQUwgomKu6l9baEYA0Yr2Y= =eyz8 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 13:18:03 2017 Received: (at 26077) by debbugs.gnu.org; 13 Mar 2017 17:18:03 +0000 Received: from localhost ([127.0.0.1]:54150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnTbf-0003VM-Do for submit@debbugs.gnu.org; Mon, 13 Mar 2017 13:18:03 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:33684 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnTbc-0003Uw-Og for 26077@debbugs.gnu.org; Mon, 13 Mar 2017 13:18:01 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 18674505B2E; Mon, 13 Mar 2017 18:17:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489425480; bh=TEchHzPKbQWIoWSICy74Tc0s2VCJkrulpFl1a9YZLgA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=m8IqwTCdC8FpSdUq+D79fe9yjuFT8Xz26+FXckV0BnQz7G9ufp0tuurNjBA/WfwNF 4xGvIMMjeipv1yhv/bTXHHIWztCvesyVFi10WQg2Tp+vv9QaYmngJT00zq26SL+Ohf zT/rQ9QMEnh3iFB4JODd8pG5W/ydh6AlG6jo3twc= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR002 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489425478; bh=TEchHzPKbQWIoWSICy74Tc0s2VCJkrulpFl1a9YZLgA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=l4sgWBEy26ULZqRmniI5+S85Fh9xBrHkSdZOlz6Clg5EgWXJuEp3xRkYAHnXJrR8c OZH7BNj+GG1olzST+oqAkT5o1easOoYJRoblIYftH9lsK5oLI2K1vdm4v1uH2Bgvwh EJ6wCy6SGE9nZqM4jAG4RJ6oG2rVQJnaT1foYAE8= To: Marius Bakke Subject: Re: bug#26077: [PATCH] gnu: asciidoc: Add XML and XSLT support. References: <20170312214954.17213-1-kei@openmailbox.org> <20170313160909.29344-1-kei@openmailbox.org> <87mvcpi21v.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Date: Mon, 13 Mar 2017 13:17:46 -0400 In-Reply-To: <87mvcpi21v.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (Marius Bakke's message of "Mon, 13 Mar 2017 17:17:32 +0100") Message-ID: <87fuih9jut.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 26077 Cc: 26077@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) --=-=-= Content-Type: text/plain Marius Bakke writes: > Kei Kebreau writes: > >> * gnu/packages/documentation.scm (asciidoc)[arguments]: Add >> set-xml-binary-paths phase. >> [inputs]: Add libxml2 and libxslt. > > LGTM. I guess this removes the need to add libxml2 and libxslt to > packages using asciidoc, e.g. offlineimap. Yes. Debian dealt with the same problem a few years back[1]. Nowadays libxml2-utils is a dependency of asciidoc-base, though I'm not sure what is done about xsltproc. Nevertheless, it's used by upstream along with some other tools[2]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692274 [2] http://asciidoc.org/README.html --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljG1DoACgkQ5qXuPBlG eg3JsRAAu2ZezoSxasSxyjCBrktawwv5+HhQBS8jQFUmztQKV21J2XqxnmXvEDVH ARAFzASkdMaEe2X5b/QVKQIcGo5gH8aDUuHt5YpX4xN7dOVjzdwM7cHFpdtsbQaw VOVVUdMbyDlum2PhuzH7IUjn2KYyzvouRVp8MOoKP8dgtxiYPzTlDmdrS00N+StO BGi7Seo8s4lfNHIm/dRS9Q0Ux8zfIm1dG00ade8mzeLRlH5FjmxLJXvwqAVQ0Nbo nDrzfhWk5JI8n1hh2Yly6fwwYynWQafikKlfNGh7h5TWa2kb9o4cQUYLMIvhslKg vs9yr5cb1z13q71WD/lQV+LtFPnj9yaUo+Vr+0arubyFrffp0HEHz7BkKVUFaHtr SgOw5w3XIEOrygj+3m8TxiOKIqtTQuTA2+XBBxv82F84Fg2KPpSd4dzcKGHM4JwS qMiTY5O8EuUE4k1a5b7ULIN0zOaBGMJGaAo8tdcLWM4JZJn0/of5FT1ZsUL0cHiM ua3ctqySVQbcgHE9nWgUbkHskQYrlhOvJsj2G8fQh75A62yBdeAW47yWAp3AFGHD o9dhZBVonVD0uvKwNMP/5fI8KBD3RIyMclGr93lGSWH9E3QJfU3ixOzkVXFYtLhu a9ktrpxtwxEJIVsFUZp2OLkT9cfI5HbzYH4fJ2vcXyQNln4gSgU= =jvg+ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 14 13:42:02 2017 Received: (at 26077) by debbugs.gnu.org; 14 Mar 2017 17:42:02 +0000 Received: from localhost ([127.0.0.1]:55908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnqSQ-00087a-Dd for submit@debbugs.gnu.org; Tue, 14 Mar 2017 13:42:02 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:50844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnqSP-00087I-26 for 26077@debbugs.gnu.org; Tue, 14 Mar 2017 13:42:01 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id EC2D0211D7; Tue, 14 Mar 2017 13:42:00 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Tue, 14 Mar 2017 13:42:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=eFuRsQynZCwuIVQ30ut0MUkRI+U=; b=XFeG2o yUEezkC38C4vXLaOdNTLSAcqcC/pWmk3l8KjrqRUpaIR+bE39q8zxOOZBzgIEg3E pjLCWMD3gJcqN9/VwxRq9ML3aVnM0niXy6XpX28izDkbsgjgprgMU7OfqE/gTiYI TnlL69j+WxYOgdEGcrGNdqeX+5OyYutLjJX20= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=eFuRsQynZCwuIV Q30ut0MUkRI+U=; b=irr46OIvlE16ehAjK7g7RFnxupuYXTcL4CZ8u+CyJqQ5nD zx+utgDlDEqPKNTdKPIlixafNuuF7+PZIyhwdfcLQcdKynshP8GI/n/Ond42hcvt mggmbdiwmwnG15Mzz5rl8Hk5thE/eVUQKjV9OZ8gwVHgcsGCEYX2PV/zfDSoE= X-ME-Sender: X-Sasl-enc: tBPzInYimhFdgQXIk/NrLhZ2xgvMNrkaBW99NUNg2saU 1489513320 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id A9DD1240CF; Tue, 14 Mar 2017 13:42:00 -0400 (EDT) Date: Tue, 14 Mar 2017 13:42:00 -0400 From: Leo Famulari To: Marius Bakke Subject: Re: bug#26077: [PATCH] gnu: asciidoc: Add XML and XSLT support. Message-ID: <20170314174200.GB9175@jasmine> References: <20170312214954.17213-1-kei@openmailbox.org> <20170313160909.29344-1-kei@openmailbox.org> <87mvcpi21v.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DBIVS5p969aUjpLe" Content-Disposition: inline In-Reply-To: <87mvcpi21v.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> User-Agent: Mutt/1.8.0 (2017-02-23) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26077 Cc: 26077@debbugs.gnu.org, Kei Kebreau X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --DBIVS5p969aUjpLe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 13, 2017 at 05:17:32PM +0100, Marius Bakke wrote: > Kei Kebreau writes: >=20 > > * gnu/packages/documentation.scm (asciidoc)[arguments]: Add > > set-xml-binary-paths phase. > > [inputs]: Add libxml2 and libxslt. >=20 > LGTM. I guess this removes the need to add libxml2 and libxslt to > packages using asciidoc, e.g. offlineimap. LGTM, too. Can you let us know if you plan to remove libxml2 and libxslt =66rom the asciidoc users? If not, someone else can do it :) --DBIVS5p969aUjpLe Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAljIK2cACgkQJkb6MLrK fwjyGxAAgN61tKLTrLlb1lUNPXJRF7d7mFr7SCFIQBfE8vmSvNUTVjWpLDVaXhxY rjPbzO23P5ILbXDh1AqCIBudz+3xr0yuLZwZTzF/qVv2oS1M0nJtY7GSYS+C1hxM 5nqf5unbRV0kwuezWNse7sJcpA4VOpR2ZAbluXQDznEQdpa57w3BYKVkcgt5iWtT dtw7ofakRdzzszLEkyyfz5XqwkeV45gPRjycDLMaXRmjszjDBxluoyp8XX/XTcmf rfZTPBrw69FSaXb7BMIPddDZUqX6tFxH38+4FYSqHTp0GJQuTq10FKAVaBRd05aY ghX7LuvIT1Fkx3UdwvGJDFinO3CPAMXYA6Vuma1sSemfWsLVUdJqHRONdabHDHjz HcQI1VLSE+odVTbtEMaU+jcC+GWMOtV8cjbFmAcKtTePVTDWb2MXXia2e8Ack9vu iRqquoB0vAN/sPHLtYN5FatyEALgIlJe/n+U9hT/zxL5oL45wAcnmLaZ9858Fxxa ez1riqcjHnRtyeQ8t2YJzta+vgce/Hkoo3zJ3v4hjf5sRJaqDdwnNLkTjOkXyQ49 2fMTBntMGWnuoPXgPQ3q85tDBlSlLLa5Ewm2A4wmLslbyMy7gbQZuKcnZFzvWzQV PZSWIhCSb/LOEiWIPPIYYWsM/sp0TJiN9j3RUn8ExuTwi73FidU= =LHAc -----END PGP SIGNATURE----- --DBIVS5p969aUjpLe-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 14 15:59:57 2017 Received: (at 26077) by debbugs.gnu.org; 14 Mar 2017 19:59:57 +0000 Received: from localhost ([127.0.0.1]:56044 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnsbt-0006RO-38 for submit@debbugs.gnu.org; Tue, 14 Mar 2017 15:59:57 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:41542 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnsbr-0006RG-C6 for 26077@debbugs.gnu.org; Tue, 14 Mar 2017 15:59:55 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id EC3B9517AB4; Tue, 14 Mar 2017 20:59:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489521593; bh=88nqgJ+DDxdrkv+cOCxBhl7Hd8z0j0HHJ15NuEbdJQY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=GXc7WnleFbioTWp5dV1tDSWAjFIILjnNCLVD9B/9uyXhGgHJ/n4AUZgQsiw9Z5VhV QkwDlv7ajjYamefqBlKdDCAH4HN6hk9Xpl0aTuTtGuvLgHnEFnAE+K2n1n6g3hlFP/ MviHe7yuORaY8u3pdmlbPCrSRh+v7n8pYX6BZ4vU= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR002 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489521592; bh=88nqgJ+DDxdrkv+cOCxBhl7Hd8z0j0HHJ15NuEbdJQY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=AU33qhY1kLSYA3H0B7jNC+WxF4cT5Ursoo7AK5gHRWVsleG2K3bzTbWIschEkLa1h LgrAhZCNQ2IrOIYjy5ObXwFs5DEDPYwVM7etNBc7MpfweTblvA8U3YMpge9nrUuw3f oBe1CVS9jY6U82G4DIB4975BulHyn1jdUE3uuz5Y= To: Leo Famulari Subject: Re: bug#26077: [PATCH] gnu: asciidoc: Add XML and XSLT support. References: <20170312214954.17213-1-kei@openmailbox.org> <20170313160909.29344-1-kei@openmailbox.org> <87mvcpi21v.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20170314174200.GB9175@jasmine> Date: Tue, 14 Mar 2017 15:59:46 -0400 In-Reply-To: <20170314174200.GB9175@jasmine> (Leo Famulari's message of "Tue, 14 Mar 2017 13:42:00 -0400") Message-ID: <87lgs78w99.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26077 Cc: Marius Bakke , 26077@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Leo Famulari writes: > On Mon, Mar 13, 2017 at 05:17:32PM +0100, Marius Bakke wrote: >> Kei Kebreau writes: >>=20 >> > * gnu/packages/documentation.scm (asciidoc)[arguments]: Add >> > set-xml-binary-paths phase. >> > [inputs]: Add libxml2 and libxslt. >>=20 >> LGTM. I guess this removes the need to add libxml2 and libxslt to >> packages using asciidoc, e.g. offlineimap. > > LGTM, too. Can you let us know if you plan to remove libxml2 and libxslt > from the asciidoc users? If not, someone else can do it :) I'd be more than happy to do it, provided I could figure out a good way to format the log message. :) Also, I pushed this commit to master as 9099a45792306fade2d9ca55138e49ef4f01f1ea. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljIS7IACgkQ5qXuPBlG eg0SPA/9GCrA1GE9rvBxnDzj44epf/g5LFwrrTTq/L2QH6jbG7qyc0GEYSFFSpEx vhEGu1A4+qZVIrWoZ0vkOd/KqggvcxgVLoIp64JPmb/QtspCJDu0ryOkGX1C4OYv H+QquEltISdKacuW5S7zzZ4kF49AnHlfuvmAAjbCBTd9tTNEAiXG9/Ofvr39iNhU Knv7Blr4V04IcWQXuim/wBY3A+nX1wGVrw6UAP3W2786/oNQPWm71HlJRmwFBhx6 dta7+TNGnCoh2yFTtMsFPtNBkIXZo0O1ScTcJivMp2njM3xJyAt/oDs3f56aKkOA ovsIMuTxuDdymsFk1rrsFSbDaqJr8/FWoIdZnw7T7l98MV1Ac/al3wv9syPdC2Da OYqqEC3N9nCpCsuggM5M0Gr5XvWaPWj0zi7DsYfxu1RudHrkqb5qeayzNoTZsYrX 3WuHjjWxs02jQbjz4w1AcGOOx2evC/fAT3hW7CvY9sovFtGzfmu1hSoFmirhLgP3 kxssoXVsFYJ2aOMS/J4v26LdwarBBVvrPhK+NS5DcKRFZbBIRzb84fh9Nj+e00gE VzjF4eKiBe8J83WgWkCMChy0tLISSFXiQWdaLJGrOjKf76MjfNS7dA+JRhM5U38z ZkRHB61tQwoUwBlpRL1w6zR3EWYif5HBvJepKolq/19vGg1HQZs= =/q7z -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 14 16:06:33 2017 Received: (at 26077) by debbugs.gnu.org; 14 Mar 2017 20:06:33 +0000 Received: from localhost ([127.0.0.1]:56049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnsiG-0006c7-Pd for submit@debbugs.gnu.org; Tue, 14 Mar 2017 16:06:32 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:54219) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnsiF-0006c0-9i for 26077@debbugs.gnu.org; Tue, 14 Mar 2017 16:06:31 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id C443D20577; Tue, 14 Mar 2017 16:06:30 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 14 Mar 2017 16:06:30 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=z+Uif69lK+o/LSi0DDfhhfAjx7Y=; b=fNDn1G Ov9oCQEeL1AlIMFzI9Wh6nsqwWWlSvpl69NNTSDOA3aKjFSSzqK0MhBUv9dMsyaz weHDVJsq31W3duxZc+pACfiVTXm+MEgM6JHtTme7fJpoEPnMV4PXjKUQu576hr7Y Y9573b4FaNybrXWmdflWfxUZHtps0MaHlj4O8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=z+Uif69lK+o/LS i0DDfhhfAjx7Y=; b=HD5LJuRXh3kxbyDH2bccwQH6bcGyIBgA7sjRSXuAkvNLyi YEyKbIQWd6VfLiYsGS5GK1QLNY9k1jyV6IzToFQhjIPM0ODMkMc2kdwdfh4WWjOc ybCiNEYBzKRxOpsoZ9OA1wQ3ct2gkS9Buddt5AI4GM8t+QSnKD0ELpQ+y68LM= X-ME-Sender: X-Sasl-enc: PA4xSDdlNU2mFDzbm6WZHOsSMcu8M09ovdKxTmzCxIB3 1489521990 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 7C98E7E2E3; Tue, 14 Mar 2017 16:06:30 -0400 (EDT) Date: Tue, 14 Mar 2017 16:06:27 -0400 From: Leo Famulari To: Kei Kebreau Subject: Re: bug#26077: [PATCH] gnu: asciidoc: Add XML and XSLT support. Message-ID: <20170314200627.GA3268@jasmine> References: <20170312214954.17213-1-kei@openmailbox.org> <20170313160909.29344-1-kei@openmailbox.org> <87mvcpi21v.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20170314174200.GB9175@jasmine> <87lgs78w99.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <87lgs78w99.fsf@openmailbox.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26077 Cc: Marius Bakke , 26077@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 14, 2017 at 03:59:46PM -0400, Kei Kebreau wrote: > Leo Famulari writes: > > LGTM, too. Can you let us know if you plan to remove libxml2 and libxslt > > from the asciidoc users? If not, someone else can do it :) >=20 > I'd be more than happy to do it, provided I could figure out a good way > to format the log message. :) I'd just remove them with the typical "Remove foo" changelog message, but then add a free-form comment explaining the situation. --ibTvN161/egqYuK8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAljITUMACgkQJkb6MLrK fwgx1Q//X+IbPXI0JT7yMvMgDku4vIcSH2CH0dIcV56tMZd0IuP8eRn1PiL4rdKU ECk0POP51iutEUmG0NURkK42XlrtjakZQP5dwUnm2CQDoejWbLcC8UF8OT5Yvx93 I8LV2My2xmJ3tWQc4HiSi+VvTRrSUQVqHgAma8Kp6V3oyqw686ZB3yG2dPV5QEBW 4dFVPS52q1F1z3CCPMKviR0Tysv0gKTVbA8YNBfef3Y9PuQ0K9C1dknBHPgz/MHi 9P9fKurJgxu7qMk4+uMqiN7SPh6JeNa6YSo4zT8k885wkXCgu8N9TyD+N2TcFYRB Ae29GT53KsRDIkXezBfiSzBnEh/wlyHF960uRxR9DKAi4TYMbrfUdXzLJCDfqMjr XH79tRBV5eQVwJ25TJOSMPFoF9lOMoGePrdWdxdhFWdxcnHh9dJVgmFcEHx7JGT3 No5oAwTwDRjktqYsC5lI3t2ttxxLXoZ3X2WCYq97yXlKVGU9vhD1TesCthrlTBlE J0eTAjP2KocULAZ31HG1vXqeHjWh+m/Un6O8GbkWItKf3trqaJOTrzsHWfu83adZ a4bHpsl9VU43ehWOv9shuMI8vCZN4Ajp6LoMQYMq2HftPTIRLKtg66bjTBqnsSnw 91GPejeVnayFyNdhH0RAt8HMnzDpfekTYJyHFzoySMG+oKIzDEE= =rfE1 -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 16 21:47:45 2017 Received: (at 26077-done) by debbugs.gnu.org; 17 Mar 2017 01:47:45 +0000 Received: from localhost ([127.0.0.1]:59472 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cogzZ-0002Rf-9x for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:47:45 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:51304 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cogzY-0002RX-8a for 26077-done@debbugs.gnu.org; Thu, 16 Mar 2017 21:47:44 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 88FE651C91C; Fri, 17 Mar 2017 02:47:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489715263; bh=LbfrDh+aOMo8py0Vk/KE41ZlPWnfecg3bekgWmY8zJo=; h=From:To:Subject:References:Date:In-Reply-To:From; b=IntPqbG9LGe8gAanY9qDJ3jXH/wdQZOq4oCFxMfjjuILQLHRMeG6Zvypp+sXja4mK R9QY8zD+S0/IpKN0Ro1UZ0D555X4FDj6WXKCRoyeGrjDiU8P2BbQbePnmOzpFUxeaI 7eE+MOTcdseQMie321Nky0BnjsXIa716K0U6oboU= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR003 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489715258; bh=LbfrDh+aOMo8py0Vk/KE41ZlPWnfecg3bekgWmY8zJo=; h=From:To:Subject:References:Date:In-Reply-To:From; b=Cy6yxwktyX8LlOtRiyVMCxJNwiKJzwAGLJpbGOiprF5/d9JgAyqNbXEcjvE9KSbEa 9r+L9WO92OLQYnMWOWOMnNv+3t3akDdomkMkd+eSrjDsZLvB9pJF6ThM9zkRVbeubN 3barovb+JuVCf+oLtNH2wEC0zbA/+P9gw4pIxqlQ= To: 26077-done@debbugs.gnu.org Subject: Re: bug#26077: [PATCH] gnu: asciidoc: Add XML and XSLT support. References: <20170312214954.17213-1-kei@openmailbox.org> <20170313160909.29344-1-kei@openmailbox.org> <87mvcpi21v.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20170314174200.GB9175@jasmine> <87lgs78w99.fsf@openmailbox.org> <20170314200627.GA3268@jasmine> Date: Thu, 16 Mar 2017 21:47:29 -0400 In-Reply-To: <20170314200627.GA3268@jasmine> (Leo Famulari's message of "Tue, 14 Mar 2017 16:06:27 -0400") Message-ID: <87lgs47jym.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26077-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain Close entry. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljLQDEACgkQ5qXuPBlG eg22DBAAn9FDIeBOEU2Gn+4uSskcycNnmzSN+Nut0OkOCcR1mFki5sH4Xf4s731U BftaujFIIG3p21k3kLri7bx+cw8zDDliiMmBH6n+l74W2H2V5d+7+W5hNQsXKBAI 60sZhfk0rTdnFjRJJJ3dOb58NtQ7kUMp/+McH80iJlCEBYTUSUVKBoRgqzYUJJyj vwlJ4D/ULXgTMjUMrfU4D3iVQyha1iIjzz/Ty8X4azutqQn9YgR/W9T2m++h/AJK Tbm1c9xStY6Gs+0Az2gunoaQC0wDx6QhLYjQSkrxwNckB1ekw7UPmHxprbRksaaV XyG0K7uYosDPm1bluHPZ2/IINEHA044bJlMJMZff0tzMauc9ilezcqL3VN6+k1qg h9TUXvToP8yAP3uSxZJ9CwLMEP2nRAj7vyDFMJ6ZEptwhwcieH6L0yb5t4KjCX7G /BynRcl0UIYZ1YL0fI0ynftXAS721FVJnqpgvEV2iXDJ1HIKVnSPpG01G8g0ILY/ JkMqKe5TCv808+droPRdrbZ1D1OCpIzXCJQh3pr6wi61LuTS6Q8W3UlRYjv3UZWF oQ/CSLuxNrPwoQm5Bxu1EjoIrSf8b4e4XnO86azDl+hcvgFTzaUzpUs7J82T6k+a bEOJVzLnGwldGU4hdCnj/A/iONAghQLW16kXFiKhvvc6CGz8vTc= =Hb68 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 20:56:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 14 Apr 2017 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator