Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 92598 invoked from network); 2 May 2006 20:28:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 20:28:22 -0000 Received: (qmail 99346 invoked by uid 500); 2 May 2006 20:28:21 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 99306 invoked by uid 500); 2 May 2006 20:28:21 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 99292 invoked by uid 99); 2 May 2006 20:28:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 13:28:20 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 13:28:20 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id BB1A4714292; Tue, 2 May 2006 20:27:48 +0000 (GMT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 39469] New: - Apache 2.2.2 compilation issue Message-ID: X-Bugzilla-Reason: AssignedTo Date: Tue, 2 May 2006 20:27:48 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=39469 Summary: Apache 2.2.2 compilation issue Product: Apache httpd-2 Version: 2.2-HEAD Platform: PC OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: Build AssignedTo: bugs@httpd.apache.org ReportedBy: fraga@abusar.org When compiling Apache 2.2.2 with gcc 4.1.0: make[2]: Entering directory `/home/fraga/httpd-2.2.2/server' /usr/local/apache2/build/libtool --silent --mode=compile gcc -pthread -O2 -march=athlon-xp -pipe -ftree-vectorize -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/home/fraga/httpd-2.2.2/srclib/pcre -I. -I/home/fraga/httpd-2.2.2/os/unix -I/home/fraga/httpd-2.2.2/server/mpm/prefork -I/home/fraga/httpd-2.2.2/modules/http -I/home/fraga/httpd-2.2.2/modules/filters -I/home/fraga/httpd-2.2.2/modules/proxy -I/home/fraga/httpd-2.2.2/include -I/home/fraga/httpd-2.2.2/modules/generators -I/home/fraga/httpd-2.2.2/modules/mappers -I/home/fraga/httpd-2.2.2/modules/database -I/usr/local/apache2/include -I/usr/local/BerkeleyDB.4.3/include -I/usr/local/include -I/home/fraga/httpd-2.2.2/modules/proxy/../generators -I/usr/local/ssl/include -I/home/fraga/httpd-2.2.2/modules/ssl -I/home/fraga/httpd-2.2.2/modules/dav/main -prefer-non-pic -static -c exports.c && touch exports.lo In file included from exports.c:73: /usr/local/apache2/include/apr_lock.h:83: error: redeclaration of enumerator 'APR_LOCK_FCNTL' /usr/local/apache2/include/apr_proc_mutex.h:45: error: previous definition of 'APR_LOCK_FCNTL' was here /usr/local/apache2/include/apr_lock.h:83: error: redeclaration of enumerator 'APR_LOCK_FLOCK' /usr/local/apache2/include/apr_proc_mutex.h:46: error: previous definition of 'APR_LOCK_FLOCK' was here /usr/local/apache2/include/apr_lock.h:83: error: redeclaration of enumerator 'APR_LOCK_SYSVSEM' /usr/local/apache2/include/apr_proc_mutex.h:47: error: previous definition of 'APR_LOCK_SYSVSEM' was here /usr/local/apache2/include/apr_lock.h:84: error: redeclaration of enumerator 'APR_LOCK_PROC_PTHREAD' /usr/local/apache2/include/apr_proc_mutex.h:48: error: previous definition of 'APR_LOCK_PROC_PTHREAD' was here /usr/local/apache2/include/apr_lock.h:84: error: redeclaration of enumerator 'APR_LOCK_POSIXSEM' /usr/local/apache2/include/apr_proc_mutex.h:49: error: previous definition of 'APR_LOCK_POSIXSEM' was here /usr/local/apache2/include/apr_lock.h:85: error: redeclaration of enumerator 'APR_LOCK_DEFAULT' /usr/local/apache2/include/apr_proc_mutex.h:51: error: previous definition of 'APR_LOCK_DEFAULT' was here /usr/local/apache2/include/apr_lock.h:85: error: conflicting types for 'apr_lockmech_e' /usr/local/apache2/include/apr_proc_mutex.h:51: error: previous declaration of 'apr_lockmech_e' was here make[2]: *** [exports.lo] Error 1 make[2]: Leaving directory `/home/fraga/httpd-2.2.2/server' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/fraga/httpd-2.2.2/server' make: *** [all-recursive] Error 1 Obs.: Apache 2.2.0 compiles fine. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org