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.

classification
Title: Solaris 10. mod_python build failed.
Type: Stage: resolved
Components: Build Versions: 3rd party
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, lambrechtphilippe
Priority: normal Keywords:

Created on 2013-11-26 12:27 by lambrechtphilippe, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg204468 - (view) Author: lambrecht (lambrechtphilippe) Date: 2013-11-26 12:27
Bonjour. Any idea ? 

mod_python 3.3.1 apache 2.2.6

...
/METHPR/tmp/apache/build/libtool --silent --mode=link gcc -o mod_python.la  -rpath /METHPR/tmp/apache/modules -module -avoid-version    finfoob
ject.lo hlistobject.lo hlist.lo filterobject.lo connobject.lo serverobject.lo util.lo tableobject.lo requestobject.lo _apachemodule.lo mod_pyth
on.lo -L/METHPR/data/python/lib/python2.6/config -lm -lintl -lpython2.6 -lsocket -lnsl -lrt -ldl -lm _eprintf.o _floatdidf.o _muldi3.o

*** Warning: Linking the shared library mod_python.la against the non-libtool
*** objects  _eprintf.o _floatdidf.o _muldi3.o is not portable!
Text relocation remains                         referenced
    against symbol                  offset      in file
.text (section)                     0x1510      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x1514      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x1518      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x151c      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x1520      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x1524      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)

.../...
                           0x33ec      /METHPR/produits/python/lib/python2.6/config/libpython2.6.a(fileobject.o)
__filbuf                            0x33fc      /METHPR/produits/python/lib/python2.6/config/libpython2.6.a(fileobject.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
apxs:Error: Command failed with rc=65536
.
*** Error code 1
make: Fatal error: Command failed for target `mod_python.so'
Current working directory /METHPR/data/mod_python-3.3.1/src
*** Error code 1
The following command caused the error:
cd src && make
make: Fatal error: Command failed for target `do_dso'
msg204469 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-11-26 12:43
Please contact the developers of mod_python. The Python bug tracker is not the right place to get support for 3rd party software. The "3rd party" version is only for 3rd party code that is part of the main Python distribution (e.g. sqlite or zlib).
History
Date User Action Args
2022-04-11 14:57:54adminsetgithub: 63996
2013-11-26 12:43:26christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg204469

resolution: not a bug
stage: resolved
2013-11-26 12:37:02lambrechtphilippesetcomponents: + Build
versions: + 3rd party
2013-11-26 12:27:48lambrechtphilippecreate