From owner-freebsd-ports@freebsd.org Sun Nov 11 04:01:09 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5610011281A0 for ; Sun, 11 Nov 2018 04:01:09 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABB116DAB6; Sun, 11 Nov 2018 04:01:08 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 4A84CC106; Sun, 11 Nov 2018 04:01:08 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f43.google.com with SMTP id p17so3960106lfh.4; Sat, 10 Nov 2018 20:01:08 -0800 (PST) X-Gm-Message-State: AGRZ1gKFTVqjNwDvjG8uXF7NFBhMgM8tG/jkqR7c2tQq1DovO7/FZkcr 5b3d3DNBWL5mVOdOsVp6qzFPiESDtQroyBUgU7Y= X-Google-Smtp-Source: AJdET5ftPkx8NQWdwZloqZ4LUPDx1WxRFLSbMPps90WqKtUXtLJJGTFlOOAi6RxcTnilnhnLUQJ8j7RtJzpaKCaRWmA= X-Received: by 2002:a19:a84e:: with SMTP id r75mr8874575lfe.45.1541908866770; Sat, 10 Nov 2018 20:01:06 -0800 (PST) MIME-Version: 1.0 References: <783DE9B1-F1F5-45B5-8C3E-0B0D8BF4CC03@yahoo.com> <04F7FF99-96DE-4A51-B17F-7F2FEE667417@yahoo.com> In-Reply-To: From: Kyle Evans Date: Sat, 10 Nov 2018 22:00:55 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: ports -r484565 : qemu-arm-static fails with: (start < end), function page_set_flags, file . . . accel/tcg/translate-all.c, line 2077 To: marklmi@yahoo.com Cc: Sean Bruno , ports-list freebsd Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: ABB116DAB6 X-Spamd-Result: default: False [-106.79 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ALLOW_DOMAIN_WHITELIST(-100.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; R_SPF_SOFTFAIL(0.00)[~all]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mx66.freebsd.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FREEMAIL_TO(0.00)[yahoo.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; IP_SCORE(-3.68)[ip: (-9.63), ipnet: 96.47.64.0/20(-4.80), asn: 11403(-3.89), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2018 04:01:09 -0000 On Sat, Nov 10, 2018 at 4:30 PM Mark Millard wrote: > > On 2018-Nov-10, at 12:28, Kyle Evans wrote: > > > On Sat, Nov 10, 2018 at 11:38 AM Mark Millard via freebsd-ports > > wrote: > >> > >> Having actually installed the reverted code fist ( -r438807 ), > >> cmake's package stage is now well past were it was failing. > >> > >> So it is not the pkg vintage that matters: it is the qemu-sbruno > >> vintage that matters. > >> > >> (gcc8 getting that far is hours away: full bootstrap, so mostly > >> emulated.) > >> > > > > I find the assertion you've reported fairly bizarre, since all of the > > page_set_flags invocations we would've touched are generally of the > > form `page_set_flags(start, start + len, ...)` -- I'm working on > > reproducing locally, though. > > Looking at the overall sources for the two versions ( as seen via > -r483807 and -r484565 ) I find a possibly-significant changed file: > > # diff -u /wrkdirs/usr/ports/emulators/qemu-user-static/*work/qemu-bsd-user-*/bsd-user/mmap.c | more > --- /wrkdirs/usr/ports/emulators/qemu-user-static/483807-work/qemu-bsd-user-495fb3a/bsd-user/mmap.c 2018-05-25 07:28:13.000000000 -0700 > +++ /wrkdirs/usr/ports/emulators/qemu-user-static/484565-work/qemu-bsd-user-2cb0cdd/bsd-user/mmap.c 2018-11-09 09:27:18.000000000 -0800 > Yes, I'm familiar with this particular changeset- I wrote it. =) Unfortunately, I can't reproduce this locally- neither with devel/cmake nor any of the other ports that I build. I think we'll have to wait until either we get more reports of this or portmgr@ trips over it in a way that I can reproduce and dig in a bit. Thanks, Kyle Evans