checking for GST... configure: WARNING: GStreamer 0.10 not available,

5,714 views
Skip to first unread message

Jorge Villanueva

unread,
Sep 30, 2011, 9:35:22 PM9/30/11
to wxPython-users
I am having the same trouble as an earlier thread with Fedora 15 .
Can I get details how it was resoved? I seems like it worked for
Robin but I am not good enough to figure out how it was done exactly.

checking for CAIRO... yes
checking for GST... configure: WARNING: GStreamer 0.10 not available,
falling back to 0.8
checking for GST... configure: WARNING: GStreamer 0.8/0.10 not
available.
configure: error: GStreamer not available
Error running configure
ERROR: failed building wxWidgets
Traceback (most recent call last):
File "build-wxpython.py", line 329, in <module>
wxbuild.main(wxscript, build_options)
File "/home/rfriedri/oss/wxPython-src-2.9.1.1/build/tools/build-
wxwidgets.py", line 270, in main
"Error running configure")
File "/home/rfriedri/oss/wxPython-src-2.9.1.1/build/tools/build-
wxwidgets.py", line 35, in exitIfError
raise builder.BuildError, msg
BuildError

Robin Dunn

unread,
Oct 1, 2011, 10:58:31 PM10/1/11
to wxpytho...@googlegroups.com

Do you also have the development package for gconf installed? That's
usually what has fixed it for me.

--
Robin Dunn
Software Craftsman
http://wxPython.org

Jorge Villanueva

unread,
Oct 3, 2011, 11:12:38 AM10/3/11
to wxPython-users
I believe I have gconf installed (GConf2-devel-2.32.3-1.fc15.i686.rpm
is installed). Do I need to unsintall GStreamer if so which package
(Many GSreamer packages installed) and reinstall. My system is
offline and so I think I would I need to use use "yum localinstall --
disablerepo=* somepackage" Sorry, getting my feet wet in all this so
I appriciate patience and guidence.

Also, If there is a way to modify "build-wxwidgets.py" to work around
this (It look like it worked for someone) the details to the
modification would be nice to have as an option.

Thanks,

Jorge
> Software Craftsmanhttp://wxPython.org- Hide quoted text -
>
> - Show quoted text -

Robin Dunn

unread,
Oct 3, 2011, 1:45:39 PM10/3/11
to wxpytho...@googlegroups.com
On 10/3/11 8:12 AM, Jorge Villanueva wrote:
> I believe I have gconf installed (GConf2-devel-2.32.3-1.fc15.i686.rpm
> is installed). Do I need to unsintall GStreamer if so which package
> (Many GSreamer packages installed) and reinstall. My system is
> offline and so I think I would I need to use use "yum localinstall --
> disablerepo=* somepackage" Sorry, getting my feet wet in all this so
> I appriciate patience and guidence.

The next step would be to look at the config.log file produced when
configure is run to see if there are any other clues about why the check
for gstreamer development files is failing. Also, I just noticed that
you appear to be building 2.9.1.1, you should probably update to 2.9.2.4.


>
> Also, If there is a way to modify "build-wxwidgets.py" to work around
> this (It look like it worked for someone) the details to the
> modification would be nice to have as an option.

You could try removing the line that adds --enable-mediactrl to the list
of configure options.

imperialguy

unread,
Nov 7, 2011, 1:48:54 PM11/7/11
to wxpytho...@googlegroups.com
Could you please post the changes you made to the configure script? I have
Ubuntu 10.04 LTS installed. Following are the error messages while trying to
build:

checking for GST... configure: WARNING: GStreamer 0.10 not available,
falling back to 0.8
checking for GST... configure: WARNING: GStreamer 0.8/0.10 not available.
configure: error: GStreamer not available
Error running configure

.
.
.

I understand the script is looking for a format similar to this ->
"gstreamer-plugins-base-$GST_VERSION"

The actual package installed on my machine shows
"gstreamer0.10-plugins-base" i.e., "gstreamer$GST_VERSION-plugins-base"

