Skip to content

Instantly share code, notes, and snippets.

@awesomebytes
Created June 2, 2020 04:07
Show Gist options
  • Select an option

  • Save awesomebytes/559051d0d408188242f2b3b6fb2a7935 to your computer and use it in GitHub Desktop.

Select an option

Save awesomebytes/559051d0d408188242f2b3b6fb2a7935 to your computer and use it in GitHub Desktop.
dev-lisp/sbcl build log
user@2a48ac5f80d5:/tmp/gentoo$ emerge dev-lisp/sbcl
* IMPORTANT: 5 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-lisp/sbcl-2.0.4::gentoo
* sbcl-2.0.4-source.tar.bz2 BLAKE2B SHA512 size ;-) ... [ ok ]
* sbcl-2.0.4-x86-64-linux-binary.tar.bz2 BLAKE2B SHA512 size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking sbcl-2.0.4-source.tar.bz2 to /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work
>>> Unpacking sbcl-2.0.4-x86-64-linux-binary.tar.bz2 to /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work
>>> Source unpacked in /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work
>>> Preparing source in /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-2.0.4 ...
* Applying concurrency-test-2.0.1.patch ... [ ok ]
* Applying sbcl-1.4.0-bsd-sockets-test.patch ...
patching file contrib/sb-bsd-sockets/tests.lisp
Hunk #1 succeeded at 18 with fuzz 2.
Hunk #2 succeeded at 42 (offset 7 lines).
Hunk #3 succeeded at 109 (offset 7 lines).
Hunk #4 succeeded at 132 (offset 7 lines).
Hunk #5 succeeded at 248 (offset 7 lines).
Hunk #6 succeeded at 394 (offset 7 lines).
Hunk #7 succeeded at 510 with fuzz 2 (offset 7 lines). [ ok ]
* Applying sb-posix-test-1.2.15.patch ... [ ok ]
* Applying sbcl-1.2.11-solaris.patch ...
patching file src/runtime/Config.x86-sunos
Hunk #1 succeeded at 12 with fuzz 1. [ ok ]
* Applying verbose-build-2.0.3.patch ... [ ok ]
>>> Source prepared.
>>> Configuring source in /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-2.0.4 ...
(lambda (list)
(flet ((enable (x) (pushnew x list))
(disable (x) (setf list (remove x list))))
(enable :sb-thread)
(enable :sb-ldb)
(disable :sb-test)
(enable :sb-unicode)
(enable :sb-core-compression)
(disable :sb-xref-for-internals)
)
list)
>>> Source configured.
>>> Compiling source in /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-2.0.4 ...
+ set -e
+ print_help=no
+ '[' linux-gnu = cygwin -o linux-gnu = msys ']'
+ SBCL_PREFIX=/tmp/gentoo/usr
+ SBCL_XC_HOST='sbcl --no-userinit --no-sysinit'
+ WITH_FEATURES=
+ WITHOUT_FEATURES=
+ FANCY_FEATURES=':sb-core-compression :sb-xref-for-internals :sb-after-xc-core'
+ perform_host_lisp_check=no
+ fancy=false
+ some_options=false
+ for option in "$@"
+ optarg_ok=true
+ case $option in
+ optarg=
+ case $option in
+ false
+ SBCL_XC_HOST='sh /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-binary/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger'
+ some_options=true
+ for option in "$@"
+ optarg_ok=true
+ case $option in
+ optarg=
+ case $option in
+ perform_host_lisp_check=yes
+ some_options=true
+ test -f customize-target-features.lisp
+ test -n ''
+ test -n ''
+ test no = yes
+ mkdir -p output
+ echo 'SBCL_TEST_HOST="sh /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-binary/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger"'
+ . output/build-config
++ SBCL_TEST_HOST='sh /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-binary/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger'
+ '[' yes = yes ']'
+ echo '(lisp-implementation-type)'
+ sh /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-binary/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger
/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-binary/src/runtime/sbcl: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-binary/src/runtime/sbcl)
+ echo 'No working host Common Lisp implementation.'
No working host Common Lisp implementation.
+ echo 'See ./INSTALL, the "SOURCE DISTRIBUTION" section'
See ./INSTALL, the "SOURCE DISTRIBUTION" section
+ exit 1
* ERROR: dev-lisp/sbcl-2.0.4::gentoo failed (compile phase):
* make failed
*
* Call stack:
* ebuild.sh, line 125: Called src_compile
* environment, line 2378: Called die
* The specific snippet of code:
* env - HOME="${T}" PATH="${PATH}" CC="$(tc-getCC)" AS="$(tc-getAS)" LD="$(tc-getLD)" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" ASFLAGS="${ASFLAGS}" LDFLAGS="${LDFLAGS}" GNUMAKE=make ./make.sh "sh ${bindir}/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger" || die "make failed";
*
* If you need support, post the output of `emerge --info '=dev-lisp/sbcl-2.0.4::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-lisp/sbcl-2.0.4::gentoo'`.
* The complete build log is located at '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/temp/build.log'.
* The ebuild environment file is located at '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/temp/environment'.
* Working directory: '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-2.0.4'
* S: '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-2.0.4'
>>> Failed to emerge dev-lisp/sbcl-2.0.4, Log file:
>>> '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/temp/build.log'
* Messages for package dev-lisp/sbcl-2.0.4:
* ERROR: dev-lisp/sbcl-2.0.4::gentoo failed (compile phase):
* make failed
*
* Call stack:
* ebuild.sh, line 125: Called src_compile
* environment, line 2378: Called die
* The specific snippet of code:
* env - HOME="${T}" PATH="${PATH}" CC="$(tc-getCC)" AS="$(tc-getAS)" LD="$(tc-getLD)" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" ASFLAGS="${ASFLAGS}" LDFLAGS="${LDFLAGS}" GNUMAKE=make ./make.sh "sh ${bindir}/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger" || die "make failed";
*
* If you need support, post the output of `emerge --info '=dev-lisp/sbcl-2.0.4::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-lisp/sbcl-2.0.4::gentoo'`.
* The complete build log is located at '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/temp/build.log'.
* The ebuild environment file is located at '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/temp/environment'.
* Working directory: '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-2.0.4'
* S: '/tmp/gentoo/var/tmp/portage/dev-lisp/sbcl-2.0.4/work/sbcl-2.0.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment