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 658914 - Build system is broken for 64bit
Build system is broken for 64bit
Status: RESOLVED FIXED
Product: gobject-introspection
Classification: Platform
Component: general
2.29.x
Other All
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-09-13 12:56 UTC by Dieter Verfaillie
Modified: 2015-02-07 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix linking against libpython (2.23 KB, patch)
2011-09-13 12:57 UTC, Dieter Verfaillie
committed Details | Review

Description Dieter Verfaillie 2011-09-13 12:56:33 UTC
This is basically the same problem as discussed with J5 wrt PyGObject,
see bug #658856.

So I seem to have broken gobject-introspection's build for 64bit
systems (lib64) with the python.m4 improvements done some time ago,
notably AM_CHECK_PYTHON_LIBS. Looking further into this:

- AM_CHECK_PYTHON_LIBS doesn't work for 64bit systems (lib64)
- Python extension modules do not need to be linked against
  libpython on linux anyway, but it it needed on Windows

So only run AM_CHECK_PYTHON_LIBS in configure.ac for the windows
case and make it clear in Makefile-giscanner.am that linking
against libpython is a windows only thing.
Comment 1 Dieter Verfaillie 2011-09-13 12:57:55 UTC
Created attachment 196366 [details] [review]
Fix linking against libpython
Comment 2 Johan (not receiving bugmail) Dahlin 2011-09-13 14:02:10 UTC
Review of attachment 196366 [details] [review]:

Looks good
Comment 3 André Klapper 2015-02-07 17:01:34 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]