Hi Graham,

On Saturday, 17 May 2014 00:40:37 UTC+12, Graham Dumpleton wrote:
>
> If anyone has some time, I would very much appreciate you getting down the 
> source code from github: 
>
>   https://github.com/GrahamDumpleton/mod_wsgi/archive/develop.tar.gz 
>
> or by cloning the develop branch of the github repo, and confirming for me 
> that it at least compiles okay on whatever OS, Python and Apache versions 
> you have available. 
>

I compiled this with the Solaris "userland" build system running on 
internal Solaris bits (the same build system is used for released versions 
of Solaris 11.x) with no changes to the build environment other than 
bumping the version numbers and updating the URI and hash of the .tar.gz 
file.

This was built in a workspace I have hanging around meaning to update to 
version 3.4, hence the confusing paths below - I never got around to 
putting the 3.4 bits back, sorry - I'll wait for the next version.

The only compiler warnings I get are about unreachable source, which I 
believe we were getting on older versions:

.
.
checking for /opt/SUNWspro/solarisstudio12.3/bin/cc option to accept ISO 
C89... none needed
checking for prctl... no
checking Apache version... 2.2.27
configure: creating ./config.status
config.status: creating Makefile
/usr/bin/touch 
/home/timf/projects/userland/userland-mod_wsgi-3.4.hg/components/apache2-modules/mod_wsgi/build/i86-2.7/.configured
(cd 
/home/timf/projects/userland/userland-mod_wsgi-3.4.hg/components/apache2-modules/mod_wsgi/build/i86-2.7
 
; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M 
/usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore -z 
strip-class=comment" LD_EXEC_OPTIONS="-z aslr=disable"  
"ac_cv_func_realloc_0_nonnull=yes" \
    /usr/gnu/bin/make  )
make[1]: Entering directory 
`/home/timf/projects/userland/userland-mod_wsgi-3.4.hg/components/apache2-modules/mod_wsgi/build/i86-2.7'
/usr/bin/apxs -c -I/usr/include/python2.7 -DPIC -DNDEBUG  -Wc,-g  
mod_wsgi.c -L/usr/lib -L/usr/lib/python2.7/config  -lpython2.7 -lsocket 
-lnsl -ldl -lm
/usr/apr/1.3/build/libtool --silent --mode=compile cc -prefer-pic -m32 -xO4 
-xchip=pentium -xregs=no%frameptr -mt -DSSL_EXPERIMENTAL -DSSL_ENGINE  
-DSOLARIS2=12 -D_POSIX_PTHREAD_SEMANTICS -mt -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -I/usr/apache2/2.2/include  
-I/usr/apr/1.3/include   -I/usr/apr-util/1.3/include 
-I/usr/include/openldap -g -I/usr/include/python2.7 -DPIC -DNDEBUG  -c -o 
mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo
"mod_wsgi.c", line 11386: warning: statement not reached
"mod_wsgi.c", line 11475: warning: statement not reached


I tried a simple wsgi script with both the 32 and 64-bit mod_wsgi modules 
using Python 2.6 and 2.7 under Apache 2.2.27. All looks good.

[Mon May 19 14:33:07 2014] [notice] Apache/2.2.27 (Unix) mod_ssl/2.2.27 
OpenSSL/1.0.1g DAV/2 mod_wsgi/3.5 Python/2.7.3 configured -- resuming 
normal operations

Anything specific you want tested?

We're still shipping mod_wsgi 3.3 in Solaris 11, but I hope to update soon.

cheers,

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to