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 374506 - build of libart_lgpl fails during configure on FC6
build of libart_lgpl fails during configure on FC6
Status: RESOLVED DUPLICATE of bug 131478
Product: libart
Classification: Deprecated
Component: Other
CVS HEAD
Other All
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-12 23:59 UTC by Mark Drago
Modified: 2006-12-01 13:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Mark Drago 2006-11-12 23:59:11 UTC
Please describe the problem:
While building Gnome 2.17 on FC6 I ran in to a problem where libart_lgpl failed to build.  The problem seems to be related to how config.h is generated.  By changing the configure.in file in the following way I was able to make the build succeed:

Index: configure.in
===================================================================
RCS file: /cvs/gnome/libart_lgpl/configure.in,v
retrieving revision 1.37
diff -u -r1.37 configure.in
--- configure.in	26 Oct 2005 08:18:06 -0000	1.37
+++ configure.in	12 Nov 2006 23:15:32 -0000
@@ -1,5 +1,5 @@
 AC_INIT(art_misc.h)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 LIBART_MAJOR_VERSION=2
 LIBART_MINOR_VERSION=3

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Christian Persch 2006-12-01 13:57:38 UTC
The latest patch in bug 131478 fixes this.

*** This bug has been marked as a duplicate of 131478 ***