Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5BDFA200D1F for ; Fri, 13 Oct 2017 17:11:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5A6BE1609E9; Fri, 13 Oct 2017 15:11:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9F6D11609D1 for ; Fri, 13 Oct 2017 17:11:00 +0200 (CEST) Received: (qmail 98031 invoked by uid 500); 13 Oct 2017 15:10:59 -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 98021 invoked by uid 99); 13 Oct 2017 15:10:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2017 15:10:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C94921A0971 for ; Fri, 13 Oct 2017 15:10:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id qDbcfzonGhM9 for ; Fri, 13 Oct 2017 15:10:56 +0000 (UTC) Received: from mail.thelounge.net (mail.thelounge.net [91.118.73.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 0FEDB5FD7E for ; Fri, 13 Oct 2017 15:10:55 +0000 (UTC) Received: from srv-rhsoft.rhsoft.net (Authenticated sender: h.reindl@thelounge.net) by mail.thelounge.net (THELOUNGE MTA) with ESMTPSA id 3yDB4F3fhczXMZ for ; Fri, 13 Oct 2017 17:10:53 +0200 (CEST) Subject: Re: Tagging 2.4.29 / 2.5.0-{alpha/beta?} today To: dev@httpd.apache.org References: <52D25D9D-347F-4C79-800A-8CC0372BE005@greenbytes.de> From: Reindl Harald Organization: the lounge interactive design Message-ID: <44e40cdf-0d21-a25b-5a45-6521777c3be3@thelounge.net> Date: Fri, 13 Oct 2017 17:10:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit archived-at: Fri, 13 Oct 2017 15:11:01 -0000 Am 13.10.2017 um 17:05 schrieb William A Rowe Jr: > On Oct 13, 2017 08:41, "Stefan Eissing" > wrote: > > > Am 13.10.2017 um 15:19 schrieb William A Rowe Jr > >: > > > > Is anyone seeing an issue of concern about stability on 2.4.x branch? > > Not any more than in previous releases, I think. > > > Has anyone else looked at Jim's proposed fixes for xcode 9 building > > under maintainer mode? A couple-line quick fix to configure.in > , that > > anyone on OS/X should be able to validate in minutes. The same fix > > is already present on APR's branches, which I will tag as well. > > I build in maintainer mode all the time and use Xcode9 since I > upgrade to macOS 10.13. Whatever weirdness I encountered and reported > earlier is gone - I rebuilt my local 2.4.x environment and all seems > well. > > I suspect it works because you first configured APR in maintainer mode, > and httpd inherits cpp flags? and why does that happen at all for apr-util and httpd? that means *you can not* build rpm packages for let say sandybridge on a machine which has installed apr/apr-util built with -mtune=native on a Skylake cluster until you first rebuild apr/apr-util which then means you can't build a httpd package optimized for Skylake until you rebuild the other both again - that is simply wrong and no other software acts that way https://bz.apache.org/bugzilla/show_bug.cgi?id=61417 https://bz.apache.org/bugzilla/show_bug.cgi?id=61418