bug#38422: .png files in /gnu/store with executable permissions (555)

2019-12-02 Thread zimoun
On Sat, 30 Nov 2019 at 21:09, Bengt Richter wrote: > Should there be an official _distilled and filtered-for-upstream_ > git bug repo that guix developers populate and upstream devs > (and anyone) can pull and grep the log of for their projects? The Guix bug database is public and can be

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-30 Thread Bengt Richter
On +2019-11-30 08:45:09 +0100, Julien Lepiller wrote: > Le 30 novembre 2019 05:08:55 GMT+01:00, Mark H Weaver a > écrit : > >Hi Bengt, > > > >Bengt Richter writes: > > > >> On +2019-11-29 07:20:41 -0500, Mark H Weaver wrote: > >>> The proper solution is to send bug reports to the upstream >

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Julien Lepiller
Le 30 novembre 2019 05:08:55 GMT+01:00, Mark H Weaver a écrit : >Hi Bengt, > >Bengt Richter writes: > >> On +2019-11-29 07:20:41 -0500, Mark H Weaver wrote: >>> The proper solution is to send bug reports to the upstream >developers of >>> docbook-xsl, faba-icon-theme, and moka-icon-theme,

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Brett Gilio
Mark H Weaver writes: > [...] In cases where it > _is_ difficult to find out how to report bugs, that's arguably a problem > that should be fixed upstream. > > What do you think? > > Regards, > Mark > > > Agreed 100% with Mark. -- Brett M. Gilio https://git.sr.ht/~brettgilio/

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Mark H Weaver
Hi Bengt, Bengt Richter writes: > On +2019-11-29 07:20:41 -0500, Mark H Weaver wrote: >> The proper solution is to send bug reports to the upstream developers of >> docbook-xsl, faba-icon-theme, and moka-icon-theme, asking them to fix >> the permissions of the *.png files in their source

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Bengt Richter
Hi Mark. On +2019-11-29 07:20:41 -0500, Mark H Weaver wrote: > Hi Bengt, > > Bengt Richter wrote: > > I was wanting to check on some executable files in the store, > > and happened to see some executable .png files ;-/ > > > > I suspect they came in when I was playing with icecat > > and let

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Bengt Richter
Hi Ricardo, On +2019-11-29 10:49:06 +0100, Ricardo Wurmus wrote: > > 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

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Bengt, Ricardo, I see similar results here with ‘guix install moka-icon-theme’, and I'm sure the rest of my (and everyone's) store is full of misperm'd files too. It's kind of generally known. This seems to be particularly common in Meson packages: for some reason, Meson installs

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Mark H Weaver
Hi Bengt, Bengt Richter wrote: > I was wanting to check on some executable files in the store, > and happened to see some executable .png files ;-/ > > I suspect they came in when I was playing with icecat > and let it load a "theme", but I am not sure some didn't > also happen trying to get

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread zimoun
Hi, On Fri, 29 Nov 2019 at 11:43, Ricardo Wurmus wrote: > Maybe I’m missing something, but none of the above are PNGs. > Most of them are executables, others are directories, so having them > executable is expected. I am not sure to understand the issue but for example: find /gnu/store/

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Ricardo Wurmus
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/1s94fymqj8xba55rg8xbdni9a215kxsxkddyh2qyb7y6fl7srpng' >

bug#38422: .png files in /gnu/store with executable permissions (555)

2019-11-29 Thread Bengt Richter
Hi Guix, I was wanting to check on some executable files in the store, and happened to see some executable .png files ;-/ I suspect they came in when I was playing with icecat and let it load a "theme", but I am not sure some didn't also happen trying to get firefox radio buttons to work ;-/