Package Details: openloco-git 25.03.r2.gbd539e2da-1

Git Clone URL: https://aur.archlinux.org/openloco-git.git (read-only, click to copy)
Package Base: openloco-git
Description: An open source re-implementation of Chris Sawyer's Locomotion
Upstream URL: https://github.com/OpenLoco/OpenLoco
Licenses: MIT
Conflicts: openloco
Provides: openloco
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 0
Popularity: 0.000000
First Submitted: 2025-02-16 18:34 (UTC)
Last Updated: 2025-04-06 17:31 (UTC)

Latest Comments

cowmoo commented on 2026-05-02 04:57 (UTC)

Failing during linking

[100%] Linking CXX executable ../../OpenLoco
/usr/bin/ld: /opt/intel/oneapi/tbb/latest/lib/libtbb.so.12: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make[2]: *** [src/OpenLoco/CMakeFiles/OpenLoco.dir/build.make:6011: OpenLoco] Error 1
make[1]: *** [CMakeFiles/Makefile2:735: src/OpenLoco/CMakeFiles/OpenLoco.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: openloco-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
openloco-git - exit status 4

Looks like an architecture mismatch, if I link with mold instead

[100%] Linking CXX executable ../../OpenLoco
mold: fatal: /opt/intel/oneapi/tbb/latest/lib/libtbb.so.12: incompatible file type: i386 is expected but got x86_64
collect2: error: ld returned 1 exit status
make[2]: *** [src/OpenLoco/CMakeFiles/OpenLoco.dir/build.make:6011: OpenLoco] Error 1
make[1]: *** [CMakeFiles/Makefile2:735: src/OpenLoco/CMakeFiles/OpenLoco.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: openloco-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
openloco-git - exit status 4

carstene1ns commented on 2026-01-01 16:52 (UTC)

This builds now natively on 64 bit platforms.