@xiota Thank you very much for continuing to look into the git-error. That export fixed it for me.
Search Criteria
Package Details: f3d-git 2.5.0.r13.g0e0b9b0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/f3d-git.git (read-only, click to copy) |
---|---|
Package Base: | f3d-git |
Description: | A fast and minimalist 3D viewer |
Upstream URL: | https://github.com/f3d-app/f3d |
Licenses: | BSD-3-Clause |
Conflicts: | f3d |
Provides: | f3d |
Submitter: | Meak |
Maintainer: | xiota (GloW) |
Last Packager: | xiota |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-26 12:14 (UTC) |
Last Updated: | 2024-07-08 07:31 (UTC) |
Dependencies (32)
- alembic (alembic-gitAUR)
- assimp (assimp-gitAUR)
- boost-libs
- draco
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxcursor
- netcdf (netcdf-openmpi)
- nlohmann-json (nlohmann-json-gitAUR)
- onetbb
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- openexr (openexr-gitAUR)
- ospray
- pugixml (pugixml-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- usd
- verdict
- vtk (vtk-gitAUR)
- boost (boost-gitAUR) (make)
- Show 12 more dependencies...
Required by (0)
Sources (1)
saburouta commented on 2024-07-25 07:31 (UTC)
xiota commented on 2024-07-08 17:01 (UTC)
@GloW If you feel the core/plugin packages serve no purpose beyond POC, they could be removed from AUR. The PKGBUILDs could be stored along with this package for reference.
GloW commented on 2024-07-08 11:18 (UTC)
BTW @xiota, we have a discord server to discuss all things F3D, you are welcome to join: https://discord.f3d.app
GloW commented on 2024-07-08 11:12 (UTC)
Also, noticed aur/f3d-core-git could use some updates. If you want, I can update it and disown.
If you want, this was intended as a POC to show how to create true optional dependencies with the plugin system of F3D.
xiota commented on 2024-07-08 07:25 (UTC)
@GloW Added you as comaintainer. Also, noticed aur/f3d-core-git
could use some updates. If you want, I can update it and disown.
xiota commented on 2024-07-08 07:19 (UTC) (edited on 2024-07-08 07:27 (UTC) by xiota)
I figured out how to reproduce the git-lfs
smudge error. This package now sets GIT_LFS_SKIP_SMUDGE=1
to prevent it. Anyone still having problems should build in clean chroot. (Run extra-x86_64-build
instead of makepkg
.)
GloW commented on 2024-07-08 06:47 (UTC)
I suspect this is git config dependent and building in clean chroot would resolve it.
Can you set GIT_LFS_SKIP_SMUDGE
so that people do not even need git-lfs in the first place ?
xiota commented on 2024-07-08 06:25 (UTC)
@saburouta My earlier comment was intended for you, not GloW. Try running extra-x86_64-build
instead of makepkg
. It will do all the usual stuff in a clean chroot.
@GloW I am not able to reproduce the issue with either extra-x86_64-build
or makepkg
. There is no control over git
from the PKGBUILD before sources are downloaded. I suspect this is git
config dependent and building in clean chroot would resolve it.
GloW commented on 2024-07-08 05:56 (UTC) (edited on 2024-07-08 05:58 (UTC) by GloW)
I've just tried building the package from scratch and I DO reproduce the issue.
==> Extracting sources...
-> Creating working copy of f3d git repo...
Cloning into 'f3d'...
done.
Downloading .github/baselines/install_example_plugin_output.png (42 KB)
Error downloading object: .github/baselines/install_example_plugin_output.png (e149dec): Smudge error: Error downloading .github/baselines/install_example_plugin_output.png (e149dec1786da57f43b0f766e8953abc7c3d8416784b43088d8e3cd477090d88): error transferring "e149dec1786da57f43b0f766e8953abc7c3d8416784b43088d8e3cd477090d88": [0] remote missing object e149dec1786da57f43b0f766e8953abc7c3d8416784b43088d8e3cd477090d88
Errors logged to '/home/glow/aur/f3d-git/src/f3d/.git/lfs/logs/20240708T075320.504845794.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: .github/baselines/install_example_plugin_output.png: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
==> ERROR: Failure while creating working copy of f3d git repo
Aborting...
I have no idea why this happens, I can git clone https://
and git clone git://
perfectly fine here.
@xiota you could consider disabling LFS altogether tbh, LFS is only used for testing.
I do not know how to use extra-x86_64-build
.
xiota commented on 2024-07-07 21:51 (UTC)
@GloW What happens if you try to build by running extra-x86_64-build
.
Pinned Comments
xiota commented on 2024-07-08 07:19 (UTC) (edited on 2024-07-08 07:27 (UTC) by xiota)
I figured out how to reproduce the
git-lfs
smudge error. This package now setsGIT_LFS_SKIP_SMUDGE=1
to prevent it. Anyone still having problems should build in clean chroot. (Runextra-x86_64-build
instead ofmakepkg
.)