From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 21 Dec 2023 10:38:39 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rGFVn-0087zy-0m for lore@lore.pengutronix.de; Thu, 21 Dec 2023 10:38:39 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rGFVn-00043E-0L; Thu, 21 Dec 2023 10:38:39 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rGFVR-00041i-IL; Thu, 21 Dec 2023 10:38:17 +0100 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGFVP-000UdZ-Um; Thu, 21 Dec 2023 10:38:17 +0100 Received: from mol by pty.whiteo.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1rGFVQ-007qTf-Ol; Thu, 21 Dec 2023 10:38:16 +0100 Date: Thu, 21 Dec 2023 10:38:16 +0100 From: Michael Olbrich To: Ladislav Michl Message-ID: Mail-Followup-To: Ladislav Michl , ptxdist@pengutronix.de References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2022.10.2 and 2023.07.1 released X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Hi, On Wed, Dec 20, 2023 at 05:48:31PM +0100, Ladislav Michl wrote: > On Tue, Nov 21, 2023 at 08:46:31AM +0100, Michael Olbrich wrote: > > I'm happy to announce that I've just released OSELAS.Toolchain-2022.10.2 > > and 2023.07.1. > > > > This is a bugfix only release. There are no major update. The relevant > > changes are: > > > > - gcc was updated to the 12-20231117 and 13-20231118 snapshot releases. > > Note, that for the 2023.07.1 toolchain the reported version is now > > 13.2.1 so the platformconfig in PTXdist BSPs must be updated > > accordingly. > > - glibc was updated to 2.36-121-g88d5d70b1e89 and 2.37-48-g8e20aedfd7fc in > > the respective stable branch. > > - All patches from the binutils stable branches that seemed relevant > > have been cherry-picked. > > - The gcc fortran compiler is now enabled in all Linux toolchains > > > > Download the release here: > > https://public.pengutronix.de/oselas/toolchain/ > > > > Debian / Ubuntu Packages will be available at > > http://debian.pengutronix.de/ > > I finally got time to update all my BSPs to newer toolchain. However, it does > not fly without force-overwrite: > ladis@lenoch:~$ sudo dpkg --force-overwrite -i /var/cache/apt/archives/oselas.toolchain-2023.07.1-arm-v7a-linux-gnueabi-gcc-13.2.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized-dbgsym_2023.07.1-1~deb12+1_amd64.deb > (Reading database ... 621067 files and directories currently installed.) > Preparing to unpack .../oselas.toolchain-2023.07.1-arm-v7a-linux-gnueabi-gcc-13.2.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized-dbgsym_2023.07.1-1~deb12+1_amd64.deb ... > Unpacking oselas.toolchain-2023.07.1-arm-v7a-linux-gnueabi-gcc-13.2.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized-dbgsym (2023.07.1-1~deb12+1) ... > dpkg: warning: overriding problem because --force enabled: > dpkg: warning: trying to overwrite '/usr/lib/debug/.build-id/0c/9b7ee1580684fbdac23548ca46c1c34408e49b.debug', which is also in package oselas.toolchain-2023.07.1-x86-64-unknown-linux-gnu-gcc-13.2.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized-dbgsym 2023.07.1-1~deb12+1 [...] Don't install the *-dbgsym packages unless you really need them. They contain the debug symbols for the compiler itself etc. not the target libraries. So you will only need them if you want to debug a crashing gcc or something like that. I'm not sure what those debug files are for, but my guess ist libLLVM.so or something like that. Stuff that does not change with the selected target architecture. And the builds are sufficiently reproducible that the build-id is the same. Regards, Michael -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |