From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 2EC403858D39 for ; Mon, 6 Mar 2023 16:23:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2EC403858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 668392198B; Mon, 6 Mar 2023 16:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1678119785; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KOW0Dl28GNP6Atw6B8BB0NBfC7eJ1uCbMX+6bMYepT8=; b=ZEbHcLEfcurPlo0pNmZ5hKG365oKD3zlL5zPBqLgv3K76svyALO+U/G2YJdh/zzI8DOFwv M0tB8FFdM7xSGGsSFhUsnlk1Qjnq8QVins5srlGdkjhmTfCx2AONqwimscsgeJLzSKyvk8 3pMPhf2VRqsKQYhu9FE6aztNecblUUY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1678119785; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KOW0Dl28GNP6Atw6B8BB0NBfC7eJ1uCbMX+6bMYepT8=; b=pQCcqBJ+OSPtR8cYK+a2JSwF/ZnbWI2i0rIp6kPJfyAb0PnaTzBK/2luarpFwNVzKrIaay Sv/r+VC2/fqh4OBg== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 5004C2C141; Mon, 6 Mar 2023 16:23:05 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 0B5EF442EE0; Mon, 6 Mar 2023 17:23:04 +0100 (CET) From: Andreas Schwab To: Arsen =?utf-8?Q?Arsenovi=C4=87?= via Libc-alpha Cc: Adhemerval Zanella , Arsen =?utf-8?Q?A?= =?utf-8?Q?rsenovi=C4=87?= , Florian Weimer Subject: Re: [PATCH v3 2/4] libio: Remove the usage of __libc_IO_vtables References: <20221227211145.3765256-1-adhemerval.zanella@linaro.org> <20221227211145.3765256-3-adhemerval.zanella@linaro.org> <87bkl5ncob.fsf@aarsen.me> X-Yow: This ASEXUAL PIG really BOILS my BLOOD... He's so..so.....URGENT!! Date: Mon, 06 Mar 2023 17:23:04 +0100 In-Reply-To: <87bkl5ncob.fsf@aarsen.me> ("Arsen =?utf-8?Q?Arsenovi=C4=87?= via Libc-alpha"'s message of "Mon, 06 Mar 2023 15:58:16 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mär 06 2023, Arsen Arsenović via Libc-alpha wrote: > This patch seems to confuse GNU make 4.4+ in the libio subdirectory (for > me, it just spins forever). 4.3 seems unaffected. > > make subdir=libio -C libio ..=../ subdir_lib > make[3]: Entering directory '/home/arsen/gnu/glibc/glibc/libio' > ^Cmake[2]: *** [Makefile:484: libio/subdir_lib] Interrupt It is constantly rereading makefiles do to these conditions: Prerequisite '../../test/versions.stmp' is newer than target '../../test/sysd-versions'. Prerequisite '../../test/libc-modules.stmp' is newer than target '../../test/libc-modules.h'. Must remake target '../../test/libc-modules.h'. Successfully remade target file '../../test/libc-modules.h'. Prerequisite '../../test/bits/stdio_lim.st' is newer than target '../../test/bits/stdio_lim.h'. Must remake target '../../test/bits/stdio_lim.h'. Successfully remade target file '../../test/bits/stdio_lim.h'. That appears to be related to the way libio-macros.h is generated or its dependencies, because if I remove that file and rerun make, it progresses forward over libio (and hangs there again in the others pass). -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."