Package Details: suyu-dev-git r27439.daf2c1f496-1

Git Clone URL: https://aur.archlinux.org/suyu-dev-git.git (read-only, click to copy)
Package Base: suyu-dev-git
Description: suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)
Upstream URL: https://git.suyu.dev/suyu/suyu
Licenses: GPL-3.0-or-later
Conflicts: suyu-appimage, suyu-dev-qt6-git, suyu-git
Provides: suyu-dev-qt6-git, suyu-git
Submitter: Fijxu
Maintainer: Fijxu (HurricanePootis, username227)
Last Packager: username227
Votes: 2
Popularity: 0.066876
First Submitted: 2024-03-06 20:21 (UTC)
Last Updated: 2024-06-02 16:02 (UTC)

Dependencies (43)

Required by (0)

Sources (28)

Latest Comments

1 2 3 Next › Last »

dmsh commented on 2024-09-06 19:48 (UTC)

Looks like issue with compilation because of 'boost' package as with version 1.83 it will work.

username227 commented on 2024-08-01 22:27 (UTC)

@ilonachan, I am having this exact issue with torzu-git package. The problem can be worked around by building in a chroot. See if building in a chroot solves the problem. paru can automaticallly build in a chroot.

Anyway, I believe the problem is likely some package that is installed in all three of our systems that is interfering with cmake somehow. Since it is not present in the chroot, it works. However, for the life of me, I'm at a loss to figure which one it is.

ilonachan commented on 2024-07-07 19:47 (UTC) (edited on 2024-07-07 19:48 (UTC) by ilonachan)

Having the exact same issue as @sultanoswing, and I feel pretty certain this issue has been there for quite a while now (a month at least) (oh yeah and indeed, it has been a month since their comment lol). Anyone have any idea what causes this (and how to fix it)?

sultanoswing commented on 2024-06-03 12:54 (UTC) (edited on 2024-06-03 12:54 (UTC) by sultanoswing)

Not building for me at the moment: CMake Error at externals/glad/CMakeLists.txt:10 (create_target_directory_groups): Unknown CMake command "create_target_directory_groups".

HurricanePootis commented on 2024-04-20 07:36 (UTC)

@mctaylors Flagging a git package with a link just to a commit history isn't helpful as all. As far as I am aware, there are no changed needed to be made to the PKGBUILD, and since it is a git package, it will automatically update.

So, the next time you think there is a problem, don't leave a link. Use your words like an adult and try to communicate an actual thought.

username227 commented on 2024-04-10 21:27 (UTC)

Yes, @dhummel is correct. Line 203 of the pkgbuild needs to be changed from "sed -i '12s/Exec=suyu/Exec=env QT_QPA_PLATFORM=xcb suyu/' org.suyu_emu.suyu.desktop" to "sed -i '12s/Exec=suyu/Exec=env QT_QPA_PLATFORM=xcb suyu/' dev.suyu_emu.suyu.desktop"

Please correct.

dhummel commented on 2024-04-08 17:04 (UTC)

The file org.suyu_emu.suyu.desktop was renamed to dev.suyu_emu.suyu.desktop in this commit: https://git.suyu.dev/suyu/suyu/commit/2caadffe4d64de38a4835c2553a7a66d92eb7d4b

alto commented on 2024-04-06 07:40 (UTC)

The sed command for the desktop entry file changes line 12 instead of line 13, thus changing the TryExec instead of the Exec. Also why is x11 being forced here? Wayland seems to work fine for me.

username227 commented on 2024-03-31 23:10 (UTC) (edited on 2024-03-31 23:13 (UTC) by username227)

Yes I agree that it doesn't make sense. I did some searching, and found this thread: https://github.com/microsoft/vscode-azureappservice/issues/1445,

After running command: git config --global http.postBuffer 157286400

It worked properly. This means that the issue with the cloning is happening at the local git config level and it's not a problem with the pkgbuild.

Can we somehow modify the pkgbuild to include a command that makes the change to ensure this doesn't happen? perhaps in the prepare() function.

Fijxu commented on 2024-03-31 21:28 (UTC)

username227: Thanks, now I know I am not the only one with this error. I was trying to do some changes on the package but I was not able to because I always do clean builds in a clean chroot and this errors about vcpkg happened. At first I thought it was my Internet but I am not the only one now...

I do not really know how to fix the vcpkg git clone because it makes no sense at all. If I clone it manually using git clone it just works...

Searching about curl 22 The requested URL returned error: 400 fatal: expected 'packfile' returns no good results. I will see what I can do. I already have some ideas on how to fix this.