GLIBC on CentOS 7.5 #59489

Closed
opened 2018-12-17 12:20:11 +01:00 by Jan Walter · 6 comments

System Information
Operating system: Linux (CentOS Linux release 7.5.1804 (Core))
Graphics card: NVIDIA Quadro 4000

Blender Version

 build date: 2018-12-13
  build time: 00:07:18
  build commit date: 2018-12-12
  build commit time: 23:51
  build hash: 81ea815dcb6
  build platform: Linux
  build type: Release
  build c flags:  -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -fuse-ld=gold -std=gnu11   -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2
  build c++ flags:  -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wuninitialized -Wundef -Wmissing-declarations  -fuse-ld=gold -std=c++11   -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2
  build link flags: -Wl,--version-script='/home/sources/buildbot-x86_64-slave/linux_glibc224_x86_64_cmake/blender.git/source/creator/blender.map'
  build system: CMake

Short description of error

Blender 2.8 (beta) does not start because of wrong glibc version:

ldd /usr/local/blender-2.80/blender

/usr/local/blender-2.80/blender: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /usr/local/blender-2.80/blender)
linux-vdso.so.1 => (0x00007ffec6bc8000)
librt.so.1 => /lib64/librt.so.1 (0x00007f95f1c0c000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f95f19f0000)
libGL.so.1 => /lib64/libGL.so.1 (0x00007f95f174c000)
libX11.so.6 => /lib64/libX11.so.6 (0x00007f95f140e000)
libXi.so.6 => /lib64/libXi.so.6 (0x00007f95f11fe000)
libXxf86vm.so.1 => /lib64/libXxf86vm.so.1 (0x00007f95f0ff8000)
libXfixes.so.3 => /lib64/libXfixes.so.3 (0x00007f95f0df2000)
libXrender.so.1 => /lib64/libXrender.so.1 (0x00007f95f0be7000)
libutil.so.1 => /lib64/libutil.so.1 (0x00007f95f09e4000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f95f07e0000)
libc.so.6 => /lib64/libc.so.6 (0x00007f95f0413000)
/lib64/ld-linux-x86-64.so.2 (0x00007f95f1e14000)
libm.so.6 => /lib64/libm.so.6 (0x00007f95f0111000)
libmvec.so.1 => not found
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f95efefb000)
libGLX.so.0 => /lib64/libGLX.so.0 (0x00007f95efccb000)
libGLdispatch.so.0 => /lib64/libGLdispatch.so.0 (0x00007f95ef9fd000)
libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f95ef7d5000)
libXext.so.6 => /lib64/libXext.so.6 (0x00007f95ef5c3000)
libXau.so.6 => /lib64/libXau.so.6 (0x00007f95ef3bf000)

Is there a RPM somewhere with a matching GLIBC?

Exact steps for others to reproduce the error

cat /etc/centos-release

CentOS Linux release 7.5.1804 (Core)

Install Blender the usual way (e.g. in /usr/local/blender-2.80-81ea815dcb6-linux-glibc224-x86_64)

Try to run it ...

/usr/local/blender-2.80/blender

/usr/local/blender-2.80/blender: error while loading shared libraries: libmvec.so.1: cannot open shared object file: No such file or directory

Check shared libraries:

ldd /usr/local/blender-2.80/blender

/usr/local/blender-2.80/blender: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /usr/local/blender-2.80/blender)
linux-vdso.so.1 => (0x00007ffec6bc8000)
librt.so.1 => /lib64/librt.so.1 (0x00007f95f1c0c000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f95f19f0000)
libGL.so.1 => /lib64/libGL.so.1 (0x00007f95f174c000)
libX11.so.6 => /lib64/libX11.so.6 (0x00007f95f140e000)
libXi.so.6 => /lib64/libXi.so.6 (0x00007f95f11fe000)
libXxf86vm.so.1 => /lib64/libXxf86vm.so.1 (0x00007f95f0ff8000)
libXfixes.so.3 => /lib64/libXfixes.so.3 (0x00007f95f0df2000)
libXrender.so.1 => /lib64/libXrender.so.1 (0x00007f95f0be7000)
libutil.so.1 => /lib64/libutil.so.1 (0x00007f95f09e4000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f95f07e0000)
libc.so.6 => /lib64/libc.so.6 (0x00007f95f0413000)
/lib64/ld-linux-x86-64.so.2 (0x00007f95f1e14000)
libm.so.6 => /lib64/libm.so.6 (0x00007f95f0111000)
libmvec.so.1 => not found
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f95efefb000)
libGLX.so.0 => /lib64/libGLX.so.0 (0x00007f95efccb000)
libGLdispatch.so.0 => /lib64/libGLdispatch.so.0 (0x00007f95ef9fd000)
libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f95ef7d5000)
libXext.so.6 => /lib64/libXext.so.6 (0x00007f95ef5c3000)
libXau.so.6 => /lib64/libXau.so.6 (0x00007f95ef3bf000)

