Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 15:45:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253021] games/minecraft-client needs update to 1.7.9_6
Message-ID:  <bug-253021-7788-MibdaLPZd8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253021-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253021-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253021

--- Comment #2 from Robert Clausecker <fuz@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=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
minecraft-launcher:
minecraft-launcher: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not fou=
nd
(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 fou=
nd
(required by minecraft-launcher)
        linux_vdso.so.1 =3D>  (0x00007ffffffff000)
        libdl.so.2 =3D> /lib64/libdl.so.2 (0x0000000800a00000)
        libpthread.so.0 =3D> /lib64/libpthread.so.0 (0x0000000800e00000)
        libstdc++.so.6 =3D> /lib64/libstdc++.so.6 (0x0000000801200000)
        libgcc_s.so.1 =3D> /lib64/libgcc_s.so.1 (0x0000000801600000)
        libc.so.6 =3D> /lib64/libc.so.6 (0x0000000801a00000)
        /lib64/ld-linux-x86-64.so.2 (0x000000080061d000)
        libm.so.6 =3D> /lib64/libm.so.6 (0x0000000801e00000)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253021-7788-MibdaLPZd8>