VCVRack / rack-plugin-toolchain

56 stars 13 forks source link

Docker build fails for make toolchain-win #17

Closed gwatcha closed 1 year ago

gwatcha commented 2 years ago

Here is the output

[INFO ]  Installing C library headers: done in 1.65s (at 03:00)
[INFO ]  =================================================================
[INFO ]  Installing pass-2 core C gcc compiler
[EXTRA]    Configuring core C gcc compiler
[EXTRA]    Building gcc
[ERROR]    make[4]: *** [Makefile:3251: stmp-fixinc] Error 1
[ERROR]    make[3]: *** [Makefile:4414: all-gcc] Error 2
[ERROR]
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Installing pass-2 core C gcc compiler'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@376]
[ERROR]  >>        called from: do_gcc_core_backend[scripts/build/cc/gcc.sh@735]
[ERROR]  >>        called from: do_cc_core_pass_2[scripts/build/cc/gcc.sh@259]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@697]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]
[ERROR]  (elapsed: 5:59.83)
[06:00] / make[2]: *** [/home/build/rack-plugin-toolchain/local/bin/ct-ng:261: build] Error 2
make[1]: *** [/home/build/rack-plugin-toolchain/local/bin/ct-ng:265: build.12] Error 2
make[1]: Leaving directory '/home/build/rack-plugin-toolchain'
make: *** [Makefile:60: /home/build/rack-plugin-toolchain/local/x86_64-w64-mingw32] Error 2
The command '/bin/sh -c JOBS=$JOBS make toolchain-win' returned a non-zero code: 2
make: *** [Makefile:227: docker-build] Error 2

rack-plugin-toolchain on  v2 [!?] took 10m23s ➜ JOBS=12 make docker-build

The only thing I have changed is remove the steps for Mac in the docker build file.

Any ideas?

cschol commented 2 years ago

What platform are you executing this on?

cschol commented 1 year ago

Closing this due to inactivity and recent builds of the Docker-based toolchain have had no issues.