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 795466 - gst-rtsp-server-1.14.0/configure looks for missing gstreamer-plugins-good-1.0.pc
gst-rtsp-server-1.14.0/configure looks for missing gstreamer-plugins-good-1.0.pc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
1.14.0
Other Linux
: Normal normal
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-22 16:06 UTC by Дилян Палаузов
Modified: 2018-04-22 19:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Дилян Палаузов 2018-04-22 16:06:16 UTC
pkgconfig/Makefile.am contains:

# do not install for now
# pkgconfigdir = $(libdir)/pkgconfig
# pkgconfig_DATA = $(pcverfiles)

and gst-plugins-good-1.o.pc is then not installed.  Then `gst-rtsp-server-1.14.0/configure` reports:

Package gstreamer-plugins-good-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-plugins-good-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-plugins-good-1.0' found

How is this supposed to work?
Comment 1 Tim-Philipp Müller 2018-04-22 16:15:46 UTC
This is only for uninstalled setups (gst-uninstalled) so that the unit test can find the uninstalled plugins. It's not a problem if it's not found or doesn't exist in an installed setup.
Comment 2 Tim-Philipp Müller 2018-04-22 19:11:07 UTC
commit 90d006141a38ca0d9c719f22c49880cfc073016e (HEAD -> master)
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sun Apr 22 20:09:01 2018 +0100

    configure: check for -good and -bad plugins only in uninstalled setup
    
    Avoids confusing configure messages looking or a -good .pc file
    that doesn't exist.
    
    Also use plugindir variables that common macros set while at it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795466