From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 21 11:32:38 2020 Received: (at submit) by debbugs.gnu.org; 21 Feb 2020 16:32:38 +0000 Received: from localhost ([127.0.0.1]:47910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5BED-0007F5-RQ for submit@debbugs.gnu.org; Fri, 21 Feb 2020 11:32:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:48965) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5BEB-0007Ed-Ns for submit@debbugs.gnu.org; Fri, 21 Feb 2020 11:32:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49328) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5BEA-0000xm-8Y for guix-patches@gnu.org; Fri, 21 Feb 2020 11:32:35 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5BE7-0000GS-SE for guix-patches@gnu.org; Fri, 21 Feb 2020 11:32:33 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:29667) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5BE7-0000Ed-C2 for guix-patches@gnu.org; Fri, 21 Feb 2020 11:32:31 -0500 Received: from localhost.localdomain (194-118-3-109.hdsl.highway.telekom.at [194.118.3.109]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 48PH6t6MKJz1LLyb for ; Fri, 21 Feb 2020 17:32:22 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 48PH6t6MKJz1LLyb DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1582302742; bh=6yUFmv01juniwZ6gTIChSMPlMjt7uX8+iy6qyKQsjYc=; h=From:To:Subject:Date:From; b=OJwkYziMar7bCMC+ApSOdq6i1I40MCUUVDvDyZt03n29ptckPDnKMMx9AyTRohw7P O/+IVCOb+6ZsI90FCCAOg2mcrFfFrh4y8fqLPb1+XjEAqW4cC4Eov2QG4ZzB8fBBCz ve7w85SrXQPmKuDT6O452zjZh6weh6prZJ0xYNxk= From: Leo Prikler To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. Date: Fri, 21 Feb 2020 17:32:13 +0100 Message-Id: <20200221163215.11008-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 129.27.2.202 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: submit 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 (/) * gnu/packages/gnome-xyz.scm (delft-icon-theme): Use the copy-build-syste= m. --- gnu/packages/gnome-xyz.scm | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 06af41aea6..882bd40c2e 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -33,7 +33,8 @@ #:use-module (gnu packages gtk) #:use-module (gnu packages pkg-config) #:use-module (gnu packages ruby) - #:use-module (gnu packages xml)) + #:use-module (gnu packages xml) + #:use-module (srfi srfi-1)) =20 (define-public matcha-theme (package @@ -95,19 +96,17 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and o= thers.") (base32 "0vw3yw9f9ygzfd2k3zrfih3r0vkzlhk1bmsk8sapvk7np24i1z9s")) (file-name (git-file-name name version)))) - (build-system trivial-build-system) + (build-system copy-build-system) (arguments - `(#:modules ((guix build utils)) - #:builder - (begin - (use-modules (guix build utils)) - (copy-recursively (assoc-ref %build-inputs "source") "icons") - (substitute* "icons/Delft/index.theme" - (("gnome") "Adwaita")) - (delete-file "icons/README.md") - (delete-file "icons/LICENSE") - (delete-file "icons/logo.jpg") - (copy-recursively "icons" (string-append %output "/share/icons"= ))))) + `(#:install-plan + '(,@(append-map (lambda (file) + `((,file "share/icons/") + (,(string-append file "-Dark") "share/icons/"= ) + (,(string-append file "-Darker") "share/icons= /") + (,(string-append file "-Darkest") "share/icon= s/"))) + '("Delft" "Delft-Amber" "Delft-Aqua" "Delft-Blue" + "Delft-Gray" "Delft-Green" "Delft-Mint" "Delft-= Purple" + "Delft-Red" "Delft-Teal"))))) (home-page "https://www.gnome-look.org/p/1199881/") (synopsis "Continuation of Faenza icon theme with up to date app ico= ns") (description "Delft is a fork of the popular icon theme Faenza with = up to --=20 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 05:27:58 2020 Received: (at 39717) by debbugs.gnu.org; 27 Feb 2020 10:27:58 +0000 Received: from localhost ([127.0.0.1]:58715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7GOc-00055L-Lu for submit@debbugs.gnu.org; Thu, 27 Feb 2020 05:27:58 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:35251) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7GOb-00054x-AD for 39717@debbugs.gnu.org; Thu, 27 Feb 2020 05:27:58 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id BC959C0013; Thu, 27 Feb 2020 10:27:49 +0000 (UTC) From: Pierre Neidhardt To: Leo Prikler Subject: Re: [bug#39717] [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> Date: Thu, 27 Feb 2020 11:27:49 +0100 In-Reply-To: <20200221163215.11008-1-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Fri, 21 Feb 2020 17:32:13 +0100") Message-ID: <87mu9472ai.fsf@ambrevar.xyz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Thanks for the patch! Comments below: > (arguments > - `(#:modules ((guix build utils)) > - #:builder > - (begin > - (use-modules (guix build utils)) > - (copy-recursively (assoc-ref %build-inputs "source") "icons") > - (substitute* "icon [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.9 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 39717 Cc: 39717@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: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Thanks for the patch! Comments below: > (arguments > - `(#:modules ((guix build utils)) > - #:builder > - (begin > - (use-modules (guix build utils)) > - (copy-recursively (assoc-ref %build-inputs "source") "icons") > - (substitute* "icon [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: readme.md] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.9 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thanks for the patch! Comments below: > (arguments > - `(#:modules ((guix build utils)) > - #:builder > - (begin > - (use-modules (guix build utils)) > - (copy-recursively (assoc-ref %build-inputs "source") "icons") > - (substitute* "icons/Delft/index.theme" > - (("gnome") "Adwaita")) > - (delete-file "icons/README.md") > - (delete-file "icons/LICENSE") > - (delete-file "icons/logo.jpg") > - (copy-recursively "icons" (string-append %output "/share/icons"= ))))) > + `(#:install-plan > + '(,@(append-map (lambda (file) > + `((,file "share/icons/") > + (,(string-append file "-Dark") "share/icons/") > + (,(string-append file "-Darker") "share/icons= /") > + (,(string-append file "-Darkest") "share/icon= s/"))) > + '("Delft" "Delft-Amber" "Delft-Aqua" "Delft-Blue" > + "Delft-Gray" "Delft-Green" "Delft-Mint" "Delft-= Purple" > + "Delft-Red" "Delft-Teal"))))) Interesting use of install-plan, but wouldn't it be to copy everything and simply exclude the previous delete files? E.g. (untested): #:install-plan `(("." "./" #:exclude ("README.md" "LICENSE" "logo.jpg"))) =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5XmaUACgkQm9z0l6S7 zH+FSQf/Q7UR/AEMIjz30snykn5p8ZrhjxwWMx411WeroAMbp1NcPB9mqHtwsyEW f3qDP6XLo36jPJwXAiTWgmohXRkU0Q1WgWYH+sjExcFPVrAfafeVTjw23gDF2JHD p8PhhI3b02i5YVqWDavImC4Mp67DVte7ZiB2BJS7WWd7WdlVXHHVgFrsKgx260BU Wpl2dHUS1zpeFhR8dpcZlk4AdU7CMXYjCE0cwoPWSn52oCJQy9c6lF9fzqGPcm0D kSELtlpwi19xhnFYMW3/nI2zWHBLg9Q+Ahsyj7LURjTeGKyPaeBiwODVZhvtcnKd CJyemX1oV7fyBODnDeXRVHErTs4y/g== =dtWV -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 05:52:51 2020 Received: (at 39717) by debbugs.gnu.org; 27 Feb 2020 10:52:51 +0000 Received: from localhost ([127.0.0.1]:58762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7Gmh-0001MN-2L for submit@debbugs.gnu.org; Thu, 27 Feb 2020 05:52:51 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:2290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7Gmf-0001MD-3Q for 39717@debbugs.gnu.org; Thu, 27 Feb 2020 05:52:50 -0500 Received: from nijino.local (194-118-3-109.hdsl.highway.telekom.at [194.118.3.109]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 48SqJG1T40z1LXt4; Thu, 27 Feb 2020 11:52:45 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 48SqJG1T40z1LXt4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1582800766; bh=pyJfsyekIS42R1Bst8SiMQEHAlPa0ZdAw1hHuMQnmyg=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=eO+zm+foJhCtf5eRabC1CPkhThV20/0sC2YWQoJd8y5ZNZnmdoibHRWNBrspFNvjA 1a/JP60YoxDssw7Q9vOkQKrdk/5pgv+sqgP19Jft4BuTbRqwgL8WQ11cdiV8Esq7tM fVxSNoQcTdECLCOMQDCY7IMSQfkgyURm4U/BodP8= Message-ID: <635f276d8ce7198de37c5c95387dc656ee80f4ae.camel@student.tugraz.at> Subject: Re: [bug#39717] [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. From: Leo Prikler To: Pierre Neidhardt Date: Thu, 27 Feb 2020 11:52:50 +0100 In-Reply-To: <87mu9472ai.fsf@ambrevar.xyz> References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> <87mu9472ai.fsf@ambrevar.xyz> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 39717 Cc: 39717@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: -3.3 (---) Am Donnerstag, den 27.02.2020, 11:27 +0100 schrieb Pierre Neidhardt: > Thanks for the patch! > Comments below: > > > (arguments > > - `(#:modules ((guix build utils)) > > - #:builder > > - (begin > > - (use-modules (guix build utils)) > > - (copy-recursively (assoc-ref %build-inputs "source") > > "icons") > > - (substitute* "icons/Delft/index.theme" > > - (("gnome") "Adwaita")) > > - (delete-file "icons/README.md") > > - (delete-file "icons/LICENSE") > > - (delete-file "icons/logo.jpg") > > - (copy-recursively "icons" (string-append %output > > "/share/icons"))))) > > + `(#:install-plan > > + '(,@(append-map (lambda (file) > > + `((,file "share/icons/") > > + (,(string-append file "-Dark") > > "share/icons/") > > + (,(string-append file "-Darker") > > "share/icons/") > > + (,(string-append file "-Darkest") > > "share/icons/"))) > > + '("Delft" "Delft-Amber" "Delft-Aqua" > > "Delft-Blue" > > + "Delft-Gray" "Delft-Green" "Delft-Mint" > > "Delft-Purple" > > + "Delft-Red" "Delft-Teal"))))) > > Interesting use of install-plan, but wouldn't it be to copy > everything > and simply exclude the previous delete files? E.g. (untested): > > #:install-plan > `(("." "./" #:exclude ("README.md" "LICENSE" "logo.jpg"))) It would indeed be nice if it worked that way. However, Delft makes heavy use of symbolic links, of which some are even dead, and that causes install-file to fail. I tried patching copy-build-system, but the result was not usable, probably because symlinks were not resolved correctly. On top of that, I don't think putting that much more work into copy-build-system is a good idea. copy-build-system should be a simple build-system that just copies stuff. Perhaps we can swallow the "file does not exist" errors, but even that seems kinda wrong to me. Anyways, since the original used copy-recursively, the only thing I had to do was to make copy-build-system resort to copy-recursively as well, hence this interesting use of install-plan. Alternatively, one could delete the files in a pre-install phase, but that seems even weirder to me. Regards, Leo From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 05:52:54 2020 Received: (at 39717) by debbugs.gnu.org; 27 Feb 2020 10:52:54 +0000 Received: from localhost ([127.0.0.1]:58765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7Gmk-0001Md-B6 for submit@debbugs.gnu.org; Thu, 27 Feb 2020 05:52:54 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:44738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7Gmh-0001MM-98 for 39717@debbugs.gnu.org; Thu, 27 Feb 2020 05:52:51 -0500 Received: from nijino.local (194-118-3-109.hdsl.highway.telekom.at [194.118.3.109]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 48SqJJ6j5xz1LXt1; Thu, 27 Feb 2020 11:52:48 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 48SqJJ6j5xz1LXt1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1582800769; bh=pyJfsyekIS42R1Bst8SiMQEHAlPa0ZdAw1hHuMQnmyg=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=qr+NrDo2jV28izZOdpCTn8+GeoZ1xQxzw1YpJaceU25PCcLKTBuLB6PiD3t+c82UJ ujZ7NkeHA1nnf49MIS+6TG5LQEWP0UXmIRxGR8t26IkaUjBlmOJUgTwyrTxFLckSvN +Dp760O3cunhpZX8KAhDLh+3aU3b0213Wr5PmzFc= Message-ID: <755600da3a603ae885693218b14ee538f2d8295a.camel@student.tugraz.at> Subject: Re: [bug#39717] [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. From: Leo Prikler To: Pierre Neidhardt Date: Thu, 27 Feb 2020 11:52:50 +0100 In-Reply-To: <87mu9472ai.fsf@ambrevar.xyz> References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> <87mu9472ai.fsf@ambrevar.xyz> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 39717 Cc: 39717@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: -3.3 (---) Am Donnerstag, den 27.02.2020, 11:27 +0100 schrieb Pierre Neidhardt: > Thanks for the patch! > Comments below: > > > (arguments > > - `(#:modules ((guix build utils)) > > - #:builder > > - (begin > > - (use-modules (guix build utils)) > > - (copy-recursively (assoc-ref %build-inputs "source") > > "icons") > > - (substitute* "icons/Delft/index.theme" > > - (("gnome") "Adwaita")) > > - (delete-file "icons/README.md") > > - (delete-file "icons/LICENSE") > > - (delete-file "icons/logo.jpg") > > - (copy-recursively "icons" (string-append %output > > "/share/icons"))))) > > + `(#:install-plan > > + '(,@(append-map (lambda (file) > > + `((,file "share/icons/") > > + (,(string-append file "-Dark") > > "share/icons/") > > + (,(string-append file "-Darker") > > "share/icons/") > > + (,(string-append file "-Darkest") > > "share/icons/"))) > > + '("Delft" "Delft-Amber" "Delft-Aqua" > > "Delft-Blue" > > + "Delft-Gray" "Delft-Green" "Delft-Mint" > > "Delft-Purple" > > + "Delft-Red" "Delft-Teal"))))) > > Interesting use of install-plan, but wouldn't it be to copy > everything > and simply exclude the previous delete files? E.g. (untested): > > #:install-plan > `(("." "./" #:exclude ("README.md" "LICENSE" "logo.jpg"))) It would indeed be nice if it worked that way. However, Delft makes heavy use of symbolic links, of which some are even dead, and that causes install-file to fail. I tried patching copy-build-system, but the result was not usable, probably because symlinks were not resolved correctly. On top of that, I don't think putting that much more work into copy-build-system is a good idea. copy-build-system should be a simple build-system that just copies stuff. Perhaps we can swallow the "file does not exist" errors, but even that seems kinda wrong to me. Anyways, since the original used copy-recursively, the only thing I had to do was to make copy-build-system resort to copy-recursively as well, hence this interesting use of install-plan. Alternatively, one could delete the files in a pre-install phase, but that seems even weirder to me. Regards, Leo From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 08:20:04 2020 Received: (at 39717) by debbugs.gnu.org; 27 Feb 2020 13:20:04 +0000 Received: from localhost ([127.0.0.1]:58851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7J59-0001A2-TM for submit@debbugs.gnu.org; Thu, 27 Feb 2020 08:20:04 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:35813) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7J57-00019P-BV for 39717@debbugs.gnu.org; Thu, 27 Feb 2020 08:20:02 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 7C3A4240013; Thu, 27 Feb 2020 13:19:53 +0000 (UTC) From: Pierre Neidhardt To: Leo Prikler Subject: Re: [bug#39717] [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. In-Reply-To: <635f276d8ce7198de37c5c95387dc656ee80f4ae.camel@student.tugraz.at> References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> <87mu9472ai.fsf@ambrevar.xyz> <635f276d8ce7198de37c5c95387dc656ee80f4ae.camel@student.tugraz.at> Date: Thu, 27 Feb 2020 14:19:53 +0100 Message-ID: <875zfs6ubq.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Can you detail what does not work? Which file, what error message? In my opinion, the install-plan should be able to install any file, symlink or not. Failing to do so seems like a bug to me. -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.193 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.193 listed in wl.mailspike.net] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 39717 Cc: 39717@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: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Can you detail what does not work? Which file, what error message? In my opinion, the install-plan should be able to install any file, symlink or not. Failing to do so seems like a bug to me. -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.193 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.193 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Can you detail what does not work? Which file, what error message? In my opinion, the install-plan should be able to install any file, symlink or not. Failing to do so seems like a bug to me. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5XwfkACgkQm9z0l6S7 zH+48wf+MuZQuPrlQa7uVEHYnnKvKvr9s5oCMBiOilTKDbZzJQxYksgua3SZtyNp fuYfLZslvVg5S1B0F142doOZ0u+N5mTcZEI+qJgaZLrhl8G9CzhybsOhXKe3CsHZ z2alcMNGlyaX6ZskEI37V60VSoG2Ucm3uc3GKid/j+++rcL4gy0o/LyJD7ZeBjGj ozSXqO53dF8Vmp/XpWMENpVunHNS+AZpb3ZBLcSFrozbCrzKMrZSs6szDiqDwU15 fOT5nYq+8RtY2Fh1fhzwLWYakdYesC3nayHcrPlHmxyC3g5HHJMh6Nhg5GLOjXEp E7caciWNoomCbe1uVjnPczZZgTlqyQ== =pAkb -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 08:44:49 2020 Received: (at 39717) by debbugs.gnu.org; 27 Feb 2020 13:44:49 +0000 Received: from localhost ([127.0.0.1]:58876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7JT6-0003st-UP for submit@debbugs.gnu.org; Thu, 27 Feb 2020 08:44:49 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:38359) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7JT5-0003sj-0O for 39717@debbugs.gnu.org; Thu, 27 Feb 2020 08:44:47 -0500 Received: from nijino.local (194-118-3-109.hdsl.highway.telekom.at [194.118.3.109]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 48Sv6b2TZbz1LXsR; Thu, 27 Feb 2020 14:44:39 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 48Sv6b2TZbz1LXsR DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1582811079; bh=fPu/u2TbcI3qRMRrkrxzGsZbsIwXigJVDjGlzALrV70=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=twx87Nhr35oDDrrVAUvLM3nhq19vSLui5q/Hfclz3323fqMIOOXPvk1XZbwiDVOPB 3bBOrofk0AVJLJ3oAOHAeOwYg9eUFdg0RIXosUdhRx03fDRrAGUkW7qIeK/a0F2wIb lg14Ns0XrLwnig8NYArUcJpE+dumyJt4ZA1v3C5w= Message-ID: Subject: Re: [bug#39717] [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. From: Leo Prikler To: Pierre Neidhardt Date: Thu, 27 Feb 2020 14:44:45 +0100 In-Reply-To: <875zfs6ubq.fsf@ambrevar.xyz> References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> <87mu9472ai.fsf@ambrevar.xyz> <635f276d8ce7198de37c5c95387dc656ee80f4ae.camel@student.tugraz.at> <875zfs6ubq.fsf@ambrevar.xyz> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 39717 Cc: 39717@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: -3.3 (---) Am Donnerstag, den 27.02.2020, 14:19 +0100 schrieb Pierre Neidhardt: > Can you detail what does not work? Which file, what error message? $ find `guix build --source delft-icon-theme` -xtype l This returns a list of broken symlinks. On any of them, install-file fails with "file not found". > In my opinion, the install-plan should be able to install any file, > symlink or not. Failing to do so seems like a bug to me. I think I agree with you. Instead of simply doing (copy-file file dest), we'd have to check for symlinks as is done in copy-recursively. Now that I have a more complete understanding of this bug, I'll try to come up with a patch. Regards, Leo From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 09:03:28 2020 Received: (at 39717) by debbugs.gnu.org; 27 Feb 2020 14:03:28 +0000 Received: from localhost ([127.0.0.1]:58884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7JlA-0004Rw-DD for submit@debbugs.gnu.org; Thu, 27 Feb 2020 09:03:28 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:44021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7Jl8-0004Rh-0w for 39717@debbugs.gnu.org; Thu, 27 Feb 2020 09:03:26 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 4F311E0041; Thu, 27 Feb 2020 14:02:51 +0000 (UTC) From: Pierre Neidhardt To: Leo Prikler Subject: Re: [bug#39717] [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. In-Reply-To: References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> <87mu9472ai.fsf@ambrevar.xyz> <635f276d8ce7198de37c5c95387dc656ee80f4ae.camel@student.tugraz.at> <875zfs6ubq.fsf@ambrevar.xyz> Date: Thu, 27 Feb 2020 15:02:50 +0100 Message-ID: <87zhd45drp.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Thanks, and good catch! -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 39717 Cc: 39717@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: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Thanks, and good catch! -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thanks, and good catch! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5XzAoACgkQm9z0l6S7 zH9Z2wf/VXbzM2jVLdsGrFEMgXZtiJe7sUfzTeIDtecvM2xpFazpP2T4bbDyxh33 eBy1vF7H4Fv7lxvERI3X1MMoOLe8/+vbA/mx9NT8EEqWzHrQnknG0VuKcv4zqcSY phPeruFChraxrgbKhg5JeDs4FKcz7l+RzSA8s9mkq+bkk75ve0E/6arXjDBouhaz M8k95r1FFTmfm8GbA41VFHCXcXwfYutz5wdHzvHZjg4FjSaFBoe4LHAZ5xNKj6fR 8Qv1x2pD3l+ly59gsjYp/Htvp7+JU5eaGadM/hpnACssZPpjct4bY5MMWHZ45fPT LHC5YeQ3diqja+iLmH/3c+Q5Wrrg8g== =wjvt -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 09:49:09 2020 Received: (at 39717) by debbugs.gnu.org; 27 Feb 2020 14:49:09 +0000 Received: from localhost ([127.0.0.1]:58911 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7KTN-0005sZ-HT for submit@debbugs.gnu.org; Thu, 27 Feb 2020 09:49:09 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:53120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7KTK-0005sO-DM for 39717@debbugs.gnu.org; Thu, 27 Feb 2020 09:49:08 -0500 Received: from nijino.local (194-118-3-109.hdsl.highway.telekom.at [194.118.3.109]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 48SwXt3RQnz1LBN2; Thu, 27 Feb 2020 15:49:02 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 48SwXt3RQnz1LBN2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1582814942; bh=xIsZWq9HOe8/jbFVyakxcJCL8a6WPbEnRBCARo8qjZw=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=dprUlOW+DYcUsAzEkEq25KjAP1rQjVUlSf+cVB1PgLBVCGhh5ASpxrVSIHaf2AKWP 5sdRD5p75+fvQkT4DA09pM0cH0JiMC4SGdsz4bl7l63lULKZN/E+qVMuOrGxYaTW3F t2Zufa85ubEkB3g+XC1nVVNjvCy/+cpCK2Lskl1s= Message-ID: <0047ad8dbdc65cfab78694c5be996d99ebb734c3.camel@student.tugraz.at> Subject: Re: [bug#39717] [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. From: Leo Prikler To: Pierre Neidhardt Date: Thu, 27 Feb 2020 15:49:08 +0100 In-Reply-To: <87zhd45drp.fsf@ambrevar.xyz> References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> <87mu9472ai.fsf@ambrevar.xyz> <635f276d8ce7198de37c5c95387dc656ee80f4ae.camel@student.tugraz.at> <875zfs6ubq.fsf@ambrevar.xyz> <87zhd45drp.fsf@ambrevar.xyz> Content-Type: multipart/mixed; boundary="=-vO2tOloRniVNVMuAQVQk" User-Agent: Evolution 3.32.4 MIME-Version: 1.0 X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 39717 Cc: 39717@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: -3.3 (---) --=-vO2tOloRniVNVMuAQVQk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Am Donnerstag, den 27.02.2020, 15:02 +0100 schrieb Pierre Neidhardt: > Thanks, and good catch! Patch is ready. I also noticed some inconsistencies with my previous definition and updated the package to 1.11. Regards, Leo --=-vO2tOloRniVNVMuAQVQk Content-Disposition: attachment; filename*0=0001-build-system-copy-build-system-Keep-symlinks-symboli.pat; filename*1=ch Content-Type: text/x-patch; name="0001-build-system-copy-build-system-Keep-symlinks-symboli.patch"; charset="UTF-8" Content-Transfer-Encoding: base64 RnJvbSA3MTQ3YjI5ODk0OWUxN2IzYjNhZjg1N2Q5MTQzN2Y5MDEyMTQ5Mjk3IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBMZW8gUHJpa2xlciA8bGVvLnByaWtsZXJAc3R1ZGVudC50dWdy YXouYXQ+CkRhdGU6IFRodSwgMjcgRmViIDIwMjAgMTQ6NDk6MTEgKzAxMDAKU3ViamVjdDogW1BB VENIIDEvMl0gYnVpbGQtc3lzdGVtOiBjb3B5LWJ1aWxkLXN5c3RlbTogS2VlcCBzeW1saW5rcyBz eW1ib2xpYy4KCmd1aXgvYnVpbGQvY29weS1idWlsZC1zeXN0ZW0uc2NtIChpbnN0YWxsKVtpbnN0 YWxsLWZpbGVdOgpSZWFkIHN5bWxpbmtzIGFzIGlzIGRvbmUgaW4gaW5zdGFsbC1zaW1wbGUgdGhy b3VnaCBjb3B5LXJlY3Vyc2l2ZWx5LgotLS0KIGd1aXgvYnVpbGQvY29weS1idWlsZC1zeXN0ZW0u c2NtIHwgOCArKysrKysrLQogMSBmaWxlIGNoYW5nZWQsIDcgaW5zZXJ0aW9ucygrKSwgMSBkZWxl dGlvbigtKQoKZGlmZiAtLWdpdCBhL2d1aXgvYnVpbGQvY29weS1idWlsZC1zeXN0ZW0uc2NtIGIv Z3VpeC9idWlsZC9jb3B5LWJ1aWxkLXN5c3RlbS5zY20KaW5kZXggNmQ5ZGM4ZjkzYi4uYTg2ZjBj ZGUyOSAxMDA2NDQKLS0tIGEvZ3VpeC9idWlsZC9jb3B5LWJ1aWxkLXN5c3RlbS5zY20KKysrIGIv Z3VpeC9idWlsZC9jb3B5LWJ1aWxkLXN5c3RlbS5zY20KQEAgLTkxLDcgKzkxLDEzIEBAIGlmIFRB UkdFVCBlbmRzIHdpdGggYSAnLycsIHRoZSBzb3VyY2UgaXMgaW5zdGFsbGVkIHVuZGVybmVhdGgu IgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxlKSkpKQogICAgICAgKGZv cm1hdCAoY3VycmVudC1vdXRwdXQtcG9ydCkgImB+YScgLT4gYH5hJ34lIiBmaWxlIGRlc3QpCiAg ICAgICAobWtkaXItcCAoZGlybmFtZSBkZXN0KSkKLSAgICAgIChjb3B5LWZpbGUgZmlsZSBkZXN0 KSkpCisgICAgICAobGV0ICgoc3RhdCAobHN0YXQgZmlsZSkpKQorICAgICAgICAoY2FzZSAoc3Rh dDp0eXBlIHN0YXQpCisgICAgICAgICAgKChzeW1saW5rKQorICAgICAgICAgICAobGV0ICgodGFy Z2V0IChyZWFkbGluayBmaWxlKSkpCisgICAgICAgICAgICAgKHN5bWxpbmsgdGFyZ2V0IGRlc3Qp KSkKKyAgICAgICAgICAoZWxzZQorICAgICAgICAgICAoY29weS1maWxlIGZpbGUgZGVzdCkpKSkp KQogCiAgIChkZWZpbmUqIChtYWtlLWZpbGUtcHJlZGljYXRlIHN1ZmZpeGVzIG1hdGNoZXMtcmVn ZXhwICM6b3B0aW9uYWwgKGRlZmF1bHQtdmFsdWUgI3QpKQogICAgICJSZXR1cm4gYSBwcmVkaWNh dGUgdGhhdCByZXR1cm5zICN0IGlmIGl0cyBmaWxlIGFyZ3VtZW50IG1hdGNoZXMgdGhlCi0tIAoy LjI1LjEKCg== --=-vO2tOloRniVNVMuAQVQk Content-Disposition: attachment; filename="0002-gnu-delft-icon-theme-Use-the-copy-build-system.patch" Content-Type: text/x-patch; name="0002-gnu-delft-icon-theme-Use-the-copy-build-system.patch"; charset="UTF-8" Content-Transfer-Encoding: base64 RnJvbSBkNTFjOTBhMjQxNDUyYmEwM2Y5ZDJiNTAzODIzMzk2N2JiOTRlODQ0IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBMZW8gUHJpa2xlciA8bGVvLnByaWtsZXJAc3R1ZGVudC50dWdy YXouYXQ+CkRhdGU6IEZyaSwgMjEgRmViIDIwMjAgMTc6MTc6NTYgKzAxMDAKU3ViamVjdDogW1BB VENIIDIvMl0gZ251OiBkZWxmdC1pY29uLXRoZW1lOiBVc2UgdGhlIGNvcHktYnVpbGQtc3lzdGVt LgoKKiBnbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbSAoZGVsZnQtaWNvbi10aGVtZSk6IFVzZSB0 aGUgY29weS1idWlsZC1zeXN0ZW0uCi0tLQogZ251L3BhY2thZ2VzL2dub21lLXh5ei5zY20gfCAy MiArKysrKysrKysrLS0tLS0tLS0tLS0tCiAxIGZpbGUgY2hhbmdlZCwgMTAgaW5zZXJ0aW9ucygr KSwgMTIgZGVsZXRpb25zKC0pCgpkaWZmIC0tZ2l0IGEvZ251L3BhY2thZ2VzL2dub21lLXh5ei5z Y20gYi9nbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbQppbmRleCBiZWRhYWNmMDkyLi5iMGJjMzVj NGIxIDEwMDY0NAotLS0gYS9nbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbQorKysgYi9nbnUvcGFj a2FnZXMvZ25vbWUteHl6LnNjbQpAQCAtMTAxLDE5ICsxMDEsMTcgQEAgbGlrZSBHbm9tZSwgVW5p dHksIEJ1ZGdpZSwgUGFudGhlb24sIFhGQ0UsIE1hdGUgYW5kIG90aGVycy4iKQogICAgICAgICAo YmFzZTMyCiAgICAgICAgICAiMHZ3M3l3OWY5eWd6ZmQyazN6cmZpaDNyMHZremxoazFibXNrOHNh cHZrN25wMjRpMXo5cyIpKQogICAgICAgIChmaWxlLW5hbWUgKGdpdC1maWxlLW5hbWUgbmFtZSB2 ZXJzaW9uKSkpKQotICAgIChidWlsZC1zeXN0ZW0gdHJpdmlhbC1idWlsZC1zeXN0ZW0pCisgICAg KGJ1aWxkLXN5c3RlbSBjb3B5LWJ1aWxkLXN5c3RlbSkKICAgICAoYXJndW1lbnRzCi0gICAgIGAo Izptb2R1bGVzICgoZ3VpeCBidWlsZCB1dGlscykpCi0gICAgICAgIzpidWlsZGVyCi0gICAgICAg KGJlZ2luCi0gICAgICAgICAodXNlLW1vZHVsZXMgKGd1aXggYnVpbGQgdXRpbHMpKQotICAgICAg ICAgKGNvcHktcmVjdXJzaXZlbHkgKGFzc29jLXJlZiAlYnVpbGQtaW5wdXRzICJzb3VyY2UiKSAi aWNvbnMiKQotICAgICAgICAgKHN1YnN0aXR1dGUqICJpY29ucy9EZWxmdC9pbmRleC50aGVtZSIK LSAgICAgICAgICAgKCgiZ25vbWUiKSAiQWR3YWl0YSIpKQotICAgICAgICAgKGRlbGV0ZS1maWxl ICJpY29ucy9SRUFETUUubWQiKQotICAgICAgICAgKGRlbGV0ZS1maWxlICJpY29ucy9MSUNFTlNF IikKLSAgICAgICAgIChkZWxldGUtZmlsZSAiaWNvbnMvbG9nby5qcGciKQotICAgICAgICAgKGNv cHktcmVjdXJzaXZlbHkgImljb25zIiAoc3RyaW5nLWFwcGVuZCAlb3V0cHV0ICIvc2hhcmUvaWNv bnMiKSkpKSkKKyAgICAgYCgjOmluc3RhbGwtcGxhbgorICAgICAgIGAoKCIuIiAic2hhcmUvaWNv bnMiICM6ZXhjbHVkZSAoIlJFQURNRS5tZCIgIkxJQ0VOU0UiICJsb2dvLmpwZyIpKSkKKyAgICAg ICAjOnBoYXNlcworICAgICAgIChtb2RpZnktcGhhc2VzICVzdGFuZGFyZC1waGFzZXMKKyAgICAg ICAgIChhZGQtYWZ0ZXIgJ3VucGFjayAncGF0Y2gtaW5kZXgudGhlbWUKKyAgICAgICAgICAgKGxh bWJkYSBfCisgICAgICAgICAgICAoc3Vic3RpdHV0ZSogIkRlbGZ0L2luZGV4LnRoZW1lIgorICAg ICAgICAgICAgICAoKCJnbm9tZSIpICJBZHdhaXRhIikpCisgICAgICAgICAgICAjdCkpKSkpCiAg ICAgKGhvbWUtcGFnZSAiaHR0cHM6Ly93d3cuZ25vbWUtbG9vay5vcmcvcC8xMTk5ODgxLyIpCiAg ICAgKHN5bm9wc2lzICJDb250aW51YXRpb24gb2YgRmFlbnphIGljb24gdGhlbWUgd2l0aCB1cCB0 byBkYXRlIGFwcCBpY29ucyIpCiAgICAgKGRlc2NyaXB0aW9uICJEZWxmdCBpcyBhIGZvcmsgb2Yg dGhlIHBvcHVsYXIgaWNvbiB0aGVtZSBGYWVuemEgd2l0aCB1cCB0bwotLSAKMi4yNS4xCgo= --=-vO2tOloRniVNVMuAQVQk Content-Disposition: attachment; filename="0003-gnu-delft-icon-theme-Update-to-1.11.patch" Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name="0003-gnu-delft-icon-theme-Update-to-1.11.patch"; charset="UTF-8" RnJvbSBjOTBhYjQzOWM3Yzc5MzUwZmE3ODNhOWYyMDE4MmEzNGZlYTk1Mjg5IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBMZW8gUHJpa2xlciA8bGVvLnByaWtsZXJAc3R1ZGVudC50dWdy YXouYXQ+CkRhdGU6IFRodSwgMjcgRmViIDIwMjAgMTU6NDc6MzkgKzAxMDAKU3ViamVjdDogW1BB VENIIDMvM10gZ251OiBkZWxmdC1pY29uLXRoZW1lOiBVcGRhdGUgdG8gMS4xMS4KCiogZ251L3Bh Y2thZ2VzL2dub21lLXh5ei5zY20gKGRlbGZ0LWljb24tdGhlbWUpOiBVcGRhdGUgdG8gMS4xMS4K LS0tCiBnbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbSB8IDQgKystLQogMSBmaWxlIGNoYW5nZWQs IDIgaW5zZXJ0aW9ucygrKSwgMiBkZWxldGlvbnMoLSkKCmRpZmYgLS1naXQgYS9nbnUvcGFja2Fn ZXMvZ25vbWUteHl6LnNjbSBiL2dudS9wYWNrYWdlcy9nbm9tZS14eXouc2NtCmluZGV4IGIwYmMz NWM0YjEuLmI4Y2QzMmRiMDggMTAwNjQ0Ci0tLSBhL2dudS9wYWNrYWdlcy9nbm9tZS14eXouc2Nt CisrKyBiL2dudS9wYWNrYWdlcy9nbm9tZS14eXouc2NtCkBAIC05MCw3ICs5MCw3IEBAIGxpa2Ug R25vbWUsIFVuaXR5LCBCdWRnaWUsIFBhbnRoZW9uLCBYRkNFLCBNYXRlIGFuZCBvdGhlcnMuIikK IChkZWZpbmUtcHVibGljIGRlbGZ0LWljb24tdGhlbWUKICAgKHBhY2thZ2UKICAgICAobmFtZSAi ZGVsZnQtaWNvbi10aGVtZSIpCi0gICAgKHZlcnNpb24gIjEuMTAiKQorICAgICh2ZXJzaW9uICIx LjExIikKICAgICAoc291cmNlCiAgICAgIChvcmlnaW4KICAgICAgICAobWV0aG9kIGdpdC1mZXRj aCkKQEAgLTk5LDcgKzk5LDcgQEAgbGlrZSBHbm9tZSwgVW5pdHksIEJ1ZGdpZSwgUGFudGhlb24s IFhGQ0UsIE1hdGUgYW5kIG90aGVycy4iKQogICAgICAgICAgICAgIChjb21taXQgKHN0cmluZy1h cHBlbmQgInYiIHZlcnNpb24pKSkpCiAgICAgICAgKHNoYTI1NgogICAgICAgICAoYmFzZTMyCi0g ICAgICAgICAiMHZ3M3l3OWY5eWd6ZmQyazN6cmZpaDNyMHZremxoazFibXNrOHNhcHZrN25wMjRp MXo5cyIpKQorICAgICAgICAgIjFtM3I0aTRtM3kzeHNqYjVmNGJpazB5bG1pNjRhbWtmeXIweThw amJ2djZneWo0OTJtaTYiKSkKICAgICAgICAoZmlsZS1uYW1lIChnaXQtZmlsZS1uYW1lIG5hbWUg dmVyc2lvbikpKSkKICAgICAoYnVpbGQtc3lzdGVtIGNvcHktYnVpbGQtc3lzdGVtKQogICAgIChh cmd1bWVudHMKLS0gCjIuMjUuMQoK --=-vO2tOloRniVNVMuAQVQk-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 28 03:40:52 2020 Received: (at 39717) by debbugs.gnu.org; 28 Feb 2020 08:40:52 +0000 Received: from localhost ([127.0.0.1]:60645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7bCW-0006XA-0I for submit@debbugs.gnu.org; Fri, 28 Feb 2020 03:40:52 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:60779) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7bCV-0006Wy-3N for 39717@debbugs.gnu.org; Fri, 28 Feb 2020 03:40:51 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 9E8BDC001F; Fri, 28 Feb 2020 08:40:44 +0000 (UTC) From: Pierre Neidhardt To: Leo Prikler Subject: Re: [bug#39717] [PATCH 1/3] gnu: delft-icon-theme: Use the copy-build-system. In-Reply-To: <0047ad8dbdc65cfab78694c5be996d99ebb734c3.camel@student.tugraz.at> References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> <87mu9472ai.fsf@ambrevar.xyz> <635f276d8ce7198de37c5c95387dc656ee80f4ae.camel@student.tugraz.at> <875zfs6ubq.fsf@ambrevar.xyz> <87zhd45drp.fsf@ambrevar.xyz> <0047ad8dbdc65cfab78694c5be996d99ebb734c3.camel@student.tugraz.at> Date: Fri, 28 Feb 2020 09:40:44 +0100 Message-ID: <875zfr5ckz.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Merged, thanks! -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 39717 Cc: 39717@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: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Merged, thanks! -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Merged, thanks! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5Y0gwACgkQm9z0l6S7 zH9Nbgf+PIKLns3cP9fk6efMOeZq4E9rl/Fv98vT4j/Ia1A9+Dq2jj07qCdTPswF JcTdxj5nyVpZV3C3lxRGdaaKVHtXpQmc3qr001Ao1PBv2dQAJFplcu8IYO3emJxg mmNejy/9dTKG3r1s1ya6IhWPr+JX6+Myrmh7l9rChN/P5rd2Om4luWvfnt+wbYuR Nr3DXEiw/PZbZIS4batFVrIqBfOLpYWYdjBIpJIgTDzpp/zxIXsBlon0MoY621hK 2kKFaPjLm0KBsQ7NMWaTo/LQPOq39wVr2hNoVMAX5xvNHipOMU+ZdCHpgW0Zmind NdtyihEuoTosjh9HvUJ0xquYdQ7ybQ== =ZG/4 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 28 03:41:15 2020 Received: (at control) by debbugs.gnu.org; 28 Feb 2020 08:41:15 +0000 Received: from localhost ([127.0.0.1]:60649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7bCt-0006YN-9J for submit@debbugs.gnu.org; Fri, 28 Feb 2020 03:41:15 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:35125) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7bCr-0006Y7-UX for control@debbugs.gnu.org; Fri, 28 Feb 2020 03:41:14 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 80232240009 for ; Fri, 28 Feb 2020 08:41:07 +0000 (UTC) Date: Fri, 28 Feb 2020 09:41:07 +0100 Message-Id: <874kvb5ckc.fsf@ambrevar.xyz> To: control@debbugs.gnu.org From: Pierre Neidhardt Subject: control message for bug #39717 X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: control 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.2 (-) close 39717 quit From unknown Thu Sep 11 15:11:08 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, 27 Mar 2020 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