Ruby Forum Ruby-Gnome 2 > Release plan

Posted by Kouhei Sutou (Guest)
on 02.05.2008 07:35
(Received via mailing list)
Hi,

Joachim, could you show us your release plan?

What are problems that block new release? Can we solve the problems
as soon as possible?


Thanks,
--
kou
Posted by Joachim Glauche (joaz)
on 05.05.2008 13:56
Attachment: out.txt (1,8 KB)
Kouhei Sutou wrote:
Hi,

> Joachim, could you show us your release plan?
> 
> What are problems that block new release? Can we solve the problems
> as soon as possible?

- gstreamer bindings. I saw a few patches but I'm not up to date on 
current status. The test script gives me some errors using r3188 (see 
attachment)

- If gstreamer bindings are ok, I'll ask Shin guey Wong to try if it 
compiles on windows platform.

- gtk and glib automated test scripts fail for me. Please check this.
Posted by Kouhei Sutou (Guest)
on 07.05.2008 16:28
(Received via mailing list)
Hi,

In <10fec1e900f8570351e94d12d27162ee@ruby-forum.com>
  "Re: [ruby-gnome2-devel-en] Release plan" on Mon, 5 May 2008 13:56:17 
+0200,
  Joachim Glauche <ruby-forum-incoming@andreas-s.net> wrote:

> > Joachim, could you show us your release plan?
> > 
> > What are problems that block new release? Can we solve the problems
> > as soon as possible?
> 
> - gstreamer bindings.

Ruby/GStreamer is an experimental package for now. So you
don't need to wait the package. It's OK if the package is
just buildable.

>                       I saw a few patches but I'm not up to date on 
> current status.

I think that I had merged those patches a month ago.

>                 The test script gives me some errors using r3188 (see 
> attachment)

Could you show us the followings?:

  * your GStreamer version.
  * your GStreamer's plugins version.
  * a result of 'gst-inspect-0.10 playbin'.
  * a result of 'gst-inspect-0.10 playback'.
  * a result of 'gst-inspect-0.10 identity'.


> - gtk and glib automated test scripts fail for me. Please check this.

They aren't failed on my environment. (GLib 2.16.3 and GTK+ 2.12.9)
Could you show us their versions and test result on your
environment.


Thanks,
--
kou
Posted by Joachim Glauche (joaz)
on 07.05.2008 17:08
Kouhei Sutou wrote:

> Could you show us the followings?:
> 
>   * your GStreamer version.
>   * your GStreamer's plugins version.

I've installed these packages (ubuntu 7.10)

libgstreamer0.10-0: 0.10.14-1ubuntu3
libgstreamer-plugins-base0.10-0: 0.10.14-1ubuntu3
gstreamer0.10-plugins-base: 0.10.14-1ubuntu3
gstreamer0.10-plugins-good: 0.10.6-0ubuntu4

>   * a result of 'gst-inspect-0.10 playbin'.
>   * a result of 'gst-inspect-0.10 playback'.
>   * a result of 'gst-inspect-0.10 identity'.
Will install gst-inspect and send the outputs tomorrow, i'm a bit on a 
hurry now.

>> - gtk and glib automated test scripts fail for me. Please check this.
> 
> They aren't failed on my environment. (GLib 2.16.3 and GTK+ 2.12.9)
> Could you show us their versions and test result on your
> environment.

libglib: 2.14.1-1ubuntu1
libgtk: 2.12.0-1ubuntu3

Posted by Kouhei Sutou (Guest)
on 10.05.2008 04:31
(Received via mailing list)
Hi,

In <91ef5d0449f5b22faa82114e3232ba21@ruby-forum.com>
  "Re: [ruby-gnome2-devel-en] Release plan" on Wed, 7 May 2008 17:08:36 
+0200,
  Joachim Glauche <ruby-forum-incoming@andreas-s.net> wrote:

> >> - gtk and glib automated test scripts fail for me. Please check this.
> > 
> > They aren't failed on my environment. (GLib 2.16.3 and GTK+ 2.12.9)
> > Could you show us their versions and test result on your
> > environment.
> 
> libglib: 2.14.1-1ubuntu1
> libgtk: 2.12.0-1ubuntu3

I can't fix problems happened on your environment without
your test result. Does anyone fail test on trunk?


Thanks,
--
kou
Posted by Joachim Glauche (joaz)
on 12.05.2008 16:02
Attachment: tests.log (14,7 KB)
Kouhei Sutou wrote:

> I can't fix problems happened on your environment without
> your test result. Does anyone fail test on trunk?

Hi Kouhei,

I made a small script for running all the tests (run_tests.rb), which i 
added to trunk.
See attachment for test output at trunk revision 3191 on my machine.


Posted by Kouhei Sutou (Guest)
on 13.05.2008 05:29
(Received via mailing list)
Hi,

2008/5/12 Joachim Glauche <ruby-forum-incoming@andreas-s.net>:

> See attachment for test output at trunk revision 3191 on my machine.

Thanks.
I've fixed your problem. It's a problem of test.

I there still any problem?

--
kou
Posted by Joachim Glauche (joaz)
on 13.05.2008 11:49
Attachment: tests.log (5,6 KB)
Kouhei Sutou wrote:

> Thanks.
> I've fixed your problem. It's a problem of test.
> 
> I there still any problem?

See attached log file.