Search Criteria
Package Details: sheepshaver-git r2696.96e512bd-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sheepshaver-git.git (read-only, click to copy) |
|---|---|
| Package Base: | sheepshaver-git |
| Description: | An Open Source PowerMac Emulator |
| Upstream URL: | https://sheepshaver.cebix.net/ |
| Keywords: | emulator macos system-9 |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | sheepshaver |
| Provides: | sheepshaver |
| Submitter: | grawity |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-10-31 23:14 (UTC) |
| Last Updated: | 2025-02-09 12:56 (UTC) |
Dependencies (4)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR, gtk2-ng-gitAUR, gtk2-ng-gitAUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
- vde2 (vdeplug4-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
1 2 3 4 Next › Last »
zulc22 commented on 2026-07-28 11:42 (UTC)
You forgot to reference your .install file in the PKGBUILD, so it never prints the message you intended it to.
I believe the syntax is
install=(sheepshaver.install)?rubin55 commented on 2026-06-10 13:46 (UTC)
I noticed
basiliskii-githas been building from https://github.com/kanjitalk755/macemu for a while now. That repository has a lot of fixes for all kinds of stuff now (the current upstream you're using hasn't been updated in 2+ years). Additionally, the standalone GUI seems to be broken, at least with GTK3; I did a few changes you might find worthwile to adopt:In
PKGBUILD:Remove "Game" category and Version fieldd from
SheepShaver.desktop:Correct
sheepshaver.installinformational:Finally, you can also remove the stale/unused
sdl2_bug.patch.jmsq commented on 2026-01-28 00:22 (UTC)
Needs the following fix to build:
FabioLolix commented on 2025-02-09 12:57 (UTC)
Builds fine in a clean chroot with devtools
florosus commented on 2025-02-09 12:41 (UTC)
Requires /bin/sh to be bash rather than posix-compliant shell to compile.
Stormrvr commented on 2023-10-07 02:52 (UTC)
@VorpalWay - Thanks for that; I installed linux-mainline (kernel version 6.6rc4-1 at time of writing) and SheepShaver is back to working so far.
VorpalWay commented on 2023-10-06 21:40 (UTC)
@Stormrvr With respect to the allocation failure: https://bugs.archlinux.org/task/79656
Stormrvr commented on 2023-09-26 20:11 (UTC) (edited on 2023-09-26 20:24 (UTC) by Stormrvr)
Running kernel 6.5.4-arch2-1 - with
sysctl vm.mmap_min_addr=0I also get:ERROR: Cannot map Low Memory Globals: Cannot allocate memory.VorpalWay commented on 2023-09-11 14:53 (UTC)
As of kernel 6.5.2-arch1-1, it seems like
sysctl vm.mmap_min_addr=0is no longer enough to make SheepShaver work, I keep getting:ERROR: Cannot map Low Memory Globals: Cannot allocate memory.VorpalWay commented on 2023-08-22 13:34 (UTC)
So I figured out the issue:
I needed to add
options=(!lto)to the PKGBUILD.Unfortunately it still fails to build later on, and I needed to also add
-Wno-error=format-securitytoCXXFLAGS.-Werror=format-securityis included by default in Arch's standard makepkg.conf.So those two changes are needed.
1 2 3 4 Next › Last »