Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 18925 invoked by uid 500); 15 Mar 2002 02:46:40 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 18911 invoked from network); 15 Mar 2002 02:46:39 -0000 Message-ID: <3C916096.2050505@stason.org> Date: Fri, 15 Mar 2002 10:46:46 +0800 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204 X-Accept-Language: en-us MIME-Version: 1.0 To: dev@httpd.apache.org Subject: build process warnings, lots of them Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N while building the latest cvs with: make distclean ./buildconf ./configure --prefix=/home/stas/httpd/prefork \ --with-mpm=prefork \ --enable-maintainer-mode \ --enable-so --enable-shared \ --enable-auth-anon --enable-maintainer-mode \ --enable-auth-dbm --enable-auth-db --enable-auth-digest \ --enable-file-cache --enable-echo --enable-cache \ --enable-mime-magic --enable-usertrack --enable-vhost-alias \ --enable-cern-meta --enable-expires --enable-headers \ --enable-unique-id --enable-proxy --enable-proxy-connect \ --enable-proxy-ftp --enable-proxy-http --enable-dav \ --enable-suexec --enable-cgi --enable-dav-fs \ --enable-rewrite --enable-info \ --enable-ssl --with-ssl=/usr/include/ make -j (I don't know if -j makes a difference for certain warnings, but it's an smp machine) So these are the warnings that I get during the build: mkdir: cannot create directory `.libs': File exists make[4]: Leaving directory `/home/stas/apache.org/httpd-2.0/srclib/apr/threadproc/unix' ... make[5]: Entering directory `/home/stas/apache.org/httpd-2.0/srclib/apr-util/xml/expat/lib' ... mkdir .libs mkdir .libs mkdir: cannot create directory `.libs': File exists rm -f .libs/xmlparse.lo ... /bin/sh /home/stas/apache.org/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNO_DBM_REWRITEMAP -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -DAP_DEBUG -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/home/stas/apache.org/httpd-2.0/os/unix -I/home/stas/apache.org/httpd-2.0/server/mpm/prefork -I/home/stas/apache.org/httpd-2.0/modules/http -I/home/stas/apache.org/httpd-2.0/modules/proxy -I/home/stas/apache.org/httpd-2.0/include -I/home/stas/apache.org/httpd-2.0/srclib/apr/include -I/home/stas/apache.org/httpd-2.0/srclib/apr-util/include -I/usr/include/openssl -I/home/stas/apache.org/httpd-2.0/modules/dav/main -I/home/stas/apache.org/httpd-2.0/srclib/apr-util/include -I/home/stas/apache.org/httpd-2.0/srclib/apr-util/xml/expat/lib -prefer-non-pic -static -c ssl_util_table.c && touch ssl_util_table.lo In file included from mod_ssl.h:116, from ssl_scache.c:64: /usr/include/openssl/ssl.h:224: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:225: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:226: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:442: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:445: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:467: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:574: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:655: warning: function declaration isn't a prototype In file included from mod_ssl.h:116, from ssl_scache.c:64: /usr/include/openssl/ssl.h:1035: warning: function declaration isn't a prototype/usr/include/openssl/ssl.h:1071: warning: function declaration isn't a prototype/usr/include/openssl/ssl.h:1073: warning: function declaration isn't a prototype/usr/include/openssl/ssl.h:1146: warning: function declaration isn't a prototype/usr/include/openssl/ssl.h:1147: warning: function declaration isn't a prototypeIn file included from mod_ssl.h:116, from ssl_engine_dh.c:63: /usr/include/openssl/ssl.h:224: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:225: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:226: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:442: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:445: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:467: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:574: warning: function declaration isn't a prototype /usr/include/openssl/ssl.h:655: warning: function declaration isn't a prototype In file included from mod_ssl.h:116, from ssl_engine_dh.c:63: /usr/include/openssl/ssl.h:1035: warning: function declaration isn't a prototype In file included from mod_ssl.h:116, from ssl_engine_ext.c:62: and many more similar messages ... ssl_engine_config.c: In function `ssl_cmd_SSLSessionCache': ssl_engine_config.c:814: warning: `maxsize' might be used uninitialized in this function y.tab.c: In function `ssl_expr_yyparse': y.tab.c:249: warning: suggest parentheses around assignment used as truth value y.tab.c:293: warning: label `ssl_expr_yynewerror' defined but not used ssl_engine_kernel.c: In function `ssl_hook_Fixup': ssl_engine_kernel.c:1124: warning: `ssl' might be used uninitialized in this function y.tab.c: At top level: ssl_expr_parse.c:2: warning: `ssl_expr_yysccsid' defined but not used ... /home/stas/apache.org/httpd-2.0/support/htpasswd.c:613: the use of `tmpnam' is dangerous, better use `mkstemp' ... And I gets a few tens of these messages during the build in various places libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:stas@stason.org http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/