From nobody Tue Jun 14 01:26:03 2022 X-Original-To: freebsd-emulation@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5B2A783F434 for ; Tue, 14 Jun 2022 01:26:15 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from wilbur.contactoffice.com (wilbur.contactoffice.com [212.3.242.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LMW3p1qSJz3hHB for ; Tue, 14 Jun 2022 01:26:14 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id 2FAB1A08 for ; Tue, 14 Jun 2022 03:26:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1655169966; s=20210208-e7xh; d=mailfence.com; i=sysadmin.lists@mailfence.com; h=Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:From; l=1044; bh=X75yZ/nTWYiKxT6DrpiCIOEJztN+lBs0/0vJEZU1XYw=; b=q1uWpl/euW/CXKuO6zv6i7ESTsFmoar3eXJNb4/IcFuJTlmxJwtM8+eryXgc9ZKN FSyQS0YGsB7ExhIvfjfbIdgjCUOynsyABSByc7Kr6ljgzmCn+MZcmMOvMFfjRpjGfc1 myHEWBVXjnOQei3Y983Ahy5+ppTlUIeQN+3RYojnEjoXqjR0UE0eNfiKmXhENEWsqMh +11Day6u6u6D9ImSC8a2ptdj0zPZpbHrSTV3JUXDAcjMck/t74Vcq4NQlZ5TOtzfwpU 55fEneoraj8A0VHR3u75jmO2ZAW92lojKKjt39nQ6Er3Lm2j613YqyJ5F735crXTaTz 460KQfXaSg== Date: Tue, 14 Jun 2022 03:26:03 +0200 (CEST) Message-ID: <1236409007.1125724.1655169963971@ichabod.co-bxl> List-Id: Development of Emulators of other operating systems List-Archive: https://lists.freebsd.org/archives/freebsd-emulation List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit To: Freebsd Emulation Subject: libc6 Compatibility From: Sysadmin Lists X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:312482426 X-Rspamd-Queue-Id: 4LMW3p1qSJz3hHB X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=mailfence.com header.s=20210208-e7xh header.b="q1uWpl/e"; dmarc=pass (policy=quarantine) header.from=mailfence.com; spf=pass (mx1.freebsd.org: domain of sysadmin.lists@mailfence.com designates 212.3.242.68 as permitted sender) smtp.mailfrom=sysadmin.lists@mailfence.com X-Spamd-Result: default: False [-3.94 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.85)[-0.851]; R_DKIM_ALLOW(-0.20)[mailfence.com:s=20210208-e7xh]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:212.3.242.64/26]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-emulation@freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[mailfence.com:+]; DMARC_POLICY_ALLOW(-0.50)[mailfence.com,quarantine]; NEURAL_HAM_SHORT(-1.00)[-0.996]; MLMMJ_DEST(0.00)[freebsd-emulation]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:10753, ipnet:212.3.242.64/26, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_LOW(-0.10)[212.3.242.68:from] X-ThisMailContainsUnwantedMimeParts: N Does Linux compat not work with Ubuntu's newest libc6 update? I used to run Brave browser from it, but now I get this error message: $ /compat/ubuntu/opt/brave.com/brave/brave ELF interpreter /lib64/ld-linux-x86-64.so.2 not found, error 2 Abort trap The shared object is loaded in memory: $ ldd /opt/brave.com/brave/brave | grep ld- /lib64/ld-linux-x86-64.so.2 (0x0000000001021000) And it exists on the filesystem: $ find /compat/ubuntu/lib**/ -name ld-\* -exec ls -lh '{}' + -rwxr-xr-x 1 root wheel 187K Dec 16 2020 /compat/ubuntu/lib/x86_64-linux-gnu/ld-2.31.so lrwxr-xr-x 1 root wheel 10B Dec 16 2020 /compat/ubuntu/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -> ld-2.31.so lrwxr-xr-x 1 root root 34B Mar 23 2021 /compat/ubuntu/lib64/ld-linux-x86-64.so.2 -> ../lib/x86_64-linux-gnu/ld-2.31.so This is the update that broke it: $ apt-get install libc6 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.9 [2722 kB] -- Sent with https://mailfence.com Secure and private email