From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 24 Apr 2024 17:33:43 +0200 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 1rzecw-00F2uA-39 for lore@lore.pengutronix.de; Wed, 24 Apr 2024 17:33:43 +0200 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 1rzecw-0006n8-Bv; Wed, 24 Apr 2024 17:33:42 +0200 Received: from h2.cmg2.smtp.forpsi.com ([81.2.195.189]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rzeci-0006ic-Eq for ptxdist@pengutronix.de; Wed, 24 Apr 2024 17:33:29 +0200 Received: from lenoch ([91.218.190.200]) by cmgsmtp with ESMTPSA id zecdrCuksd0alzechrCcmU; Wed, 24 Apr 2024 17:33:27 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=triops.cz; s=f2019; t=1713972807; bh=f+F44EUlWrLJvePtLMHz7k+sKqr9EQGt9C8NGTZ0/a4=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=BDHlkR4d9j1nUgjrNWHE5oJGerywLWD2rOsBt9lJ14cZCqPiTechWK6M904m7HxSN IFKQ2reD8sITx6GvB0HSADqRP7m0gwgxj/NecnA7dtCI5NKltOK0aYK9lGzKLn+Gn7 zz61fxY6/BkOsTMV6AKR/0IWLr+gPQ6zsEZY/WZWXT5+VfIZqEWVN7Lov8V7IkjKnP xwQ+AGmxkBtGELWqmTVYkFEmUotxMUJRlSu2CR6F65BsG72RfpVgFG2FG4cweD/WF1 cWK5xayQHOk6esPNRU2EUIRdZbIWJIKskBJqnVSCzt7uE0vrXqj8pruaEMBXx1pEAO LTClOXYbWGWYA== Date: Wed, 24 Apr 2024 17:33:22 +0200 From: Ladislav Michl To: ptxdist@pengutronix.de Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CMAE-Envelope: MS4xfM5jR1NNeuyL4gPuV9/nnAjSMxJq/ZPZkOxDVxfIbJAwzoi0DuXwbg7OzHnfKSg2BjXfUBPTsCiA+o+lDf3e7830F/YCgbwumukSa2MpwW4obNZ0pyDZ x5lNn6Vf0Uxmspg/IAHDCMKAjKMTFpiXWxehjspFyaqC9XCN36G4N/UHH3OreUWsIakYMXe8AOdayA== X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.4 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH 2/2] beep: version bump 1.3 -> 1.4.12 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Tue, Apr 23, 2024 at 07:36:52AM +0200, Ladislav Michl wrote: > Move package to a new upstream at https://github.com/spkr-beep/beep/ For v5te I needed to add LDFLAGS=-latomic to satisfy undefined reference: arm-v5te-linux-gnueabi-gcc -Wl,-Map=beep.map,--cref -fasynchronous-unwind-tables -fanalyzer -fstack-protector-strong -fstack-clash-protection -fsanitize=undefined -save-temps=obj -O2 -g -std=gnu99 -pedantic -Wall -Wextra -Werror -Wno-padded -Wno-format-nonliteral -o beep beep-log.o beep-main.o beep-library.o beep-usage.o beep-drivers.o beep-driver-console.o beep-driver-evdev.o /opt/OSELAS.Toolchain-2023.07.1/arm-v5te-linux-gnueabi/gcc-13.2.1-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/lib/gcc/arm-v5te-linux-gnueabi/13.2.1/../../../../arm-v5te-linux-gnueabi/bin/ld: /opt/OSELAS.Toolchain-2023.07.1/arm-v5te-linux-gnueabi/gcc-13.2.1-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/lib/gcc/arm-v5te-linux-gnueabi/13.2.1/../../../../arm-v5te-linux-gnueabi/lib/libubsan.so: undefined reference to `__atomic_compare_exchange_8' /opt/OSELAS.Toolchain-2023.07.1/arm-v5te-linux-gnueabi/gcc-13.2.1-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/lib/gcc/arm-v5te-linux-gnueabi/13.2.1/../../../../arm-v5te-linux-gnueabi/bin/ld: /opt/OSELAS.Toolchain-2023.07.1/arm-v5te-linux-gnueabi/gcc-13.2.1-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/lib/gcc/arm-v5te-linux-gnueabi/13.2.1/../../../../arm-v5te-linux-gnueabi/lib/libubsan.so: undefined reference to `__atomic_load_8' collect2: error: ld returned 1 exit status I can see haproxy and dhcp packages are adding target flags based on selected architecture. Is it to way to follow here? l.