From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 10 Sep 2024 15:21:26 +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 1so0oA-003AHk-2h for lore@lore.pengutronix.de; Tue, 10 Sep 2024 15:21:26 +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 1so0o9-0008V4-Qn; Tue, 10 Sep 2024 15:21:25 +0200 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1snyNP-0004Je-A0 for ptxdist@pengutronix.de; Tue, 10 Sep 2024 12:45:40 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1725965138; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Xrd6Xca0fCoGtbeec0bXoHKgl0bwHdz86vASaITOBYk=; b=dSPa9/REcPa5eKKSxEeO4/P7a3b2Zpz8z7pcc1qKDBhGQdbgbSe95CNt+47TWt2PffKigN KtCRsoXyCFy1sTBiQOXB+/YvqFWE3LZefJCScUWK2UZgj9uYbchYtR+6HQ1dhbX6JRF8lN GqBN3Zt5/sTTcdY5YCsVO4fvtyiQqyA= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-616-ZNOUJ1ooMHKKapE_lRQnYg-1; Tue, 10 Sep 2024 06:45:36 -0400 X-MC-Unique: ZNOUJ1ooMHKKapE_lRQnYg-1 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 5C1851955D42; Tue, 10 Sep 2024 10:45:35 +0000 (UTC) Received: from ws.net.home (unknown [10.45.225.114]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id DDFC819560AB; Tue, 10 Sep 2024 10:45:33 +0000 (UTC) Date: Tue, 10 Sep 2024 12:45:30 +0200 From: Karel Zak To: util-linux@vger.kernel.org, ptxdist@pengutronix.de Message-ID: References: <13593969.uLZWGnKmhe@ada-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13593969.uLZWGnKmhe@ada-pc> X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 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.1 required=4.0 tests=AWL, BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,RCVD_IN_VALIDITY_CERTIFIED_BLOCKED, RCVD_IN_VALIDITY_RPBL_BLOCKED,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 X-Mailman-Approved-At: Tue, 10 Sep 2024 15:21:05 +0200 Subject: Re: [ptxdist] util-linux build error with meson and older glibc 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, Sep 10, 2024 at 09:07:01AM GMT, Alexander Dahl wrote: > building util-linux with ptxdist [1] here. After switching to meson > build [2], compiling util-linux fails with OSELAS.Toolchain-2020.08.0 > which contains gcc-10.2.1 and glibc-2.32. Building for architecture > arm-v5te-linux-gnueabi here, console output below. Which version of util-linux are you currently using? Is it the current git tree? > From looking at the linker options I suspect -lutil missing? It seems so. Karel -- Karel Zak http://karelzak.blogspot.com