From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 13 Nov 2022 18:32:54 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ouGqj-006Y9S-Rr for lore@lore.pengutronix.de; Sun, 13 Nov 2022 18:32:54 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ouGqi-0001qV-OH; Sun, 13 Nov 2022 18:32:52 +0100 Received: from mail.benfm.de ([85.214.52.64] helo=mx1.benfm.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ouGpw-0001qM-Px for ptxdist@pengutronix.de; Sun, 13 Nov 2022 18:32:05 +0100 Message-ID: <35a025e1-9b3b-01f5-6776-db2ce5554208@benfm.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=benfm.de; s=2020; t=1668360722; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=l6yyZ5H2vIJF7Wk65gBHaU/VL0ewieJMdJJx3oPG418=; b=n86utwgOTnv8vyiz1Z6cYG+T/tExFrjBE36XQDreDIb9oSjJvm9D4HkYaKQk5m9J80XSC+ J8C5OSRfYMk5YdixMS0htDvRr02DGfBUNzHz5pu2P1Fk7IFKdhJUIQaHweo/VTGUMoDSeV 4ROPT6TX8nkrHiqmTM5USzQeZjOPPKsRwShD3GVAjyWbwMMugNgZNkaN5S+QG+NtgWQb/+ CbblL17doHNkL9kDAwbYCccCRIIhjR45EA6njYT+tHgTDa9Rb0YMh2Rklh2MG9ZC3uckiO aMjkaokGqPfwt2Q3GS9bAwY/Swoz7C05CjpQuP6F+NOb8Aq0rN3uHn7VOyeidw== Date: Sun, 13 Nov 2022 18:32:01 +0100 MIME-Version: 1.0 Content-Language: en-US To: ptxdist@pengutronix.de From: Felix Mellmann Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-1.8 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] e2fsprogs: possibly broken when using OSELAS.Toolchain 2022.10.0 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 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.ext.pengutronix.de); SAEximRunCond expanded to false Hi everyone, I've just run into a linker problem when building e2fsprogs 1.46.5 using OSELAS.Toolchain 2022.10.0 (arm-v7a-linux-gnueabihf): ------------------------- target: e2fsprogs.compile ------------------------- make: Entering directory '/PTXdist/BSP/platform-imx6/build-target/e2fsprogs-1.46.5' cd ./util ; make subst make[1]: Entering directory '/PTXdist/BSP/platform-imx6/build-target/e2fsprogs-1.46.5/util'     CREATE dirpaths.h     CC subst.c     LD subst lto1: fatal error: bytecode stream in file 'subst.o' generated with LTO version 11.2 instead of the expected 11.3 compilation terminated. lto-wrapper: fatal error: /usr/bin/gcc returned 1 exit status compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status make[1]: *** [Makefile:369: subst] Error 1 make[1]: Leaving directory '/PTXdist/BSP/platform-imx6/build-target/e2fsprogs-1.46.5/util' make: *** [Makefile:194: util/subst] Error 2 make: Leaving directory '/PTXdist/BSP/platform-imx6/build-target/e2fsprogs-1.46.5' make: *** [/usr/local/lib/ptxdist-2022.11.0/rules/post/ptxd_make_world_compile.make:20: /PTXdist/BSP/platform-imx6/state/e2fsprogs.compile] Error 2 The error vanishes if ./configure is called with "--disable-lto" instead of "--enable-lto". As I'm no expert at this level, I hope anyone could put some hints about the issue. Best regards, Felix