I added a mirror as workaround, so this should work now. No need to force http1.1.
Search Criteria
Package Details: mcpelauncher-linux-git 1.0.1.r2.gf282e17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mcpelauncher-linux-git.git (read-only, click to copy) |
---|---|
Package Base: | mcpelauncher-linux-git |
Description: | Minecraft: Pocket Edition launcher for Linux |
Upstream URL: | https://github.com/minecraft-linux/mcpelauncher-manifest |
Keywords: | minecraft |
Licenses: | custom, GPL-3.0-only |
Conflicts: | mcpelauncher-client, mcpelauncher-linux |
Provides: | mcpelauncher-client, mcpelauncher-linux |
Submitter: | mrarm |
Maintainer: | ersei (ChristopherHX) |
Last Packager: | ersei |
Votes: | 9 |
Popularity: | 0.000006 |
First Submitted: | 2018-08-23 17:39 (UTC) |
Last Updated: | 2024-09-17 17:12 (UTC) |
Dependencies (16)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libegl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, libglvnd)
- libevdev (libevdev-gitAUR)
- libpng (libpng-apngAUR, libpng-gitAUR)
- libuv (libuv-gitAUR)
- libx11 (libx11-gitAUR)
- libxi (libxi-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-webengine
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make, x86_64)
- cmake (cmake-gitAUR) (make, x86_64)
- git (git-gitAUR, git-glAUR) (make, x86_64)
- mcpelauncher-uiAUR (mcpelauncher-ui-gitAUR, mcpelauncher-appimage-crackedAUR) (optional) – GUI for Launcher
Required by (2)
- mcpelauncher-ui (requires mcpelauncher-linux)
- mcpelauncher-ui-git (requires mcpelauncher-client)
Sources (32)
- git+https://github.com/ChristopherHX/libjnivm
- git+https://github.com/libsdl-org/SDL
- git+https://github.com/MCMrARM/linux-gamepad
- git+https://github.com/MCMrARM/simple-ipc
- git+https://github.com/minecraft-linux/android-support-headers
- git+https://github.com/minecraft-linux/android_bionic
- git+https://github.com/minecraft-linux/android_core
- git+https://github.com/minecraft-linux/arg-parser
- git+https://github.com/minecraft-linux/base64
- git+https://github.com/minecraft-linux/cll-telemetry
- git+https://github.com/minecraft-linux/daemon-utils
- git+https://github.com/minecraft-linux/eglut
- git+https://github.com/minecraft-linux/epoll-shim
- git+https://github.com/minecraft-linux/file-picker
- git+https://github.com/minecraft-linux/file-util
- git+https://github.com/minecraft-linux/game-window
- git+https://github.com/minecraft-linux/libc-shim
- git+https://github.com/minecraft-linux/logger
- git+https://github.com/minecraft-linux/mcpelauncher-client
- git+https://github.com/minecraft-linux/mcpelauncher-common
- git+https://github.com/minecraft-linux/mcpelauncher-core
- git+https://github.com/minecraft-linux/mcpelauncher-errorwindow
- git+https://github.com/minecraft-linux/mcpelauncher-linker
- git+https://github.com/minecraft-linux/mcpelauncher-linux-bin
- git+https://github.com/minecraft-linux/mcpelauncher-mac-bin
- git+https://github.com/minecraft-linux/mcpelauncher-manifest.git#branch=qt6
- git+https://github.com/minecraft-linux/mcpelauncher-webview
- git+https://github.com/minecraft-linux/minecraft-imported-symbols
- git+https://github.com/minecraft-linux/msa-daemon-client
- git+https://github.com/minecraft-linux/osx-elf-header
- git+https://github.com/minecraft-linux/properties-parser
- git+https://github.com/ocornut/imgui
ChristopherHX commented on 2023-05-23 17:23 (UTC)
ersei commented on 2023-05-23 16:28 (UTC) (edited on 2023-05-23 16:32 (UTC) by ersei)
Temporary workaround:
git config --global http.version HTTP/1.1
Seems like HTTP/2 is not working for some reason. My guess is because cURL had a bug in 8.1.0:
https://daniel.haxx.se/blog/2023/05/23/curl-8-1-1-lets-do-this/
<del>v8.1.1 should fix this.</del> Seems like it is out right now. v8.1.1 does not fix the issue. My guess is that git needs an update? Who knows.
ChristopherHX commented on 2023-05-23 07:54 (UTC)
Weird only archlinux can no longer clone via git clone --mirror https://android.googlesource.com/platform/system/core core
.
Running the same command on ubuntu 22.04 works (after a couple of seconds with no git output) and it was no problem in the past for archlinux either.
Another bug is coming soon to archlinux mesa 23.1 will cause a blackscreen in game versions 1.18.30+ (renderdragon).
Mirroring this code to github would be a workaround for archlinux. On archlinux I can only do a git clone https://android.googlesource.com/platform/system/core core
without hanging.
HurricanePootis commented on 2023-05-20 19:41 (UTC)
Hey, whenever the PKGBUILD goes to git clone --mirror
the repo https://android.googlesource.com/platform/system/core
, it gets stuck and nothing happens. I am able to clone the repo with --mirror
, but as soon as I do git clone --mirror https://android.googlesource.com/platform/system/core core
, it breaks.
ChristopherHX commented on 2023-01-11 22:13 (UTC)
Breaking: Updated to use qt6 like the mcpelauncher-ui package
I removed fake-jni and baron inkl. their deps and removed the cd lines.
ersei commented on 2022-10-24 23:45 (UTC)
The submodules issue should be fixed now.
flatiron commented on 2022-10-24 23:10 (UTC)
git config --global protocol.file.allow always
fixes this for the time being.
aurifier commented on 2022-10-21 12:04 (UTC)
Fails in prepare() due to a (very) recent change to git resulting in transport 'file' not allowed
: https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586
Not sure what the best workaround is. Message #3 on that bug contains one that could be applied to the PKGBUILD.
==> Starting prepare()...
Submodule 'android-support-headers' (/startdir/android-support-headers.git) registered for path 'android-support-headers'
Submodule 'arg-parser' (/startdir/arg-parser.git) registered for path 'arg-parser'
...
Submodule 'properties-parser' (/startdir/properties-parser.git) registered for path 'properties-parser'
Submodule 'simple-ipc' (/MCMrARM/simple-ipc.git) registered for path 'simple-ipc'
Cloning into '/build/mcpelauncher-linux-git/src/mcpelauncher-manifest/android-support-headers'...
fatal: transport 'file' not allowed
fatal: clone of '/build/mcpelauncher-linux-git/src/android-support-headers' into submodule path '/build/mcpelauncher-linux-git/src/mcpelauncher-manifest/android-support-headers' failed
Failed to clone 'android-support-headers'. Retry scheduled
Cloning into '/build/mcpelauncher-linux-git/src/mcpelauncher-manifest/arg-parser'...
fatal: transport 'file' not allowed
fatal: clone of '/build/mcpelauncher-linux-git/src/arg-parser' into submodule path '/build/mcpelauncher-linux-git/src/mcpelauncher-manifest/arg-parser' failed
Failed to clone 'arg-parser'. Retry scheduled
...
Cloning into '/build/mcpelauncher-linux-git/src/mcpelauncher-manifest/simple-ipc'...
fatal: transport 'file' not allowed
fatal: clone of '/build/mcpelauncher-linux-git/src/simple-ipc' into submodule path '/build/mcpelauncher-linux-git/src/mcpelauncher-manifest/simple-ipc' failed
Failed to clone 'simple-ipc'. Retry scheduled
Cloning into '/build/mcpelauncher-linux-git/src/mcpelauncher-manifest/android-support-headers'...
fatal: transport 'file' not allowed
fatal: clone of '/build/mcpelauncher-linux-git/src/android-support-headers' into submodule path '/build/mcpelauncher-linux-git/src/mcpelauncher-manifest/android-support-headers' failed
Failed to clone 'android-support-headers' a second time, aborting
==> ERROR: A failure occurred in prepare().
Ziarnova commented on 2022-02-21 16:34 (UTC) (edited on 2022-02-21 17:59 (UTC) by Ziarnova)
It is segfaulting right after logging into Google account
UPD: works after downgrading curl to 7.79. But this doesn't seem to be a long-time solution.
Libuv should be added to the dependencies
ersei commented on 2021-08-16 20:57 (UTC)
For reference, here is upstream tracking the issue of Minecraft not launching: https://github.com/minecraft-linux/mcpelauncher-manifest/issues/165
Pinned Comments
ChristopherHX commented on 2023-05-25 19:04 (UTC)
archlinux is currently affected by a blackscreen bug due to mesa 23.1. It is still unclear if this is a mesa or a game bug.
Please read here how to workaround this problem https://github.com/minecraft-linux/mcpelauncher-client/issues/66#issuecomment-1563349236 without downgrading mesa to 23.0.
ChristopherHX commented on 2023-05-23 17:23 (UTC)
I added a mirror as workaround, so this should work now. No need to force http1.1.
ersei commented on 2021-04-23 16:44 (UTC)
The GUI package is working as well now: https://aur.archlinux.org/packages/mcpelauncher-ui-git
ersei commented on 2021-03-31 21:12 (UTC) (edited on 2021-03-31 21:32 (UTC) by ersei)
I've updated this package to support the latest NG branch. Perhaps I can get a hold of the other related packages to get the rest of this to work as well.
If there are any issues, feel free to leave a comment or shoot me an email at samb at disroot dot org.