* Re: 02/02: gnu: gstreamer: Update to 1.10.3.
[not found] ` <20170201142708.9177E220171@vcs.savannah.gnu.org>
@ 2017-02-02 5:50 ` Mark H Weaver
2017-02-02 15:19 ` Marius Bakke
2017-02-02 15:57 ` Leo Famulari
0 siblings, 2 replies; 4+ messages in thread
From: Mark H Weaver @ 2017-02-02 5:50 UTC (permalink / raw)
To: Marius Bakke; +Cc: guix-devel
Hi,
mbakke@fastmail.com (Marius Bakke) writes:
> mbakke pushed a commit to branch master
> in repository guix.
>
> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302
> Author: Marius Bakke <mbakke@fastmail.com>
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 02/02: gnu: gstreamer: Update to 1.10.3.
2017-02-02 5:50 ` 02/02: gnu: gstreamer: Update to 1.10.3 Mark H Weaver
@ 2017-02-02 15:19 ` Marius Bakke
2017-02-02 15:59 ` Marius Bakke
2017-02-02 15:57 ` Leo Famulari
1 sibling, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2017-02-02 15:19 UTC (permalink / raw)
To: Mark H Weaver; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]
Mark H Weaver <mhw@netris.org> writes:
> Hi,
>
> mbakke@fastmail.com (Marius Bakke) writes:
>
>> mbakke pushed a commit to branch master
>> in repository guix.
>>
>> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302
>> Author: Marius Bakke <mbakke@fastmail.com>
>> 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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 02/02: gnu: gstreamer: Update to 1.10.3.
2017-02-02 5:50 ` 02/02: gnu: gstreamer: Update to 1.10.3 Mark H Weaver
2017-02-02 15:19 ` Marius Bakke
@ 2017-02-02 15:57 ` Leo Famulari
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2017-02-02 15:57 UTC (permalink / raw)
To: Mark H Weaver; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 02/02: gnu: gstreamer: Update to 1.10.3.
2017-02-02 15:19 ` Marius Bakke
@ 2017-02-02 15:59 ` Marius Bakke
0 siblings, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2017-02-02 15:59 UTC (permalink / raw)
To: Mark H Weaver; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]
Marius Bakke <mbakke@fastmail.com> writes:
> Mark H Weaver <mhw@netris.org> writes:
>
>> Hi,
>>
>> mbakke@fastmail.com (Marius Bakke) writes:
>>
>>> mbakke pushed a commit to branch master
>>> in repository guix.
>>>
>>> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302
>>> Author: Marius Bakke <mbakke@fastmail.com>
>>> 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 feeeee241868e39d102f074805b38d6621435f25.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-02 15:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170201142708.14133.89422@vcs.savannah.gnu.org>
[not found] ` <20170201142708.9177E220171@vcs.savannah.gnu.org>
2017-02-02 5:50 ` 02/02: gnu: gstreamer: Update to 1.10.3 Mark H Weaver
2017-02-02 15:19 ` Marius Bakke
2017-02-02 15:59 ` Marius Bakke
2017-02-02 15:57 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.