From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::222]) by sourceware.org (Postfix) with ESMTPS id 523733858D1E; Thu, 9 Nov 2023 09:06:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 523733858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 523733858D1E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:4b98:dc4:8::222 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699520806; cv=none; b=CTi2yZQojcFGkqV/0JzHSrDxRdkSgTAeFOE6iiLp5SEMKH+mZgJ2NFtXJDO8tRHUKATXa1iw9VMX7+buV4gciszjmt8tj6hKAEV837btWZnPwDor/VmWlVkB7b5Dg1Y9l7t/+81RGkEA2vyxS487DFfNNzALU8TLfLpiMiSiQTE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699520806; c=relaxed/simple; bh=ytdMgbP+RrxROLGxWTkwrbJqz1WcdIzMAYrXGzp6Oos=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=oKr2mxKtLjFSod1iCWBqFooqUqV5c3rMLS6gL+dcXPiDaZ+z3ATSNW/8fmspiNgrtL2HOcpexUsARHmVrS56P2yJ8TyZdz48Hyh51ZyUiYzbhjq7twDfkvtp4ETNEyeUWQGJFwY6vEPWLfYQh9VsbHWN0z9wvPwpYK85I/fu0hQ= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by mail.gandi.net (Postfix) with ESMTPSA id D18C040008; Thu, 9 Nov 2023 09:06:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1699520801; h=from:from:reply-to:subject:subject: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=cbUS6vhaXXORtIv2GLadhSl810Reh9zCIMkw9ezWOrM=; b=nH336O7lnTYjO1qBAvhSDQVruSBHZrek4qURHhKdY4EHYma1FBoOtk/t7U+Jah52FstKDA /g7h3l3zFQv+cPLE/+ivIeUp/FHw0PvjbrFedEyhpnbxEAAx1JfRPAS1sopZmqggyERwQy bDHoC9NFN9K7s5QTTAGodI3xajwoqaszjkyYkJJ3oa1foPxXAFxuDInOKL/DatltWmwp2l eZCRpFlUPQGejhwueC5KVMrn+oyxdAOmVxESTpjXqyqM+TEPfKzWiXe6zsBRQrMwVkD7vB OH+CEkWKpgpLSOzzvmghuT5XzN6colWWodsEbqbUg0W7gVz6Uen1hPKegfTcOw== Received: by localhost (Postfix, from userid 1000) id 83C1E5079000; Thu, 9 Nov 2023 10:06:40 +0100 (CET) From: Dodji Seketeli To: "paolo.pisati at canonical dot com" Cc: libabigail@sourceware.org Subject: Re: [Bug default/31045] assert violation while setting translation unit for unique types Organization: Me, myself and I References: X-Operating-System: AlmaLinux 9.2 X-URL: http://www.seketeli.net/~dodji Date: Thu, 09 Nov 2023 10:06:40 +0100 In-Reply-To: (paolo pisati at canonical dot com's message of "Thu, 09 Nov 2023 08:53:43 +0000") Message-ID: <87wmurthwf.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: dodji@seketeli.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,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: "paolo.pisati at canonical dot com" a =C3=A9crit: > --- Comment #3 from Paolo Pisati --- > fresh checkout of your PR31045, doesn't build: [...] > ../../src/abg-ir.cc: In function =E2=80=98void > abigail::ir::maybe_set_translation_unit(const decl_base_sptr&, > translation_unit*)=E2=80=99: > ../../src/abg-ir.cc:8002:5: error: =E2=80=98member=E2=80=99 was not decla= red in this scope > 8002 | member->set_translation_unit(tu); Ooops, indeed. Could you try again please? I have just fixed that. Sorry for the inconvenience. --=20 Dodji