Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004916 [Resin] minor always 01-10-12 09:56 01-11-12 12:59
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed   Product Version 4.0.24
Summary 0004916: conftest hangs on Solaris:
Description    itas 26751 26693 0 12:36:51 pts/1 0:02 /bin/bash ./configure --with-gnu-ld --enable-ssl --enable-jni --enable-64bit --
aakamins 26670 26667 0 12:36:12 ? 0:00 /usr/share/centrifydc/sbin/sshd -R
   itas 27915 26751 1 12:37:12 pts/1 0:11 ./conftest
Additional Information Resin: resin-pro-4.0.24
OS: SunOS sunbelt 5.10 Generic_147440-01 sun4v sparc SUNW,T5140
gcc 3.4.6

configure script:

     ./configure \
     --with-gnu-ld \
     --enable-ssl \
     --enable-jni \
     --enable-64bit \
     --enable-64bit-plugin \
     --prefix=/itas/apps/pr21/resin-pro-4.0.24 \
     --with-apache=/itas/apps/pr21/httpd \
     --with-apxs=/itas/apps/pr21/httpd/bin/apxs \
     --with-apache-src=/itas/src/pr21/httpd-2.2.21 \
     --with-apache-conf=/itas/apps/pr21/httpd/conf/httpd.conf \
     --with-openssl=/itas/apps/pr21/openssl-1.0.0f \
     --with-openssl-include=/itas/apps/pr21/openssl-1.0.0f/include \
     --with-openssl-lib=/itas/apps/pr21/openssl-1.0.0f/lib \
     --with-java-home=/itas/apps/pr21/jdk1.6.0_30

hangs:

...
Using JVMTI for class reloading
Using openssl include in ... /itas/apps/pr21/openssl-1.0.0f/include
Using openssl lib in ... /itas/apps/pr21/openssl-1.0.0f/lib
Using openssl libraries ... /itas/apps/pr21/openssl-1.0.0f/lib/libssl.a /itas/apps/pr21/openssl-1.0.0f/lib/libcrypto.a
Enabling ssl for mod_caucho
^C-bash-3.2$
Attached Files

- Relationships

- Notes
(0005672)
alex
01-11-12 12:59

Modified: resin/trunk/configure.ac.in
===================================================================
--- resin/trunk/configure.ac.in 2012-01-11 00:24:19 UTC (rev 8732)
+++ resin/trunk/configure.ac.in 2012-01-11 17:45:33 UTC (rev 8733)
@@ -251,7 +251,7 @@
# additional CFLAGS
#
# for solaris
-CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS"
+CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS"

#
# --with-apache-src
@@ -801,8 +801,8 @@
      if test -n "$is_gcc"; then
        CFLAGS_SHLIB="-fPIC"

- CFLAGS="$CFLAGS -fPIC -G -fno-omit-frame-pointer"
- CFLAGS_JNI="$CFLAGS_JNI -fPIC -G -fno-omit-frame-pointer"
+ CFLAGS="$CFLAGS -fPIC -fno-omit-frame-pointer"
+ CFLAGS_JNI="$CFLAGS_JNI -fPIC -fno-omit-frame-pointer"

        if test -n "$b64"; then
          CFLAGS="$CFLAGS -m64"

Modified: resin/trunk/modules/c/src/apache2/Makefile.in
===================================================================
--- resin/trunk/modules/c/src/apache2/Makefile.in 2012-01-11 00:24:19 UTC (rev 8732)
+++ resin/trunk/modules/c/src/apache2/Makefile.in 2012-01-11 17:45:33 UTC (rev 8733)
@@ -27,7 +27,7 @@
# mv mod_caucho.la mod_caucho.so

mod_caucho.la : $(OBJ_PICS)
- $(LIBTOOL) --mode=link $(LD_SHLIB) -module -o $@ -avoid-version -rpath $(apache_libexec) $(OBJ_PICS) $(LIBS_SHLIB)
+ $(LIBTOOL) --mode=link $(LD_SHLIB) $(LDFLAGS_SHLIB) -module -o $@ -avoid-version -rpath $(apache_libexec) $(OBJ_PICS) $(LIBS_SHLIB)

.c.lo :
    $(LIBTOOL) --mode=compile $(CC) -o $@ -c $(INCLUDES) $(CFLAGS) $<
 

- Issue History
Date Modified Username Field Change
01-10-12 09:56 alex New Issue
01-11-12 12:58 alex Status new => assigned
01-11-12 12:58 alex Assigned To  => alex
01-11-12 12:59 alex Status assigned => closed
01-11-12 12:59 alex Note Added: 0005672
01-11-12 12:59 alex Resolution open => fixed
01-11-12 12:59 alex Fixed in Version  => 4.0.25


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker