On Wed, 2015-02-04 at 18:30 -0800, Dwight wrote:
PROBLEM: During the gmake of gobject-introspection-1.42.0/2/3 I got the following message before the gmake stopped. CCLD libgirepository-internals.la CC _giscanner_la-giscannermodule.lo CCLD _giscanner.la CCLD g-ir-compiler ld: 0711-224 WARNING: Duplicate symbol: .fsav ld: 0711-224 WARNING: Duplicate symbol: .fres ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-224 WARNING: Duplicate symbol: .fsav ld: 0711-224 WARNING: Duplicate symbol: .fres ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. CCLD g-ir-generate CCLD glib-print GEN g-ir-scanner GEN g-ir-annotation-tool GISCAN GLib-2.0.gir Traceback (most recent call last): File "./g-ir-scanner", line 53, in <module> from giscanner.scannermain import scanner_main File "./giscanner/scannermain.py", line 27, in <module> import subprocess File "/opt/freeware/lib/python2.6/subprocess.py", line 416, in <module> import fcntl ImportError: No module named fcntl
You are missing the Python fcntl function, which is a core part of Python: https://docs.python.org/2/library/fcntl.html I guess the Python version you are using was not compiled with fcntl support, possibly due to this bug (from a very quick search): http://bugs.python.org/issue4026 I suggest you find a more recent version of Python, or try using the version you compiled yourself. Be aware, you may well have further problems with running GNOME on AIX. I don’t think anyone’s been maintaining support for it because none of the developers use AIX. Philip
Attachment:
signature.asc
Description: This is a digitally signed message part