Project

General

Profile

Actions

Emulator Issues #9042

closed

LLVM being linked incorrectly (despite no LLVM mentions in code)

Added by thePalindrome over 8 years ago. Updated over 8 years ago.

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

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Current
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Game Name?/Game ID?/MD5 Hash?
N/A

What's the problem? Describe what went wrong.

Attempting to compile Dolphin 5.0-rc will result in ld attempting to link against LLVM 3.7.0, albiet improperly.
This causes linking to fail.

What steps will reproduce the problem?

git clone https://github.com/dolphin-emu/dolphin.git
cd dolphin
git checkout 5.0-rc
wget https://github.com/dolphin-emu/dolphin/commit/8c5744bca705a0895bd51c966a30171ee2bab43a miniupnpc.patch
patch -ui miniupnpc.patch
mkdir build
cd build
cmake ..
make

Which versions of Dolphin did you test on? Does using an older version of Dolphin solve your issue? If yes, which versions of Dolphin used to work?

This effects 5.0-rc. Both 4.0.2 and 9999 (git) are unaffected

What are your PC specifications? (CPU, GPU, Operating System, more)
Gentoo Linux ~amd64, LLVM 3.7.0

Is there any other relevant information? (e.g. logs, screenshots,
configuration files)

See attached build log, as well as bug #9012 for patch used


Files

build.log (91.9 KB) build.log thePalindrome, 10/17/2015 07:19 AM
Actions #1

Updated by JosJuice over 8 years ago

  • Status changed from New to Fix pending
  • Milestone set to Current

An IRC discussion resulted in finding out that PR 2816 fixes it, so it just needs to be picked for stable. https://github.com/dolphin-emu/dolphin/pull/2816

Actions #2

Updated by JosJuice over 8 years ago

  • Status changed from Fix pending to Fixed
Actions

Also available in: Atom PDF