I replaced "gstreamer-plugins-base-$GST_VERSION" with
"gstreamer$GST_VERSION-plugins-base" but it still doesn't work. Any
suggestions ?

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/checking-for-GST-configure-WARNING-GStreamer-0-10-not-available-tp4859224p4972061.html
Sent from the wxPython-users mailing list archive at Nabble.com.

Robin Dunn

unread,
Nov 8, 2011, 2:11:54 PM11/8/11
to wxpytho...@googlegroups.com
On 11/7/11 10:48 AM, imperialguy wrote:
> Could you please post the changes you made to the configure script? I have
> Ubuntu 10.04 LTS installed. Following are the error messages while trying to
> build:
>
> checking for GST... configure: WARNING: GStreamer 0.10 not available,
> falling back to 0.8
> checking for GST... configure: WARNING: GStreamer 0.8/0.10 not available.
> configure: error: GStreamer not available
> Error running configure
> .
> .

Do you have the libgconf2-dev package installed? The pkg-config info
for gstreamer doesn't complain if the gconf-dev files are not installed,
but they are required.

Robin Dunn

unread,
May 21, 2013, 8:22:01 PM5/21/13
to wxpytho...@googlegroups.com
Omar Pera wrote:
> I have tried to install all gconf related libraries but I cannot
> overpass this issue (gconf2 gconf2-common libgconf2-dev
> gstreamer0.10-gconf libgconf2-dev libghc-gconf-dev python-gconf..)
> running ./build-wxpython.py --install
>
> I am using 2.9.4.0 with the patch. I use Ubuntu GNOME 13.04.


What errors are you seeing?

Hugues JEAN-BAPTISTE

unread,
May 22, 2013, 3:32:57 AM5/22/13
to wxpytho...@googlegroups.com
Le 21/05/2013 20:02, Omar Pera a �crit :
> I have tried to install all gconf related libraries but I cannot
> overpass this issue (gconf2 gconf2-common libgconf2-dev
> gstreamer0.10-gconf libgconf2-dev libghc-gconf-dev python-gconf..)
> running ./build-wxpython.py --install
>
> I am using 2.9.4.0 with the patch. I use Ubuntu GNOME 13.04.
>
> Another way I tried to install last wxPython was to setup the APT repo
> that other guys built for Ubuntu (), and install only wxPython with $
> python setup.py install. Then I got stuck in the same problem as some
> people have had about the missing wx/gtk/dc.h (and I have applied the
> patch that solves that...)
>
> Any clue would be really appreciated.
>
>
Possible missing packages would be :

- libgstreamer-plugins-base0.10-devel
- libgconfmm2.6-devel

--

