Package Details: blender-git 4.4.r144205.gfba10a82121-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.000111
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-12-04 18:59 (UTC)

Required by (62)

Sources (7)

Latest Comments

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

sausix commented on 2023-05-26 11:24 (UTC)

@danielkrajnik That works on manual compilation.

AUR helpers clone the code and do a checkout. So every prebuilt object gets deleted. May be theres a way to check out and keep the new files... Git should have such an option. But the AUR helper needs that switch too.

danielkrajnik commented on 2023-05-26 11:00 (UTC) (edited on 2023-05-26 11:00 (UTC) by danielkrajnik)

Sorry if it's a very basic question, but is it normal that this package recompiles itself completely from scratch on each update? I thought that if you compile it once it will only recompile parts that changed? I didn't expect blender project to change literally every file on a daily basis ;)

microcoder commented on 2023-05-16 04:19 (UTC) (edited on 2023-05-16 04:20 (UTC) by microcoder)

-- The C compiler identification is Clang 15.0.7
-- The CXX compiler identification is Clang 15.0.7
...
-- Could NOT find Clang (missing: _CLANG_LIBRARIES) 
-- Clang not found, disabling WITH_CLANG

microcoder commented on 2023-05-12 06:42 (UTC)

@fbrennan Thank you! I no longer get the error

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.