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().
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 2025-10-03 19:17 (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.