[Bug 253021] games/minecraft-client needs update to 1.7.9_6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 26 15:45:12 UTC 2021


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

--- Comment #2 from Robert Clausecker <fuz at fuz.su> ---
Fixing this may be a bit more involved.  The new Minecraft launcher appears to
be a native Linux application and on top of that depends on Linux shared
libraries newer than the ones supplied by the Linuxulator:

$ ldd minecraft-launcher                                                        
minecraft-launcher:
minecraft-launcher: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
(required by minecraft-launcher)
minecraft-launcher: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found
(required by minecraft-launcher)
minecraft-launcher: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found
(required by minecraft-launcher)
        linux_vdso.so.1 =>  (0x00007ffffffff000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000000800a00000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x0000000800e00000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x0000000801200000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000000801600000)
        libc.so.6 => /lib64/libc.so.6 (0x0000000801a00000)
        /lib64/ld-linux-x86-64.so.2 (0x000000080061d000)
        libm.so.6 => /lib64/libm.so.6 (0x0000000801e00000)

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


More information about the freebsd-ports-bugs mailing list