Hugues JEAN-BAPTISTE (h...@agorinfo.fr)
AGORINFO S.A.S. (http://www.agorinfo.fr)

Omar Pera

unread,
May 22, 2013, 10:38:58 AM5/22/13
to wxpytho...@googlegroups.com
Thanks for being so responsive.

After some hours I did In $WXROOT/build/tools/, editing build-wxwidgets.py and change the switch for mediactrl to --disable-mediactrl. In fact, my problem was I could not find mediactrl for being in wxPython directory (my head was going to explode).

So, now everything is fine and I correctly build it. My only problem now is that I cannot get wx.html2 working (unsupported platform) after I installed what the docs says: libwebkitgtk-dev and also I tried libwebkitgtk-3.0-dev (version >= 1.3.1). But most likely I will open an issue about that, do not want to change the topic here.


On 22 May 2013 03:32, Hugues JEAN-BAPTISTE <h...@agorinfo.fr> wrote:


--
You received this message because you are subscribed to a topic in the Google Groups "wxPython-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wxpython-users/ABGx_U6Jqno/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Robin Dunn

unread,
Jun 10, 2013, 1:42:54 PM6/10/13
to wxpytho...@googlegroups.com
omegacore wrote:
> Hi everyone.
>
> I managed to fix this by checking my pkg-config path. It really bothered
> me that gstreamer was installed, and I could literally see the .pc file
> for it (via locate gstreamer | grep pc) and the base-plugins but this
> build was failing....
>
> For some reason on my system, pkg-config just wasn't searching in
> /usr/lib64 which is where my yum install was putting gstreamer...
>
> so I added the path to the pkg-config path like so:
>
> export PKG_CONFIG_PATH=/usr/lib64
>
> Fixed. I happily built the thing, but now I don't have permission to
> install the lib in the usual place ... probably because I am on my work
> computer. Anyways, perhaps I can find a way around this (in another
> thread)? My sudo powers are not completely super.
>

You can use the --prefix option with configure to tell it to install
somewhere else. You will need to rebuild after running configure again.

Indraraj Chavda

unread,
Feb 12, 2014, 10:02:33 PM2/12/14
to wxpytho...@googlegroups.com


On Wednesday, May 22, 2013 1:02:57 PM UTC+5:30, Hugues JEAN-BAPTISTE wrote:
Le 21/05/2013 20:02, Omar Pera a �crit :
 
Possible missing packages would be :

- libgstreamer-plugins-base0.10-devel
- libgconfmm2.6-devel

Above lib installation resolved my issue. Thanks! 

bob...@gmail.com

unread,
Jan 21, 2015, 7:14:48 PM1/21/15
to wxpytho...@googlegroups.com
I am running Fedora21 so the package names might be different.

To install gconf, I needed to:

   yum install Gconf2-devel

To find the 'missing' gstreamer packages (I also have gstreamer-devel installed
but the config script doesn't see it..)

If you do this 'trick'

    yum install gstreamer*

Yum will find all of the packages starting with gstreamer that you have not installed.

(*** Note - do not install them all - answer the question with 'N' )

When you have the list, look for likely suspects, install them and then rerun the config to see if you got the missing package.

I got over this bump by:

   yum install gstreamer-python-devel
   yum install gstreamer-plugins-base-devel

I am now stuck on another problem further into the configuration.

Have fun

edward hildum

unread,
Mar 8, 2015, 9:45:23 PM3/8/15
to wxpytho...@googlegroups.com
I ran into the configure warning (checking for GST... configure: WARNING: GStreamer 0.10 not available) building for GTK-2 under CentOS 6.6 linux, x86_64

GStreamer is installed and there is a gstreamer-0.10.pc package config file in the correct pkg-config directory (/usr/lib64/pkgconfig). 

I believe the root problem is that the configure.in precursor file to the configure script has a bug where it is supposed to check for GStreamer.  I'm not an autoconf guru, but it looks to me as though configure doesn't look for GStreamer unless its been told to use GTK-1.  By default,
configure assumes GTK-2, and PKG_CHECK_MODULES() is never run for GStreamer. 

You can work around the issue by defining the environment variables GST_CFLAGS and GST_LIBS (run 'configure --help' to see a listing of relevant environment variables).  To find the correct setting for the variables, use

     pkg-config gstreamer-0.10 --cflags

and

     pkg-config gstreamer-0.10 --libs

For the first command, on my system, I get:
     "-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2"
and for the second:
     "-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0"

To define the environment variables:
     export GST_CFLAGS="-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2"
     export GST_LIBS= "-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0"

I also included "--use-mediactrl" when invoking the configure script.

After that, wxPython 3.0.2 builds without problems.

Tomas Sandven

unread,
Oct 16, 2015, 2:02:12 AM10/16/15
to wxPython-users
I'm currently trying to build wxPython 3.0.3 (Phoenix) and the missing package was libgstreamer-plugins-base0.10-dev. How weird :S

Werner

unread,
Oct 16, 2015, 2:16:03 AM10/16/15
to wxpytho...@googlegroups.com
On 10/16/2015 7:12, Tomas Sandven wrote:
> I'm currently trying to build wxPython 3.0.3 (Phoenix) and the missing
> package was libgstreamer-plugins-base0.10-dev. How weird :S
Did you install the requirements?
https://github.com/wxWidgets/Phoenix/blob/master/README.rst

Werner
Reply all
Reply to author
Forward
0 new messages