GNOME Bugzilla – Bug 321500
Makefile.am in components/catalog-view is broken
Last modified: 2005-11-15 09:13:27 UTC
Version details: 2.7.x unchecked. Distribution/Version: gento, but error is in original source. Do a parallel make. Frequently this will fail due to race condition. Fix is: In components/catalog-view/Makefile.am change GNOME_GThumb_CatalogView.server.in: GNOME_GThumb_CatalogView.server.in.in Makefi le sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|g" \ < $(srcdir)/GNOME_GThumb_CatalogView.server.in.in > temp \ && mv temp GNOME_GThumb_CatalogView.server.in to GNOME_GThumb_CatalogView.server.in: GNOME_GThumb_CatalogView.server.in.in Makefi le sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|g" \ < $(srcdir)/GNOME_GThumb_CatalogView.server.in.in > temp.server \ && mv temp.server GNOME_GThumb_CatalogView.server.in Probably also a good idea to rename the temp in GNOME_GThumb_CatalogView.xml case as well so this doesn't happen again.
fixed in current CVS, thanks.