Skip to content

Instantly share code, notes, and snippets.

View dg1sbg's full-sized avatar

Frank Goenninger dg1sbg

  • Gönninger B&T GmbH
  • Neckartenzlinger Str. 9, 72658 Bempflingen, Germany
View GitHub Profile
  ~/s/clasp   vm *1 ❯ ./koga --clean frgo@goedevm002  12:44:26
Cleaning up previous build
Synchronizing external repositories
Fetching https://gitlab.common-lisp.net/yitzchak/ansi-test
Checking out add-expected-failures from https://gitlab.common-lisp.net/yitzchak/ansi-test
error: pathspec 'add-expected-failures' did not match any file(s) known to git
Unhandled UIOP/RUN-PROGRAM:SUBPROCESS-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
{1001088003}>:
ninja: Entering directory `build'
[1/24] Compiling ../src/gctools/globals.cc
[2/24] Compiling ../src/gctools/gcalloc.cc
[3/24] Compiling ../src/gctools/gcStack.cc
[4/24] Compiling ../src/gctools/gc_boot.cc
[5/24] Compiling ../src/gctools/interrupt.cc
[6/24] Compiling ../src/gctools/gctoolsPackage.cc
[7/24] Compiling ../src/gctools/mygc.c
FAILED: boehmprecise/src/gctools/mygc.o
/opt/homebrew/Cellar/llvm/14.0.6_1/bin/clang -Iboehmprecise -O3 -g -fPIC -I/opt/homebrew/Cellar/boost/1.79.0_1/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/ -Wno-macro-redefined -Wno-deprecated-declarations -Wno-deprecated-register -Wno-expansion-to-defined -Wno-return-type-c-linkage -Wno-invalid-offsetof -Wno-#pragma-messages -Wno-inconsistent-missing-override -Wno-error=c++11-narrowing -Wno-c++11-narrowing -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -I/usr/local/include -I/opt/homebrew/Cellar/llvm/14.0.6_1/include -I.. -I/opt/homebr
❯ ninja -C build
ninja: Entering directory `build'
[2/549] Preprocess ../src/core/sharpEqualWrapper.cc for scraping
FAILED: boehmprecise/src/core/sharpEqualWrapper.pp
/opt/homebrew/Cellar/llvm/14.0.6_1/bin/clang++ -Iboehmprecise -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/ -Wno-macro-redefined -Wno-deprecated-declarations -Wno-deprecated-register -Wno-expansion-to-defined -Wno-return-type-c-linkage -Wno-invalid-offsetof -Wno-#pragma-messages -Wno-inconsistent-missing-override -Wno-error=c++11-narrowing -Wno-c++11-narrowing -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -I/usr/local/include -I/opt/homebrew/Cellar/llvm/14.0.6_1/include -I.. -I/opt/homebrew/Cellar/fmt/8.1.1_1/include -I/opt/homebrew/Cellar/gmp/6.2.1_1/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/ffi -I../src/bdwgc -I../src/bdwgc/include -I../src/libatomic_ops/src -I../include -I../include/clasp/main -MD -MF boehmprecise/src
(:llvm-config #P"/opt/homebrew/Cellar/llvm/14.0.6_1/bin/llvm-config"
:clang-cpp nil
:cxxflags "-I/opt/homebrew/Cellar/boost/1.79.0_1/include"
:ldflags "-L/opt/homebrew/Cellar/boost/1.79.0_1/lib"
)
Configuring the build
Configuring git
Found git program with path git
Updating version number.
Set version number to 1.0.0-412-g90e7c9299
Inspecting system to determine the number of cpu cores
Found 8 cpu cores. Setting the number of jobs to 10.
Configuring XCode SDK
Found XCode at the default path, using that value.
Configuring base
SDL is cloned from Github into /opt/sdl and itself buids fine.
My test script:
#!/bin/bash
# set -x
C2FFI_EXE="c2ffi"
CLANG_VERSION=12
LLVM_VERSION=12