Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symlinkTargetLength: symlink target too long #603

Open
2 tasks done
2-www opened this issue Jun 1, 2024 · 0 comments
Open
2 tasks done

symlinkTargetLength: symlink target too long #603

2-www opened this issue Jun 1, 2024 · 0 comments

Comments

@2-www
Copy link

2-www commented Jun 1, 2024

Checklist

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for a bug that matches the one I want to file, without success.

flatpak-builder version

flatpak-builder 1.4.1

Flatpak version

Flatpak 1.14.8

How to reproduce

build this:

{
"id": "io.github.foxnne.pixi",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.ziglang"],
"finish-args": [
"--socket=wayland",
"--socket=x11",
"--socket=fallback-x11",
"--share=ipc",
"--device=dri"
],
"command": "pixi",
"modules": [
{
"name": "pixi",
"buildsystem": "simple",
"build-commands": ["/usr/lib/sdk/ziglang/zig build"],
"sources": [
{
"type": "git",
"url": "https://github.com/foxnne/pixi",
"branch": "master"
}
]
}
]
}

Expected Behavior

builds

Actual Behavior

Initialized empty Git repository in /home/user/Код/flatpaks/.flatpak-builder/git/https_github.com_foxnne_pixi-61OFO2/
Fetching full git repo https://github.com/foxnne/pixi
remote: Enumerating objects: 10568, done.
remote: Counting objects: 100% (2451/2451), done.
remote: Compressing objects: 100% (723/723), done.
remote: Total 10568 (delta 1776), reused 2305 (delta 1703), pack-reused 8117
Receiving objects: 100% (10568/10568), 13.47 MiB | 3.67 MiB/s, done.
error: object 6273d1ecefefaa2eb0ff266cfbb049177d96d013: symlinkTargetLength: symlink target too long
fatal: fsck error in packed object
fatal: fetch-pack: invalid index-pack output
Failed to download sources: module pixi: Дочірній процес закінчився з кодом 128

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant