Seite 1 von 1

Kompilieren P2.5.5 auf AIX5.3 die 2te

Verfasst: Dienstag 23. Februar 2010, 10:02
von thomas15
Hi,
mein letztes problem habe ich geloest, jetzt steh ich vor dem naechsten raetsel:

configure
funktioniert

make
make install

folgender fehler

Listing /u/gfoerste/apps/lib/python2.5/xml/parsers ...
Compiling /u/gfoerste/apps/lib/python2.5/xml/parsers/__init__.py ...
Compiling /u/gfoerste/apps/lib/python2.5/xml/parsers/expat.py ...
Listing /u/gfoerste/apps/lib/python2.5/xml/sax ...
Compiling /u/gfoerste/apps/lib/python2.5/xml/sax/__init__.py ...
Compiling /u/gfoerste/apps/lib/python2.5/xml/sax/_exceptions.py ...
Compiling /u/gfoerste/apps/lib/python2.5/xml/sax/expatreader.py ...
Compiling /u/gfoerste/apps/lib/python2.5/xml/sax/handler.py ...
Compiling /u/gfoerste/apps/lib/python2.5/xml/sax/saxutils.py ...
Compiling /u/gfoerste/apps/lib/python2.5/xml/sax/xmlreader.py ...
Compiling /u/gfoerste/apps/lib/python2.5/xmllib.py ...
Compiling /u/gfoerste/apps/lib/python2.5/xmlrpclib.py ...
Compiling /u/gfoerste/apps/lib/python2.5/zipfile.py ...
make: 1254-004 The error code from the last command is 1.

Abbruch.
Jemand ne idee? Das zipfile.py und pyc sind angelegt worden.

Danke im vorraus!
ciao

Verfasst: Dienstag 23. Februar 2010, 12:44
von mkesper
Wieso zwei Threads?

Verfasst: Dienstag 23. Februar 2010, 12:57
von Rebecca
Was fuer einen Compiler nutzt du? Ich glaube, man sollte den gcc (GNU) verwenden, oder? Und diese komische Zahl scheint AIX-Make-spezifisch zu sein, vlt. bekommt man mit GNU-Make eine aussagekraeftigere Fehlermeldung?

Verfasst: Dienstag 23. Februar 2010, 13:05
von thomas15
hi,

danke fuer die idee, ich benutze aber des gnu make, zumindest sagt das man make

der compiliervorgang bricht einfach ab, die installation ist nicht vollstaendig. zum beispiel fehlt das ganze lib-dynload und vor allem die math.py.

kann man irgendwie das zipfile.py umgehen?

danke schonmal

@mkesper: weil das warscheinlich ein problem ist das auf anderen systemen auftreten kann, vielleicht haette ich ne andere ueberschrift waehlen sollen...