@rdtsc
python-cattrs is not needed for blender-bin as it is already provided as part of the pre-packaged blender libraries in blender-bin.
| Git Clone URL: | https://aur.archlinux.org/blender-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | blender-bin |
| Description: | A fully integrated 3D graphics creation suite (with packaged libraries and python3.11) |
| Upstream URL: | https://blender.org |
| Keywords: | 3d blender rocm |
| Licenses: | MIT, zlib, OFL-1.1, Apache-2.0, NCSA, BSD-3-Clause, BSD-2-Clause, BSL-1.0, Python-2.0, MPL-2.0, GPL-3.0-or-later, GPL-2.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later, FTL, Bitstream-Vera, libtiff, SGI-B-2.0, libpng-2.0, bzip2-1.0.6, MIT-Khronos-Old, LicenseRef-Arev-Fonts, LicenseRef-ICS, LicenseRef-LLVM-exception, LicenseRef-TOST-1.0 |
| Conflicts: | blender |
| Provides: | blender |
| Submitter: | HurricanePootis |
| Maintainer: | HurricanePootis |
| Last Packager: | HurricanePootis |
| Votes: | 14 |
| Popularity: | 1.91 |
| First Submitted: | 2024-05-05 05:16 (UTC) |
| Last Updated: | 2026-07-14 20:35 (UTC) |
@rdtsc
python-cattrs is not needed for blender-bin as it is already provided as part of the pre-packaged blender libraries in blender-bin.
Hi, https://projects.blender.org/blender/blender/issues/161583 Arch repo may need python-cattrs added. Adding it seems to fix an "Online Essentials" issue which manifests at the 5.2 upgrade.
@fckwan, There is no pre-built binary for Arm on Linux for Blender.
Please add support for aarch64 platform. (Raspberry Pi 5) On Ubuntu 25.10. I am able to install blender. So blender can run on the aarch64 platform.
@HurricanePootis
Can you please remove that line from the PKGBUILD?
install -Dm644 "$srcdir/x-blender.xml" "${pkgdir}/usr/share/mime/application/x-blender.xml"
Otherwise this' package x-blender.xml will conflict with the one auto-generated by shared-mime-info package (https://gitlab.freedesktop.org/xdg/shared-mime-info/-/blob/2.4/data/freedesktop.org.xml.in?ref_type=tags#L1629)
That will solve @Archttila's issue.
@lifelessjellyfis
blender-bin is the same blender downloaded from blender.org. I don't know what you mean by "bad performance", but I would love to see some empirical results.
Those aren't errors PKGBUILD errors, just readelf having issues processing some specialty binaries that blender relies on. Please keep any fear mongering or baseless accusations to a minimum.
Blender-bin installs with errors and has a bad performance compared to blender in extra or blender downloaded from blender.org Errors from makepkg:
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
readelf: Warning: Gap in build notes detected from 0x41d601 to 0x41d868
readelf: Warning: Gap in build notes detected from 0x41d86a to 0x4297cf
readelf: Warning: Gap in build notes detected from 0x41d601 to 0x41d868
readelf: Warning: Gap in build notes detected from 0x403dc1 to 0x40435c
readelf: Warning: Gap in build notes detected from 0x40435e to 0x40465f
readelf: Warning: Gap in build notes detected from 0x403dc1 to 0x40435c
readelf: Warning: Gap in build notes detected from 0x40435e to 0x40462f
readelf: Warning: Gap in build notes detected from 0x404660 to 0x404664
readelf: Warning: Gap in build notes detected from 0x404717 to 0x51627f
libfakeroot internal error: payload not recognized!
strip: ./usr/lib/blender-bin/lib/libOpenImageDenoise_device_hip.so.2.3.3.30Q1Zb[.gnu.build.attributes.hot]: error: failed to locate merged notes: cause of error unknown
strip: ./usr/lib/blender-bin/lib/libOpenImageDenoise_device_hip.so.2.3.3.30Q1Zb[.gnu.build.attributes.unlikely]: error: failed to locate merged notes: cause of error unknown
strip: ./usr/lib/blender-bin/lib/libOpenImageDenoise_device_hip.so.2.3.3.30Q1Zb[.gnu.build.attributes.startup]: error: failed to locate merged notes: cause of error unknown
strip: ./usr/lib/blender-bin/lib/libOpenImageDenoise_device_hip.so.2.3.3.30Q1Zb[.gnu.build.attributes.exit]: error: failed to locate merged notes: cause of error unknown
@dilroopgill thank you man that comment gave me the answer I really needed for animation nodes. This package's 3.11 will make it possible to use the official release of it for me too
If on cachyos, and you have issues with missing modules like "aud" use paru -S blender-bin to grab this one instead, it works fine.
*they fixed the missing stuff so the cachyos one also works fine now
Pinned Comments
HurricanePootis commented on 2024-05-05 05:19 (UTC)
This package comes with its own set of libraries that it will prefer over system libraries, which is the main reason for this package. Also, it comes with python3.11, which is the official version that blender still uses upstream.