From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2365D1382C5 for ; Sun, 21 Jun 2020 17:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF4D5E09B4; Sun, 21 Jun 2020 17:06:47 +0000 (UTC) Received: from mail-gw.thundermail.uk (mail-gw.thundermail.uk [149.255.60.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85BE7E08E8 for ; Sun, 21 Jun 2020 17:06:47 +0000 (UTC) Received: from mailgw01.thundermail.uk (mail-gw.thundermail.uk [149.255.60.66]) by mail-gw.thundermail.uk (Postfix) with ESMTPS id 30632600316B for ; Sun, 21 Jun 2020 18:06:45 +0100 (BST) X-ASG-Debug-ID: 1592759203-05541315aa2f4e090001-LfjuLa Received: from cloud307.thundercloud.uk (cloud307.thundercloud.uk [149.255.58.40]) by mailgw01.thundermail.uk with ESMTP id cekAXxnomZfqC7DL (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 21 Jun 2020 18:06:43 +0100 (BST) X-Barracuda-Envelope-From: confabulate@kintzios.com X-Barracuda-Effective-Source-IP: cloud307.thundercloud.uk[149.255.58.40] X-Barracuda-Apparent-Source-IP: 149.255.58.40 Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by cloud307.thundercloud.uk (Postfix) with ESMTPSA id 7B1C5CEB2DC for ; Sun, 21 Jun 2020 18:06:42 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kintzios.com; s=default; t=1592759202; bh=snfEFwzv/+1m+wycVvUr23NEMirMA4Vv6EHsoSfCbFQ=; h=From:To:Subject; b=S58A9o0yoNLezBLbA/143OlTwiuaKpyosxqERvNh+sz+EzBzyPdmowfIUZq+MrwWb 9ItoYrpHGn7htwQLaG5Y/iA9YYteWz4rMDKR4f6eGWH74U9dimw77ZXLbhO59CRq2V S7SUBLyoxyZCVVdUVGsdKlBrSTo2FkMup1EnsVww= Authentication-Results: cloud307.thundercloud.uk; spf=pass (sender IP is 217.169.3.230) smtp.mailfrom=confabulate@kintzios.com smtp.helo=dell_xps.localnet Received-SPF: pass (cloud307.thundercloud.uk: connection is authenticated) From: Michael To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Gentoo chroot with old glibc Date: Sun, 21 Jun 2020 18:06:41 +0100 X-ASG-Orig-Subj: Re: [gentoo-user] Gentoo chroot with old glibc Message-ID: <3236503.QJadu78ljV@dell_xps> In-Reply-To: <2061dce3-a6b3-31a7-aed0-c08487fa15ce@apteryx.fr> References: <2061dce3-a6b3-31a7-aed0-c08487fa15ce@apteryx.fr> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1757965.CQOukoFCf9"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-PPP-Message-ID: <20200621170642.222121.45686@cloud307.thundercloud.uk> X-PPP-Vhost: kintzios.com X-Barracuda-Connect: cloud307.thundercloud.uk[149.255.58.40] X-Barracuda-Start-Time: 1592759203 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://149.255.60.66:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at thundermail.uk X-Barracuda-Scan-Msg-Size: 868 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=1.9 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.82709 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Archives-Salt: 443b8966-a272-4cfd-ae6b-51704a80054c X-Archives-Hash: 6c0f11270327b162f79e0b7a6e709b9e --nextPart1757965.CQOukoFCf9 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" On Friday, 19 June 2020 22:19:39 BST Herv=C3=A9 Guillemet wrote: > Hello, >=20 > I need to distribute some linux binaries and the one built with my > up-to-date gentoo sytem won't run on distributions using older glibc. >=20 > My idea is too maintain a gentoo chroot dedicated for compiling my > binaries which would (package.)mask recent versions of glibc and gcc > ebuilds. >=20 > What's the better way to go ? If I start with some of the stage3 > available for download, I won't be able to downgrade the glibc. >=20 > Or do you have any suggestion for alternatives to this gentoo chroot ? > (I'd prefer avoid installing some CentOS or Ubuntu as virtual guests). Once you chroot, you're in the chrooted env. As long as you have a stage 3= =20 old enough to contain the requisite glibc, you should be good to go: http://gentoo.osuosl.org/releases/amd64/ --nextPart1757965.CQOukoFCf9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXqhvaVh2ERicA8Ceseqq9sKVZxkFAl7vk6EACgkQseqq9sKV ZxkfsQ//SZcDzH3B3KkxhUo9Wr61rtUVJmam6CwBTC7XuqlZz2UgzA9x5AJBkYuP 4ezUh37MP0+Mz7iB5GQtKGzyGTSm+zi9ntUZCJxSBww4JjAN5uDiZcifyqpAHCPH N6+IWQWkRuUfzhx6SDqXB0dkrZp4NfVrYwr+knTLDatGJOW4uzOuOb+8+SFCWPG3 ECXpEhcC6sL63xG9F9J4SYOA9rgwjNqBUuY4AnrDX+mmFmLWSrkAboNVCcLaYpwp vN/xsEQY/MRJaFqHZlGdAW8Aznd66MBw0dn655dJJWHymmi4SYWNavc9hbuS5YXW eep2+VUqSwtDYbJn8HTYCf+FD5k32/bs/ngAHgAeSz4btJWl+Vodk3baO42iZSy9 /crKK+sTR0K6JC4tKP4i+R2QbuWf0oV6NbyrF7vBU9IdyLwDI00frbgxdmWF0gTz zj2dRhvfPmdSTuMnwgiOqWaBDRVVZC2Hxe3o2i0Nu6YdMmfh3t+PL5lnuhNH2lWo ovsHczvsZhIOKrf5Uq8TXCfRon8V45fkZSEH/+Nch9J0kHaGZ0GxCfopz+lVYIoG VTbzkP2NYWAnbaSR6rvXQkAoCLQ5+xAtGhC1Szd6+OQoGsqqNe0ODC8i5TQX9t+u v877onS51VmhckIcDjvO9WrnPZoCXwaoyqqekGqvASpPvJY6ysE= =mDoe -----END PGP SIGNATURE----- --nextPart1757965.CQOukoFCf9--