#1 Le 01/04/2015, à 09:44
- clins
Installation Glib 2.42.1 [install-recursive] Error 1
Bonjour, j'ai un problème d'installation de glib. J'ai une erreur qui s'affiche à chaque fois que je lance la commande
make install
voila l'erreur qui s'affiche:
CCLD libpcre.la
libtool: link: `libpcre_la-pcre_compile.lo' is not a valid libtool object
Makefile:926: recipe for target 'libpcre.la' failed
make[5]: *** [libpcre.la] Error 1
make[5]: Leaving directory '/root/glib-2.42.1/glib/pcre'
Makefile:1495: recipe for target 'install' failed
make[4]: *** [install] Error 2
make[4]: Leaving directory '/root/glib-2.42.1/glib/pcre'
Makefile:2452: recipe for target 'install-recursive' failed
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory '/root/glib-2.42.1/glib'
Makefile:2774: recipe for target 'install' failed
make[2]: *** [install] Error 2
make[2]: Leaving directory '/root/glib-2.42.1/glib'
Makefile:1205: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/root/glib-2.42.1'
Makefile:1671: recipe for target 'install' failed
make: *** [install] Error 2
Merci de votre aide
Cordialement clins
Dernière modification par clins (Le 01/04/2015, à 09:48)
Hors ligne
#2 Le 02/04/2015, à 09:48
- clins
Re : Installation Glib 2.42.1 [install-recursive] Error 1
Bonjour,
Finalement glib installer, maintenant object-introspection-1.42.0 qui bug ^^'
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 35, in <module>
from giscanner.dumper import compile_introspection_binary
File "./giscanner/dumper.py", line 28, in <module>
from .gdumpparser import IntrospectionBinary
File "./giscanner/gdumpparser.py", line 31, in <module>
from .transformer import TransformerException
File "./giscanner/transformer.py", line 28, in <module>
from .girparser import GIRParser
File "./giscanner/girparser.py", line 26, in <module>
from .girwriter import COMPATIBLE_GIR_VERSION
File "./giscanner/girwriter.py", line 25, in <module>
from .xmlwriter import XMLWriter
File "./giscanner/xmlwriter.py", line 34, in <module>
from _giscanner import collect_attributes
File "./giscanner/libtoolimporter.py", line 66, in load_module
mod = imp.load_module(name, open(realpath), realpath, (extension, 'rb', 3))
ImportError: libffi.so.6: cannot open shared object file: No such file or directory
Makefile:3409: recipe for target 'GLib-2.0.gir' failed
make[2]: *** [GLib-2.0.gir] Error 1
make[2]: Leaving directory '/root/gobject-introspection-1.42.0'
Makefile:2702: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/root/gobject-introspection-1.42.0'
Makefile:3173: recipe for target 'install' failed
make: *** [install] Error 2
Hors ligne