Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003710 [Resin] major always 10-14-09 17:12 07-21-11 10:51
Reporter mikeodea View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.9
Summary 0003710: Resin / mod_caucho not compiling on Solaris 8 / Resin Pro 3.1.9 / Apache 1.41
Description I'm having problems compiling mod_caucho, very similar to http://bugs.caucho.com/view.php?id=2295 [^]

EGREP="/usr/xpg4/bin/grep -E" /opt/home/mikeo/resin-pro-3.1.9/libtool --silent --mode=link ld -module -o mod_caucho.la -avoid-version -rpath /usr/local/apache-build/libexec mod_caucho.lo ../common/stream.lo ../common/config.lo ../common/memory.lo
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
make[2]: *** [mod_caucho.la] Error 1
Additional Information Here is the output of the compile

20:02:11 (215) root@web3: [/opt/home/mikeo/resin-pro-3.1.9 #] make
(cd modules/c/src; make)
make[1]: Entering directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src'
for dir in common apache1 resin resinssl resin_os resin_os; do (cd $dir; make); done
make[2]: Entering directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/common'
gcc -c -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI stream.c
gcc -c -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI config.c
gcc -c -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI memory.c
/usr/ccs/bin/ld -r -o common.o stream.o config.o memory.o
/opt/home/mikeo/resin-pro-3.1.9/libtool --silent --mode=compile gcc -o stream.lo -c -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI stream.c
/opt/home/mikeo/resin-pro-3.1.9/libtool --silent --mode=compile gcc -o config.lo -c -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI config.c
/opt/home/mikeo/resin-pro-3.1.9/libtool --silent --mode=compile gcc -o memory.lo -c -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI memory.c
make[2]: Leaving directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/common'
make[2]: Entering directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/apache1'
EGREP="/usr/xpg4/bin/grep -E" /opt/home/mikeo/resin-pro-3.1.9/libtool --silent --mode=compile gcc -o mod_caucho.lo -c -I/usr/local/apache-build/include -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I../common -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite mod_caucho.c
In file included from mod_caucho.c:48:
../common/cse.h:46:1: warning: "O_BINARY" redefined
In file included from /usr/local/apache-build/include/httpd.h:30,
                 from mod_caucho.c:33:
/usr/local/apache-build/include/ap_config.h:1088:1: warning: this is the location of the previous definition
EGREP="/usr/xpg4/bin/grep -E" /opt/home/mikeo/resin-pro-3.1.9/libtool --silent --mode=link ld -module -o mod_caucho.la -avoid-version -rpath /usr/local/apache-build/libexec mod_caucho.lo ../common/stream.lo ../common/config.lo ../common/memory.lo
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
make[2]: *** [mod_caucho.la] Error 1
make[2]: Leaving directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/apache1'
make[2]: Entering directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/resin'
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o std.o std.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o memory.o memory.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o jni_vfs.o jni_vfs.c
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_nativeAllocate':
jni_vfs.c:183: warning: cast from pointer to integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_readNative':
jni_vfs.c:195: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniStream_readNonBlockNative':
jni_vfs.c:229: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_writeNative':
jni_vfs.c:262: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_writeNative2':
jni_vfs.c:307: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_flushNative':
jni_vfs.c:372: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_nativeClose':
jni_vfs.c:387: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_nativeFree':
jni_vfs.c:401: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_isSecure':
jni_vfs.c:419: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_getCipher':
jni_vfs.c:432: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_getCipherBits':
jni_vfs.c:445: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_nativeReadNonBlock':
jni_vfs.c:460: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_bindPort':
jni_vfs.c:750: warning: cast from pointer to integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_nativeOpenPort':
jni_vfs.c:794: warning: cast from pointer to integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_nativeSetConnectionSocketTimeout':
jni_vfs.c:803: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_nativeListen':
jni_vfs.c:822: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_nativeAccept':
jni_vfs.c:842: warning: cast to pointer from integer of different size
jni_vfs.c:843: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_getLocalPort':
jni_vfs.c:859: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_nativeGetSystemFD':
jni_vfs.c:872: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_nativeSetSaveOnExec':
jni_vfs.c:888: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniServerSocketImpl_closeNative':
jni_vfs.c:912: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_nativeInit':
jni_vfs.c:974: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_getRemoteIP':
jni_vfs.c:1050: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_getRemotePort':
jni_vfs.c:1068: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_getLocalIP':
jni_vfs.c:1087: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_getLocalPort':
jni_vfs.c:1106: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_getClientCertificate':
jni_vfs.c:1125: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_vfs_JniSocketImpl_getNativeFd':
jni_vfs.c:1153: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_server_port_JniSelectManager_createNative':
jni_vfs.c:1228: warning: cast from pointer to integer of different size
jni_vfs.c: In function `Java_com_caucho_server_port_JniSelectManager_initNative':
jni_vfs.c:1419: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_server_port_JniSelectManager_addNative':
jni_vfs.c:1439: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_server_port_JniSelectManager_removeNative':
jni_vfs.c:1476: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_server_port_JniSelectManager_selectNative':
jni_vfs.c:1516: warning: cast to pointer from integer of different size
jni_vfs.c: In function `Java_com_caucho_server_port_JniSelectManager_closeNative':
jni_vfs.c:1746: warning: cast to pointer from integer of different size
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o java.o java.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o boot.o boot.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o profile.o profile.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o heap.o heap.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o lru.o lru.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o symbol.o symbol.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I. -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o crc64.o crc64.c
/usr/ccs/bin/ld -G -o libresin.so std.o memory.o jni_vfs.o java.o boot.o profile.o heap.o lru.o symbol.o crc64.o -lnsl -lsocket -lthread
make[2]: Leaving directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/resin'
make[2]: Entering directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/resinssl'
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -I../resin -DCPU=\"sparcv9\" -DOS= -fPIC -DSHARED_MODULE -c -o ssl_stub.o ssl_stub.c
/usr/ccs/bin/ld -G -o libresinssl.so ssl_stub.o ../resin/memory.o ../resin/std.o ../resin/java.o -lnsl -lsocket -lthread
make[2]: Leaving directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/resinssl'
make[2]: Entering directory `/opt/home/mikeo/resin-pro-3.1.9/modules/c/src/resin_os'
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -DCPU=\"sparcv9\" -DOS= -c -o jni_os.o jni_os.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -DCPU=\"sparcv9\" -DOS= -c -o jni_jvmti.o jni_jvmti.c
gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMDI -DRESIN_HOME=\"/opt/home/mikeo/resin-pro-3.1.9\" -I/usr/java/include -I/usr/java/include/solaris -I../common -DCPU=\"sparcv9\" -DOS= -c -o jni_jvmdi.o jni_jvmdi.c
/usr/ccs/bin/ld -G -o libresin_os.so jni_os.o jni_jvmti.o jni_jvmdi.o -lnsl -lsocket -lthread
Attached Files

- Relationships

- Notes
(0005381)
ferg
07-21-11 10:51

checked against solaris 10/apache 2.2
 

- Issue History
Date Modified Username Field Change
10-14-09 17:12 mikeodea New Issue
07-21-11 10:51 ferg Note Added: 0005381
07-21-11 10:51 ferg Assigned To  => ferg
07-21-11 10:51 ferg Status new => closed
07-21-11 10:51 ferg Resolution open => fixed
07-21-11 10:51 ferg Fixed in Version  => 4.0.20
07-21-11 10:51 ferg Additional Information Updated


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