You are not logged in.

#1 2015-02-09 17:50:36

sealanco
Banned
From: Wood Green - London
Registered: 2011-10-10
Posts: 12
Website

rpcs3-git - DSO missing

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

#2 2015-02-09 17:51:40

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: rpcs3-git - DSO missing

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code


Moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-02-10 13:02:09

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,396

Re: rpcs3-git - DSO missing

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

Board footer

Powered by FluxBB