Error installing Git using armeabihf
maatthc opened this issue · 0 comments
maatthc commented
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