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 3.1.0.r140.g041870f-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: | 2025-07-07 08:07 (UTC) |
Dependencies (25)
- alembic (alembic-gitAUR)
- assimp (assimp-gitAUR, assimp-gitAUR)
- draco
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxcursor
- netcdf (netcdf-openmpi)
- onetbb
- opencascade (opencascade-gitAUR)
- openexr (openexr2AUR, openexr-gitAUR)
- openmp
- openvdb
- ospray
- python
- vtk (vtk-gitAUR, vtk93AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- fast_float (fast_float-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- jdk-openjdk (jdk16-adoptopenjdkAUR, jdk23-temurinAUR, zing-23-binAUR, openjdk-zulu-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR, openjdk-liberica11-full-binAUR, openjdk-liberica17-full-binAUR, openjdk-liberica21-full-binAUR, openjdk-liberica8-full-binAUR, openjdk-liberica-full-binAUR, zing-21-binAUR, zing-17-binAUR, jdk16-temurinAUR, jdk25-temurinAUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, jdk-temurinAUR) (make)
- Show 5 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-lfssmudge error. This package now setsGIT_LFS_SKIP_SMUDGE=1to prevent it. Anyone still having problems should build in clean chroot. (Runextra-x86_64-buildinstead ofmakepkg.)