Build Information
Failed to build libjpeg, reference main (45fbd5
), with Swift 5.10 for Linux on 8 Jul 2024 17:33:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.45.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SusanDoggie/libjpeg.git
Reference: main
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/SusanDoggie/libjpeg
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 45fbd53 Update .gitmodules
Submodule path 'dependencies/libjpeg-turbo': checked out 'be96fa0a403e5d084719757f7b8241d20393246d'
Submodule 'dependencies/libjpeg-turbo' (https://github.com/libjpeg-turbo/libjpeg-turbo.git) registered for path 'dependencies/libjpeg-turbo'
Cloning into '/host/spi-builder-workspace/dependencies/libjpeg-turbo'...
From https://github.com/libjpeg-turbo/libjpeg-turbo
* branch be96fa0a403e5d084719757f7b8241d20393246d -> FETCH_HEAD
Cloned https://github.com/SusanDoggie/libjpeg.git
Revision (git rev-parse @):
45fbd53914ab6aee3ed0e97f6f9cb7e42cf32a34
SUCCESS checkout https://github.com/SusanDoggie/libjpeg.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/SusanDoggie/libjpeg.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:25efef401ffd78342b231554234a436b1eb31bdd29046c1104fb984cc1b7d308
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
/host/spi-builder-workspace/Sources/src/jdmaster.c:23:10: fatal error: 'jpegcomp.h' file not found
#include "jpegcomp.h"
^~~~~~~~~~~~
1 error generated.
[0/53] Compiling jdmaster.c
[0/53] Compiling jutils.c
[0/53] Compiling jchuff.c
[0/53] Compiling jdmarker.c
[0/53] Compiling jdmerge.c
[0/53] Compiling jdphuff.c
/host/spi-builder-workspace/Sources/src/jcsample.c:487:11: error: call to undeclared function 'jsimd_can_h2v1_downsample'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
if (jsimd_can_h2v1_downsample())
^
[0/53] Compiling jcdctmgr.c
[0/53] Compiling jcsample.c
BUILD FAILURE 5.10 linux