Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 84852 invoked from network); 22 Sep 2005 08:43:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2005 08:43:57 -0000 Received: (qmail 49432 invoked by uid 500); 22 Sep 2005 08:43:52 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 49379 invoked by uid 500); 22 Sep 2005 08:43:51 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 49366 invoked by uid 99); 22 Sep 2005 08:43:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 01:43:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 01:43:59 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j8M8hTKn022582 for ; Thu, 22 Sep 2005 04:43:29 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j8M8hSV08155 for ; Thu, 22 Sep 2005 04:43:28 -0400 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.4/8.13.4/Submit) id j8M8hRTN004809 for dev@httpd.apache.org; Thu, 22 Sep 2005 09:43:27 +0100 Date: Thu, 22 Sep 2005 09:43:27 +0100 From: Joe Orton To: dev@httpd.apache.org Subject: Re: svn commit: r290672 - in /httpd/httpd/trunk/modules: database/ database/Makefile.in database/config.m4 database/mod_dbd.c database/mod_dbd.h experimental/mod_dbd.c experimental/mod_dbd.h Message-ID: <20050922084327.GA4782@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: <20050921100406.90405.qmail@minotaur.apache.org> <20050921140311.GA4929@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20050921140311.GA4929@redhat.com> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, Sep 21, 2005 at 03:03:11PM +0100, Joe Orton wrote: > On Wed, Sep 21, 2005 at 10:04:05AM -0000, niq@apache.org wrote: > > Author: niq > > Date: Wed Sep 21 03:04:00 2005 > > New Revision: 290672 > > > > URL: http://svn.apache.org/viewcvs?rev=290672&view=rev > > Log: > > Move mod_dbd from /experimental/ to /database/ > > That broke the build, the duplicated APACHE_MODULE meant it was trying > to build mod_dbd in both old and new locations; here are the new gcc > warnings since this gets enabled by default now: And another for x86_64: cc1: warnings being treated as errors mod_dbd.c: In function `dbd_param': mod_dbd.c:74: warning: cast from pointer to integer of different size