Project

General

Profile

Actions

Emulator Issues #12264

closed

Binary built Ubuntu 20.04 doesn't work when installed

Added by gauthier over 3 years ago. Updated over 1 year ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
Linux
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Building latest release or master (a7b9e6857b6c4) on Ubuntu 20.04 works fine, and I can launch from the build directory: build/Binaries/dolphin-emu.

However after doing a sudo make install, attempting to run the installed binary gives this:

$ which dolphin-emu
/usr/local/bin/dolphin-emu
$ dolphin-emu
dolphin-emu: symbol lookup error: dolphin-emu: undefined symbol: _ZdaPvm, version Qt_5

My guess is that it has to do with C++ standard (14 or 17) and obviously Qt, but I don't understand why it would work from the build tree and not from the install.

I've read that there could be a qmake flag about sized deallocation that could help, but same here: it should be the same binary...

Actions #1

Updated by leoetlino almost 3 years ago

  • Operating system Linux added
  • Operating system deleted (N/A)

Can you post the output of ldd on both build/Binaries/dolphin-emu and /usr/local/bin/dolphin-emu? Also, please try a clean rebuild (wipe the build directory and make a new build).

Actions #2

Updated by JMC4789 over 1 year ago

  • Status changed from New to Invalid

No user response.

Actions

Also available in: Atom PDF