Closed 2-www closed 3 months ago
Flatpak and flatpak-builder don't have anything called symlinkTargetLength
(that isn't the naming convention we use).
This looks like a limitation of the version of git
that you're using to download that repo - I'm not sure whether this is the version of git
from your host system, or the version that's in org.freedesktop.Sdk//23.08
. Or, it could be considered to be a problem with https://github.com/foxnne/pixi.
It seems like git has (or had in the past?) a maximum allowed length for symlink targets, and pixi exceeds it?
It seems unlikely that there is any change that could be made in flatpak-builder to resolve this: it's never going to be able to build successfully from a git repo if you can't git clone
that repo.
i could git clone that repo normally
but now flatpak-builder also clones this successfully thx for reminding me
It sounds as though something (either the git
on your host system or the git
in the runtime, I'm not sure which one is the relevant one) had a limitation, but that limitation has now been fixed; or maybe pixi had a problematically long path, but that has now been fixed. Either way, if it works now, great.
Checklist
flatpak-builder version
flatpak-builder 1.4.1
Flatpak version
Flatpak 1.14.8
How to reproduce
build this:
Expected Behavior
builds
Actual Behavior
Additional Information
No response