unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19803: gstreamer-0.10 fails tests
@ 2015-02-07 12:33 Andreas Enge
  2015-02-08  2:45 ` Mark H Weaver
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Enge @ 2015-02-07 12:33 UTC (permalink / raw)
  To: 19803

Hello,

currently, gstreamer-0.10.36 fails its tests on all three platforms. As we
have the latest version 1.4.5 and nothing depends on the old version any more,
I think we can safely remove it (together with gst-plugins-base-0.10).

Andreas

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

* bug#19803: gstreamer-0.10 fails tests
  2015-02-07 12:33 bug#19803: gstreamer-0.10 fails tests Andreas Enge
@ 2015-02-08  2:45 ` Mark H Weaver
  2015-02-20 21:00   ` Andreas Enge
  0 siblings, 1 reply; 6+ messages in thread
From: Mark H Weaver @ 2015-02-08  2:45 UTC (permalink / raw)
  To: Andreas Enge; +Cc: 19803

Andreas Enge <andreas@enge.fr> writes:

> currently, gstreamer-0.10.36 fails its tests on all three platforms. As we
> have the latest version 1.4.5 and nothing depends on the old version any more,
> I think we can safely remove it (together with gst-plugins-base-0.10).

In fact, this was my motivation for commit 710f3ce44, which removed our
last remaining user of gstreamer-0.10.x.  However, we might want to add
some software in the future that still needs gstreamer-0.10.x.

      Mark

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

* bug#19803: gstreamer-0.10 fails tests
  2015-02-08  2:45 ` Mark H Weaver
@ 2015-02-20 21:00   ` Andreas Enge
  2015-02-20 23:56     ` Taylan Ulrich Bayırlı/Kammer
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Enge @ 2015-02-20 21:00 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 19803

On Sat, Feb 07, 2015 at 09:45:22PM -0500, Mark H Weaver wrote:
> In fact, this was my motivation for commit 710f3ce44, which removed our
> last remaining user of gstreamer-0.10.x.  However, we might want to add
> some software in the future that still needs gstreamer-0.10.x.

We could still add them from the version control system if they are needed
again; right now, it is not very motivating to debug packages that do not
build, but do not seem to have any use.

Andreas

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

* bug#19803: gstreamer-0.10 fails tests
  2015-02-20 21:00   ` Andreas Enge
@ 2015-02-20 23:56     ` Taylan Ulrich Bayırlı/Kammer
  2015-02-21  0:37       ` Andreas Enge
  0 siblings, 1 reply; 6+ messages in thread
From: Taylan Ulrich Bayırlı/Kammer @ 2015-02-20 23:56 UTC (permalink / raw)
  To: Andreas Enge; +Cc: 19803

Andreas Enge <andreas@enge.fr> writes:

> On Sat, Feb 07, 2015 at 09:45:22PM -0500, Mark H Weaver wrote:
>> In fact, this was my motivation for commit 710f3ce44, which removed
>> our last remaining user of gstreamer-0.10.x.  However, we might want
>> to add some software in the future that still needs gstreamer-0.10.x.
>
> We could still add them from the version control system if they are
> needed again; right now, it is not very motivating to debug packages
> that do not build, but do not seem to have any use.
>
> Andreas

FYI I've been working on Audacity and all its dependencies today, and
got irritated by the gstreamer-0.10 package which apparently never had a
successful build.  Was about to send a bug report... :-)

(It's an optional dependency for wxwidgets.)

Taylan

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

* bug#19803: gstreamer-0.10 fails tests
  2015-02-20 23:56     ` Taylan Ulrich Bayırlı/Kammer
@ 2015-02-21  0:37       ` Andreas Enge
  2015-02-21  1:30         ` Taylan Ulrich Bayırlı/Kammer
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Enge @ 2015-02-21  0:37 UTC (permalink / raw)
  To: Taylan Ulrich Bayırlı/Kammer; +Cc: 19803

On Sat, Feb 21, 2015 at 12:56:58AM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
> FYI I've been working on Audacity and all its dependencies today, and
> got irritated by the gstreamer-0.10 package which apparently never had a
> successful build.  Was about to send a bug report... :-)

It has been built before. For x86_64:
"Last successful build 2015-01-16 13:52:19
 First broken    build 2015-02-05 13:07:42"

Andreas

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

* bug#19803: gstreamer-0.10 fails tests
  2015-02-21  0:37       ` Andreas Enge
@ 2015-02-21  1:30         ` Taylan Ulrich Bayırlı/Kammer
  0 siblings, 0 replies; 6+ messages in thread
From: Taylan Ulrich Bayırlı/Kammer @ 2015-02-21  1:30 UTC (permalink / raw)
  To: Andreas Enge; +Cc: 19803

Andreas Enge <andreas@enge.fr> writes:

> It has been built before. For x86_64:
> "Last successful build 2015-01-16 13:52:19
>  First broken    build 2015-02-05 13:07:42"
>
> Andreas

Oh never mind, I thought Guix would use an old binary substitute, but of
course that doesn't make sense (it wouldn't be an actual substitute to
the current expected output).

Taylan

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

end of thread, other threads:[~2015-02-21  1:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-07 12:33 bug#19803: gstreamer-0.10 fails tests Andreas Enge
2015-02-08  2:45 ` Mark H Weaver
2015-02-20 21:00   ` Andreas Enge
2015-02-20 23:56     ` Taylan Ulrich Bayırlı/Kammer
2015-02-21  0:37       ` Andreas Enge
2015-02-21  1:30         ` Taylan Ulrich Bayırlı/Kammer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).