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 690877 - gupnp-1.0 >= $GUPNP_REQUIRED - variable isn't expanded
gupnp-1.0 >= $GUPNP_REQUIRED - variable isn't expanded
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: general
0.17.x
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-30 04:07 UTC by Dennis Björklund
Modified: 2013-03-15 07:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dennis Björklund 2012-12-30 04:07:11 UTC
When running ./configure on rygel-0.17.5 it fail with this error:


configure: error: Package requirements (gupnp-1.0 >= $GUPNP_REQUIRED gee-0.8 >= $GEE_REQUIRED uuid >= 1.41.3 gssdp-1.0 >= 0.13.0 gio-2.0 >= 2.26) were not met:

Requested 'gupnp-1.0 >= $GUPNP_REQUIRED' but version of gupnp-1.0 is 0.19.3


$GUPNP_REQUIRED isn't expanded properly to 0.19.0 as it should and thus the configure fail.
Comment 1 Jens Georg 2013-01-18 09:39:24 UTC
Can you attach your config.log and configure script?
Comment 2 Jens Georg 2013-03-15 07:54:13 UTC
Ok, I suppose this was fixed by

commit 676cdea568812cc281789204e26d940ca24e7c40
Author: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date:   Thu Mar 14 10:02:45 2013 +0100

    Use double quotes for RYGEL_BASE_MODULES so the variables get
    correctly expanded in all shells.