**System Information** Operating system: Linux (CentOS Linux release 7.5.1804 (Core)) Graphics card: NVIDIA Quadro 4000 **Blender Version** ``` build date: 2018-12-13 build time: 00:07:18 build commit date: 2018-12-12 build commit time: 23:51 build hash: 81ea815dcb6 build platform: Linux build type: Release build c flags: -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -fuse-ld=gold -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 build c++ flags: -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wuninitialized -Wundef -Wmissing-declarations -fuse-ld=gold -std=c++11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 build link flags: -Wl,--version-script='/home/sources/buildbot-x86_64-slave/linux_glibc224_x86_64_cmake/blender.git/source/creator/blender.map' build system: CMake ``` **Short description of error** Blender 2.8 (beta) does not start because of wrong glibc version: > ldd /usr/local/blender-2.80/blender /usr/local/blender-2.80/blender: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /usr/local/blender-2.80/blender) linux-vdso.so.1 => (0x00007ffec6bc8000) librt.so.1 => /lib64/librt.so.1 (0x00007f95f1c0c000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f95f19f0000) libGL.so.1 => /lib64/libGL.so.1 (0x00007f95f174c000) libX11.so.6 => /lib64/libX11.so.6 (0x00007f95f140e000) libXi.so.6 => /lib64/libXi.so.6 (0x00007f95f11fe000) libXxf86vm.so.1 => /lib64/libXxf86vm.so.1 (0x00007f95f0ff8000) libXfixes.so.3 => /lib64/libXfixes.so.3 (0x00007f95f0df2000) libXrender.so.1 => /lib64/libXrender.so.1 (0x00007f95f0be7000) libutil.so.1 => /lib64/libutil.so.1 (0x00007f95f09e4000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f95f07e0000) libc.so.6 => /lib64/libc.so.6 (0x00007f95f0413000) /lib64/ld-linux-x86-64.so.2 (0x00007f95f1e14000) libm.so.6 => /lib64/libm.so.6 (0x00007f95f0111000) libmvec.so.1 => not found libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f95efefb000) libGLX.so.0 => /lib64/libGLX.so.0 (0x00007f95efccb000) libGLdispatch.so.0 => /lib64/libGLdispatch.so.0 (0x00007f95ef9fd000) libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f95ef7d5000) libXext.so.6 => /lib64/libXext.so.6 (0x00007f95ef5c3000) libXau.so.6 => /lib64/libXau.so.6 (0x00007f95ef3bf000) Is there a RPM somewhere with a matching GLIBC? **Exact steps for others to reproduce the error** > cat /etc/centos-release CentOS Linux release 7.5.1804 (Core) Install Blender the usual way (e.g. in /usr/local/blender-2.80-81ea815dcb6-linux-glibc224-x86_64) Try to run it ... > /usr/local/blender-2.80/blender /usr/local/blender-2.80/blender: error while loading shared libraries: libmvec.so.1: cannot open shared object file: No such file or directory Check shared libraries: > ldd /usr/local/blender-2.80/blender /usr/local/blender-2.80/blender: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /usr/local/blender-2.80/blender) linux-vdso.so.1 => (0x00007ffec6bc8000) librt.so.1 => /lib64/librt.so.1 (0x00007f95f1c0c000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f95f19f0000) libGL.so.1 => /lib64/libGL.so.1 (0x00007f95f174c000) libX11.so.6 => /lib64/libX11.so.6 (0x00007f95f140e000) libXi.so.6 => /lib64/libXi.so.6 (0x00007f95f11fe000) libXxf86vm.so.1 => /lib64/libXxf86vm.so.1 (0x00007f95f0ff8000) libXfixes.so.3 => /lib64/libXfixes.so.3 (0x00007f95f0df2000) libXrender.so.1 => /lib64/libXrender.so.1 (0x00007f95f0be7000) libutil.so.1 => /lib64/libutil.so.1 (0x00007f95f09e4000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f95f07e0000) libc.so.6 => /lib64/libc.so.6 (0x00007f95f0413000) /lib64/ld-linux-x86-64.so.2 (0x00007f95f1e14000) libm.so.6 => /lib64/libm.so.6 (0x00007f95f0111000) libmvec.so.1 => not found libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f95efefb000) libGLX.so.0 => /lib64/libGLX.so.0 (0x00007f95efccb000) libGLdispatch.so.0 => /lib64/libGLdispatch.so.0 (0x00007f95ef9fd000) libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f95ef7d5000) libXext.so.6 => /lib64/libXext.so.6 (0x00007f95ef5c3000) libXau.so.6 => /lib64/libXau.so.6 (0x00007f95ef3bf000)
Author

Added subscriber: @wahn

Added subscriber: @wahn
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Hi Jan :)

Possible to upgrade to something >= glibc 2.24?
This has been reported before (see #56837, #56739)

Also see https:*devtalk.blender.org/t/blender-builds-glibc/2128, https:*devtalk.blender.org/t/unable-to-run-blender-2-80-in-rhel-centos-7/2138

Hi Jan :) Possible to upgrade to something >= glibc 2.24? This has been reported before (see #56837, #56739) Also see https:*devtalk.blender.org/t/blender-builds-glibc/2128, https:*devtalk.blender.org/t/unable-to-run-blender-2-80-in-rhel-centos-7/2138

Closed as duplicate of #56837

Closed as duplicate of #56837
Author

Hi Philipp,

Good to see you here ;-)

Dave's comment: "they complain they don't get studio penetration and then they do this...."

For people, who don't know who Dave is: Dave Levy, Group CG Technology Director of The Mill/Technicolor ;-)

Jan

Hi Philipp, Good to see you here ;-) Dave's comment: "they complain they don't get studio penetration and then they do this...." For people, who don't know who Dave is: Dave Levy, Group CG Technology Director of The Mill/Technicolor ;-) Jan
Member

Hi Jan, glad you found a workaround, say Hi to Dave!

Hi Jan, glad you found a workaround, say Hi to Dave!
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#59489
No description provided.