F3D maintainer here, there have been no issue with our repository in regard to git lfs. You may want to clone the repo yourself to check if you have a local git issue.
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)
GloW commented on 2024-07-07 19:37 (UTC)
saburouta commented on 2024-07-07 19:17 (UTC) (edited on 2024-07-07 19:17 (UTC) by saburouta)
@xiota Yeah, I deleted the src and f3d directories, and running makepkg again. It spends a while trying to download, and then errors out with that missing-object message.
I've searched around online, and it seems this error is usually the result of an incorrect update being pushed to the repository.
I'm not familiar enough with git-lfs to say whether it's likely there's some kind of error on my side.
xiota commented on 2024-07-06 04:45 (UTC)
@saburouta I cannot reproduce. Have you tried clearing cached folders?
saburouta commented on 2024-07-05 18:21 (UTC) (edited on 2024-07-05 18:23 (UTC) by saburouta)
Anyone else getting this error?
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
error transferring "e149dec1786da57f43b0f766e8953abc7c3d8416784b43088d8e3cd477090d88": [0]
remote missing object e149dec1786da57f43b0f766e8953abc7c3d8416784b43088d8e3cd477090d88
FabioLolix commented on 2023-05-15 20:56 (UTC)
Hello, all points here https://aur.archlinux.org/packages/f3d-core-git#comment-915150 are valid except for libxcursor
GloW commented on 2023-05-14 16:47 (UTC)
Indeed, that a new VTK (optional) dependency which is missing from the VTK package. I've added it.
GloW commented on 2023-05-14 11:07 (UTC)
@xiota, upstream has been fixed, dependencies have been cleanedup. Please test again :)
GloW commented on 2023-05-14 10:57 (UTC)
As well as openmp and pugixml.
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
.)