From users-return-17641-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Mon Apr 8 23:30:51 2013 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4CCA10040 for ; Mon, 8 Apr 2013 23:30:51 +0000 (UTC) Received: (qmail 90841 invoked by uid 500); 8 Apr 2013 23:30:51 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 90820 invoked by uid 500); 8 Apr 2013 23:30:51 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 90808 invoked by uid 99); 8 Apr 2013 23:30:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 23:30:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 74.125.82.182 is neither permitted nor denied by domain of codematters@ntlworld.com) Received: from [74.125.82.182] (HELO mail-we0-f182.google.com) (74.125.82.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 23:30:43 +0000 Received: by mail-we0-f182.google.com with SMTP id k14so5007212wer.13 for ; Mon, 08 Apr 2013 16:30:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:x-proxyuser-ip:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version:content-type :x-gm-message-state; bh=zsN47oiOjDJw8Figlnj2Z8CJnnHbwP3q6jVMq5AIjPs=; b=jMxMHJaEdEcYcg/Cqapb0Pti3Vjpc17pw2eCtTN+SwmnJIT6jUqISqCqnO+Zrd4Cck xFkxxEwDWP6kvfUaTw1b0P575YNcS7qAGF5ZkiM9xSv+p+Dkuvdxqurx7RBaEQvkVuQy cq+JtoiFBxs030cGU2FfIRsQZkTTGjBQmn6pLmfl9/bmLFcmY0BrIs4s/fZJ07C3i1ku JDDPZ1WnmtDenT9q1YR/9gPw1FSxjVQL1Ke7pXq7r7/uobBaavtBziT+fDp2fcX9Jqht Z6/85aMxRwJdBUlZzCa3ocTT1WhFQL6Zf+6ZSniJvK+B/0LiICuQMl9BYrmHGg0MYPRS BghQ== X-Received: by 10.180.11.148 with SMTP id q20mr15931411wib.18.1365463823675; Mon, 08 Apr 2013 16:30:23 -0700 (PDT) Received: from (know-mailgateway-3.server.virginmedia.net. [62.254.26.105]) by mx.google.com with ESMTPS id g4sm25231728wib.11.2013.04.08.16.30.21 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 08 Apr 2013 16:30:22 -0700 (PDT) Sender: MARTIN PHILIP Received: from source ([86.17.224.110]) by smtp.virginmedia.com with SMTP; Mon, 08 Apr 2013 23:30:22 +0000 (GMT) X-ProxyUser-IP: 86.17.224.110 Received: by cpc2-farn6-0-0-cust109.6-2.cable.virginmedia.com (Postfix, from userid 1000) id 15178816E3; Tue, 9 Apr 2013 00:30:21 +0100 (BST) From: Philip Martin To: Maureen Barger Cc: Daniel Shahaf , users@subversion.apache.org Subject: Re: Help with compiling References: <20130406163139.GA2961@lp-shahaf.local> <87d2u5fhuf.fsf@ntlworld.com> <878v4tf3rc.fsf@ntlworld.com> <874nfhf2mh.fsf@ntlworld.com> <87zjx8eweh.fsf@ntlworld.com> Date: Tue, 09 Apr 2013 00:30:21 +0100 In-Reply-To: (Maureen Barger's message of "Mon, 8 Apr 2013 14:10:44 -0400") Message-ID: <87obdoeh2q.fsf@ntlworld.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQnuT7ubNzhsPNAXf1cS7COcVWK2FkhL8xzF9pOj8EPWlo1dxY144WDSf+lWMhTr4G+lkswN X-Virus-Checked: Checked by ClamAV on apache.org Maureen Barger writes: > Reran. > I am using gcc (GCC) 4.4.6 20120305 > > authz.i seems to be using the file fromthe correct apache: > # 1 "/etc/apache2/include/http_log.h" 1 So is that an apache 2.4 file? It should contain something like: #ifdef AP_HAVE_C99 /* need additional step to expand APLOG_MARK first */ #define ap_log_error(...) ap_log_error__(__VA_ARGS__) /* need server_rec *sr = ... for the case if s is verbatim NULL */ #define ap_log_error__(file, line, mi, level, status, s, ...) \ do { const server_rec *sr__ = s; if (APLOG_MODULE_IS_LEVEL(sr__, mi, level)) \ ap_log_error_(file, line, mi, level, status, sr__, __VA_ARGS__); \ } while(0) #else #define ap_log_error ap_log_error_ #endif AP_DECLARE(void) ap_log_error_(const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const char *fmt, ...) __attribute__((format(printf,7,8))); If you look in the authz.i file you should see a declaration like: # 372 "/usr/local/httpd-2.4/include/http_log.h" void ap_log_error_(const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const char *fmt, ...) __attribute__((format(printf,7,8))); Note the trailing _ on ap_log_error_. With apache 2.2 you get ap_log_error without the trailing _: # 171 "/usr/include/apache2/http_log.h" void ap_log_error(const char *file, int line, int level, apr_status_t status, const server_rec *s, const char *fmt, ...) __attribute__((format(printf,6,7))); Another option is that you built Subversion correctly but something went wrong with the module installation. You can check by running nm on mod_dav_svn.o: $ nm subversion/mod_dav_svn/.libs/mod_dav_svn.o | grep ap_log_error and on the apache module: $ nm subversion/mod_dav_svn/.libs/mod_dav_svn.so | grep ap_log_error -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download