From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2P3FJyxr01/ZVwAA0tVLHw (envelope-from ) for ; Fri, 11 Dec 2020 12:50:52 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QCyOIyxr01/UPQAAbx9fmQ (envelope-from ) for ; Fri, 11 Dec 2020 12:50:52 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2F912940367 for ; Fri, 11 Dec 2020 12:50:52 +0000 (UTC) Received: from localhost ([::1]:60264 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knhsp-0003pm-12 for larch@yhetil.org; Fri, 11 Dec 2020 07:50:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knhsX-0003oS-LD for guix-devel@gnu.org; Fri, 11 Dec 2020 07:50:33 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:52278) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knhsV-0000bq-90 for guix-devel@gnu.org; Fri, 11 Dec 2020 07:50:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=INxXZLbV/8ZjqpNbmFKh+GW+JlnHA6EmChtq+okxY0A=; h=date:in-reply-to: references:subject:cc:to:from; b=Ep3DJxN4cpQkSY0fLjDf3p/lOkw37SNGj3Kd0 8US3pevLOjVjl9i2NZQKKHmy2ds22+peUULlxh4qfAcolf7uLey7w4CB9/cxcGAeTaMuPB YdCO6JlktE/JeTaH5fuF7XsOw8uKuHMss0FHlS4BbOuA2AbBVfyVN2MCJW8inFIDCbCLf3 /I23Vz53rkf4et1d3/aliQ7WbD+kL0htWThRTQJIDyTbQDMICtYITYT160gxRQVFdYPs3v 8oAUh12GFrBc0NT5x6NCWZAeRelrAZhTILWrW9MM+MIGa7ErfiGlb0zC0dFuXZpRdqFbW/ aYtBzTpeoozaQFEknuGZQaFhg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 92edebbe (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Fri, 11 Dec 2020 12:50:44 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Anonymous_ Subject: Re: Possible error on glibc package specification References: In-reply-to: Date: Fri, 11 Dec 2020 13:50:25 +0100 Message-ID: <87ft4cld66.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.60 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=Ep3DJxN4; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 2F912940367 X-Spam-Score: -4.60 X-Migadu-Scanner: scn1.migadu.com X-TUID: BF6G8XXK0a+0 --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi anon, Anonymous_ =E5=86=99=E9=81=93=EF=BC=9A > I that even after installing glibc-2.31 gcc still cant build=20 > static > binaries, I just used -static flag, which shows that libc.a is=20 > not=20 > present, On Guix, libc.a is provided by the glibc:static package output,=20 which is what > https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/base.scm#n851 produces. After installing it =E2=80=98gcc -static=E2=80=99 works fine. I don't thin= k=20 there's an error there. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX9NrEg0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15LxYA/1cYkgA8xreEaFuHzDl2wZ7i35O5ifQOTuPenDX3 XeVFAQCNbexF+T9M7fbTk1pL4TAW6aprOAed0y5OKGyGxKVsAw== =tIfk -----END PGP SIGNATURE----- --=-=-=--