Emulator Issues #7858
closedBuild fails on Gentoo Linux
0%
Description
Game Name?
N/A
Game ID?
N/A
What's the problem? Describe what went wrong in few words.
Compile fails, see attached file.
What did you expect to happen instead?
Compile successful.
What steps will reproduce the problem?
git clone https://github.com/dolphin-emu/dolphin dolphin-emu
cd dolphin-emu
mkdir Build
cd Build
cmake ..
make -j4
Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
Latest git.
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
Unknown
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
Modern desktop.
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
see attached file.
Updated by Sonicadvance1 almost 10 years ago
You may need to install LLVM 3.4 or make it so cmake can't detect it.
I should probably add a lower bounds check to the LLVM version.
Updated by martin.herrman almost 10 years ago
Thanks for your quick response!
I upgraded LLVM from 3.3 to 3.4:
Calculating dependencies... done!
[ebuild U ~] sys-devel/llvm-3.4.2:0/3.4 [3.3-r3:0/3.3] USE="libffi ncurses%* static-analyzer -clang -cmake% -debug -doc -gold -multitarget -ocaml -python {-test} -udis86 -xml" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7 -pypy" VIDEO_CARDS="-radeon" 15,598 kB
Total: 1 package (1 upgrade), Size of downloads: 15,598 kB
Would you like to merge these packages? [Yes/No] Y
And now compilation works :-) Thanks!
Updated by Sonicadvance1 almost 10 years ago
- Status changed from New to Fixed