GNOME Bugzilla – Bug 690877
gupnp-1.0 >= $GUPNP_REQUIRED - variable isn't expanded
Last modified: 2013-03-15 07:54:13 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.
Can you attach your config.log and configure script?
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.