From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3539C2D0E4 for ; Tue, 17 Nov 2020 19:58:56 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D49BE2222E for ; Tue, 17 Nov 2020 19:58:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D49BE2222E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=weilnetz.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:39956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kf77u-0001pK-N7 for qemu-devel@archiver.kernel.org; Tue, 17 Nov 2020 14:58:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kf77I-0001PL-EF for qemu-devel@nongnu.org; Tue, 17 Nov 2020 14:58:16 -0500 Received: from mail.weilnetz.de ([37.120.169.71]:50858 helo=v2201612906741603.powersrv.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kf77G-0006RA-4e for qemu-devel@nongnu.org; Tue, 17 Nov 2020 14:58:16 -0500 Received: from localhost (localhost [127.0.0.1]) by v2201612906741603.powersrv.de (Postfix) with ESMTP id 79E0BDB1C16; Tue, 17 Nov 2020 20:58:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at v2201612906741603.powersrv.de Received: from v2201612906741603.powersrv.de ([127.0.0.1]) by localhost (v2201612906741603.powersrv.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cshsJCBzQkqO; Tue, 17 Nov 2020 20:57:28 +0100 (CET) Received: from macbook02.fritz.box (pd9ec344e.dip0.t-ipconnect.de [217.236.52.78]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by v2201612906741603.powersrv.de (Postfix) with ESMTPSA id A3A7EDAA1BD; Tue, 17 Nov 2020 20:57:27 +0100 (CET) To: Paolo Bonzini , Michael Roth References: <97b04446-ca94-cebd-2d8d-4c2013521208@weilnetz.de> <20201117175030.eqz5run2m7qmx5qt@steredhat> From: Stefan Weil Subject: Re: Regressions in build process introduced since August Message-ID: <61c8ac57-2dce-0315-8915-97624f4d0341@weilnetz.de> Date: Tue, 17 Nov 2020 20:57:23 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:78.0) Gecko/20100101 Thunderbird/78.4.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=37.120.169.71; envelope-from=sw@weilnetz.de; helo=v2201612906741603.powersrv.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/17 14:07:30 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , qemu-devel , Stefano Garzarella Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Am 17.11.20 um 19:01 schrieb Paolo Bonzini: > On 17/11/20 18:50, Stefano Garzarella wrote: >> Running `configure [...] --extra-cflags=3D"-I /xyz"` results in >> compiler flags `-I [...] /xyz`, so the `-I` and `/xyz` are separated >> by other compiler flags which obviously cannot work as expected. I >> could work around that by removing the space and using a pattern like >> `-I/xyz`. >> >> This regression is not restricted to builds targeting Windows. > > I'll take a look at fixing this (in meson). Thanks. Here is another regression for builds targeting Windows: Running `../configure --disable-guest-agent-msi [...]` fails with=20 "../qga/meson.build:64:4: ERROR: Key QEMU_GA_VERSION is not in dict". QEMU_GA_VERSION is only set with enabled guest-agent-msi, but currently=20 used with enabled guest-agent even when guest-agent-msi is disabled. Regards, Stefan