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.003599
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-06-25 14:09 (UTC)

Dependencies (48)

Required by (62)

Sources (9)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 39 Next › Last »

Kagukara commented on 2024-02-10 16:38 (UTC) (edited on 2024-02-10 16:50 (UTC) by Kagukara)

@bartus: Where can I find blender-git.*build.log?

EDIT: If its in ~/.cache/paru/clone/blender-git/pkg/ then I can't check at the moment as I'm trying to install blender-git with just copying the contents of /usr/lib/python3.11 to /usr/lib/python.

bartus commented on 2024-02-10 16:36 (UTC)

@Kagukara: check blander-git.*build.log for log message: python version detected: #.##

Kagukara commented on 2024-02-10 13:13 (UTC) (edited on 2024-02-10 15:12 (UTC) by Kagukara)

Unable to finish building blender-git. It gives me this when on the -- Installing: part

CMake Error at source/creator/cmake_install.cmake:326 (file):
  file INSTALL cannot find "/usr/lib/python": No such file or directory.
Call Stack (most recent call first):
  cmake_install.cmake:51 (include)


make: *** [Makefile:130: install] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'blender-git-4.2.r132676.g4196cbd175e-1': 
error: packages failed to build: blender-git-4.2.r132676.g4196cbd175e-1

The only python folder I have in /usr/lib is python3.11.

EDIT: Symlinking /usr/lib/python3.11 to /usr/lib/python didn't work:

CMake Error at source/creator/cmake_install.cmake:326 (file):
  file INSTALL cannot duplicate symlink

    /usr/lib/python

  at

    /home/richard/.cache/paru/clone/blender-git/pkg/blender-git/usr/./share/blender/4.2/python/lib/python3.11/site-packages

  because: A directory already exists at that location
Call Stack (most recent call first):
  cmake_install.cmake:51 (include)


make: *** [Makefile:130: install] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'blender-git-4.2.r132676.g4196cbd175e-1': 
error: packages failed to build: blender-git-4.2.r132676.g4196cbd175e-1

bartus commented on 2024-02-09 16:23 (UTC) (edited on 2024-02-09 16:23 (UTC) by bartus)

@fbrennan Why nested source directories? This can potentially break stuff.

Also, I've removed usd.patch as it was only required for aur/usd builds with Python bindings, and extra/uds doesn't need this fix.

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.