Package Details: blender-git 4.3.r138081.gee0b7b9a954-1

Git Clone URL: https://aur.archlinux.org/blender-git.git (read-only, click to copy)
Package Base: blender-git
Description: A fully integrated 3D graphics creation suite (development)
Upstream URL: https://blender.org/
Licenses: GPL
Conflicts: blender, blender-4.1-bin
Provides: blender
Submitter: stativ
Maintainer: fbrennan (bartus)
Last Packager: bartus
Votes: 76
Popularity: 0.004151
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-06-25 14:09 (UTC)

Dependencies (48)

Required by (61)

Sources (9)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 39 Next › Last »

bartus commented on 2021-12-06 23:35 (UTC) (edited on 2021-12-06 23:46 (UTC) by bartus)

@saburouta lot of blender deps links with tbb: opensubdiv, openvdb, openimagedenoise, alembic... Are all of them correctly linked against your new tbb library?

If blender won't build against your modified libtbb veriant you can build it with the Archs tbb in chroot and repackage the Archs tbb with just libtbb.so.2 as tbb2-libs to satisfy blender-git runtime dependency.

I see there's new tbb version sitting in the Archs staging repo, will test bender-git and get back to you.

saburouta commented on 2021-12-06 23:17 (UTC)

@bartus That's what I mean with it not being a problem with this package. I upgraded tbb to a more recent version, and rebuilt many packages.

Blender's build system is just a little confusing to me. I feel like I have configured it to also update, but it keeps referring to '2', no matter what I set or patch.

I'm not saying this package has a problem, I was just hoping someone here would have understand how to configure Blender's dependencies.

bartus commented on 2021-12-06 21:43 (UTC)

@saburouta: can't see where's the problem here: libtbb.so.2 is provided in the current version of tbb.

saburouta commented on 2021-12-06 21:24 (UTC)

I keep getting an error linking to libtbb.so.2. I believe this is because of my system, not anything wrong with Blender per se, but does anyone know how to configure Blender to build against a different version of tbb?

/aur/blender/blender-git/src/build/bin/blender: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory

I don't want to downgrade tbb if I can void it.

Fog commented on 2021-10-29 05:38 (UTC)

rm: cannot remove '.cache/pikaur/build/blender-git/pkg/blender-git/usr/blender-thumbnailer': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

Errors during installation after building

Removed this line from PKGBUILD and it installed successfully.

rm "${pkgdir}"/usr/blender-thumbnailer

xyproto commented on 2021-09-05 10:34 (UTC)

The latest commit does not build here. It complains about a missing CMakeLists.txt.

bartus commented on 2021-06-01 09:18 (UTC) (edited on 2021-06-01 09:20 (UTC) by bartus)

@Sinasta @mahjong open{colorio,imageio, shadinglanguage}-qfix requires a rebuild against latest community\openexr if you're using rebuild-detector and doesn't get notifications about this, please contact @kuteta. I'll pop the pkgrel to trigger rebuild when I'm back. When community/blender finally gets updated to 2.93 those -qfix shananigans will be over.

mahjong commented on 2021-06-01 07:46 (UTC)

Same issue as @Sinasta

Sinasta commented on 2021-05-20 10:30 (UTC) (edited on 2021-05-20 11:22 (UTC) by Sinasta)

getting this error when trying to compile the new version:

[225/4634] Generating node_scatter_volume.oso FAILED: intern/cycles/kernel/shaders/node_scatter_volume.oso cd /var/tmp/pamac-build-sinasta/blender-git/src/build/intern/cycles/kernel/shaders && /opt/osl/bin/oslc -q -O2 -I"/var/tmp/pamac-build-sinasta/blender-git/src/blender/intern/cycles/kernel/shaders" -I"/opt/osl/share/OSL/shaders" -o /var/tmp/pamac-build-sinasta/blender-git/src/build/intern/cycles/kernel/shaders/node_scatter_volume.oso /var/tmp/pamac-build-sinasta/blender-git/src/blender/intern/cycles/kernel/shaders/node_scatter_volume.osl /opt/osl/bin/oslc: error while loading shared libraries: libOpenEXR-3_0.so.27: cannot open shared object file: No such file or directory [226/4634] Building CXX object intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/kernels/cpu/kernel_split_avx2.cpp.o [227/4634] Building CXX object intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/kernels/cpu/kernel_split.cpp.o [228/4634] Building CXX object intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/kernels/cpu/kernel.cpp.o [229/4634] Building CXX object intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/kernels/cpu/kernel_split_sse41.cpp.o [230/4634] Building CXX object intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/kernels/cpu/kernel_sse41.cpp.o [231/4634] Building CXX object intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/kernels/cpu/kernel_split_sse3.cpp.o [232/4634] Building CXX object intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/kernels/cpu/kernel_sse3.cpp.o [233/4634] Building CXX object intern/cycles/kernel/osl/CMakeFiles/cycles_kernel_osl.dir/osl_services.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...

and this error when trying to start Blender:

blender: error while loading shared libraries: libIex-3_0.so.27: cannot open shared object file: No such file or directory