From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#38422: .png files in /gnu/store with executable permissions (555) Date: Fri, 29 Nov 2019 10:49:06 +0100 Message-ID: <87r21r9fn1.fsf@elephly.net> References: <20191129075938.GA55971@PhantoNv4ArchGx.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49811) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iacud-0003wh-GD for bug-guix@gnu.org; Fri, 29 Nov 2019 04:50:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iacuZ-0007eS-7D for bug-guix@gnu.org; Fri, 29 Nov 2019 04:50:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53393) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iacuY-0007d3-Ao for bug-guix@gnu.org; Fri, 29 Nov 2019 04:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iacuY-0003TR-70 for bug-guix@gnu.org; Fri, 29 Nov 2019 04:50:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20191129075938.GA55971@PhantoNv4ArchGx.localdomain> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Bengt Richter Cc: 38422@debbugs.gnu.org Bengt Richter writes: > $ find /gnu -type f -perm /111 -iname '*png'|xargs stat -c '%a %A %N'|cut= -d '-' -f5,6,7,8|less|uniq -c|less > --8<---------------cut here---------------start------------->8--- > 1 x '/gnu/store/.links/1s94fymqj8xba55rg8xbdni9a215kxsxkddyh2qyb7y6= fl7srpng' > 1 x '/gnu/store/.links/05dsk06ffdwgjdqgsy03zhnsrcd44yyi8ylk9qyb1a3n= 89aplpng' > 97 x '/gnu/store/jf7i57glqykwgm1k7zb5k8x6f1yd47l8-faba-icon-theme > 1 x '/gnu/store/k83hj06qj142xv6rqpfh3mcdf3149q09-gd-2.2.5/bin/gdpar= ttopng' > 1 x '/gnu/store/k83hj06qj142xv6rqpfh3mcdf3149q09-gd-2.2.5/bin/gdtop= ng' > 1 x '/gnu/store/k83hj06qj142xv6rqpfh3mcdf3149q09-gd-2.2.5/bin/webpn= g' > 1 x '/gnu/store/k83hj06qj142xv6rqpfh3mcdf3149q09-gd-2.2.5/bin/gd2to= png' > 1 x '/gnu/store/x9c77i6r5fmarslij6ng81awgrxblplm-texlive-bin-201804= 14/bin/dvipng' > 34143 x '/gnu/store/yg6skr4v6vnj04rm5k9h3pa81mjivba7-moka-icon-theme > 1 x '/gnu/store/7mxkdn6cp7x8sac49p2g80qw5j1aavi3-texlive-20180414/b= in/dvipng' > 62 x '/gnu/store/6d79d8za76pj5f2flhckpmdvdgqhqxaa-docbook-xsl-1.79.1= /xml/xsl/docbook > 1 x '/gnu/store/azd3rg350gjkgzvzps3s4j3kpz5kxh57-texlive-bin-201804= 14/bin/dvipng' > 1 x '/gnu/store/9w1hi2hr4zczc5jd5r2xmff9zf4gwc1n-texlive-union-4943= 5/bin/dvipng' > 1 x '/gnu/store/5hv33gy8w247v3dcf4dfa8p0ijkmiz5x-gd-2.2.5/bin/gdpar= ttopng' > 1 x '/gnu/store/5hv33gy8w247v3dcf4dfa8p0ijkmiz5x-gd-2.2.5/bin/gdtop= ng' > 1 x '/gnu/store/5hv33gy8w247v3dcf4dfa8p0ijkmiz5x-gd-2.2.5/bin/webpn= g' > 1 x '/gnu/store/5hv33gy8w247v3dcf4dfa8p0ijkmiz5x-gd-2.2.5/bin/gd2to= png' > 1 x '/gnu/store/9jgmsnx36wv8ymgalwd1zlmq3z34bqf0-gd-2.2.5/bin/gdpar= ttopng' > 1 x '/gnu/store/9jgmsnx36wv8ymgalwd1zlmq3z34bqf0-gd-2.2.5/bin/gdtop= ng' > 1 x '/gnu/store/9jgmsnx36wv8ymgalwd1zlmq3z34bqf0-gd-2.2.5/bin/webpn= g' > 1 x '/gnu/store/9jgmsnx36wv8ymgalwd1zlmq3z34bqf0-gd-2.2.5/bin/gd2to= png' > > --8<---------------cut here---------------end--------------->8--- Maybe I=E2=80=99m missing something, but none of the above are PNGs. Most of them are executables, others are directories, so having them executable is expected. Did I misunderstand? --=20 Ricardo