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

Error installing Git using armeabihf #350

Open
maatthc opened this issue May 17, 2023 · 0 comments
Open

Error installing Git using armeabihf #350

maatthc opened this issue May 17, 2023 · 0 comments

Comments

@maatthc
Copy link

maatthc commented May 17, 2023

Running on Raspbian 11:

ipkg install git

I get:
Collected errors:

  • extract_archive: Cannot link from ./opt/libexec/git-core/git-shell to './opt/bin/git-shell': Invalid cross-device link.
  • extract_archive: Cannot link from ./opt/libexec/git-core/git-upload-pack to './opt/bin/git-upload-pack': Invalid cross-device link.
  • extract_archive: Cannot link from ./opt/libexec/git-core/git-cvsserver to './opt/bin/git-cvsserver': Invalid cross-device link.
  • extract_archive: Cannot link from ./opt/libexec/git-core/git to './opt/bin/git-receive-pack': Invalid cross-device link.

So /opt/libexec/git-core/git or /opt/bin/git don't exist.
Running this works:

ipkg install git-lite

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