public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386
@ 2014-04-08 13:14 Samuli Suominen
  2014-04-08 13:17 ` Samuli Suominen
  2014-04-08 19:26 ` Pacho Ramos
  0 siblings, 2 replies; 6+ messages in thread
From: Samuli Suominen @ 2014-04-08 13:14 UTC (permalink / raw
  To: gentoo-dev

It would take considerably amount of time to start extracting tarballs,
installing ebuilds, and reporting bugs about possible
broken .png files within packages.
The problem is broken IDAT lenght, an error that libpng15 still
gracefully ignored, but libpng16 no longer ignores.

The bug, http://bugs.gentoo.org/468386
List created by Tobias at 2013 May,
https://bugs.gentoo.org/attachment.cgi?id=347306
<mailto:klausman@gentoo.org>

This has been discussed on the ML before, and most important packages
got already fixed, but there are packages still
left. Any help addressing the issue is welcome, and I'm sending this
mail in hopes people will see packages on the lists
that intrest them, and fix them.

Thanks,
Samuli
<mailto:klausman@gentoo.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386
  2014-04-08 13:14 [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386 Samuli Suominen
@ 2014-04-08 13:17 ` Samuli Suominen
  2014-04-08 19:26 ` Pacho Ramos
  1 sibling, 0 replies; 6+ messages in thread
From: Samuli Suominen @ 2014-04-08 13:17 UTC (permalink / raw
  To: gentoo-dev


On 08/04/14 16:14, Samuli Suominen wrote:
> <mailto:klausman...>
> <mailto:klausman...>
>

No idea how that happened. I blame Thunderbird.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386
  2014-04-08 19:26 ` Pacho Ramos
@ 2014-04-08 19:25   ` Samuli Suominen
  2014-04-08 20:26     ` Pacho Ramos
  0 siblings, 1 reply; 6+ messages in thread
From: Samuli Suominen @ 2014-04-08 19:25 UTC (permalink / raw
  To: gentoo-dev


On 08/04/14 22:26, Pacho Ramos wrote:
> El mar, 08-04-2014 a las 16:14 +0300, Samuli Suominen escribió:
>> It would take considerably amount of time to start extracting tarballs,
>> installing ebuilds, and reporting bugs about possible
>> broken .png files within packages.
>> The problem is broken IDAT lenght, an error that libpng15 still
>> gracefully ignored, but libpng16 no longer ignores.
>>
>> The bug, http://bugs.gentoo.org/468386
>> List created by Tobias at 2013 May,
>> https://bugs.gentoo.org/attachment.cgi?id=347306
>> <mailto:klausman@gentoo.org>
>>
>> This has been discussed on the ML before, and most important packages
>> got already fixed, but there are packages still
>> left. Any help addressing the issue is welcome, and I'm sending this
>> mail in hopes people will see packages on the lists
>> that intrest them, and fix them.
>>
>> Thanks,
>> Samuli
>> <mailto:klausman@gentoo.org>
>>
> If there exists a tool that detects that broken png files, maybe a QA
> portage check (like the one used to detect broken .desktop files) could
> be added to help to detect and fix the problematic images :/
>
>

Pretty good idea, there is the script in python, and Portage is python,
maybe it can be adopted somehow.

The script is at, https://bugs.gentoo.org/show_bug.cgi?id=466190#c11

- Samuli


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386
  2014-04-08 13:14 [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386 Samuli Suominen
  2014-04-08 13:17 ` Samuli Suominen
@ 2014-04-08 19:26 ` Pacho Ramos
  2014-04-08 19:25   ` Samuli Suominen
  1 sibling, 1 reply; 6+ messages in thread
From: Pacho Ramos @ 2014-04-08 19:26 UTC (permalink / raw
  To: gentoo-dev

El mar, 08-04-2014 a las 16:14 +0300, Samuli Suominen escribió:
> It would take considerably amount of time to start extracting tarballs,
> installing ebuilds, and reporting bugs about possible
> broken .png files within packages.
> The problem is broken IDAT lenght, an error that libpng15 still
> gracefully ignored, but libpng16 no longer ignores.
> 
> The bug, http://bugs.gentoo.org/468386
> List created by Tobias at 2013 May,
> https://bugs.gentoo.org/attachment.cgi?id=347306
> <mailto:klausman@gentoo.org>
> 
> This has been discussed on the ML before, and most important packages
> got already fixed, but there are packages still
> left. Any help addressing the issue is welcome, and I'm sending this
> mail in hopes people will see packages on the lists
> that intrest them, and fix them.
> 
> Thanks,
> Samuli
> <mailto:klausman@gentoo.org>
> 

If there exists a tool that detects that broken png files, maybe a QA
portage check (like the one used to detect broken .desktop files) could
be added to help to detect and fix the problematic images :/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386
  2014-04-08 19:25   ` Samuli Suominen
@ 2014-04-08 20:26     ` Pacho Ramos
  2014-04-08 20:39       ` Samuli Suominen
  0 siblings, 1 reply; 6+ messages in thread
From: Pacho Ramos @ 2014-04-08 20:26 UTC (permalink / raw
  To: gentoo-dev

El mar, 08-04-2014 a las 22:25 +0300, Samuli Suominen escribió:
> On 08/04/14 22:26, Pacho Ramos wrote:
> > El mar, 08-04-2014 a las 16:14 +0300, Samuli Suominen escribió:
> >> It would take considerably amount of time to start extracting tarballs,
> >> installing ebuilds, and reporting bugs about possible
> >> broken .png files within packages.
> >> The problem is broken IDAT lenght, an error that libpng15 still
> >> gracefully ignored, but libpng16 no longer ignores.
> >>
> >> The bug, http://bugs.gentoo.org/468386
> >> List created by Tobias at 2013 May,
> >> https://bugs.gentoo.org/attachment.cgi?id=347306
> >> <mailto:klausman@gentoo.org>
> >>
> >> This has been discussed on the ML before, and most important packages
> >> got already fixed, but there are packages still
> >> left. Any help addressing the issue is welcome, and I'm sending this
> >> mail in hopes people will see packages on the lists
> >> that intrest them, and fix them.
> >>
> >> Thanks,
> >> Samuli
> >> <mailto:klausman@gentoo.org>
> >>
> > If there exists a tool that detects that broken png files, maybe a QA
> > portage check (like the one used to detect broken .desktop files) could
> > be added to help to detect and fix the problematic images :/
> >
> >
> 
> Pretty good idea, there is the script in python, and Portage is python,
> maybe it can be adopted somehow.
> 
> The script is at, https://bugs.gentoo.org/show_bug.cgi?id=466190#c11
> 
> - Samuli
> 

Probably we will need to open a bug report, do you prefer to report that
one or should I? ;)



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386
  2014-04-08 20:26     ` Pacho Ramos
@ 2014-04-08 20:39       ` Samuli Suominen
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen @ 2014-04-08 20:39 UTC (permalink / raw
  To: gentoo-dev


On 08/04/14 23:26, Pacho Ramos wrote:
> El mar, 08-04-2014 a las 22:25 +0300, Samuli Suominen escribió:
>> On 08/04/14 22:26, Pacho Ramos wrote:
>>> El mar, 08-04-2014 a las 16:14 +0300, Samuli Suominen escribió:
>>>> It would take considerably amount of time to start extracting tarballs,
>>>> installing ebuilds, and reporting bugs about possible
>>>> broken .png files within packages.
>>>> The problem is broken IDAT lenght, an error that libpng15 still
>>>> gracefully ignored, but libpng16 no longer ignores.
>>>>
>>>> The bug, http://bugs.gentoo.org/468386
>>>> List created by Tobias at 2013 May,
>>>> https://bugs.gentoo.org/attachment.cgi?id=347306
>>>> <mailto:klausman@gentoo.org>
>>>>
>>>> This has been discussed on the ML before, and most important packages
>>>> got already fixed, but there are packages still
>>>> left. Any help addressing the issue is welcome, and I'm sending this
>>>> mail in hopes people will see packages on the lists
>>>> that intrest them, and fix them.
>>>>
>>>> Thanks,
>>>> Samuli
>>>> <mailto:klausman@gentoo.org>
>>>>
>>> If there exists a tool that detects that broken png files, maybe a QA
>>> portage check (like the one used to detect broken .desktop files) could
>>> be added to help to detect and fix the problematic images :/
>>>
>>>
>> Pretty good idea, there is the script in python, and Portage is python,
>> maybe it can be adopted somehow.
>>
>> The script is at, https://bugs.gentoo.org/show_bug.cgi?id=466190#c11
>>
>> - Samuli
>>
> Probably we will need to open a bug report, do you prefer to report that
> one or should I? ;)
>
>

https://bugs.gentoo.org/show_bug.cgi?id=507172


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-08 20:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 13:14 [gentoo-dev] Some tarballs still ship broken .png images that can't be viewed with libpng16, "Tracker" bug #468386 Samuli Suominen
2014-04-08 13:17 ` Samuli Suominen
2014-04-08 19:26 ` Pacho Ramos
2014-04-08 19:25   ` Samuli Suominen
2014-04-08 20:26     ` Pacho Ramos
2014-04-08 20:39       ` Samuli Suominen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox