After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 640641 - PYGOBJECT_REQ is AC_SUBST after PKG_CHECK_MODULES
PYGOBJECT_REQ is AC_SUBST after PKG_CHECK_MODULES
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
0.10.8
Other Linux
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 641419 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-01-26 15:12 UTC by Nishio Futoshi
Modified: 2011-02-09 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nishio Futoshi 2011-01-26 15:12:18 UTC
I cannot build gst-rtsp-0.10.8 with python support, without odd option.

In config.log
configure:15114: $PKG_CONFIG --exists --print-errors "pygobject-2.0 >= $PYGOBJEC
T_REQ"
Comparison operator but no version after package name 'pygobject-2.0' in file '(
command line arguments)'

And I need to add to configure option "PYGOBJECT_REQ=2.26.0", like below.

./configure PYGOBJECT_REQ=2.26.0

Thanks.
Comment 1 Tim-Philipp Müller 2011-01-26 15:54:10 UTC
Yes, that didn't look quite right. This should hopefully work:

 commit 68a828ee29a446e4ed6b54e953f1f90356816841
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Wed Jan 26 15:52:54 2011 +0000

    configure: set PYGOBJECT_REQ before using it
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640641

Thanks for the bug report!
Comment 2 Tim-Philipp Müller 2011-02-09 13:35:05 UTC
*** Bug 641419 has been marked as a duplicate of this bug. ***