From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 7C4A238582BE for ; Sat, 15 Jul 2023 10:44:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7C4A238582BE 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-out2.suse.de (Postfix) with ESMTP id 5D86E1F38D; Sat, 15 Jul 2023 10:44:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1689417888; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+bIZvXXqd4CVkMi6NQNPpZPN2YRYIs03gnkNtAWq11M=; b=cuRKwIcAGFN8/XzLk8tKIoEd6t6NLcNSu9fCedYS5h9ZmLtaRl1c30OrcmI50fqT9EvDzq HvPkLDNgcQoM7awI6d/woKvLLtmKiBIdX+4oHE1peEeNQFXnUBXi++fzehJCch3QZtnnf6 Nje9CZefjEsFGY6xw0uap40K6XozwUk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1689417888; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+bIZvXXqd4CVkMi6NQNPpZPN2YRYIs03gnkNtAWq11M=; b=xhhNNpGU0sKmpo9S7LHQj3pc5OpYPL3Y9nbECkm60nD8UTGZ28yxuReAag1wQGJFc9k1Wn 580QMJI3KTD+2BAw== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 50C582C142; Sat, 15 Jul 2023 10:44:48 +0000 (UTC) Received: by wotan.suse.de (Postfix, from userid 10510) id 131B96874; Sat, 15 Jul 2023 10:44:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by wotan.suse.de (Postfix) with ESMTP id 0C2836798; Sat, 15 Jul 2023 10:44:48 +0000 (UTC) Date: Sat, 15 Jul 2023 10:44:46 +0000 (UTC) From: Michael Matz To: Tobias Burnus cc: Binutils Subject: Re: 'make pdf' fails due to: [PATCH] Let '^' through the lexer] In-Reply-To: <2350928d-ed93-91ed-8bcd-fce9902914b1@codesourcery.com> Message-ID: References: <2350928d-ed93-91ed-8bcd-fce9902914b1@codesourcery.com> User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Hey, On Fri, 14 Jul 2023, Tobias Burnus wrote: > currently, "make pdf V=1" fails as follows due to the bare ^ Bah, sorry. My TeX became too rusty and I'll admit I don't have the thousands latex packages installed here. I changed that part nevertheless in the hope that somebody would scream if it was wrong. Seems to have worked :-) Thanks Tobias and Alan. Ciao, Michael.