Search Criteria
Package Details: box64 0.4.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/box64.git (read-only, click to copy) |
|---|---|
| Package Base: | box64 |
| Description: | Linux Userspace x86_64 Emulator with a twist |
| Upstream URL: | https://github.com/ptitSeb/box64 |
| Keywords: | emulator |
| Licenses: | MIT |
| Submitter: | mogwai |
| Maintainer: | mogwai |
| Last Packager: | mogwai |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-08-31 07:59 (UTC) |
| Last Updated: | 2026-04-21 17:02 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
PseudoSpock commented on 2024-07-11 04:03 (UTC)
Got 0.3.0 to build. Just tested it with Zoom, which still works.
Here's my git diff to the PKGBUILD:
PseudoSpock commented on 2024-07-11 03:41 (UTC)
Version 0.3.0 was just released.
37h4n commented on 2023-01-25 23:32 (UTC) (edited on 2023-01-25 23:34 (UTC) by 37h4n)
For Asahi Linux users on M1, you'll need to go to PKGBUILD and replace
-DARM_DYNAREC=ONwith-DM1=1under theif [[ $CARCH == "aarch64" ]]; thensection, or else you'll get errors running programs.Popolon commented on 2022-11-24 12:23 (UTC)
Build it again using your PKGBUILD (about the same rules) and it works too :). Thank you very much!!
mogwai commented on 2022-11-23 08:31 (UTC)
@Popolon: I added riscv64. Can you test this? I don't have riscv64 hardware, so I can't test it myself.
Popolon commented on 2022-11-22 00:20 (UTC) (edited on 2022-11-22 14:18 (UTC) by Popolon)
Please, add for riscv64 support (it works on RISCV64 after my tests):
arch=('x86_64' 'aarch64' 'riscv64')in the build()
elif [[ $CARCH == "riscv64" ]]; then cmake -B build -S . \ -DRV64=1 \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usrand in the package()
elif [[ $CARCH == "riscv64" ]]; then make DESTDIR=${pkgdir} installbradpitcher commented on 2022-09-29 15:42 (UTC) (edited on 2022-09-29 15:43 (UTC) by bradpitcher)
So odd, I also had a build failure using yay
But manually cloning the repo and running
makepkgit worked ¯\_(ツ)_/¯mogwai commented on 2021-12-08 11:01 (UTC)
@danielmazurkiewi: Sorry, cannot reproduce, it works perfectly fine for me.
Two things: - Please only report errors that occur when building packages through
makepkg. AUR helpers likeyayare not supported. - Please add more information if you want to have people debug a potential issue. The quoted lines are printed due to an error during building of the package. That only happens when it's triggered by an error of the actual build process. That's the error you want to look for and solve.danielmazurkiewi commented on 2021-12-08 09:15 (UTC)
Just tried to install it with yay -S box64 and getting this error:
zer0def commented on 2021-11-27 09:45 (UTC)
Building in Termux surfaces
pythonas a missing makedep.« First ‹ Previous 1 2 3 Next › Last »