Package Details: mcpelauncher-msa-git v0.1.beta.1.r10.g323bb82-1

Git Clone URL: https://aur.archlinux.org/mcpelauncher-msa-git.git (read-only, click to copy)
Package Base: mcpelauncher-msa-git
Description: Microsoft Account authentication daemon for mcpelauncher
Upstream URL: https://github.com/minecraft-linux/msa-manifest
Licenses: MIT
Conflicts: mcpelauncher-msa
Provides: mcpelauncher-msa
Submitter: mrarm
Maintainer: mrarm
Last Packager: mrarm
Votes: 3
Popularity: 0.001286
First Submitted: 2018-08-23 16:16 (UTC)
Last Updated: 2018-12-23 15:11 (UTC)

Latest Comments

maxrdz commented on 2023-06-14 00:25 (UTC)

I've downloaded the following AUR packages:

mcpelauncher-msa-ui-qt-git mcpelauncher-linux-git mcpelauncher-ui-git lib32-libpulse lib32-alsa-plugins

These alone have everything you need to play Minecraft Bedrock on Linux. :)

maxrdz commented on 2023-06-14 00:19 (UTC)

@derelbenkoenig I am using the yay AUR helper and I also have this issue so it doesn't seem to be a trizen issue.

maxrdz commented on 2023-06-14 00:11 (UTC)

I am also getting the github.com[0: 140.82.121.3]: errno=Connection timed out error as well. I'll update if I can fix it on my end as well.

derelbenkoenig commented on 2023-04-02 20:04 (UTC)

Ok, I think I got it to work by instead using git+https:// instead of https:// alone, but I also had to do git config --global protocol.file.allow always, which I got from https://github.com/flatpak/flatpak-builder/issues/495#issuecomment-1297480817

derelbenkoenig commented on 2023-04-02 19:47 (UTC)

I am getting this error

==> Starting prepare()...
/home/derelbenkoenig/.cache/trizen/sources/mcpelauncher-msa-git/PKGBUILD: line 47: cd: msa-manifest: Not a directory
==> ERROR: A failure occurred in prepare().
    Aborting...
:: Unable to build mcpelauncher-msa-git - makepkg exited with code: 4

It could be an issue with trizen perhaps?

derelbenkoenig commented on 2023-04-02 19:27 (UTC)

I got the github.com[0: 140.82.121.3]: errno=Connection timed out error too. I was able to fix it by editing the PKGBUILD by changing the git:// urls to https://. I believe github is no longer supporting git:// as a URL scheme

NeWolf commented on 2023-03-29 20:37 (UTC) (edited on 2023-03-29 20:38 (UTC) by NeWolf)

Can't go past this part

==> Retrieving sources...
  -> Cloning msa-manifest git repo...
Cloning into bare repository '/home/newolf/mcpelauncher-msa-git/msa-manifest'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Connection timed out

==> ERROR: Failure while downloading msa-manifest git repo Aborting...

Ziarnova commented on 2022-02-21 17:59 (UTC)

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

xirxes commented on 2020-05-20 16:28 (UTC)

I definitely haven't been able to build recently either, found that they've stopped working on the packaging for Arch but there still is work being done. They have an appimage in their docs here, https://mcpelauncher.readthedocs.io/en/latest/getting_started.html and a working fork with the newest version of bedrock is here. https://github.com/ChristopherHX/linux-packaging-scripts/releases/tag/appimage

Matthew02 commented on 2020-05-13 11:58 (UTC) (edited on 2020-05-13 12:03 (UTC) by Matthew02)

Anybody else having trouble compiling this?

==> Starting build()...
CMake Warning (dev) in CMakeLists.txt:
  No project() command is present.  The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command.  Add a line of
  code such as

    project(ProjectName)

  near the top of the file, but after cmake_minimum_required().

  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - broken
CMake Error at /usr/share/cmake-3.17/Modules/CMakeTestCCompiler.cmake:60 (message):
  The C compiler

    "/usr/bin/cc"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /home/user/.cache/yay/mcpelauncher-msa-git/src/msa-manifest/build/CMakeFiles/CMakeTmp

    Run Build Command(s):/usr/bin/make cmTC_4255c/fast && /usr/bin/make  -f CMakeFiles/cmTC_4255c.dir/build.make CMakeFiles/cmTC_4255c.dir/build
    make[1]: Entering directory '/home/user/.cache/yay/mcpelauncher-msa-git/src/msa-manifest/build/CMakeFiles/CMakeTmp'
    Building C object CMakeFiles/cmTC_4255c.dir/testCCompiler.c.o
    /usr/bin/cc   -D_FORTIFY_SOURCE=2 -02 -march=bdver1 -pipe    -o CMakeFiles/cmTC_4255c.dir/testCCompiler.c.o   -c /home/user/.cache/yay/mcpelauncher-msa-git/src/msa-manifest/build/CMakeFiles/CMakeTmp/testCCompiler.c
    cc: error: unrecognized command line option ‘-02’
    make[1]: *** [CMakeFiles/cmTC_4255c.dir/build.make:86: CMakeFiles/cmTC_4255c.dir/testCCompiler.c.o] Error 1
    make[1]: Leaving directory '/home/user/.cache/yay/mcpelauncher-msa-git/src/msa-manifest/build/CMakeFiles/CMakeTmp'
    make: *** [Makefile:141: cmTC_4255c/fast] Error 2





  CMake will not be able to correctly generate this project.


-- Configuring incomplete, errors occurred!
See also "/home/user/.cache/yay/mcpelauncher-msa-git/src/msa-manifest/build/CMakeFiles/CMakeOutput.log".
See also "/home/user/.cache/yay/mcpelauncher-msa-git/src/msa-manifest/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...
Error making: mcpelauncher-msa-git
[1]    550446 exit 1     yay -S mcpelauncher-msa-git mcpelauncher-msa-ui-qt-git mcpelauncher-linux-git
yay -S mcpelauncher-msa-git mcpelauncher-msa-ui-qt-git mcpelauncher-linux-git  20.19s user 4.27s system 22% cpu 1:50.06 total