reopen 715063
found 715063 2.7.5-7
notfixed 715063 2.7.5-7
thanks

Hi!

Unfortunately this doesn't seem to be fixed in version 2.7.5-7.

See the build log at:
http://buildd.debian-ports.org/status/fetch.php?pkg=lcgdm&arch=sparc64&ver=1.8.7-1&stamp=1376397826

As can be seen from the log python version 2.7.5-7 is used:

Selecting previously unselected package libpython2.7-minimal.
Unpacking libpython2.7-minimal (from 
.../libpython2.7-minimal_2.7.5-7_sparc64.deb) ...
Selecting previously unselected package libpython2.7-stdlib.
Unpacking libpython2.7-stdlib (from 
.../libpython2.7-stdlib_2.7.5-7_sparc64.deb) ...
Selecting previously unselected package libpython2.7.
Unpacking libpython2.7 (from .../libpython2.7_2.7.5-7_sparc64.deb) ...
Selecting previously unselected package libpython2.7-dev.
Unpacking libpython2.7-dev (from .../libpython2.7-dev_2.7.5-7_sparc64.deb) ...
Selecting previously unselected package python2.7-minimal.
Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.5-7_sparc64.deb) ...
Selecting previously unselected package python2.7.
Unpacking python2.7 (from .../python2.7_2.7.5-7_sparc64.deb) ...
Selecting previously unselected package python2.7-dev.
Unpacking python2.7-dev (from .../python2.7-dev_2.7.5-7_sparc64.deb) ...

But the build still fails with:

In file included from /usr/include/python2.7/Python.h:8:0,
/usr/include/python2.7/pyconfig.h:57:50: fatal error: 
sparc-linux-gnu/python2.7/pyconfig.h: No such file or directory
 #  include <sparc-linux-gnu/python2.7/pyconfig.h>

So also version 2.7.5-7 tries to include

sparc-linux-gnu/python2.7/pyconfig.h

instead of

sparc64-linux-gnu/python2.7/pyconfig.h

It doesn't look like #elif defined(__sparc64__) works. Maybe the
following will work better - it is from /usr/include/nspr/prcpucfg.h:

#elif defined(__sparc__) && defined (__arch64__)

        Mattias

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to