Re: 02/02: gnu: gstreamer: Update to 1.10.3.

2017-02-02 Thread Leo Famulari
On Thu, Feb 02, 2017 at 12:50:22AM -0500, Mark H Weaver wrote:
> Unfortunately, gst-plugins-base-1.10.3 has failed its test suite on i686
> three times in a row on Hydra, which leaves i686 users in a very bad
> spot, since modern web browsers, media players, and desktop environments
> become dependency failures.
> 
>   https://hydra.gnu.org/build/1824127
> 
> If we can't find a proper fix soon, we may need to revert this change.

Gstreamer 1.10.3 fixed a large number of bugs with potential security
implications:

http://seclists.org/oss-sec/2017/q1/258

So, hopefully we can find a fix for i686 platforms quickly so users can
get those changes.


signature.asc
Description: PGP signature


Re: 02/02: gnu: gstreamer: Update to 1.10.3.

2017-02-02 Thread Marius Bakke
Marius Bakke  writes:

> Mark H Weaver  writes:
>
>> Hi,
>>
>> mba...@fastmail.com (Marius Bakke) writes:
>>
>>> mbakke pushed a commit to branch master
>>> in repository guix.
>>>
>>> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302
>>> Author: Marius Bakke 
>>> Date:   Wed Feb 1 15:16:07 2017 +0100
>>>
>>> gnu: gstreamer: Update to 1.10.3.
>>> 
>>> * gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.3.
>>> (gst-plugins-base): Likewise.
>>> (gst-plugins-good): Likewise.
>>> (gst-plugins-bad): Likewise.
>>> (gst-plugins-ugly): Likewise.
>>> (gst-libav): Likewise.
>>> (python-gst): Likewise.
>>
>> Unfortunately, gst-plugins-base-1.10.3 has failed its test suite on i686
>> three times in a row on Hydra, which leaves i686 users in a very bad
>> spot, since modern web browsers, media players, and desktop environments
>> become dependency failures.
>>
>>   https://hydra.gnu.org/build/1824127
>>
>> If we can't find a proper fix soon, we may need to revert this change.
>
> I can reproduce it with `guix build --system=i686-linux` on x86_64.

This was fixed upstream a few hours ago:

https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=5e2e111627871c566ffc6607eda8f4ef4699d040

I pushed this patch as fe241868e39d102f074805b38d6621435f25.


signature.asc
Description: PGP signature


Re: 02/02: gnu: gstreamer: Update to 1.10.3.

2017-02-02 Thread Marius Bakke
Mark H Weaver  writes:

> Hi,
>
> mba...@fastmail.com (Marius Bakke) writes:
>
>> mbakke pushed a commit to branch master
>> in repository guix.
>>
>> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302
>> Author: Marius Bakke 
>> Date:   Wed Feb 1 15:16:07 2017 +0100
>>
>> gnu: gstreamer: Update to 1.10.3.
>> 
>> * gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.3.
>> (gst-plugins-base): Likewise.
>> (gst-plugins-good): Likewise.
>> (gst-plugins-bad): Likewise.
>> (gst-plugins-ugly): Likewise.
>> (gst-libav): Likewise.
>> (python-gst): Likewise.
>
> Unfortunately, gst-plugins-base-1.10.3 has failed its test suite on i686
> three times in a row on Hydra, which leaves i686 users in a very bad
> spot, since modern web browsers, media players, and desktop environments
> become dependency failures.
>
>   https://hydra.gnu.org/build/1824127
>
> If we can't find a proper fix soon, we may need to revert this change.

I can reproduce it with `guix build --system=i686-linux` on x86_64.

Reverting is not a good option due to:

http://seclists.org/oss-sec/2017/q1/284

Will try to figure out what's going on.


signature.asc
Description: PGP signature


Re: 02/02: gnu: gstreamer: Update to 1.10.3.

2017-02-01 Thread Mark H Weaver
Hi,

mba...@fastmail.com (Marius Bakke) writes:

> mbakke pushed a commit to branch master
> in repository guix.
>
> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302
> Author: Marius Bakke 
> Date:   Wed Feb 1 15:16:07 2017 +0100
>
> gnu: gstreamer: Update to 1.10.3.
> 
> * gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.3.
> (gst-plugins-base): Likewise.
> (gst-plugins-good): Likewise.
> (gst-plugins-bad): Likewise.
> (gst-plugins-ugly): Likewise.
> (gst-libav): Likewise.
> (python-gst): Likewise.

Unfortunately, gst-plugins-base-1.10.3 has failed its test suite on i686
three times in a row on Hydra, which leaves i686 users in a very bad
spot, since modern web browsers, media players, and desktop environments
become dependency failures.

  https://hydra.gnu.org/build/1824127

If we can't find a proper fix soon, we may need to revert this change.

Regards,
  Mark