From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gandi.kataplop.net (gandi.kataplop.net [46.226.111.114]) by sourceware.org (Postfix) with ESMTPS id 4ED3E3973072 for ; Wed, 2 Jun 2021 16:58:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4ED3E3973072 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kataplop.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kataplop.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kataplop.net; s=rsa1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=6e9wvBKvB5hWgTGzwXVQ0eBRZ7ENc5pbe1Lb3Lsr3VY=; b=PaPRph8Nv7iZX7FalqavDAd3PZ 9RdCW22OUpYRc8mzMm1WVUVE3iw1weAysCMBGfAWqdeyq0sjX1qW/DPkuEXDx5nYvcOyV9kXQs4ol Qqrr3mm6MiZq6FZy8BXRZbAOZTrqwjegEKV/b7pmI38qJNtSZ/0U6oUtNc/zJAWu6WTo=; Received: from [176.191.105.132] (helo=arrakis) by gandi.kataplop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loUC1-0001kH-2s; Wed, 02 Jun 2021 18:58:09 +0200 From: Marc To: John Paul Adrian Glaubitz Cc: gcc-rust@gcc.gnu.org Subject: Re: Test results for gccrs on Debian unstable ia64 References: <478d9956-a97f-5da2-b684-31d791c54fa3@physik.fu-berlin.de> <87zgw8zbeb.fsf@arrakis.kataplop.net> <87v96wzabn.fsf@arrakis.kataplop.net> <7ebb66d9-e207-c6c4-4e37-d7b4b3f89d73@physik.fu-berlin.de> <887506bb-0f92-5b44-4a31-0f49a0aa15f7@physik.fu-berlin.de> Date: Wed, 02 Jun 2021 18:58:08 +0200 In-Reply-To: <887506bb-0f92-5b44-4a31-0f49a0aa15f7@physik.fu-berlin.de> (John Paul Adrian Glaubitz's message of "Wed, 2 Jun 2021 18:14:24 +0200") Message-ID: <87r1hkyzj3.fsf@arrakis.kataplop.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam_score: -1.0 X-Spam_bar: - X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-rust@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-rust mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 16:58:12 -0000 John Paul Adrian Glaubitz writes: > Hello! > > On 6/2/21 3:08 PM, John Paul Adrian Glaubitz wrote: >>> Is libunwind installed ? Not sure why your exe needs it, maybe that's a >>> particularity of ia64? >> >> Yes, gcc explicitly needs libunwind on ia64 unless it's configured to use >> the internal version. I might be able to fix that myself. > > Addendum: Building with "--with-system-libunwind" fixes the problem for me (see below). Hi! Thanks for testing this! IIUC, this is an issue on our side, so I'll open an issue. Marc