From unknown Fri Aug 08 15:18:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27477] [PATCH] gnu: acl: Enable tests. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Jun 2017 18:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 27477@debbugs.gnu.org Cc: Kei Kebreau X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149832759826100 (code B ref -1); Sat, 24 Jun 2017 18:07:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 Jun 2017 18:06:38 +0000 Received: from localhost ([127.0.0.1]:35906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOpSA-0006mu-9X for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:06:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOpS8-0006mg-RE for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOpS2-00032d-L3 for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:06:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46912) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dOpS2-00032X-Hj for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:06:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOpS1-0006Lf-IX for guix-patches@gnu.org; Sat, 24 Jun 2017 14:06:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOpRw-0002xz-PZ for guix-patches@gnu.org; Sat, 24 Jun 2017 14:06:29 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:46026 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 1dOpRw-0002w1-Gq for guix-patches@gnu.org; Sat, 24 Jun 2017 14:06:24 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 304A0522C9B; Sat, 24 Jun 2017 20:06:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1498327581; bh=UX/7bHplhEXAO6DNG+BZ1x6ri8FNwUroOjzid1Z2jig=; h=From:To:Cc:Subject:Date:From; b=o5o+yi+5+SkfEK22XjM4XLY5/mn5NhokrU/pvxmAfmt4ektkZ5plN/QP/akH17GmR 3YPunadJ19EhVbVfMs7UOz4zTAhaTb7pyKfBUNjPBrAyw7oiAtsP9G2dkIC/NEhv2n GfglEYz5sWwn7uPW6QkijartPsW2apXnmdEmsbsw= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1498327578; bh=UX/7bHplhEXAO6DNG+BZ1x6ri8FNwUroOjzid1Z2jig=; h=From:To:Cc:Subject:Date:From; b=f9ruzYrgs0xMSYJJQF3fEZ9TnPwRP3MS5vHSE/H7YSw3GlSJkooWis2J/deh1jGcz L7FjUdQc0/QRkNrbIyPh4dYXkbTH929YP01sVW/zmHoDylPHszQSD6Ga7OZ0v9KRzV Ec+anzQMGxKYyUNNypSbzNLvtz/Vv06XrY6pJbEU= Date: Sat, 24 Jun 2017 14:06:06 -0400 Message-Id: <20170624180606.1230-1-kei@openmailbox.org> X-Mailer: git-send-email 2.13.1 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: -3.5 (---) 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: -3.5 (---) * gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add 'patch-tests' phase. --- gnu/packages/acl.scm | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm index ae6764993..34f8c294a 100644 --- a/gnu/packages/acl.scm +++ b/gnu/packages/acl.scm @@ -44,19 +44,30 @@ (patches (search-patches "acl-hurd-path-max.patch")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; FIXME: Investigate test suite failures - #:test-target "tests" + `(#:test-target "tests" #:phases (alist-cons-after 'build 'patch-exec-bin-sh (lambda _ (substitute* "test/run" (("/bin/sh") (which "sh")))) - (alist-replace - 'install + (alist-cons-before + 'check 'patch-tests (lambda _ - (zero? (system* "make" "install" "install-lib" "install-dev"))) - %standard-phases)))) + ;; The coreutils do not have an ACL bit to remove from their + ;; output, so the sed expression that removes the bit is disabled. + (substitute* "test/sbits-restore.test" + (("\\| sed.*'") "")) + ;; These tests require the existence of a user named "bin", but + ;; this user does not exist within Guix's build environment. + (for-each (lambda (file) + (delete-file (string-append "test/" file))) + '("setfacl-X.test" "cp.test" "misc.test"))) + (alist-replace + 'install + (lambda _ + (zero? (system* "make" "install" "install-lib" "install-dev"))) + %standard-phases))))) (inputs `(("attr" ,attr))) (native-inputs `(("gettext" ,gettext-minimal) -- 2.13.1 From unknown Fri Aug 08 15:18:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27477] [PATCH] gnu: acl: Enable tests. Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Jun 2017 18:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kei Kebreau Cc: 27477@debbugs.gnu.org Received: via spool by 27477-submit@debbugs.gnu.org id=B27477.149832854827653 (code B ref 27477); Sat, 24 Jun 2017 18:23:02 +0000 Received: (at 27477) by debbugs.gnu.org; 24 Jun 2017 18:22:28 +0000 Received: from localhost ([127.0.0.1]:35919 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOphT-0007Bx-U7 for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:22:28 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:38595) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOphR-0007Bo-6u for 27477@debbugs.gnu.org; Sat, 24 Jun 2017 14:22:26 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id ADB04206EE; Sat, 24 Jun 2017 14:22:24 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sat, 24 Jun 2017 14:22:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; 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=e6rLneLGBvt3bZJ5MsOBP9yMKSEPAZU8WKbDP4 Gdk6g=; b=NaKA46cREzQjJx4knwOArmJxXgGFu2/cmNAbM/ZFlw7g/EXnZclgKK dDfeQxbtj23iv3IaplFZQKSUi9Kc7Om0ND8W9IWfbusaibNDy4WYrm3B8oGXU3uG jGNXx3ltlxrBxEqkuNrHk5ujJvlGjVMRzmjU1CN+8Sy6DLsIu6b4c= DKIM-Signature: v=1; a=rsa-sha256; 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=fm1; bh=e6rLneLGBvt3bZJ5Ms OBP9yMKSEPAZU8WKbDP4Gdk6g=; b=Vpk8QeW/wiBo+S3ZhBJnCkXP9t2dAvJl9B VOZK4lbdqfp/caT6aloau2+FoGHJdjRqacRypVten6RjnZXaCWkDR8AdSxoBNw3w o2oVuhP2bexIdDE24XuV4soAlmcb6BUDmnbnd5Ay+bjTHmYCHk8Al4DE9lJ7yi8E pra/IK62L9Wi7JwW9osrrJ51SpKp2rgZtGC40K/2V7mHHNKcMgsAN7IDCYhGN1v6 mqsvl+tap0zkmruYu1fQoc76RE6ADKb4qdsFfj7qt3pDG6lSKrIpO3vEddu3m+/J LivU0URJJmAmgrUk2QgLP4v+u9oWnixKiG4m3vuuWNPpNbFiYpCQ== X-ME-Sender: X-Sasl-enc: P07nIT8EUXyIJFHGn3FaJSOHax49SeNi/RGCNElxw3fS 1498328544 Received: from localhost (unknown [128.64.129.7]) by mail.messagingengine.com (Postfix) with ESMTPA id 6DF8924370; Sat, 24 Jun 2017 14:22:24 -0400 (EDT) Date: Sat, 24 Jun 2017 14:22:22 -0400 From: Leo Famulari Message-ID: <20170624182222.GA8908@jasmine.lan> References: <20170624180606.1230-1-kei@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20170624180606.1230-1-kei@openmailbox.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.7 (/) 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 (/) --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jun 24, 2017 at 02:06:06PM -0400, Kei Kebreau wrote: > * gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add 'patch-tests' phase. Great! But we'll probably need to wait for the next core-updates cycle. I've applied to locally to a core-updates-next branch but it would be great if you kept it around for the next cycle :) --wac7ysb48OaltWcw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAllOrdoACgkQJkb6MLrK fwiBpRAAq+2qYW+qZsVmYuRVt+o0y1uhh+B1/tgdcQWy5Tw2Y6mWcJC42jY2a9FI yWgHC9TX1aWDbbz1vrYFuE8NbY2RbNutMOFVShGEMlW2Vz+WNubWLYJepJ4Z07Mv N9qEYwxqWz+P+37hFRbPbtYUJNXeyVXq4tP9tsF/c3q/4HkEZZMWXBh9iHzLy69K 5907qv+btEIczsWJgXR6RkIduy9pE+nL4H2b1FBFwKczAZhiFsCJiGCAf2OsK6U6 6+2Zmp4DYz4NI62Qc701A/oCGxD5HPq1/B4TC0NqcIhxUUH7xIhZ79Jog6HpNRKC iBF5Tf+pI5prsOiGe69z8wlta28DHdyRDSfgqJOolr0RHXN0F50L+rQAkK24/O2j PBarY2f94UOmcNJ7wbgevpat2g8kUhxjKCv5L6CvbZ1uIRANvt5X9v+bDEENYsyO q5/+z7huDV+3R+xP/C0ouW5IgXBu3Q79wc7QzAFphHrJN/lXyPGievAwvSvteivD TYWjE/QZP2W+wsMf3aqWdF3Fxx3OnkSlauF4mPKSG6Pqksd4xk0oTU4sMWe4v0RO Fg/YXzV40wZ6r/6ef49qWwuoLX0qTH3cqv8y5+Z/o4hERFxGMw9aMrocpwEoZXlG G4gCA7lesELgOsAJ4OLLqOGTwBKgT9lL6mmOPNKdY9TS5WNvahU= =CChT -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From unknown Fri Aug 08 15:18:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27477] [PATCH] gnu: acl: Enable tests. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 26 Jun 2017 14:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: 27477@debbugs.gnu.org Received: via spool by 27477-submit@debbugs.gnu.org id=B27477.149848729830353 (code B ref 27477); Mon, 26 Jun 2017 14:29:02 +0000 Received: (at 27477) by debbugs.gnu.org; 26 Jun 2017 14:28:18 +0000 Received: from localhost ([127.0.0.1]:39220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPUzx-0007tU-SU for submit@debbugs.gnu.org; Mon, 26 Jun 2017 10:28:18 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:50683 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPUzw-0007tL-48 for 27477@debbugs.gnu.org; Mon, 26 Jun 2017 10:28:17 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id E5536545739; Mon, 26 Jun 2017 16:28:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1498487294; bh=WUVOgMYp1Uvd9ARv69TMp76d/JAW19/sFdI2yofMiIs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=t2aWQkkImTB2EkK7bnWE/1ILSDebLCG0T6c5Geij/hKiqoYf6wIQTWH1t1LVm3kO3 oGlrEjlCpOwP0QhICbADfEgnp0pgO+HyjFRLXm6nwYSueVJchADRcFlo3FbR5Ze0Gf X8qGcwa8zRDq1BF4oYPCbvKHbIaRpKfVLx0UDBp8= 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,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=1498487292; bh=WUVOgMYp1Uvd9ARv69TMp76d/JAW19/sFdI2yofMiIs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=wVod2RXIOJMAksgR471Sfrzr/ILxKSxZJwK6J/uVsnFy4nJs1iZoxUMf0rB9F6gzA JoftZDqX4suatqtRpxNwhG+rFk5m6dFdkUhlZF+r4wRvZWBMmTKW1TBF3HAkvgcZS7 8NepU5dK6xNKSwTQA26lAi1YVJb6KqgExqDUm9iY= References: <20170624180606.1230-1-kei@openmailbox.org> <20170624182222.GA8908@jasmine.lan> Date: Mon, 26 Jun 2017 10:27:51 -0400 In-Reply-To: <20170624182222.GA8908@jasmine.lan> (Leo Famulari's message of "Sat, 24 Jun 2017 14:22:22 -0400") Message-ID: <878tkebz88.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) 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.2 (/) --=-=-= Content-Type: text/plain Leo Famulari writes: > On Sat, Jun 24, 2017 at 02:06:06PM -0400, Kei Kebreau wrote: >> * gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add >> 'patch-tests' phase. > > Great! > > But we'll probably need to wait for the next core-updates cycle. I've > applied to locally to a core-updates-next branch but it would be great > if you kept it around for the next cycle :) Cool. I'll hold on to the patch! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAllRGekACgkQ5qXuPBlG eg0LXhAApIRwAxT/jWI5AAzCZdgtLluNaQxOt7RLZzh8MOmhqYdStzO7flzAB7Ak 1kMby3RDvldNS/PF1LMhJr7bG3u3K+DgwnqwpcBH3ODRnA7YcHbq/XA59ELufsvL aOXph/I9Xu0Q3fCbrUG/Jf0/zbryNNAWxVX2qmkrJ71IqBBhoL0F7zZ+yf8QnMny VdHtQ/Ls+OYZ1pBlkL+E+z5QjQ4p1SNbQc4YXj+SIpDs4i5r8hhKtNHqwtmERsye 79ZGrtRoUQGL3QyROyIUTDrZvHIqQRV911FZy6VsbxdSXQ+T3XLZ8JHuzIVVJyJF YfmoH9TpRWUzUjys/ylNnfZ+NhWkLZhBBX7CDNpl7gHPQdmyJ/bNwBubhMczG8eD paq/KI4RjRmzVWK07Ya0pneKGlkjJ9oyHcXvuKRSMG2Gt5EigNwJD5k3HvcUZLOp Yhc/Np+P+E4aj73NnTPJ67jde88je5n0Zccu71tDckIcODmXKGAHJIZqN45ylomd iN44OtFg89O07vzkLwXUDTfRy2/hHAxfjNiZufyKfXR1bL+RaiIlVCCk9eDQRCxA WifCH5WuorS/Elf9dh4SjEm+g/Xq9uWZkXmUHyTfeyQq8zydbljEH3tbkpa0UooT KjOIjCStHof4fvCauk9b3EYVegddSmghZIP7EkFLp3lJCOV/LHM= =YOIK -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 08 15:18:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27477] [PATCH] gnu: acl: Enable tests. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Sep 2017 15:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kei Kebreau Cc: 27477@debbugs.gnu.org, Leo Famulari Received: via spool by 27477-submit@debbugs.gnu.org id=B27477.150488593421743 (code B ref 27477); Fri, 08 Sep 2017 15:53:01 +0000 Received: (at 27477) by debbugs.gnu.org; 8 Sep 2017 15:52:14 +0000 Received: from localhost ([127.0.0.1]:56182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqLZl-0005ec-W9 for submit@debbugs.gnu.org; Fri, 08 Sep 2017 11:52:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:32999) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqLZk-0005eO-9P for 27477@debbugs.gnu.org; Fri, 08 Sep 2017 11:52:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqLZe-0002DS-CP for 27477@debbugs.gnu.org; Fri, 08 Sep 2017 11:52:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqLZe-0002DL-9g; Fri, 08 Sep 2017 11:52:06 -0400 Received: from [193.50.110.231] (port=41814 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dqLZd-00060Z-SC; Fri, 08 Sep 2017 11:52:06 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170624180606.1230-1-kei@openmailbox.org> <20170624182222.GA8908@jasmine.lan> <878tkebz88.fsf@openmailbox.org> Date: Fri, 08 Sep 2017 17:52:04 +0200 In-Reply-To: <878tkebz88.fsf@openmailbox.org> (Kei Kebreau's message of "Mon, 26 Jun 2017 10:27:51 -0400") Message-ID: <87wp5989y3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) 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] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) Kei Kebreau skribis: > Leo Famulari writes: > >> On Sat, Jun 24, 2017 at 02:06:06PM -0400, Kei Kebreau wrote: >>> * gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add >>> 'patch-tests' phase. >> >> Great! >> >> But we'll probably need to wait for the next core-updates cycle. I've >> applied to locally to a core-updates-next branch but it would be great >> if you kept it around for the next cycle :) > > Cool. I'll hold on to the patch! Now is the time to try the patch on =E2=80=98core-updates=E2=80=99! Ludo=E2=80=99. From unknown Fri Aug 08 15:18:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27477] [PATCH] gnu: acl: Enable tests. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 14 Sep 2017 13:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Cc: 27477@debbugs.gnu.org, Leo Famulari Received: via spool by 27477-submit@debbugs.gnu.org id=B27477.15053968401490 (code B ref 27477); Thu, 14 Sep 2017 13:48:02 +0000 Received: (at 27477) by debbugs.gnu.org; 14 Sep 2017 13:47:20 +0000 Received: from localhost ([127.0.0.1]:39959 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsUUA-0000Nx-2W for submit@debbugs.gnu.org; Thu, 14 Sep 2017 09:47:19 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsUU9-0000Nk-01 for 27477@debbugs.gnu.org; Thu, 14 Sep 2017 09:47:17 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2972C20A3C for <27477@debbugs.gnu.org>; Thu, 14 Sep 2017 15:47:11 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3xtKb00phSz10Hw; Thu, 14 Sep 2017 15:47:07 +0200 (CEST) From: Kei Kebreau References: <20170624180606.1230-1-kei@openmailbox.org> <20170624182222.GA8908@jasmine.lan> <878tkebz88.fsf@openmailbox.org> <87wp5989y3.fsf@gnu.org> Date: Thu, 14 Sep 2017 09:46:33 -0400 In-Reply-To: <87wp5989y3.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 08 Sep 2017 17:52:04 +0200") Message-ID: <87vaklbdfq.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -5.1 (-----) 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: -5.1 (-----) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Kei Kebreau skribis: > >> Leo Famulari writes: >> >>> On Sat, Jun 24, 2017 at 02:06:06PM -0400, Kei Kebreau wrote: >>>> * gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add >>>> 'patch-tests' phase. >>> >>> Great! >>> >>> But we'll probably need to wait for the next core-updates cycle. I've >>> applied to locally to a core-updates-next branch but it would be great >>> if you kept it around for the next cycle :) >> >> Cool. I'll hold on to the patch! > > Now is the time to try the patch on =E2=80=98core-updates=E2=80=99! > > Ludo=E2=80=99. Aw, I missed this becuase of my email migration. I'll catch it next time as long as this message makes it to kkebreau@posteo.net instead of kei@openmailbox.org. Thanks in advance. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlm6iDoACgkQ5qXuPBlG eg2nbhAAvW3/gSjU7VkXXajUSy/89GoOLrO7bMqvWZ80RmWtXQukjrMIvuPi90KG 8m4Zz9f5C1sFQa5KNSfJd5OK2jkUU4cPm3oQnapQLpqlydpSymmSYq7tsW1YCdaI o6nauMf2i9mAWtS5VA6uLj/nIHkreuFBAgbGkqSGsx59Pccup/SG4ELQOvGAZi6F Ph/dSFpw49v8ii0daZeIe+xuY82pFz9p8ydW87XnP2TGWhgworSF0FzhiOdxNbAB iT5B1WZCrRp6j2nMfjtAKFG9fssHoF2xo/qAuuD70xQJ3/AqzSTMz6znuKkIJ86h XvdhAjc1m/EgqIgOWq/eb87+z3nS1WnCTBsBWwDBGdYMGHGZxkScpcAvOum5txhd CUSuaAHSHsV9nhT/vx2ohgPBBQHKef+CHiNP+6AluScErOvnXl96rwxRMWdky9Oa hLj7QppIze+NUDCFOmpLG7pLPbgIajld/3V8qsmeE4qTbUMJKqqJzTJRsSphSpFw rmt+vhBPtu4csJDTlXm4nd6MCPi4s58xmDqW0K9ECgvILapHB63sBK66BPbxYH0N pqMf+2ZewML1f59ft5BdHpsfTa697ckqJ4Cf3N+jpbYOivl5rsXMuXAlHXNSgsxc 1pGpY2QwV7httgXdM/mtfGLqyxRC20nptNyteT+kBakxvKpWPu4= =uzh2 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 08 15:18:10 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kei Kebreau Subject: bug#27477: closed (Re: [bug#27477] [PATCH] gnu: acl: Enable tests.) Message-ID: References: <20171104145233.GA11323@jasmine.lan> <20170624180606.1230-1-kei@openmailbox.org> X-Gnu-PR-Message: they-closed 27477 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 27477@debbugs.gnu.org Date: Sat, 04 Nov 2017 14:53:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1509807182-30023-1" This is a multi-part message in MIME format... ------------=_1509807182-30023-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #27477: [PATCH] gnu: acl: Enable tests. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 27477@debbugs.gnu.org. --=20 27477: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27477 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1509807182-30023-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 27477-done) by debbugs.gnu.org; 4 Nov 2017 14:52:37 +0000 Received: from localhost ([127.0.0.1]:50816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eAzoL-0007nf-C1 for submit@debbugs.gnu.org; Sat, 04 Nov 2017 10:52:37 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40759) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eAzoK-0007nY-6v for 27477-done@debbugs.gnu.org; Sat, 04 Nov 2017 10:52:36 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id A6D7D20CE0; Sat, 4 Nov 2017 10:52:35 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sat, 04 Nov 2017 10:52:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; 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; s= mesmtp; bh=wyJk+4XFJQrBJCT1S/tTYH/PrX9wS4FWm5N/Zo/1UEA=; b=sMiWl GpKZy8sOJqlM+q94s5JcjVFh81w77GWxIt3qPTbJDDChYXy4D+Ryh6xhCvs5mYaO AvuTiOxXqxMIixLV2pxX2ToBSYYYMB7f/KX4cbb100BLaUcTmFpdlXQhCl5nMkX4 LZ2D5wB4eU8dI1TyuHDuMrzc+C32MYxKSFv1Js= DKIM-Signature: v=1; a=rsa-sha256; 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; s=fm1; bh=wyJk+4XFJQrBJCT1S/tTYH/PrX9wS 4FWm5N/Zo/1UEA=; b=WNTaE2Yn0IF2mt37AEFRrSawGNUwxT9YcRrHRXdIdQeTm 6lBGAWz5tQZMrdoURM8N+L7z9vntbxJ6bGX+/pLWVJNHxhlf6IAcd9FwC+KK9eF3 D2/8syIUA+8VTqJQ2lAE0HByVSZiWJHJhx5tDAjUWQjmLhwUnLpesusPGT30JXzW X6b5F3R2bQT5GBNBITB6FDj9otikGRSak2VJqTxnhqV3QU32IFjQw2pGySP/zm91 QdxdD4P+zvbDQHqsVxNw4mukE+VtkabzextdLdunln3FaW1w07sauQ2WLLbrWoiQ q6kb64tPGIAzq2sjJlVD1LMd8cZqERWWior5EtfaA== X-ME-Sender: Received: from localhost (c-73-165-108-70.hsd1.pa.comcast.net [73.165.108.70]) by mail.messagingengine.com (Postfix) with ESMTPA id 6874E24E82; Sat, 4 Nov 2017 10:52:35 -0400 (EDT) Date: Sat, 4 Nov 2017 10:52:33 -0400 From: Leo Famulari To: Kei Kebreau Subject: Re: [bug#27477] [PATCH] gnu: acl: Enable tests. Message-ID: <20171104145233.GA11323@jasmine.lan> References: <20170624180606.1230-1-kei@openmailbox.org> <20170624182222.GA8908@jasmine.lan> <878tkebz88.fsf@openmailbox.org> <87wp5989y3.fsf@gnu.org> <87vaklbdfq.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <87vaklbdfq.fsf@posteo.net> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27477-done Cc: Ludovic =?iso-8859-1?Q?Court=E8s?= , 27477-done@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 (/) --AhhlLboLdkugWU4S Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 14, 2017 at 09:46:33AM -0400, Kei Kebreau wrote: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: >=20 > > Kei Kebreau skribis: > > > >> Leo Famulari writes: > >> > >>> On Sat, Jun 24, 2017 at 02:06:06PM -0400, Kei Kebreau wrote: > >>>> * gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add > >>>> 'patch-tests' phase. > >>> > >>> Great! > >>> > >>> But we'll probably need to wait for the next core-updates cycle. I've > >>> applied to locally to a core-updates-next branch but it would be great > >>> if you kept it around for the next cycle :) > >> > >> Cool. I'll hold on to the patch! > > > > Now is the time to try the patch on =E2=80=98core-updates=E2=80=99! > > > > Ludo=E2=80=99. >=20 > Aw, I missed this becuase of my email migration. I'll catch it next time > as long as this message makes it to kkebreau@posteo.net instead of > kei@openmailbox.org. >=20 > Thanks in advance. I amended this patch to apply and pushed it as 2d433b5363fecba0d63caa1844c937dec4ccc23b. --AhhlLboLdkugWU4S Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAln91DAACgkQJkb6MLrK fwjHBRAApYWK7LinouAAfEpKBLh1SYD4ARxZpUPpawEtoS7fn0Z91k236+1IjmR6 uN/rmNoQeRztYm/QOHZK2U2HSNOKjJqUf69nbvi8JVgCpUjeTI10jSUlF0abvkBv nuh8GOuuHU3zn5UaaKMq4pj45FKVSGilbw6KCJnPhktGZ/GW6gTewOH4/bhO5Qig FvyBBnybLlBVZrcGKn48cuSmqafVbnpbwaZv2ca9E8DQ3ukAsvivt9g+xLyb3bMr OEowQo00tgZdooWWRMkIDAMirzzpHxOaqWycVj53m+6Dkd9l/JAdWF4T2zOtedP4 Oa8aAW88+cbn8rvXENAecgrTwZDhijkNKf7i0lKDcvI4Ka1KQZtwyEwUGtjT7Don NucMEcPdpoZHhnxTLytVfP5YlggGCBN9UjZJKU4L1q91PyCt/yxB8t9mPS+w6ZvC 5XFh7+tXEoKUZoGwwgW/jlj6euAGPP+do65lIuxjFl2DK0HM1CZyrAYtc6YGxdkn gq2rOyIH1YB6bgXEUHQiTY9to76jy7yU4CNCrkXki7gN4db71/cN5SwNqWL1CZQv AKTUq9C4GCiIDywOIjcS7moMr1fkYGTPmzI3J1TQxa+fXL/V7eDUSwQOhEC0aLCv 0vmP8ZBk0WmpMcA1GDH6KI8jmExVQRkyVNjm2yykVX6lpntEoh4= =t6Jk -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- ------------=_1509807182-30023-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Jun 2017 18:06:38 +0000 Received: from localhost ([127.0.0.1]:35906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOpSA-0006mu-9X for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:06:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOpS8-0006mg-RE for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOpS2-00032d-L3 for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:06:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46912) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dOpS2-00032X-Hj for submit@debbugs.gnu.org; Sat, 24 Jun 2017 14:06:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOpS1-0006Lf-IX for guix-patches@gnu.org; Sat, 24 Jun 2017 14:06:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOpRw-0002xz-PZ for guix-patches@gnu.org; Sat, 24 Jun 2017 14:06:29 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:46026 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 1dOpRw-0002w1-Gq for guix-patches@gnu.org; Sat, 24 Jun 2017 14:06:24 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 304A0522C9B; Sat, 24 Jun 2017 20:06:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1498327581; bh=UX/7bHplhEXAO6DNG+BZ1x6ri8FNwUroOjzid1Z2jig=; h=From:To:Cc:Subject:Date:From; b=o5o+yi+5+SkfEK22XjM4XLY5/mn5NhokrU/pvxmAfmt4ektkZ5plN/QP/akH17GmR 3YPunadJ19EhVbVfMs7UOz4zTAhaTb7pyKfBUNjPBrAyw7oiAtsP9G2dkIC/NEhv2n GfglEYz5sWwn7uPW6QkijartPsW2apXnmdEmsbsw= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1498327578; bh=UX/7bHplhEXAO6DNG+BZ1x6ri8FNwUroOjzid1Z2jig=; h=From:To:Cc:Subject:Date:From; b=f9ruzYrgs0xMSYJJQF3fEZ9TnPwRP3MS5vHSE/H7YSw3GlSJkooWis2J/deh1jGcz L7FjUdQc0/QRkNrbIyPh4dYXkbTH929YP01sVW/zmHoDylPHszQSD6Ga7OZ0v9KRzV Ec+anzQMGxKYyUNNypSbzNLvtz/Vv06XrY6pJbEU= To: guix-patches@gnu.org Subject: [PATCH] gnu: acl: Enable tests. Date: Sat, 24 Jun 2017 14:06:06 -0400 Message-Id: <20170624180606.1230-1-kei@openmailbox.org> X-Mailer: git-send-email 2.13.1 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: -3.5 (---) 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: -3.5 (---) * gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add 'patch-tests' phase. --- gnu/packages/acl.scm | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm index ae6764993..34f8c294a 100644 --- a/gnu/packages/acl.scm +++ b/gnu/packages/acl.scm @@ -44,19 +44,30 @@ (patches (search-patches "acl-hurd-path-max.patch")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; FIXME: Investigate test suite failures - #:test-target "tests" + `(#:test-target "tests" #:phases (alist-cons-after 'build 'patch-exec-bin-sh (lambda _ (substitute* "test/run" (("/bin/sh") (which "sh")))) - (alist-replace - 'install + (alist-cons-before + 'check 'patch-tests (lambda _ - (zero? (system* "make" "install" "install-lib" "install-dev"))) - %standard-phases)))) + ;; The coreutils do not have an ACL bit to remove from their + ;; output, so the sed expression that removes the bit is disabled. + (substitute* "test/sbits-restore.test" + (("\\| sed.*'") "")) + ;; These tests require the existence of a user named "bin", but + ;; this user does not exist within Guix's build environment. + (for-each (lambda (file) + (delete-file (string-append "test/" file))) + '("setfacl-X.test" "cp.test" "misc.test"))) + (alist-replace + 'install + (lambda _ + (zero? (system* "make" "install" "install-lib" "install-dev"))) + %standard-phases))))) (inputs `(("attr" ,attr))) (native-inputs `(("gettext" ,gettext-minimal) -- 2.13.1 ------------=_1509807182-30023-1-- From unknown Fri Aug 08 15:18:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27477] [PATCH] gnu: acl: Enable tests. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 Nov 2017 22:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 27477-done@debbugs.gnu.org Received: via spool by 27477-done@debbugs.gnu.org id=D27477.15098332062880 (code D ref 27477); Sat, 04 Nov 2017 22:07:02 +0000 Received: (at 27477-done) by debbugs.gnu.org; 4 Nov 2017 22:06:46 +0000 Received: from localhost ([127.0.0.1]:51011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eB6aT-0000kO-Oh for submit@debbugs.gnu.org; Sat, 04 Nov 2017 18:06:45 -0400 Received: from mout02.posteo.de ([185.67.36.66]:45329) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eB6aR-0000kB-TN for 27477-done@debbugs.gnu.org; Sat, 04 Nov 2017 18:06:44 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E1A3A20B58 for <27477-done@debbugs.gnu.org>; Sat, 4 Nov 2017 23:06:37 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3yTtFm27bwz10JL; Sat, 4 Nov 2017 23:06:35 +0100 (CET) From: Kei Kebreau References: <20170624180606.1230-1-kei@openmailbox.org> <20170624182222.GA8908@jasmine.lan> <878tkebz88.fsf@openmailbox.org> <87wp5989y3.fsf@gnu.org> <87vaklbdfq.fsf@posteo.net> <20171104145233.GA11323@jasmine.lan> Date: Sat, 04 Nov 2017 18:06:06 -0400 In-Reply-To: <20171104145233.GA11323@jasmine.lan> (Leo Famulari's message of "Sat, 4 Nov 2017 10:52:33 -0400") Message-ID: <874lq9hf75.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -5.1 (-----) 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: -5.1 (-----) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Leo Famulari writes: > On Thu, Sep 14, 2017 at 09:46:33AM -0400, Kei Kebreau wrote: >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: >>=20 >> > Kei Kebreau skribis: >> > >> >> Leo Famulari writes: >> >> >> >>> On Sat, Jun 24, 2017 at 02:06:06PM -0400, Kei Kebreau wrote: >> >>>> * gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add >> >>>> 'patch-tests' phase. >> >>> >> >>> Great! >> >>> >> >>> But we'll probably need to wait for the next core-updates cycle. I've >> >>> applied to locally to a core-updates-next branch but it would be gre= at >> >>> if you kept it around for the next cycle :) >> >> >> >> Cool. I'll hold on to the patch! >> > >> > Now is the time to try the patch on =E2=80=98core-updates=E2=80=99! >> > >> > Ludo=E2=80=99. >>=20 >> Aw, I missed this becuase of my email migration. I'll catch it next time >> as long as this message makes it to kkebreau@posteo.net instead of >> kei@openmailbox.org. >>=20 >> Thanks in advance. > > I amended this patch to apply and pushed it as > 2d433b5363fecba0d63caa1844c937dec4ccc23b. Thank you! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAln+Oc4ACgkQ5qXuPBlG eg2DpxAAitRC2xIai+3Il4AS1OuuI9yY2QFwM1gphCoXxZ+WmLHTfXBg/ZBxYtpN qeX5WM1dtjpADY5PVoFH+cSydjxpU/hmfTGcBvNr9Rxh/D8P6uNOEH9TgOhHDLg0 jHe5YvHnCIWgajg4Q5me++2/K4mBHgY/FeON3bKiuhCEjhSiMUh8OIwvJq16gPmS J6AmRXeJOf5MPOOFUT62kJPrV8k+N6Ce4Sx1433IHMLIHCIcFTD1zIJyY5BWLcUW 8fyctezmXeSbybT2LG3O2bDRQknZ5BRHR2dIsDuC+09pqZLy8yWXJW5d+9p7DH8d dEB9+bhxcnPXrYwPov4zcyLE6ZpIdzx9gbEVSv1N7r4y2zelIm5o8vNOy7FAuKTL JHKlNe67ptSLZ6m3eNgwN+ykbpFkmco2YO4SweHStR42Eg18IRuqUVRaFWSlbXgd Sr0Jp7qyCVzMTAL/nc28SrT6CFM1h/ZC6IorvYBmAC+7p17tFOZfhxK3LS0V1X91 C5khJGn27vHhFS6Yt8LCQUPTAeuNYFoDZOCBHhP9yZBV9tMEvbdJfAfIVtOPbQLM Dyl7+6mbMKiroSdcDgw393fgPNHN5EAjwQYj/yhP062ongXovOhHFL/cb6kj7Io2 R9blE4XJdwa/yLgQOLdgwAlbi6Lk7D8Bxlyj0BEcA3QDkpGrlYs= =PvFa -----END PGP SIGNATURE----- --=-=-=--