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.000109
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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 40 Next › Last »

kiosion commented on 2023-02-01 22:20 (UTC)

A fix (albeit a janky one) I found for the patch does not apply error with Git is to edit the Makepkg file and add the following params to the apply call in the prepare block: --reject --whitespace=fix. After that line, add a timeout of some sort that gives you enough time to open the temp clone dir and manually fix the conflicts. Not sure why there are any, since at least two of them looked like they were trying to apply code that already existed over itself, but that did seem to work for me as it built fine otherwise.

ruestique commented on 2023-01-24 08:10 (UTC) (edited on 2023-01-24 08:10 (UTC) by ruestique)

➜ ~ yay -S blender-git --mflags OPENXR=0,CUDA=0,USD=0,optix=0

Applied patch build_files/cmake/Modules/FindEmbree.cmake cleanly.
Applied patch intern/cycles/blender/CMakeLists.txt cleanly.
Checking patch build_files/cmake/platform/platform_unix.cmake...
error: while searching for:
if(WITH_OPENVDB)
list(APPEND __boost_packages iostreams)
endif()
list(APPEND __boost_packages system)
find_package(Boost 1.48 COMPONENTS ${__boost_packages})
if(NOT Boost_FOUND)

error: patch failed: build_files/cmake/platform/platform_unix.cmake:320
error: build_files/cmake/platform/platform_unix.cmake: patch does not apply
Checking patch source/blender/io/usd/CMakeLists.txt...
error: while searching for:
set(INC_SYS
${USD_INCLUDE_DIRS}
${BOOST_INCLUDE_DIR}
${TBB_INCLUDE_DIR}
)


error: patch failed: source/blender/io/usd/CMakeLists.txt:48
error: source/blender/io/usd/CMakeLists.txt: patch does not apply
==> ERROR: A failure occurred in prepare().
Aborting...
-> error making: blender-git

ruestique commented on 2022-10-31 13:21 (UTC) (edited on 2022-10-31 13:21 (UTC) by ruestique)

please add libdecor as dep

-- Package 'libdecor-0', required by 'virtual:world', not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:607 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal) build_files/cmake/platform/platform_unix.cmake:681 (pkg_check_modules) CMakeLists.txt:1057 (include)

jtheoof commented on 2022-10-16 19:35 (UTC)

You might want to consider adding libdecor as an optional dependency since WAYLAND flags are now enabled by default: https://code.blender.org/2022/10/wayland-support-on-linux/

Fog commented on 2022-05-30 23:16 (UTC)

I've opened an issue for consistent build errors at generating fatbin kernels for HIP AMD GPUs with Rocm 5.1.3. It fails to build every version every day.

sausix commented on 2022-04-26 09:04 (UTC)

@niobium93 Can confirm. Please create an issue as requested in the pinned comment next time.

https://github.com/bartoszek/AUR-blender-git/issues/10

niobium93 commented on 2022-04-26 07:29 (UTC)

Is rendering on this for the last few days completely broken for anyone else or just me? Just trying to render the default cube on Cycles on CPU, nothing fancy, crashes immediately.

Fog commented on 2022-02-19 02:05 (UTC)

got some build errors when it is applying a patch

Applied patch build_files/cmake/platform/platform_unix.cmake cleanly. Applied patch source/blender/io/usd/CMakeLists.txt cleanly. Checking patch build_files/cmake/Modules/FindOpenEXR.cmake... error: while searching for: SET(_openexr_libs_ver_init "2.0")

SET(_openexr_FIND_COMPONENTS Half Iex IlmImf IlmThread Imath )

SET(_openexr_SEARCH_DIRS

error: patch failed: build_files/cmake/Modules/FindOpenEXR.cmake:34 error: build_files/cmake/Modules/FindOpenEXR.cmake: patch does not apply Checking patch source/blender/imbuf/intern/openexr/openexr_api.cpp... error: while searching for:

include <ImfChannelList.h>
include <ImfCompression.h>
include <ImfCompressionAttribute.h>
include <ImfIO.h>
include <ImfInputFile.h>
include <ImfOutputFile.h>
include <ImfPixelType.h>
include <ImfStandardAttributes.h>

error: patch failed: source/blender/imbuf/intern/openexr/openexr_api.cpp:38 error: source/blender/imbuf/intern/openexr/openexr_api.cpp: patch does not apply ==> ERROR: A failure occurred in prepare(). Aborting...

Command 'makepkg --force' failed to execute.

bda commented on 2022-01-05 12:26 (UTC)

hi, i can't compile it because there no tbb/atomic.h.

saburouta commented on 2021-12-08 17:21 (UTC)

@bartus Thanks! Following your suggestions, I was able to get blender-3.1 to build and run successfully.