Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A2BF18D38 for ; Mon, 20 Jul 2015 19:21:08 +0000 (UTC) Received: (qmail 40363 invoked by uid 500); 20 Jul 2015 19:21:07 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 40279 invoked by uid 500); 20 Jul 2015 19:21:07 -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 40269 invoked by uid 99); 20 Jul 2015 19:21:07 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 19:21:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F26DCD6374 for ; Mon, 20 Jul 2015 19:21:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.327 X-Spam-Level: X-Spam-Status: No, score=-1.327 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-1.227, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=ptc.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id mgMTFdjxYrt8 for ; Mon, 20 Jul 2015 19:20:58 +0000 (UTC) Received: from mx1.ptc.com (mx1.ptc.com [12.11.148.188]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B759F43DF5 for ; Mon, 20 Jul 2015 19:20:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ptc.com; s=ptc; t=1437420059; x=1468956059; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=Z3n6vlwfSIiDI5DwWnShyi5SehoFo7J8wqg5s/MBNuw=; b=MkCha2CxBEn7yc4zTvdtCiGMysXa3cckp6p+ExFvgLsaeuOrGXiegZzQ 8InQ3tXMRtwOwEk2Lm1pJALfNG9IhYL1ymIlpWsuT+0xxDvJYFPoo/tWx E15s2c9SDgMHpL482MWAyvc96Wi/bb5iBEXrXsrksQqu9qRXipSRreQxP c=; X-IronPort-AV: E=Sophos;i="5.15,509,1432612800"; d="scan'208";a="95441552" Received: from hq-x10prdhub1.ptcnet.ptc.com ([132.253.198.27]) by mx1-int.ptc.com with ESMTP/TLS/AES128-SHA; 20 Jul 2015 15:20:52 -0400 Received: from awang.ptcnet.ptc.com (132.253.8.73) by HQ-X10PRDHUB1.ptcnet.ptc.com (132.253.201.252) with Microsoft SMTP Server id 14.3.123.3; Mon, 20 Jul 2015 15:20:50 -0400 Subject: Re: Build error w/ 2.2.31 and Fbsd10 To: References: <5DD02177-1156-490D-972C-4FA48723A17A@jaguNET.com> <55AD450A.4030709@apache.org> From: Andy Wang Message-ID: <55AD4A12.8070901@ptc.com> Date: Mon, 20 Jul 2015 14:20:50 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <55AD450A.4030709@apache.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [132.253.8.73] http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/ssl/ssl_engine_dh.c?revision=1680916&view=markup Line 80 static const unsigned char dh1024_p[] = { is in an #if 0 Line 113 is not static const unsigned char dh1024_p[] = { ssl_engine_dh.c:123:28: error: redefinition of 'dh1024_p' with a different type: 'const unsigned char []' vs 'unsigned char [128]' static const unsigned char dh1024_p[] = { ^ ssl_engine_dh.c:84:22: note: previous definition is here static unsigned char dh1024_p[] = { unless their patch screwed it up like you were speculating, could the freebsd preprocessor be picky? Andy On 07/20/2015 01:59 PM, Ruediger Pluem wrote: > Hmm, I don't see the line numbers of ssl_engine_dh.c in the the log matching with the ones of 2.2.31. > And the log says somewhere above: > > Applying FreeBSD patches for apache22-2.2.31 > > Maybe a faulty patch to ssl_engine_dh.c that changed the DH code for FreeBSD before 2.2.31? > > Regards > > R�diger > > On 07/20/2015 06:29 PM, Jim Jagielski wrote: >> Someone reported that 2.2.31 (w/ mod_ssl) doesn't build under FreeBSD 10: >> >> https://feld.me/freebsd/apache22-2.2.31.log >> >> I will try it out and see. >>