Package Details: torzu-git r27184.5de1cb53b-2

Git Clone URL: https://aur.archlinux.org/torzu-git.git (read-only, click to copy)
Package Base: torzu-git
Description: Torzu is a fork of yuzu, the world's most popular, open-source, Nintendo Switch emulator. It is written in C++ with portability in mind.
Upstream URL: https://notabug.org/litucks/torzu
Keywords: emulator nintendo switch
Licenses: GPL-3.0-or-later
Conflicts: torzu
Provides: torzu
Submitter: username227
Maintainer: username227
Last Packager: username227
Votes: 7
Popularity: 2.30
First Submitted: 2024-06-02 14:39 (UTC)
Last Updated: 2024-11-17 14:46 (UTC)

Required by (0)

Sources (25)

Pinned Comments

username227 commented on 2024-06-03 02:08 (UTC) (edited on 2024-06-03 02:09 (UTC) by username227)

NOTE: I published this package after testing it in a clean chroot successfully. When I attempted to install it using paru, yay, and pamac, it gave me an error related to SPIRV-Tools not finding SPIRV-Headers. I don't know what is causing this error.

If you come across this error, then you need to build the package in a clean chroot like this:

paru -S torzu-git --chroot

If anybody knows what is causing this and can assist with a fix, please reach out to me. Thanks.

Latest Comments

1 2 Next › Last »

awh commented on 2024-11-29 11:26 (UTC)

@username227 if it's a problem with tests, you can disable the check stage with --nocheck to makepkg or !check in BUILDENV of /etc/makepkg.conf

username227 commented on 2024-11-17 05:15 (UTC)

hmmm...I can't get it to build now at all. it gets almost all the way to the end and fails on soemthing related to tests. I'll have to work on this more.

awh commented on 2024-11-14 14:29 (UTC)

For whatever reason, I couldn't build unless in a chroot also, but after following @agapito's suggestion it wasn't buildable in a chroot but was buildable outside. Perhaps some builddeps were installed on my system that weren't copied into the chroot.

agapito commented on 2024-11-08 16:54 (UTC)

I suggest -DENABLE_QT6=ON \ and remove all Qt 5 packages from dependencies.

Also, remove -DCMAKE_CXX_COMPILER=/usr/bin/g++-13 \ and -DCMAKE_C_COMPILER=/usr/bin/gcc-13 \ as Gcc 13 is not needed to build this package.

Glorious7060 commented on 2024-10-15 02:21 (UTC)

I didn't find an option too, probably will require changes on the upstream.

username227 commented on 2024-10-10 03:02 (UTC)

@Glorious7060, there doesn't seem to be any cmake option on the cmakelists to use the system simpleini or not. Do you know what the option would look like in the pkgbuild, or does it need a change upstream?

Glorious7060 commented on 2024-10-10 00:35 (UTC)

I have simpleini from the AUR and it didn't allow to build the package.But when I uninstall it it build fine. It would be good to disable the system simpleini from the system on the pkgbuild and use the one provided on the repo, so it would not required be uninstalling simpleini on every update.

archChiBii commented on 2024-10-06 01:20 (UTC)

fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output ==> ERROR: Failure while downloading opus git repo Aborting... error: failed to download sources for 'torzu-2024.08.10-1': error: packages failed to build: torzu-2024.08.10-1

lumenor2 commented on 2024-08-04 18:56 (UTC)

Could be you need to use the mold linker by installing it.