Can't compile on F39 #1070
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I compile Cemu roughly once a month using my project which compiles Cemu in a F39 container
https://github.com/leifliddy/podman-cemu-builder
It's really easy to repro as you only need to run a couple of commands.....
Something has changed over the last week or two.
During the build phase I'm seeing this error
There's something off with that command -- if I try and run it manually I get this
Any help would be appreciated.
Interesting, it compiles fine if I clone the full https://github.com/microsoft/vcpkg.git
repo to
/root/cemu/dependencies/vcpkg/
Is that what we're meant to do now?
damn, now it's failing at
Which sucks because I have those devel libraries installed
hmm...
installing
libbsd-devel
"should" fulfill that requirementTrying again.....
Update: Still getting that
libxcrypt
build error. Not sure what needs to be done to resolve it.Maybe related? https://github.com/cemu-project/Cemu/pull/1064#issue-2080461485
Get your vcpkg submodule up-to-date.
Go to Discord for troubleshooting.
Thanks. I'll try that tonight.