





















Sorry it was a complete mistake; while I was preparing the last change, I missed your change; when git notified me that i wasn't using the latest version, I handled it incorrectly. Please redo it and i'll make sure to pull the latest version.
Building in a clean chroot with extra-x86_64-build -c -- -I /home/hurricane/aur/eden-git/game-devices-udev/game-devices-udev-1.0-0.1-any.pkg.tar.zst -I /home/hurricane/aur/cubeb/cubeb-20260506-1-x86_64.pkg.tar.zst, I am able to fully build eden-git with all of the listed dependencies in my changes. This command creates a clean chroot and installs game-devices-udev and cubeb into it:
hurricane@TheCloutPC ~/aur/eden-git $ namcap eden-git-1\:0.2.0.r59.gbd2d344-2-x86_64.pkg.tar.zst
eden-git W: Unused shared library '/usr/lib/libbrotlienc.so.1' by file ('usr/bin/eden')
eden-git W: Unused shared library '/usr/lib/libboost_filesystem.so.1.91.0' by file ('usr/bin/eden-cli')
eden-git W: Unused shared library '/usr/lib/libbrotlienc.so.1' by file ('usr/bin/eden-cli')
eden-git W: Unused shared library '/usr/lib/libbrotlienc.so.1' by file ('usr/bin/eden-room')
eden-git W: Dependency included, but may not be needed ('game-devices-udev')
With my changes, namcap reports this:
hurricane@TheCloutPC ~/aur/eden-git $ namcap eden-git-1\:0.2.0.r59.gbd2d344-1-x86_64.pkg.tar.zst
eden-git W: Unused shared library '/usr/lib/libboost_filesystem.so.1.91.0' by file ('usr/bin/eden-cli')
eden-git W: Dependency included, but may not be needed ('game-devices-udev')
hurricane@TheCloutPC ~/aur/eden-git $
@username227
Why did you revert my last commit? Maybe you didn't realize what I had changed and accidentally reverted it? I checked the depends() using namcap, which is a tool that will check what libraries any binaries inside of a package links to and tells you what's missing. Plus, I always build my packages in a clean chroot using extra-x86-64-build, so I can ensure everything is right. Building the latest commit of eden-git, in which you reverted my work, tells me the following:
hurricane@TheCloutPC ~/aur/eden-git $ namcap eden-git-1\:0.2.0.r59.gbd2d344-1-x86_64.pkg.tar.zst
eden-git W: Unused shared library '/usr/lib/libboost_filesystem.so.1.91.0' by file ('usr/bin/eden-cli')
eden-git E: Dependency qt6-multimedia detected and not included (libraries ['usr/lib/libQt6Multimedia.so.6'] needed in files ['usr/bin/eden'])
eden-git E: Dependency fmt detected and not included (libraries ['usr/lib/libfmt.so.12'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git E: Dependency boost-libs detected and not included (libraries ['usr/lib/libboost_filesystem.so.1.91.0', 'usr/lib/libboost_context.so.1.91.0'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency opus detected and implicitly satisfied (libraries ['usr/lib/libopus.so.0'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency libdrm detected and implicitly satisfied (libraries ['usr/lib/libdrm.so.2'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency zlib detected and implicitly satisfied (libraries ['usr/lib/libz.so.1'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency openssl detected and implicitly satisfied (libraries ['usr/lib/libcrypto.so.3', 'usr/lib/libssl.so.3'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency zstd detected and implicitly satisfied (libraries ['usr/lib/libzstd.so.1'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency libx11 detected and implicitly satisfied (libraries ['usr/lib/libX11.so.6'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency libgcc detected and implicitly satisfied (libraries ['usr/lib/libgcc_s.so.1'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libm.so.6', 'usr/lib/libc.so.6'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency libstdc++ detected and implicitly satisfied (libraries ['usr/lib/libstdc++.so.6'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency lz4 detected and implicitly satisfied (libraries ['usr/lib/liblz4.so.1'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency included, but may not be needed ('gcc-libs')
eden-git W: Dependency included, but may not be needed ('ffmpeg')
eden-git W: Dependency included, but may not be needed ('zydis')
eden-git W: Dependency included, but may not be needed ('zycore-c')
eden-git W: Dependency included, but may not be needed ('mbedtls')
eden-git W: Dependency included, but may not be needed ('game-devices-udev')
Also, cpp-jwt and cpp-httpplib are no longer needed as Eden now uses CPM to automatically pull those in. Plus, some of the makedepends actually belong in depends. If you read commit b4faf32ad0a4d6320c14d4ed132b5abdaf130b72 in this repo, you can see my reasoning:
Add fmt, boost-libs, qt6-multimedia, libdrm, libstdc++, libgcc, libx11,
glibc, opus, zstd, zlibu, lz4, and openssl. Removes cpp-httplib,
boost-libs, wireless_tools, qt6-multimedia, and cpp-jwt from
makedepends. Remove gcc-libs, ffmpeg, zydis, zycore-c, and mbedtls from
depends. Re-enabled LTO. LTO was originally disabled due to switching
over to Clang + ThinLTO. However, whenever the emulator was switched
back to GCC, LTO was never re-enabled.
I am going to add back my work, as I know it's 100% right. I'm leaving this comment to you to explain why I did what I did and why it shouldn't be reversed.
@dandroboti, yes should be fixed already yesterday. clear your aur helper's cache and redownload the pkgbuild.
install: cannot stat '/home/dandroboti/.cache/yay/eden-git/src/eden/dist/72-yuzu-input.rules': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: eden-git-exit status 4
hmmm, I know I can fix this by adding that deleted file into the dist directory, but compiling time wasted if I don't do that. Any way to fix it permanently?. This is yay.
We switched to SDL3 today.
huh, I guess paru didn't pull the latest revision for some reason.. sorry about that
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Thank you for reaching out! Yeah git can be very confusing