Project

General

Profile

Actions

Emulator Issues #13694

open

Build fails on M1 Mac

Added by caco_viejagorda 12 days ago.

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

0%

Operating system:
N/A
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

Game Name?

N/A

Game ID? (right click the game in the game list, Properties, Info tab)

N/A

MD5 Hash? (right click the game in the game list, Properties, Verify tab, Verify Integrity button)

N/A

What's the problem? Describe what went wrong.

While following the instructions of how to build Dolphin on macOS for a single architecture, 'make' fails with an error message.

What steps will reproduce the problem?

git clone 'https://github.com/dolphin-emu/dolphin'
cd dolphin
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make -j $(sysctl -n hw.logicalcpu)

Expected Result:
The build succeeds

Actual Result:
The build fails in the 'make' step with

CMake Error at /Users/redacted/src/dolphin_actual/dolphin/CMake/DolphinPostprocessBundle.cmake:39 (_message):
  error: fixup_bundle: not a valid bundle
Call Stack (most recent call first):
  /Applications/CMake.app/Contents/share/cmake-3.31/Modules/BundleUtilities.cmake:996 (message)
  /Users/redacted/src/dolphin_actual/dolphin/CMake/DolphinPostprocessBundle.cmake:45 (fixup_bundle)

But, if I do 'make -j $(sysctl -n hw.logicalcpu)' again, the build succeed

Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.

Yes (Commit 97931a718f3b38993e8312a1e4d0fcde47f9c2de)

Is the issue present in the latest release? For future reference, please also write down the version number of the latest release.

Not an issue with compiled binaries

If the issue isn't present in the latest release, which is the first broken version? (You can find the first broken version by bisecting. Windows users can use the tool https://forums.dolphin-emu.org/Thread-green-notice-development-thread-unofficial-dolphin-bisection-tool-for-finding-broken-builds and anyone who is building Dolphin on their own can use git bisect.)

[First broken version number here (if applicable)]

If your issue is a graphical issue, please attach screenshots and record a three frame fifolog of the issue if possible. Screenshots showing what it is supposed to look like from either console or older builds of Dolphin will help too. For more information on how to use the fifoplayer, please check here: https://wiki.dolphin-emu.org/index.php?title=FifoPlayer

N/A

What are your PC specifications? (CPU, GPU, Operating System, more)

M1 Pro
macOS Sonoma 14.7.1

Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)

No data to display

Actions

Also available in: Atom PDF