Package Details: snes9x-git 1.63.r146.g5110899f-1

Git Clone URL: https://aur.archlinux.org/snes9x-git.git (read-only, click to copy)
Package Base: snes9x-git
Description: Portable Emulator for the Super Nintendo Entertainment System - git version
Upstream URL: http://www.snes9x.com/
Licenses: custom
Conflicts: snes9x
Provides: snesx
Submitter: bzt
Maintainer: valandil
Last Packager: valandil
Votes: 20
Popularity: 0.51
First Submitted: 2011-03-27 19:01 (UTC)
Last Updated: 2026-03-10 23:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

YamashitaRen commented on 2017-04-23 20:59 (UTC)

Seems like snes9x-gtk depends on minizip : snes9x-gtk: error while loading shared libraries: libminizip.so.1: cannot open shared object file: No such file or directory

ProfessorKaos64 commented on 2016-11-28 14:00 (UTC)

@banzr this package must conflict with vanilla snes9x and snes9x-gtk, since they provide the same files. You noted "I get an error that snes9x conflicts with snes9x-git-gtk." That is not true. The conflicts is "snes9x, snes9x-gtk" not "snes9x, snes9x-git-gtk". The provides should not be "package-git", but always "package" when there is an existing package, AUR or not, that provides the same files. Since the base package builds both, I will adjust the conflicts so snes9x-gtk-git conflcits with snes9x-gtk, and snes9x-git conflicts with snes9x only. gtk should not conflict with non-gtk.

<deleted-account> commented on 2016-11-28 06:20 (UTC)

There's a simple error that I receive after successfully building the snes9x-git-gtk package. As soon as I attempt to install the snes9x package I get an error that snes9x conflicts with snes9x-git-gtk. Please remove these conflicts or change your snes9x-git package to provide snes9x-git. I prefer removing the conflicts unless there is some incompatibility with your gtk layer with the vanilla snes9x package. Removing the conflict allowed my package to build flawlessly. I didn't have the vanilla snes9x package previously installed before building your package.

<deleted-account> commented on 2016-10-10 05:30 (UTC)

Thanks, I was able to install without problems using the chroot method.

<deleted-account> commented on 2016-10-10 03:31 (UTC)

Ok, I tried compiling in a clean chroot, and I didn't received any error messages in the process... until the final steps: error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: snes9x-git and snes9x-gtk-git are in conflict ==> WARNING: Failed to install built package(s). Yup, someone here will not be able to play tonight...sigh

ProfessorKaos64 commented on 2016-10-09 15:45 (UTC)

See the below. Seems a few touch commands will help this. http://stackoverflow.com/questions/5731023/autotools-force-make-not-to-rebuild-configure-makefile https://www.gnu.org/savannah-checkouts/gnu/automake/manual/html_node/CVS.html

ProfessorKaos64 commented on 2016-10-09 13:26 (UTC) (edited on 2016-10-09 13:31 (UTC) by ProfessorKaos64)

It is difficult to reproduce this. Sometimes it manifests itself, other times, not. Keep in mind this is a dormant project and doesn't have much activity at all. I would suggest clearing you package cache if using a helper like pacaur (~/.cache/pacaur/snes9x-git).

ProfessorKaos64 commented on 2016-10-09 11:46 (UTC)

The PKGBUILD produces two packages. As for the errors, I'll try soon, but I always test with makechrootpkg and a clean chroot, so it's unlikely that it's this build. I would suggest cloning the upstream repository and manually compiling things to check it isn't your system. Also, you could check the arch wiki for building in a clean chroot, which is also a good idea.

<deleted-account> commented on 2016-10-08 22:22 (UTC)

I'm getting this error when building: src/filter_xbrz.cpp:258:81: error: ‘RGB’ is not a member of ‘xbrz’ gFactor, &renderBuffer[0], &xbrzBuffer[0], width, height, xbrz::RGB, xbrz::ScalerCfg(), 0, height); ^~~~ make[1]: *** [Makefile:1563: src/snes9x_gtk-filter_xbrz.o] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-gabriel/aur-snes9x-gtk-git/src/snes9x-git/gtk' make: *** [Makefile:2451: all-recursive] Error 1