From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 31F04AC0D82 for ; Thu, 7 Dec 2023 13:05:23 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=AkI3BqcE1ZwREsqM/GDX8bhdwWfx291GxelzbS+WPuM=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1701954322; v=1; b=RkQWyTFQMwO9ig38BJb/k0K653pudlVdwTEBTvcTZDY00Yc5xg+osdSNXV1wtLGg1UAjSwR2 0oF6ce1mai3znY/3Cg9mFItR7cE8TefJw2lXG2gfmYe5BnPdjEeZrE3mUN0lZOkHkmAXlLJ9oY2 ofKkcDGoKx0jLibV6sYK/FlM= X-Received: by 127.0.0.2 with SMTP id uoCIYY7687511x3RlrPd8fzD; Thu, 07 Dec 2023 05:05:22 -0800 X-Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web11.83070.1701954321806710814 for ; Thu, 07 Dec 2023 05:05:22 -0800 X-Received: by mail-wr1-f45.google.com with SMTP id ffacd0b85a97d-3333fbbeab9so844467f8f.2 for ; Thu, 07 Dec 2023 05:05:21 -0800 (PST) X-Gm-Message-State: eR8wzl93O1FnctEw64eqgZHHx7686176AA= X-Google-Smtp-Source: AGHT+IEuCFGCdQYiv20M29/QqQ99lVXAXgznejVZux/9j/SgEzniChEMe6IXREu65iVEn2nyHGzajXEU4B2TG7MYCik= X-Received: by 2002:adf:ff83:0:b0:333:4ac2:fe26 with SMTP id j3-20020adfff83000000b003334ac2fe26mr1458927wrr.28.1701954319990; Thu, 07 Dec 2023 05:05:19 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Mike Beaton" Date: Thu, 7 Dec 2023 13:05:08 +0000 Message-ID: Subject: Re: [edk2-devel] CLANGDWARF OVMF hangs on start To: Gerd Hoffmann Cc: devel@edk2.groups.io, Ard Biesheuvel , Liming Gao , Rebecca Cran , Michael D Kinney Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mjsbeaton@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=RkQWyTFQ; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io > - I have just replicated exactly the same issue from a clean, new > checkout and build on Fedora 38 and clang 16 (Fedora 16.0.6-3.fc38). > - I then upgraded that same VM to Fedora 39 and clang 17 and ... I > still get the same issue, including that it works again when switching > to 140e4422b16482f0bcafdc20d42141434d450450~1 (then cleaning Conf/ and > Build/, then `make clean`, `make` in BaseTools/, then retry, as for > each re-test). I assume we must all be talking about clean builds at each point, more or less by definition. But for the avoidance of doubt the script I'm using to fully rebuild at each commit (which is reproducing these problems, on all versions listed above, and which matches what happens on a clean checkout - for me) is: ``` #!/bin/bash git submodule update --init rm -rf Build rm Conf/* rm -rf Conf/.cache rm Conf/.AutoGenIdFile.txt cd BaseTools make clean make cd ../OvmfPkg ./build.sh -a X64 -b NOOPT -t CLANGDWARF -D DEBUG_ON_SERIAL_PORT=1 || exit 1 ./build.sh -a X64 -b NOOPT -t CLANGDWARF qemu -serial stdio ``` -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112187): https://edk2.groups.io/g/devel/message/112187 Mute This Topic: https://groups.io/mt/103030855/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-