You are not logged in.
Hi!
I'm trying to install rpcs3-git from AUR but I'm getting the following problems:
Linking CXX executable ../bin/rpcs3
/usr/bin/ld: CMakeFiles/rpcs3.dir/Emu/Memory/vm.cpp.o: undefined reference to symbol 'shm_unlink@@GLIBC_2.2.5'
/usr/lib/librt.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
rpcs3/CMakeFiles/rpcs3.dir/build.make:7357: recipe for target 'bin/rpcs3' failed
make[2]: *** [bin/rpcs3] Error 1
CMakeFiles/Makefile2:260: recipe for target 'rpcs3/CMakeFiles/rpcs3.dir/all' failed
make[1]: *** [rpcs3/CMakeFiles/rpcs3.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
How can I fix this?
Offline
Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code
Moving to AUR Issues...
Offline
http://stackoverflow.com/questions/1990 … mmand-line
Usually that's solved by either :
1. adding -lglibc to gcc flags
2. a patch that adds that to the troublesome linker command(s) in the makefile(s)
Option 2 is the cleanest solution.
Errors like that need to be corrected in the sourcecode, you should report the issue upstream.
Also please post the complete build output, so we can help you to find the command/makefile that needs changing,
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline