Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Mar 2021 20:11:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 254112] Linuxulator: glibc's 2.33 with glibc-hwcaps distros breaks compat
Message-ID:  <bug-254112-227-W8SJNa9UI2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254112-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254112

--- Comment #1 from JavaShin <javashin1986@gmail.com> ---
https://us.images.linuxcontainers.org/images/

Opensuse Tumbleweed And ArchLinux Tested Happens The Same Glibc Version 2.33

On Debian Sid Works Fine Like CentOS C7.

(*) Continue

- mkdir /compat/distro (suse)
- download the rootfs of the distro.
- move to /compat/distro and unpack.

- set fstab with 

devfs           /compat/suse/dev      devfs           rw,late                  
   0       0
tmpfs           /compat/suse/dev/shm  tmpfs           rw,late,size=1g,mode=1777
   0       0
fdescfs         /compat/suse/dev/fd   fdescfs         rw,late,linrdlnk         
   0       0
linprocfs       /compat/suse/proc     linprocfs       rw,late                  
   0       0
linsysfs        /compat/suse/sys      linsysfs        rw,late                  
   0       0

mount /compat/suse/dev ; mount /compat/suse/dev/shm ; mount /compat/suse/dev/fd
; mount /compat/suse/proc ; mount /compat/suse/sys ; cp /etc/resolv.conf
etc/resolv.conf ; chroot /compat/suse/ /bin/bash

Error.
/bin/bash: error while loading shared libraries: libreadline.so.8: cannot stat
shared object: Invalid argument

Glibc 2.33 incompatibility hwcaps  .

Success. with any distro without glibc 2.33

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254112-227-W8SJNa9UI2>