Search Criteria
Package Details: lib32-mcpelauncher-linux 1.5.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mcpelauncher-linux.git (read-only, click to copy) |
|---|---|
| Package Base: | mcpelauncher-linux |
| Description: | Minecraft: Pocket Edition launcher for Linux (32bit client support) |
| Upstream URL: | https://github.com/minecraft-linux/mcpelauncher-manifest |
| Licenses: | GPL-3.0-only |
| Submitter: | HurricanePootis |
| Maintainer: | HurricanePootis |
| Last Packager: | HurricanePootis |
| Votes: | 8 |
| Popularity: | 0.085889 |
| First Submitted: | 2024-06-12 01:51 (UTC) |
| Last Updated: | 2025-10-07 16:22 (UTC) |
Dependencies (27)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR)
- lib32-libpng
- lib32-openssl
- lib32-sdl3 (lib32-sdl3-gitAUR)
- lib32-zlib
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glibc (glibc-gitAUR, glibc-eacAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR) (make)
- lib32-libpng (make)
- lib32-openssl (make)
- lib32-sdl3 (lib32-sdl3-gitAUR) (make)
- lib32-zlib (make)
- libpng (libpng-gitAUR, libpng-apngAUR) (make)
- lld (llvm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- Show 7 more dependencies...
Required by (1)
- mcpelauncher-linux (optional)
Sources (32)
- git+https://github.com/ChristopherHX/libjnivm.git
- git+https://github.com/libsdl-org/SDL.git
- git+https://github.com/MCMrARM/linux-gamepad.git
- git+https://github.com/MCMrARM/simple-ipc.git
- git+https://github.com/minecraft-linux/android-support-headers.git
- git+https://github.com/minecraft-linux/android_bionic.git
- git+https://github.com/minecraft-linux/android_core
- git+https://github.com/minecraft-linux/arg-parser.git
- git+https://github.com/minecraft-linux/base64.git
- git+https://github.com/minecraft-linux/cll-telemetry.git
- git+https://github.com/minecraft-linux/daemon-utils.git
- git+https://github.com/minecraft-linux/eglut.git
- git+https://github.com/minecraft-linux/epoll-shim.git
- git+https://github.com/minecraft-linux/file-picker.git
- git+https://github.com/minecraft-linux/file-util.git
- git+https://github.com/minecraft-linux/game-window.git
- git+https://github.com/minecraft-linux/libc-shim.git
- git+https://github.com/minecraft-linux/logger.git
- git+https://github.com/minecraft-linux/mcpelauncher-client.git
- git+https://github.com/minecraft-linux/mcpelauncher-common.git
- git+https://github.com/minecraft-linux/mcpelauncher-core.git
- git+https://github.com/minecraft-linux/mcpelauncher-errorwindow.git
- git+https://github.com/minecraft-linux/mcpelauncher-linker.git
- git+https://github.com/minecraft-linux/mcpelauncher-linux-bin.git
- git+https://github.com/minecraft-linux/mcpelauncher-mac-bin.git
- git+https://github.com/minecraft-linux/mcpelauncher-manifest.git#tag=v1.5.3-qt6
- git+https://github.com/minecraft-linux/mcpelauncher-webview.git
- git+https://github.com/minecraft-linux/minecraft-imported-symbols.git
- git+https://github.com/minecraft-linux/msa-daemon-client.git
- git+https://github.com/minecraft-linux/osx-elf-header.git
- git+https://github.com/minecraft-linux/properties-parser.git
- git+https://github.com/ocornut/imgui.git
Latest Comments
1 2 3 Next › Last »
gnulabis commented on 2025-06-23 17:46 (UTC) (edited on 2025-06-23 17:46 (UTC) by gnulabis)
I've tried building and running in two different systems and I get the same buffer overflow error:
any ideas?
HurricanePootis commented on 2025-06-09 21:02 (UTC)
Not a problem :)
Atronin commented on 2025-06-09 15:17 (UTC)
@HurricanePootis Thank you kindly for the swift response and explanation! Problem has been resolved :)
HurricanePootis commented on 2025-06-08 07:39 (UTC)
@Atronin, that is an issue with how paru handles packages that use a git source. To your
/etc/paru.conf, toIgnoreDevelandIgnoreDevelSource, add my package. This is because paru thinks that a PKGBUILD using a git repo as the primary source is a-gitpackage, it uses the rebuild function. However, this is not true.Atronin commented on 2025-06-07 18:50 (UTC)
There's an issue with this package that causes the AUR helper paru to constantly ping it as outdated, saying that the new version is "latest-commit" (instead of the usual numerical format), proceeding with a pointless reinstall that helps the notification go away until the next reboot. Then the process repeats - and of course, the package always stays at 1.3.0-2.
This issue does not appear with the AUR helper yay, but can be replicated across different devices. It's the only one across over 30 AUR packages I use to have this problem.
Can anything be done to resolve it?
elvisman113 commented on 2025-05-24 15:52 (UTC)
Nice catch, @gwuensch. Looks like the PKGBUILD should be modified as:
or, alternatively:
gwuensch commented on 2025-05-24 00:04 (UTC)
CFLAGS+="$CFLAGS ..."is definitely the cause of this error. The system-wideCFLAGS(as set in makepkg.conf) are included twice, once because the variable is appended to (+=), and another time because the existing variable ($CFLAGS) is expanded in the new variable's value. I don't know why this would be any different in a clean chroot.In this case, appending without an additional whitespace corrupts the
CFLAGS: The last argument (-fno-omit-frame-pointer) and the first argument (-march=x86-64) essentially are combined into-mno-omit-leaf-frame-pointer-march=x86-64. For theLDFLAGS,-Wl,-z,pack-relative-relocsand-Wl,-O1become-Wl,-z,pack-relative-relocs-Wl,-O1, though that does not seem to cause an error.m4rn commented on 2025-05-20 15:24 (UTC)
@HurricanePootis
Thanks man. Apparently setting +="$CFLAGS" to ="$CFLAGS" solves my issues.
Why don't they just update the aur PKGBUILD to not use +="$CFLAGS"?
elvisman113 commented on 2025-05-20 14:50 (UTC) (edited on 2025-05-20 14:50 (UTC) by elvisman113)
@m4rn
I had the same problem. I noticed that in
/etc/makepkg.confthere was the-mno-omit-leaf-frame-pointeroption included inCFLAGS. I removed this, then got a different error for undefined-mno-omit-frame-pointer-march=x86-64. The corresponding option-mno-omit-frame-pointerwas also in the makepkg settings, so I removed it. I ended up with yet another error, with the-march=x86-64option enabled in the build. I ended up removing the following options, then was able to build successfully:HurricanePootis commented on 2025-05-14 01:31 (UTC)
@m4rn
Sounds like you have something abnormal with your setup. This package builds normally for many people and especially in the chroot. Also, changing from the
+=to="$CFLAGSwill have a meaningful change. TL;DR, you have an issue with your setup.1 2 3 Next › Last »