arm64 .deb is broken
goshhhy opened this issue · 4 comments
goshhhy commented
code-minimap_0.6.0_arm64.deb fails to install because of a dependency on "libgcc1-arm64-cross", which is a package that should only be needed during cross compilation from another target. the native library requirement should only be "libgcc1".
linear@kurai-vm:~$ sudo dpkg -i code-minimap_0.6.0_arm64.deb
Selecting previously unselected package code-minimap.
(Reading database ... 175503 files and directories currently installed.)
Preparing to unpack code-minimap_0.6.0_arm64.deb ...
Unpacking code-minimap (0.6.0) ...
dpkg: dependency problems prevent configuration of code-minimap:
code-minimap depends on libgcc1-arm64-cross (>= 1:4.2); however:
Package libgcc1-arm64-cross is not installed.
dpkg: error processing package code-minimap (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
code-minimap
linear@kurai-vm:~$ apt search libgcc1
Sorting... Done
Full Text Search... Done
libgcc1/now 1:8.3.0-6 arm64 [installed,local]
GCC support library
wfxr commented
Hi @goshhhy, Thanks for your feedback.
Can you show the os info? For example:
OS: Ubuntu 18.04 bionic
Kernel: x86_64 Linux 4.15.0-74-generic
goshhhy commented
linear@kurai-vm:~/.vim/bundle$ uname -a
Linux kurai-vm 5.10.0-7-arm64 #1 SMP Debian 5.10.40-1 (2021-05-28) aarch64 GNU/Linux
or, in your format:
OS: Debian Testing
Kernel: aarch64 Linux 5.10.40-1
wfxr commented
I just updated the ci. Can you test the latest release?
goshhhy commented
that resolved it, thank you!