This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akineko
Recipients akineko
Date 2009-01-09.21:15:10
SpamBayes Score 0.6221587
Marked as misclassified No
Message-id <1231535713.47.0.728185935162.issue4902@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to build Python 2.6.1 on Solaris/x86 machine but it puked.

gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -I. -I/home/neko/gnu/Python-2.6.1/./Include
-Ibuild/temp.solaris-2.10-i86pc-2.6/libffi/include
-Ibuild/temp.solaris-2.10-i86pc-2.6/libffi
-I/home/neko/gnu/Python-2.6.1/Modules/_ctypes/libffi/src -I. -IInclude
-I./Include -I/usr/local/include -I/home/neko/gnu/Python-2.6.1/Include
-I/home/neko/gnu/Python-2.6.1 -c
/home/neko/gnu/Python-2.6.1/Modules/_ctypes/libffi/src/x86/sysv.S -o
build/temp.solaris-2.10-i86pc-2.6/home/neko/gnu/Python-2.6.1/Modules/_ctypes/libffi/src/x86/sysv.o
Assembler:
    "/usr/tmp/ccF9sUxS.s", line 215 : Syntax error
    Near line: " movl ((10 + 3) & ~3)(%eax), %esi"
    "/usr/tmp/ccF9sUxS.s", line 215 : Illegal character: <7e>
    "/usr/tmp/ccF9sUxS.s", line 216 : Syntax error
    Near line: " movl ((((10 + 3) & ~3) + 4) + 4)(%eax), %edx"
    "/usr/tmp/ccF9sUxS.s", line 216 : Illegal character: <7e>
    "/usr/tmp/ccF9sUxS.s", line 223 : Syntax error
    Near line: " call *(((10 + 3) & ~3) + 4)(%eax)"
    "/usr/tmp/ccF9sUxS.s", line 223 : Illegal character: <7e>

Failed to build these modules:
_ctypes            _curses            _curses_panel

//

I'm using gcc 3.4.6 and Solaris 10/x86.

I try to identify the problem but I couldn't figure out what went wrong.
I'm using Python 2.6.1 on Solaris/SPARC and I didn't see any problem.
History
Date User Action Args
2009-01-09 21:15:13akinekosetrecipients: + akineko
2009-01-09 21:15:13akinekosetmessageid: <1231535713.47.0.728185935162.issue4902@psf.upfronthosting.co.za>
2009-01-09 21:15:12akinekolinkissue4902 messages
2009-01-09 21:15:11akinekocreate