Search Criteria
Package Details: blender-git 4.4.r144205.gfba10a82121-1
Package Actions
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: | 77 |
Popularity: | 0.61 |
First Submitted: | 2013-12-05 10:11 (UTC) |
Last Updated: | 2024-12-04 18:59 (UTC) |
Dependencies (48)
- alembic (alembic-gitAUR)
- ccache (ccache-gitAUR)
- embree (embree-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- fftw
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- libdecor (libdecor-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libharu
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxi (libxi-gitAUR)
- openal (openal-gitAUR)
- opencolladaAUR
- opencolorio (opencolorio-gitAUR)
- openimageio (openimageio-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openshadinglanguage
- opensubdiv
- Show 28 more dependencies...
Required by (64)
- amino-git (requires blender) (optional)
- anja-git (requires blender) (make)
- arx-libertatis (requires blender) (optional)
- arx-libertatis-git (requires blender) (optional)
- blender-ac3d (requires blender)
- blender-breezedark-theme-git (requires blender)
- blender-dream-textures (requires blender)
- blender-dream-textures-git (requires blender)
- blender-plugin-animation-nodes-git (requires blender)
- blender-plugin-apply-modifier-for-object-with-shape-keys-git (requires blender)
- blender-plugin-blenderseed-git (requires blender)
- blender-plugin-blendrig-git (requires blender)
- blender-plugin-bligify (requires blender)
- blender-plugin-bullet-constraints-builder (requires blender)
- blender-plugin-cad-sketcher-git (requires blender)
- blender-plugin-cork (requires blender)
- blender-plugin-cubesurfer (requires blender)
- blender-plugin-edgeflow (requires blender)
- blender-plugin-edgeflow-git (requires blender)
- blender-plugin-fspy (requires blender)
- Show 44 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 40 Next › Last »
bartus commented on 2024-02-12 14:29 (UTC) (edited on 2024-02-12 15:07 (UTC) by bartus)
@Kagukare: As I only rudimentary co-maintain this package and don't feel it well as it tends to rely on automagical deps, could you please test if,
blender-develop-git
also throws this error?I've built the same commit as you 835b9a506d4, in clean chroot, and got no errors.
The offending line in
source/creator/cmake_install.cmake:326
shows:There's nowhere
/usr/lib/python
is referred to in the whole~/.cache/paru/clone/blender-git
directory:grep -R '/usr/lib/python/' ~/.cache/paru/clone/blender-git
returns nothing.Kagukara commented on 2024-02-11 20:36 (UTC) (edited on 2024-02-11 22:14 (UTC) by Kagukara)
@bartus I've started the install for
blender-git
with/usr/lib/python
removed, like how it was. Just got to wait and see what happens. Thank you for the command.As for
python version detected: #.##
with the command you provided the fileblender-git-4.2.r132767.g835b9a506d4-1-x86_64-build.log
sayspython version detected: 3.11
.EDIT: Still get the same output as before (added the line above to show its using python3.11 before this happens):
This is also shown in the
blender-git-4.2.r132767.g835b9a506d4-1-x86_64-package.log
file.bartus commented on 2024-02-11 20:30 (UTC) (edited on 2024-02-11 20:32 (UTC) by bartus)
@Kagukara: I've look how paru is working: to enable log add
--mflags=--log
to paru callparu --mflags="--log" -S blender-git
Now paru will save logs to
~/.cache/paru/clone/blender-git
instead of dumping them overboard.Kagukara commented on 2024-02-10 21:07 (UTC) (edited on 2024-02-11 01:09 (UTC) by Kagukara)
Running
python -c "from sys import version_info; print(\"%d.%d\" % (version_info[0],version_info[1]))"
found in thePKGBUILD
gives me3.11
, which is the version of python I have installed.Kagukara commented on 2024-02-10 20:42 (UTC) (edited on 2024-02-11 01:10 (UTC) by Kagukara)
Ah, too late.
blender-git
has built successfully by copying the contents of/usr/lib/python3.11
to/usr/lib/python
but has a bunch ofobjcopy:
~: debuglink section already exists
near the end. But gives me this when launching:With the
blender.crash.txt
saying:As for log message:
python version detected: #.##
I have looked in/var/log/pacmam.log
,~/.cache/paru/
and~/.cache/paru/clone/blender-git/
and cannot find any files giving me what you're asking for.bartus commented on 2024-02-10 20:23 (UTC)
Please refrain yourselves from manually altering root files systems (个_个)
Build logs from
paru
should be located in~/.cache/paru/
or directly dumped to the/var/log/pacmam.log
file.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 installblender-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:
partThe only python folder I have in
/usr/lib
ispython3.11
.EDIT: Symlinking
/usr/lib/python3.11
to/usr/lib/python
didn't work: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 foraur/usd
builds with Python bindings, andextra/uds
doesn't need this fix.« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 40 Next › Last »