Search Criteria
Package Details: libretro-parallel-n64-git 1:r5261.f8605345-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libretro-parallel-n64-git.git (read-only, click to copy) |
---|---|
Package Base: | libretro-parallel-n64-git |
Description: | Nintendo 64 core |
Upstream URL: | https://github.com/libretro/parallel-n64 |
Keywords: | games libretro Nintendo64 Nintendo64DD retroarch |
Licenses: | GPL2, custom:multiple OSI licenses |
Groups: | libretro |
Conflicts: | libretro-parallel-n64 |
Provides: | libretro-parallel-n64 |
Submitter: | Kierek |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-18 10:54 (UTC) |
Last Updated: | 2025-04-02 21:47 (UTC) |
Dependencies (4)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libretro-core-info (libretro-core-info-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-gitAUR, mesa-minimal-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber) (make)
Required by (4)
- highscore (requires libretro-parallel-n64) (optional)
- kodi-addon-game-libretro-parallel-n64 (requires libretro-parallel-n64)
- kodi-addon-game-libretro-parallel-n64 (requires libretro-parallel-n64) (make)
- libretro-meta (requires libretro-parallel-n64)
Latest Comments
1 2 3 4 Next › Last »
foggybrain commented on 2025-04-01 18:38 (UTC)
That done it ! Thank-you & Hugs!!
FabioLolix commented on 2025-04-01 18:14 (UTC)
Then is likely failing because srcdir isn't cleaned, pass
-C
too to makepkg as good abit (-C, --cleanbuild Remove $srcdir/ dir before building the package)foggybrain commented on 2025-04-01 18:09 (UTC) (edited on 2025-04-01 18:12 (UTC) by foggybrain)
building with makepkg -cis after moving to directory.
I extract the snapshot to my aur build folder and work from there
FabioLolix commented on 2025-04-01 18:02 (UTC) (edited on 2025-04-01 18:02 (UTC) by FabioLolix)
How are you building the after editing the pkgbuild?
foggybrain commented on 2025-04-01 18:01 (UTC) (edited on 2025-04-01 18:08 (UTC) by foggybrain)
options=(!lto) added, no difference.
Also tried building with retroarch and libretro-core-info from extra and still fails
FabioLolix commented on 2025-04-01 17:58 (UTC)
builded fine here, you need to add that line
These don't matter for this issue
foggybrain commented on 2025-04-01 17:54 (UTC)
Still not building. Using fresh builds of retroarch-git and libretro-core-info-git
FabioLolix commented on 2025-04-01 17:51 (UTC)
In practice don't matter, you can put below
sha256sums=('SKIP')
foggybrain commented on 2025-04-01 17:45 (UTC) (edited on 2025-04-01 17:52 (UTC) by foggybrain)
Still does not build
/usr/bin/ld: /tmp/ccQN4oPF.ltrans0.ltrans.o: warning: relocation against
co_active_handle' in read-only section
.text' /usr/bin/ld: /tmp/ccQN4oPF.ltrans0.ltrans.o: in functionco_switch': <artificial>:(.text+0x3): undefined reference to
co_active_handle' /usr/bin/ld: /tmp/ccQN4oPF.ltrans0.ltrans.o: relocation R_X86_64_PC32 against undefined symbol `co_active_handle' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make: *** [Makefile:1044: parallel_n64_libretro.so] Error 1 ==> ERROR: A failure occurred in build().FabioLolix commented on 2025-04-01 17:16 (UTC)
That can be avoided by adding
options=(!lto)
in the pkgbuild, update will come later1 2 3 4 Next › Last »