To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project tomcat-native-make has an issue affecting its community integration.
This issue affects 4 projects,
 and has been outstanding for 68 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - tomcat-native-make :  Tomcat native library using Apache Portable Runtime
    - tomcat-native-make-install :  Tomcat native library using Apache Portable 
Runtime
    - tomcat-tc8.0.x-test-apr :  Tomcat 8.x, a web server implementing the Java 
Servlet 3.1,
...
    - tomcat-trunk-test-apr :  Tomcat 9.x, a web server implementing the Java 
Servlet 4.0,
...


Full details are available at:
    
http://vmgump.apache.org/gump/public/tomcat-native/tomcat-native-make/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-native/tomcat-native-make/gump_work/build_tomcat-native_tomcat-native-make.html
Work Name: build_tomcat-native_tomcat-native-make (Type: Build)
Work ended in a state of : Failed
Elapsed: 12 secs
Command Line: make 
[Working Directory: /srv/gump/public/workspace/tomcat-native/native]
---------------------------------------------
/srv/gump/public/workspace/openssl/dest-20150105/include/openssl/ssl.h:2012:10: 
note: expected 'const struct SSL_METHOD *' but argument is of type 'int'
 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
          ^
src/sslcontext.c:111:13: warning: passing argument 1 of 'SSL_CTX_new' makes 
pointer from integer without a cast [enabled by default]
             ctx = SSL_CTX_new(SSLv2_server_method());
             ^
In file included from 
/srv/gump/public/workspace/tomcat-native/native/include/ssl_private.h:44:0,
                 from src/sslcontext.c:30:
/srv/gump/public/workspace/openssl/dest-20150105/include/openssl/ssl.h:2012:10: 
note: expected 'const struct SSL_METHOD *' but argument is of type 'int'
 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
          ^
src/sslcontext.c:113:13: warning: passing argument 1 of 'SSL_CTX_new' makes 
pointer from integer without a cast [enabled by default]
             ctx = SSL_CTX_new(SSLv2_method());
             ^
In file included from 
/srv/gump/public/workspace/tomcat-native/native/include/ssl_private.h:44:0,
                 from src/sslcontext.c:30:
/srv/gump/public/workspace/openssl/dest-20150105/include/openssl/ssl.h:2012:10: 
note: expected 'const struct SSL_METHOD *' but argument is of type 'int'
 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
          ^
/bin/bash /srv/gump/public/workspace/apr-1/dest-20150105/build-1/libtool 
--silent --mode=compile gcc -g -O2 -pthread   -DHAVE_CONFIG_H  -DLINUX 
-D_REENTRANT -D_GNU_SOURCE   -g -O2 -DHAVE_OPENSSL   
-I/srv/gump/public/workspace/tomcat-native/native/include 
-I/usr/lib/jvm/java-8-oracle/include -I/usr/lib/jvm/java-8-oracle/include/linux 
-I/srv/gump/public/workspace/openssl/dest-20150105/include  
-I/srv/gump/public/workspace/apr-1/dest-20150105/include/apr-1   -o 
src/sslinfo.lo -c src/sslinfo.c && touch src/sslinfo.lo
/bin/bash /srv/gump/public/workspace/apr-1/dest-20150105/build-1/libtool 
--silent --mode=compile gcc -g -O2 -pthread   -DHAVE_CONFIG_H  -DLINUX 
-D_REENTRANT -D_GNU_SOURCE   -g -O2 -DHAVE_OPENSSL   
-I/srv/gump/public/workspace/tomcat-native/native/include 
-I/usr/lib/jvm/java-8-oracle/include -I/usr/lib/jvm/java-8-oracle/include/linux 
-I/srv/gump/public/workspace/openssl/dest-20150105/include  
-I/srv/gump/public/workspace/apr-1/dest-20150105/include/apr-1   -o 
src/sslnetwork.lo -c src/sslnetwork.c && touch src/sslnetwork.lo
/bin/bash /srv/gump/public/workspace/apr-1/dest-20150105/build-1/libtool 
--silent --mode=compile gcc -g -O2 -pthread   -DHAVE_CONFIG_H  -DLINUX 
-D_REENTRANT -D_GNU_SOURCE   -g -O2 -DHAVE_OPENSSL   
-I/srv/gump/public/workspace/tomcat-native/native/include 
-I/usr/lib/jvm/java-8-oracle/include -I/usr/lib/jvm/java-8-oracle/include/linux 
-I/srv/gump/public/workspace/openssl/dest-20150105/include  
-I/srv/gump/public/workspace/apr-1/dest-20150105/include/apr-1   -o 
src/sslutils.lo -c src/sslutils.c && touch src/sslutils.lo
src/sslutils.c: In function 'get_dh':
src/sslutils.c:259:13: warning: assignment makes pointer from integer without a 
cast [enabled by default]
     if ((dh = DH_new()) == NULL)
             ^
src/sslutils.c:263:15: error: dereferencing pointer to incomplete type
             dh->p = BN_bin2bn(dh0512_p, sizeof(dh0512_p), NULL);
               ^
src/sslutils.c:266:15: error: dereferencing pointer to incomplete type
             dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL);
               ^
src/sslutils.c:269:15: error: dereferencing pointer to incomplete type
             dh->p = BN_bin2bn(dh2048_p, sizeof(dh2048_p), NULL);
               ^
src/sslutils.c:272:15: error: dereferencing pointer to incomplete type
             dh->p = BN_bin2bn(dh4096_p, sizeof(dh2048_p), NULL);
               ^
src/sslutils.c:275:7: error: dereferencing pointer to incomplete type
     dh->g = BN_bin2bn(dhxxx2_g, sizeof(dhxxx2_g), NULL);
       ^
src/sslutils.c:276:12: error: dereferencing pointer to incomplete type
     if ((dh->p == NULL) || (dh->g == NULL)) {
            ^
src/sslutils.c:276:31: error: dereferencing pointer to incomplete type
     if ((dh->p == NULL) || (dh->g == NULL)) {
                               ^
make[1]: *** [src/sslutils.lo] Error 1
make[1]: Leaving directory `/srv/gump/public/workspace/tomcat-native/native'
make: *** [all-recursive] Error 1
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/tomcat-native/tomcat-native-make/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/tomcat-native/tomcat-native-make/atom.xml

============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20150105000004, vmgump.apache.org:vmgump:20150105000004
Gump E-mail Identifier (unique within run) #4.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to