Chromebook file manager fails to properly extract Blender's tar.xz archive #104070
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#104070
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Debian bullseye
Linux penguin 5.10.147-20159-g06a9a2b12b31 #1 SMP PREEMPT Thu Dec 15 19:14:41 PST 2022 x86_64 GNU/Linux
Graphics card: Intel integrated
Blender Version
blender-3.4.1-linux-x64
Short description of error
./blender: error while loading shared libraries: libsycl.so.6: cannot open shared object file: No such file or directory
sudo apt-cache search libsycl [produces nothing]
Exact steps for others to reproduce the error
execute blender
Added subscriber: @gump74
Added subscriber: @ideasman42
Blender should be loading these libraries included under ./lib/
Could you run
ldd ./blender
and include the output, also - could you try a daily build?Added subscriber: @brecht
lib/
in the Blender package containlibsycl.so.6:
?LD_DEBUG=libs ./blender &> ld_debug_log.txt
to give us more complete information for where it looked for libraries.@Campbell Barton (campbellbarton)
ldd ./blender
@brecht Van Lommel (brecht)
cat ld_debug_log.txt
27287: find library=librt.so.1 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib/tls/x86_64/x86_64:/home/michaelgoff7442/projects/blender/bin/lib/tls/x86_64:/home/michaelgoff7442/projects/blender/bin/lib/tls/x86_64:/home/michaelgoff7442/projects/blender/bin/lib/tls:/home/michaelgoff7442/projects/blender/bin/lib/x86_64/x86_64:/home/michaelgoff7442/projects/blender/bin/lib/x86_64:/home/michaelgoff7442/projects/blender/bin/lib/x86_64:/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/tls/x86_64/x86_64/librt.so.1
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/tls/x86_64/librt.so.1
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/tls/x86_64/librt.so.1
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/tls/librt.so.1
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/x86_64/x86_64/librt.so.1
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/x86_64/librt.so.1
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/x86_64/librt.so.1
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/librt.so.1
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/librt.so.1
27287:
27287: find library=libutil.so.1 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libutil.so.1
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libutil.so.1
27287:
27287: find library=libpthread.so.0 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libpthread.so.0
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libpthread.so.0
27287:
27287: find library=libdl.so.2 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libdl.so.2
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libdl.so.2
27287:
27287: find library=libX11.so.6 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libX11.so.6
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libX11.so.6
27287:
27287: find library=libXrender.so.1 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libXrender.so.1
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libXrender.so.1
27287:
27287: find library=libXxf86vm.so.1 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libXxf86vm.so.1
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libXxf86vm.so.1
27287:
27287: find library=libXfixes.so.3 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libXfixes.so.3
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libXfixes.so.3
27287:
27287: find library=libXi.so.6 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libXi.so.6
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libXi.so.6
27287:
27287: find library=libxkbcommon.so.0 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libxkbcommon.so.0
27287: search cache=/etc/ld.so.cache
27287: trying file=/lib/x86_64-linux-gnu/libxkbcommon.so.0
27287:
27287: find library=libcycles_kernel_oneapi_aot.so - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libcycles_kernel_oneapi_aot.so
27287:
27287: find library=libsycl.so.6 - [x]; searching
27287: search path=/home/michaelgoff7442/projects/blender/bin/lib (RUNPATH from file ./blender)
27287: trying file=/home/michaelgoff7442/projects/blender/bin/lib/libsycl.so.6
27287: search cache=/etc/ld.so.cache
27287: search path=/lib/x86_64-linux-gnu/tls/x86_64/x86_64:/lib/x86_64-linux-gnu/tls/x86_64:/lib/x86_64-linux-gnu/tls/x86_64:/lib/x86_64-linux-gnu/tls:/lib/x86_64-linux-gnu/x86_64/x86_64:/lib/x86_64-linux-gnu/x86_64:/lib/x86_64-linux-gnu/x86_64:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/tls/x86_64/x86_64:/usr/lib/x86_64-linux-gnu/tls/x86_64:/usr/lib/x86_64-linux-gnu/tls/x86_64:/usr/lib/x86_64-linux-gnu/tls:/usr/lib/x86_64-linux-gnu/x86_64/x86_64:/usr/lib/x86_64-linux-gnu/x86_64:/usr/lib/x86_64-linux-gnu/x86_64:/usr/lib/x86_64-linux-gnu:/lib/tls/x86_64/x86_64:/lib/tls/x86_64:/lib/tls/x86_64:/lib/tls:/lib/x86_64/x86_64:/lib/x86_64:/lib/x86_64:/lib:/usr/lib/tls/x86_64/x86_64:/usr/lib/tls/x86_64:/usr/lib/tls/x86_64:/usr/lib/tls:/usr/lib/x86_64/x86_64:/usr/lib/x86_64:/usr/lib/x86_64:/usr/lib (system search path)
27287: trying file=/lib/x86_64-linux-gnu/tls/x86_64/x86_64/libsycl.so.6
27287: trying file=/lib/x86_64-linux-gnu/tls/x86_64/libsycl.so.6
27287: trying file=/lib/x86_64-linux-gnu/tls/x86_64/libsycl.so.6
27287: trying file=/lib/x86_64-linux-gnu/tls/libsycl.so.6
27287: trying file=/lib/x86_64-linux-gnu/x86_64/x86_64/libsycl.so.6
27287: trying file=/lib/x86_64-linux-gnu/x86_64/libsycl.so.6
27287: trying file=/lib/x86_64-linux-gnu/x86_64/libsycl.so.6
27287: trying file=/lib/x86_64-linux-gnu/libsycl.so.6
27287: trying file=/usr/lib/x86_64-linux-gnu/tls/x86_64/x86_64/libsycl.so.6
27287: trying file=/usr/lib/x86_64-linux-gnu/tls/x86_64/libsycl.so.6
27287: trying file=/usr/lib/x86_64-linux-gnu/tls/x86_64/libsycl.so.6
27287: trying file=/usr/lib/x86_64-linux-gnu/tls/libsycl.so.6
27287: trying file=/usr/lib/x86_64-linux-gnu/x86_64/x86_64/libsycl.so.6
27287: trying file=/usr/lib/x86_64-linux-gnu/x86_64/libsycl.so.6
27287: trying file=/usr/lib/x86_64-linux-gnu/x86_64/libsycl.so.6
27287: trying file=/usr/lib/x86_64-linux-gnu/libsycl.so.6
27287: trying file=/lib/tls/x86_64/x86_64/libsycl.so.6
27287: trying file=/lib/tls/x86_64/libsycl.so.6
27287: trying file=/lib/tls/x86_64/libsycl.so.6
27287: trying file=/lib/tls/libsycl.so.6
27287: trying file=/lib/x86_64/x86_64/libsycl.so.6
27287: trying file=/lib/x86_64/libsycl.so.6
27287: trying file=/lib/x86_64/libsycl.so.6
27287: trying file=/lib/libsycl.so.6
27287: trying file=/usr/lib/tls/x86_64/x86_64/libsycl.so.6
27287: trying file=/usr/lib/tls/x86_64/libsycl.so.6
27287: trying file=/usr/lib/tls/x86_64/libsycl.so.6
27287: trying file=/usr/lib/tls/libsycl.so.6
27287: trying file=/usr/lib/x86_64/x86_64/libsycl.so.6
27287: trying file=/usr/lib/x86_64/libsycl.so.6
27287: trying file=/usr/lib/x86_64/libsycl.so.6
27287: trying file=/usr/lib/libsycl.so.6
27287:
./blender: error while loading shared libraries: libsycl.so.6: cannot open shared object file: No such file or directory
Does the file
/home/michaelgoff7442/projects/blender/bin/lib/libsycl.so.6
exist?That's where it's supposed to be, and the log shows it's trying that location. And it does find
/home/michaelgoff7442/projects/blender/bin/lib/libcycles_kernel_oneapi_aot.so
in the same folder.When I look in the release package both files are in that folder, so this is a rather strange. Maybe the file has wrong user or permission or something like that? Or there was some issue extracting the package?
Changed status from 'Needs Triage' to: 'Needs User Info'
Added subscriber: @PratikPB2123
@brecht Van Lommel (brecht)
ls /home/michaelgoff7442/projects/blender/bin/lib/libsycl.so.6
ls: cannot access '/home/michaelgoff7442/projects/blender/bin/lib/libsycl.so.6': No such file or directory
ls /home/michaelgoff7442/projects/blender/bin/lib/
libcycles_kernel_oneapi_aot.so libpi_level_zero.so libsycl.so.6.1.0-0 mesa
this is straight from the zip. I do see that the provided lib has a higher version.
Thanks.
libsycl.so.6
is a symbolic link, so I assume the problem is related to that.How are you extracting the tar.xz? Are you perhaps extracting it to a network drive that does not support symbolic links? Or perhaps using some other software or system configuration that prevents symbol links being created?
I used my OS extractor. I did not use the command line.
I just extracted it using the command line and I am able to open blender with no problems. I have to say I have not run into this problem before. Thank you for your assistance.
interesting detail...
ls lib
libcycles_kernel_oneapi_aot.so libsycl.so libsycl.so.6.1.0-0
libpi_level_zero.so libsycl.so.6 mesa
there are three new files.
What was the program you used and what did you do exactly to have the files extracted incorrectly?
Perhaps the bug can be reported to that project.
I have a Chromebook. I used the built-in file explorer called files. It has its own archive extractor. I looked in the tar.xz file in files and it does not even show the missing files in the archive.
blender-3.4.1-linux-x64 will not opento Chrome file manager fails to properly extract Blender's tar.xz archiveChrome file manager fails to properly extract Blender's tar.xz archiveto Chromebook file manager fails to properly extract Blender's tar.xz archiveI struggled for an entire day trying to figure out why I kept getting "file too short" for one of these shared libraries. I actually did use command line but I was using 7zip. Apparently tar really is the only utility that creates these symbolic links correctly. Finally figured out 7zip was creating plaintext ASCII files. I know it's these other utilities with the bugs but could something be added to the Linux install instructions for Blender telling people to use tar? Would have saved me a lot of time.
Added a note to the user manual: blender/blender-manual@dfde797203