From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F377158041 for ; Tue, 2 Apr 2024 19:43:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C12E2A7C; Tue, 2 Apr 2024 19:43:13 +0000 (UTC) Received: from web14.point.ch (web14.point.ch [217.118.193.14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0303E2A74 for ; Tue, 2 Apr 2024 19:43:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by web14.point.ch (Postfix) with ESMTP id D259629899 for ; Tue, 2 Apr 2024 21:43:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at web14.point.ch Received: from web14.point.ch ([127.0.0.1]) by localhost (web14.point.ch [127.0.0.1]) (amavisd-new, port 10026) with LMTP id GsH62_tP-a3g for ; Tue, 2 Apr 2024 21:43:10 +0200 (CEST) Received: from plesk.origon.ch (localhost.localdomain [127.0.0.1]) by plesk.origon.ch (Postfix) with ESMTP id 9A1D0BFD75 for ; Tue, 2 Apr 2024 21:43:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sopka.ch; s=default; t=1712086989; bh=yEG4XM/DBJfC0Jc3QJKT9iVfAWhB0FSD42oMzbeOdu4=; h=Received:Received:Subject:To:From; b=iGzKcMog3FN1sl+xmeFhoh+9s323KiXJNgBvpiX9DGuUmK9DFxd9/cbqf04u6Osud ydLe9kemhiHlcYJ/TtZOr8CWgGzPKyKS0JTK42Vc6Y+NEFW0O4RFq9C4YptRJWVzxG l2m0GT8iSaJ5zKXMfHZ9OUsq2/30IW5SQcrs+itgx9lh5INZgxTak9kAy5Yu7czhjj YZ/Z6SsTflwovUJCvzFHjC26/+3DC6ay6E55LQmbiu4ImM17+dreavUXtvDgEFpPY+ PPD6bCkc/fHEzbosVHyI+JQJqgHjQkDUQKHT53OdTy4b4GpEEZRd7ii0e+PXQQnlES QwlbuydGBmAQQ== Authentication-Results: plesk.origon.ch; spf=pass (sender IP is 127.0.0.1) smtp.mailfrom=psopka@sopka.ch smtp.helo=plesk.origon.ch Received-SPF: pass (plesk.origon.ch: localhost is always allowed.) client-ip=127.0.0.1; envelope-from=psopka@sopka.ch; helo=plesk.origon.ch; Authentication-Results: plesk.origon.ch (amavisd-new); dkim=pass (2048-bit key) header.d=sopka.ch Received: from plesk.origon.ch ([127.0.0.1]) by plesk.origon.ch (plesk.origon.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F3dshUdgq13V for ; Tue, 2 Apr 2024 21:43:02 +0200 (CEST) Received: from [10.2.0.2] (unknown [185.159.157.49]) by plesk.origon.ch (Postfix) with ESMTPSA id 69E47BFD4C for ; Tue, 2 Apr 2024 21:43:02 +0200 (CEST) Received-SPF: pass (plesk.origon.ch: connection is authenticated) Message-ID: <658f383f-e03f-459b-a5a0-0893c439e2b0@sopka.ch> Date: Tue, 2 Apr 2024 21:43:02 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [gentoo-user] System crash on "Detecting C compiler ABI info" To: gentoo-user@lists.gentoo.org References: <2324580.ElGaqSPkdT@persephone> Content-Language: de-DE, en-US From: Paul Sopka In-Reply-To: <2324580.ElGaqSPkdT@persephone> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PPP-Message-ID: <171208698273.1043636.11583564672183595249@plesk.origon.ch> X-PPP-Vhost: sopka.ch X-Archives-Salt: aa583464-7def-4fcf-b57a-4b0a2f43bb66 X-Archives-Hash: 8aa678d22124e0c9c20f7f9b59a6b271 On 02.04.24 20:50, J. Roeleveld wrote: > Did you upgrade GCC recently? > If yes, did you follow the gcc-upgrade guide: > > https://wiki.gentoo.org/wiki/Upgrading_GCC > > ? > > -- > Joost Thank you for your answer Joost. As far as I know, I didn't upgrade GCC recently. I just rebuilt libtool to be sure, but that didn't help. Nanderty