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 323085 - CVS HEAD build error, libgimpmath missed in Makefile.am
CVS HEAD build error, libgimpmath missed in Makefile.am
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other Linux
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-12-03 03:15 UTC by Yang Hong
Modified: 2005-12-05 12:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the build error (4.54 KB, patch)
2005-12-03 03:34 UTC, Yang Hong
none Details | Review

Description Yang Hong 2005-12-03 03:15:52 UTC
many plugins referenced gimp_matrix2_get_type(...) but did not include it in the
LDD. 

/usr/local/opt/cvs/gnome2/gimp/libgimpconfig/.libs/libgimpconfig-2.0.so.0:
undefined reference to `gimp_matrix2_get_type'
collect2: ld returned 1 exit status
make[3]: *** [metadata] 错误 1
make[3]: Leaving directory `/usr/local/opt/cvs/gnome2/gimp/plug-ins/metadata'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/usr/local/opt/cvs/gnome2/gimp/plug-ins'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/usr/local/opt/cvs/gnome2/gimp'
make: *** [all] 错误 2
Comment 1 Yang Hong 2005-12-03 03:34:10 UTC
Created attachment 55564 [details] [review]
patch to fix the build error

patch to fix the build error
Comment 2 Sven Neumann 2005-12-04 16:23:46 UTC
This is actually a bug in your linker, see bug #314513.
Comment 3 Sven Neumann 2005-12-05 12:03:14 UTC
Even though it's not really a GIMP bug, I have done some changes based on your
patch:

2005-12-05  Sven Neumann  <sven@gimp.org>

        * plug-ins/common/mkgen.pl
        * plug-ins/faxg3/Makefile.am
        * plug-ins/help/Makefile.am
        * plug-ins/metadata/Makefile.am: workaround for libtool brokeness
        on Linux (bug #314513 and bug #323085)

        * plug-ins/common/Makefile.am: regenerated.