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 640209 - Don't rebuild bus/at-spi-dbus-bus (incorrectly)
Don't rebuild bus/at-spi-dbus-bus (incorrectly)
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other All
: Normal normal
: ---
Assigned To: Li Yuan
Depends on:
Blocks:
 
 
Reported: 2011-01-21 17:57 UTC by Dan Winship
Modified: 2011-01-21 22:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't rebuild bus/at-spi-dbus-bus (incorrectly) (1.11 KB, patch)
2011-01-21 17:57 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2011-01-21 17:57:24 UTC
AFAICT, this means that "--enable-relocate" shouldn't have ever worked,
because $relocate will always be set to "@enable_relocate@", so the
test if it == "yes" will always fail.

(unless, for some reason, you ended up re-running config.status between
running make and running make install).
Comment 1 Dan Winship 2011-01-21 17:57:25 UTC
Created attachment 178981 [details] [review]
Don't rebuild bus/at-spi-dbus-bus (incorrectly)

bus/at-spi-dbus-bus is generated by configure.in, so don't regenerate
it via a Makefile rule (especially via a Makefile rule that forgets to
substitute the correct value for @enable_relocate@)
Comment 2 Mike Gorse 2011-01-21 22:15:35 UTC
Comment on attachment 178981 [details] [review]
Don't rebuild bus/at-spi-dbus-bus (incorrectly)

Committed. Thanks for the patch.
Comment 3 Mike Gorse 2011-01-21 22:17:42 UTC
Fixed in HEAD.