Chromebook file manager fails to properly extract Blender's tar.xz archive #104070

Open
opened 2023-01-22 19:42:43 +01:00 by mike · 17 comments

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

**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
Author

Added subscriber: @gump74

Added subscriber: @gump74

Added subscriber: @ideasman42

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?

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

Added subscriber: @brecht
  • Does the lib/ in the Blender package contain libsycl.so.6:?
  • Run LD_DEBUG=libs ./blender &> ld_debug_log.txt to give us more complete information for where it looked for libraries.
* Does the `lib/` in the Blender package contain `libsycl.so.6:`? * Run `LD_DEBUG=libs ./blender &> ld_debug_log.txt` to give us more complete information for where it looked for libraries.
Author

@Campbell Barton (campbellbarton)
ldd ./blender

      linux-vdso.so.1 (0x00007ffd048c9000)
      librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f9ab15f7000)
      libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f9ab15f2000)
      libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9ab15d0000)
      libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9ab15ca000)
      libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f9ab1487000)
      libXrender.so.1 => /lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f9ab127d000)
      libXxf86vm.so.1 => /lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f9ab1075000)
      libXfixes.so.3 => /lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f9ab106d000)
      libXi.so.6 => /lib/x86_64-linux-gnu/libXi.so.6 (0x00007f9ab105b000)
      libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007f9ab1018000)
      libcycles_kernel_oneapi_aot.so => /home/michaelgoff7442/projects/blender/bin/./lib/libcycles_kernel_oneapi_aot.so (0x00007f9aabf1c000)
      libsycl.so.6 => not found
      libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9aabdd6000)
      libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9aabc01000)
      /lib64/ld-linux-x86-64.so.2 (0x00007f9ab1616000)
      libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9aabbe7000)
      libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f9aabbbc000)
      libXext.so.6 => /lib/x86_64-linux-gnu/libXext.so.6 (0x00007f9aabba7000)
      libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9aab9d8000)
      libsycl.so.6 => not found
      libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f9aab9d3000)
      libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f9aab7cd000)
      libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f9aab7b6000)
      libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f9aab7a7000)
@Campbell Barton (campbellbarton) ldd ./blender ``` linux-vdso.so.1 (0x00007ffd048c9000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f9ab15f7000) libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f9ab15f2000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9ab15d0000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9ab15ca000) libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f9ab1487000) libXrender.so.1 => /lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f9ab127d000) libXxf86vm.so.1 => /lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f9ab1075000) libXfixes.so.3 => /lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f9ab106d000) libXi.so.6 => /lib/x86_64-linux-gnu/libXi.so.6 (0x00007f9ab105b000) libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007f9ab1018000) libcycles_kernel_oneapi_aot.so => /home/michaelgoff7442/projects/blender/bin/./lib/libcycles_kernel_oneapi_aot.so (0x00007f9aabf1c000) libsycl.so.6 => not found libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9aabdd6000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9aabc01000) /lib64/ld-linux-x86-64.so.2 (0x00007f9ab1616000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9aabbe7000) libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f9aabbbc000) libXext.so.6 => /lib/x86_64-linux-gnu/libXext.so.6 (0x00007f9aabba7000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9aab9d8000) libsycl.so.6 => not found libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f9aab9d3000) libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f9aab7cd000) libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f9aab7b6000) libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f9aab7a7000)
Author

@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

@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?

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?
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Author

@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.

@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?

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?
Author

I used my OS extractor. I did not use the command line.

I used my OS extractor. I did not use the command line.
Author

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.

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.
Author

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.

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.

In #104070#1479261, @gump74 wrote:
I used my OS extractor. I did not use the command line.

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.

> In #104070#1479261, @gump74 wrote: > I used my OS extractor. I did not use the command line. 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.
Author

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.

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.
Campbell Barton changed title from blender-3.4.1-linux-x64 will not open to Chrome file manager fails to properly extract Blender's tar.xz archive 2023-01-25 01:41:50 +01:00
Campbell Barton changed title from Chrome file manager fails to properly extract Blender's tar.xz archive to Chromebook file manager fails to properly extract Blender's tar.xz archive 2023-01-25 01:42:13 +01:00
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
4 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#104070
No description provided.