[Bug 254112] Linuxulator: glibc's 2.33 with glibc-hwcaps distros breaks compat

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 7 20:11:27 UTC 2021


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

--- Comment #1 from JavaShin <javashin1986 at 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.


More information about the freebsd-bugs mailing list