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.011487
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 2 3 4 5 6 7 8 .. 38 Next › Last »

microcoder commented on 2024-01-09 10:48 (UTC)

How it fix?

==> Starting prepare()...
Checking patch build_files/cmake/platform/platform_unix.cmake...
Hunk #1 succeeded at 393 (offset 64 lines).
Checking patch source/blender/io/usd/CMakeLists.txt...
Hunk #1 succeeded at 75 (offset 20 lines).
Applied patch build_files/cmake/platform/platform_unix.cmake cleanly.
Applied patch source/blender/io/usd/CMakeLists.txt cleanly.
Checking patch build_files/cmake/platform/platform_unix.cmake...
Hunk #1 succeeded at 306 (offset 42 lines).
Applied patch build_files/cmake/platform/platform_unix.cmake cleanly.
Checking patch scripts/startup/bl_operators/wm.py...
Hunk #1 succeeded at 1057 (offset 2 lines).
Applied patch scripts/startup/bl_operators/wm.py cleanly.
Checking patch source/creator/CMakeLists.txt...
error: while searching for:
      # Blender's requirement of libraries mean the installation path must be used.
      install(
        CODE "\
set(BLENDER_BIN \"${CMAKE_INSTALL_PREFIX}/${BLENDER_BIN}\")\n\
set(MANPAGE_GEN \"${CMAKE_SOURCE_DIR}/doc/manpage/blender.1.py\")\n\
set(MANPAGE_OUT \"${CMAKE_CURRENT_BINARY_DIR}/blender.1\")\n\
if(\n\

error: patch failed: source/creator/CMakeLists.txt:1784
error: source/creator/CMakeLists.txt: patch does not apply
==> ERROR: A failure occurred in prepare().
    Aborting...

kayosiii commented on 2024-01-02 23:40 (UTC)

I have been getting file INSTALL cannot find "/usr/lib/python": No such file or directory. I can't find a CMAKE variable pointing to /usr/lib/python. Any thoughts or should I just create a simlink to the current version of python and be done with it?

Lacan commented on 2023-12-24 13:07 (UTC)

@sausix, i've rebuild it with oidn-2.1.0.src.tar.gz that provided officially from Arch this file and i know it's unsupported so that's my choise of using Arch Distro to learn more from Linux, btw i'll build with cleanbuild later if i've got more time.. thanks !

sausix commented on 2023-12-24 10:55 (UTC)

@Lacan openimagedenoise 2.1.0-1 is a static package. Nothing you can rebuild. Update all your packages since newer packages may have problems with older libs.

AUR packages are less prone but it can be problematic at some time too: https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported

Lacan commented on 2023-12-24 08:50 (UTC)

@sausix.. Thanks, this error accurs the same as i build upbge-git and i've rebuild openimagedenoise 2.1.0-1 with same error, a clean build myb help but i'm using a bit old system.

sausix commented on 2023-12-23 10:42 (UTC)

@Lacan
Tried again today? Sometimes the Blender devs push a broken commit which doesn't compile and also breaks the official build bots.

Did you try a clean build on an up to date system? Looks like openimagedenoise related so make sure it's updated too: openimagedenoise 2.1.0-1

Maybe you are using openimagedenoise-git which could be broken or too new? My blender just compiled and runs fine.

fbrennan commented on 2023-11-27 02:10 (UTC)

From git.

sausix commented on 2023-11-26 11:08 (UTC)

@fbrennan Do you mean the recommended build instructions from Blender? The difference is that script will pull every dependency itself. Not sure if as package or from git.

There's still some individual config for compile time to do such as cuda, cuda arch, optix, ...

What about a little pure build package? Some default blender-build.conf, a build script and a static build root which would support build caching? If still run through makepkg it would be very nice.

fbrennan commented on 2023-11-25 23:55 (UTC)

My suggestion is that this PKGBUILD is far too complex due to AUR not using the Blender build's capability of compiling known-good versions of all the libraries.

It will increase build times a lot to enable it, but should be far more maintainable and reliable. Thoughts?