From owner-svn-ports-head@freebsd.org Fri Nov 1 21:17:14 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6DC21A3377 for ; Fri, 1 Nov 2019 21:17:14 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 474ZlG5KxWz3H1w for ; Fri, 1 Nov 2019 21:17:14 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 8D9F01244 for ; Fri, 1 Nov 2019 21:17:14 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f170.google.com with SMTP id c26so14779692qtj.10 for ; Fri, 01 Nov 2019 14:17:14 -0700 (PDT) X-Gm-Message-State: APjAAAWxnNemOqj/SqGpCkOZEnSOYp5uUZ1816dB51cNL2hAtZ0T273F /ecGIvh7Sb4dzVIFnVttRacf2qGOZXxsGzPzSSg= X-Received: by 2002:ac8:7188:: with SMTP id w8mt1375761qto.211.1572643034176; Fri, 01 Nov 2019 14:17:14 -0700 (PDT) MIME-Version: 1.0 References: <201910111931.x9BJVAMK084650@repo.freebsd.org> In-Reply-To: From: Kyle Evans Date: Fri, 1 Nov 2019 16:17:00 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r514295 - in head/databases/mongodb36: . files Cc: Jan Beich , Kurt Jaeger , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2019 21:17:14 -0000 On Fri, Nov 1, 2019 at 3:55 PM Kyle Evans wrote: > > On Fri, Nov 1, 2019 at 9:27 AM Jan Beich wrote: > > > > Kyle Evans writes: > > > > > On Fri, Oct 11, 2019 at 2:31 PM Kurt Jaeger wrote: > > > > > >> > > >> Author: pi > > >> Date: Fri Oct 11 19:31:10 2019 > > >> New Revision: 514295 > > >> URL: https://svnweb.freebsd.org/changeset/ports/514295 > > >> > > >> Log: > > >> databases/mongodb36: upgrade 3.6.13 -> 3.6.14 with security fixes > > >> > > >> PR: 240126 > > >> Submitted by: Ronald Klop > > >> Approved by: dev@dudu.ro (maintainer) > > >> MFH: 2019Q4 > > >> Relnotes: https://docs.mongodb.com/manual/release-notes/3.6/#aug-26-2019 > > >> Security: CVE-2019-2386, CVE-2019-2389, CVE-2019-2390 > > >> > > > > > > Hi. > > > > > > This doesn't seem to build on head; aarch64 is what I tested it on, > > > but I don't see a package for head-amd64 either on pkg.freebsd.org > > > > -CURRENT regression is caused by bug 240629, not the above commit. > > > > last good: http://www.ipv6proxy.net/go.php?u=http://beefy18.nyi.freebsd.org/data/head-amd64-default/p514018_s353295/logs/mongodb36-3.6.13_2.log > > first bad: http://www.ipv6proxy.net/go.php?u=http://beefy18.nyi.freebsd.org/data/head-amd64-default/p514206_s353378/logs/errors/mongodb36-3.6.13_2.log > > Yeah, so that's kinda what I was afraid of... so I guess we need to > backport this: https://github.com/mongodb/mongo/commit/9c6751b9765d269b667324bb2efe1ca76a916d20 > > I'm test-building this patch:http://people.freebsd.org/~kevans/mongodb.diff > This patch has since been fixed to actually inline the correct variable. This has the following nasty side effect: build/opt/mongo/base/error_codes.h:922:11: warning: inline variables are a C++17 extension [-Wc++17-extensions] constexpr inline bool isNamedCode = true;