Build Information
Failed to build SwiftLAME with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hidden-spectrum/SwiftLAME.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hidden-spectrum/SwiftLAME
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at e8256a8 Update banner
Cloned https://github.com/hidden-spectrum/SwiftLAME.git
Revision (git rev-parse @):
e8256a8151594f47f103c742f684253c6c44871d
SUCCESS checkout https://github.com/hidden-spectrum/SwiftLAME.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/hidden-spectrum/SwiftLAME.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/29] Compiling gain_analysis.c
[1/29] Compiling bitstream.c
[2/29] Compiling quantize_pvt.c
[3/29] Compiling fft.c
[4/29] Compiling encoder.c
[5/29] Compiling quantize.c
[6/29] Compiling tabinit.c
[7/29] Compiling lame.c
[8/29] Compiling layer1.c
[9/29] Compiling layer2.c
[10/29] Compiling dct64_i386.c
[11/29] Compiling interface.c
[12/29] Compiling decode_i386.c
[13/29] Compiling layer3.c
[14/29] Compiling common.c
[15/29] Compiling version.c
/host/spi-builder-workspace/Sources/LAME/libmp3lame/vector/xmm_quantize_sub.c:30:10: fatal error: 'util.h' file not found
#include "util.h"
^~~~~~~~
1 error generated.
[16/29] Compiling xmm_quantize_sub.c
[16/29] Compiling set_get.c
[16/29] Compiling psymodel.c
[16/29] Compiling vbrquantize.c
[16/29] Compiling reservoir.c
[16/29] Compiling takehiro.c
[16/29] Compiling tables.c
[16/29] Compiling util.c
[0/1] Planning build
Building for debugging...
[0/13] Compiling tables.c
/host/spi-builder-workspace/Sources/LAME/libmp3lame/vector/xmm_quantize_sub.c:30:10: fatal error: 'util.h' file not found
#include "util.h"
^~~~~~~~
1 error generated.
[1/13] Compiling xmm_quantize_sub.c
[1/13] Compiling reservoir.c
[1/13] Compiling set_get.c
[1/13] Compiling takehiro.c
[1/13] Compiling util.c
[1/13] Compiling vbrquantize.c
[1/13] Compiling psymodel.c
BUILD FAILURE 5.9 linux