Package Details: blender-git 4.2.r133162.g447bb9a4b9c-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.011722
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-02-20 14:49 (UTC)

Required by (61)

Sources (8)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 38 Next › Last »

fbrennan commented on 2023-05-11 11:18 (UTC)

@microcoder : Going to need to know graphics hardware as I don't get these errors. However, I've pushed a new version today, version 3.6.r123907.g98334b8f7df, which as its most important change adds—

+  export LDFLAGS="-Wl,--copy-dt-needed-entries $LDFLAGS"

This should clear up a lot of issues with not being able to find symbols which will be found in the final binary.

@mysticfall: No problem :-)

mysticfall commented on 2023-05-09 04:34 (UTC)

Hi. I've managed to fix my upbge-git package which has been broken for a while by copying & pasting from your PKGBUILD.

I mentioned it in my commit log but I wanted to say thank you here also.

Thanks much for the great work! :)

microcoder commented on 2023-05-02 20:42 (UTC)

[100%] Linking CXX executable ../../bin/blender
/usr/bin/ld: ../../lib/libcycles_kernel_osl.a(services.cpp.o): in function `ccl::svm_bevel(ccl::KernelGlobalsCPU const*, ccl::IntegratorStateCPU const*, ccl::ShaderData*, float, int)':
services.cpp:(.text+0x12d23): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: ../../lib/libcycles_kernel_osl.a(services.cpp.o): in function `ccl::svm_ao(ccl::KernelGlobalsCPU const*, ccl::IntegratorStateCPU const*, ccl::ShaderData*, ccl::float3, float, int, int)':
services.cpp:(.text+0x15b8f): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: services.cpp:(.text+0x15deb): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: services.cpp:(.text+0x16095): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: services.cpp:(.text+0x1639a): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: ../../lib/libcycles_kernel_osl.a(services.cpp.o):services.cpp:(.text+0x163a4): more undefined references to `rtcGetGeometryUserDataFromScene' follow
/usr/bin/ld: ../../lib/libcycles_bvh.a(embree.cpp.o): in function `ccl::BVHEmbree::add_instance(ccl::Object*, int)':
embree.cpp:(.text+0x845): undefined reference to `rtcSetGeometryEnableFilterFunctionFromArguments'
/usr/bin/ld: ../../lib/libcycles_bvh.a(embree.cpp.o): in function `ccl::BVHEmbree::add_triangles(ccl::Object const*, ccl::Mesh const*, int)':
embree.cpp:(.text+0xb6b): undefined reference to `rtcSetGeometryEnableFilterFunctionFromArguments'
/usr/bin/ld: ../../lib/libcycles_bvh.a(embree.cpp.o): in function `ccl::BVHEmbree::add_curves(ccl::Object const*, ccl::Hair const*, int)':
embree.cpp:(.text+0xf44): undefined reference to `rtcSetGeometryEnableFilterFunctionFromArguments'
/usr/bin/ld: ../../lib/libcycles_bvh.a(embree.cpp.o): in function `ccl::BVHEmbree::add_points(ccl::Object const*, ccl::PointCloud const*, int)':
embree.cpp:(.text+0x1054): undefined reference to `rtcSetGeometryEnableFilterFunctionFromArguments'
/usr/bin/ld: ../../lib/libcycles_kernel.a(kernel.cpp.o): in function `ccl::integrator_intersect_closest(ccl::KernelGlobalsCPU const*, ccl::IntegratorStateCPU*, float*)':
kernel.cpp:(.text+0x77d6): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: kernel.cpp:(.text+0x77e6): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: ../../lib/libcycles_kernel.a(kernel.cpp.o): in function `ccl::integrator_intersect_subsurface(ccl::KernelGlobalsCPU const*, ccl::IntegratorStateCPU*)':
kernel.cpp:(.text+0x16fa6): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: kernel.cpp:(.text+0x1a265): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: ../../lib/libcycles_kernel.a(kernel.cpp.o): in function `ccl::svm_bevel(ccl::KernelGlobalsCPU const*, ccl::IntegratorStateCPU const*, ccl::ShaderData*, float, int)':
kernel.cpp:(.text+0xf27d5): undefined reference to `rtcGetGeometryUserDataFromScene'
/usr/bin/ld: ../../lib/libcycles_kernel.a(kernel.cpp.o):kernel.cpp:(.text+0xf50c9): more undefined references to `rtcGetGeometryUserDataFromScene' follow
clang-15: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [source/creator/CMakeFiles/blender.dir/build.make:451: bin/blender] Error 1
make[1]: *** [CMakeFiles/Makefile2:7535: source/creator/CMakeFiles/blender.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

How to fix it?

fbrennan commented on 2023-05-01 07:11 (UTC)

The .slice has been removed in version 3.6.r123613.g46316b29dc2.

The prompt now recommends makepkg-cg.

fbrennan commented on 2023-04-19 14:06 (UTC)

Well sausix GCC11 is only needed for CUDA. As a temporary measure unless someone has a better idea, I put it in optdepends. optmakedepends doesn't seem to exist :-(

And LoKolbasz, newly pushed 3.6.r123308.g91a29c9b9af fixes this too.

LoKolbasz commented on 2023-04-17 23:13 (UTC)

This package doesn't work with embree 4

sausix commented on 2023-04-13 20:51 (UTC) (edited on 2023-04-13 20:51 (UTC) by sausix)

aur/gcc11 is missing in makedepends.

fbrennan commented on 2023-04-12 06:34 (UTC)

blender-git 3.6.r123062.g28a8a3c0861-1 merges https://github.com/bartoszek/AUR-blender-git/pull/20.

That repository is no longer official.

fbrennan commented on 2023-03-31 13:57 (UTC)

In case anyone cannot be bothered to suffer through the build, I also have made blender-git available on my AUR repo, copypaste: http://aur.copypaste.wtf/

Just add to pacman.conf as:

[copypaste]
SigLevel = Required TrustedOnly
Server = http://aur.copypaste.wtf/

And make sure you have my key:

gpg: assuming signed data in 'blender-git-3.6.r122861.g324ba509b53-1-x86_64.pkg.tar.zst'
gpg: Signature made Fri 31 Mar 2023 09:08:39 AM EDT
gpg:                using EDDSA key B5ACB79E11F1BF7F49F32BB85853056962F14E58
gpg: Good signature from "Fredrick R. Brennan <copypaste@kittens.ph>" [ultimate]
gpg:                 aka "Modular Font Editor K Foundation, Inc. (Grants department) <grants@mfek.org>" [ultimate]
gpg:                 aka "Fredrick Brennan <copypaste@kittens.ph>" [ultimate]