wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

wanted: aarch64 ubuntu packages

Open nagasawa opened this issue 2 years ago • 13 comments

poco x3 pro termux proot-distro

/etc/os-release

NAME="Ubuntu"
VERSION="21.04 (Hirsute Hippo)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 21.04"
VERSION_ID="21.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=hirsute
UBUNTU_CODENAME=hirsute
cargo build --release
Updating git repository `https://github.com/wez/ssh2-rs.git`
error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index`

Caused by:
  failed to load source for dependency `ssh2`

Caused by:
  Unable to update https://github.com/wez/ssh2-rs.git?branch=win32ssl#c6506704

Caused by:
  object not found - no match for id (c65067040c97a0cf7f96c69d6fc87764a32c34ae); class=Odb (9); code=NotFound (-3)

nagasawa avatar Nov 20 '21 23:11 nagasawa

Which version of wezterm are you building?

wez avatar Nov 21 '21 00:11 wez

wezterm-20210814-124438-54e29167

ghost avatar Nov 21 '21 00:11 ghost

Please try the nightly build instead!

wez avatar Nov 21 '21 02:11 wez

git clone

[root wezterm]# cargo build --release                                     Updating crates.io index                                              Updating git repository `https://github.com/yeslogic/allsorts.git`
error: failed to get `allsorts` as a dependency of package `wezterm-font v0.1.0 (/root/git/wezterm/wezterm-font)`                           
Caused by:                                                              failed to load source for dependency `allsorts`                                                                                           Caused by:                                                              Unable to update https://github.com/yeslogic/allsorts.git?rev=3947164a201ab5e15d5f23204faaaaaad52531aa#3947164a
                                                                      Caused by:                                                              the given reference name 'refs/remotes/origin/.l2s.HEAD.lock0001' is not valid; class=Reference (4)

ghost avatar Nov 21 '21 03:11 ghost

That sounds like a local-to-you issue with your git repo :-/

wez avatar Nov 21 '21 15:11 wez

It seems that some people have faced the same problem with termux builds.

https://github.com/jheinen/GR.jl/issues/271

ghost avatar Nov 21 '21 20:11 ghost

Do you know that X11 and OpenGL can work with termux in android? (Not VNC!) alacritty is buildable and working.

ghost avatar Nov 21 '21 20:11 ghost

I've put together a list of ways to use X11 with termux and will describe them.

https://github.com/nagasawa/termux-tools/wiki

ghost avatar Nov 21 '21 21:11 ghost

I don't really know anything about termux, and I don't have a device to try to figure things out there. However, from the info you shared, it sounds like having a pre-built aarch64 ubuntu package would work there?

wez avatar Nov 22 '21 22:11 wez

yes

ghost avatar Nov 22 '21 22:11 ghost

Nvidia Jetpack users would also love AARCH64/ARM64 Ubuntu 18.04 builds of wezterm!

jwiede avatar Dec 24 '21 22:12 jwiede

What's needed to make progress here is figuring out how to get GitHub Actions CI to run on that architecture to produce that output (Alternatively: cross compile for it), so that we can automate producing these packages.

wez avatar Dec 24 '21 23:12 wez

aarch64 builds are now available for the flathub version of wezterm https://wezfurlong.org/wezterm/install/linux.html#installing-on-linux-via-flathub

wez avatar Aug 10 '22 13:08 wez

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

github-actions[bot] avatar Feb 03 '23 20:02 github-actions[bot]