Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 505436 Details for
Bug 638370
dev-lisp/clozurecl-1.11-r2 : ./.../platform-linuxx8664.h:32:42: error: dereferencing pointer to incomplete type ExceptionInformation {aka struct ucontext}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lisp:clozurecl-1.11-r2:20171121-104825.log
dev-lisp:clozurecl-1.11-r2:20171121-104825.log (text/plain), 4.49 KB, created by
Toralf Förster
on 2017-11-21 18:25:53 UTC
(
hide
)
Description:
dev-lisp:clozurecl-1.11-r2:20171121-104825.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-11-21 18:25:53 UTC
Size:
4.49 KB
patch
obsolete
> * Package: dev-lisp/clozurecl-1.11-r2 > * Repository: gentoo > * Maintainer: common-lisp@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking ccl-1.11-linuxx86.tar.gz to /var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work >>>> Source unpacked in /var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work >>>> Preparing source in /var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl ... > * Applying ccl-format.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl ... >make -j1 -C lisp-kernel/linuxx8664 clean >make: Entering directory '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl/lisp-kernel/linuxx8664' >svnversion: E155036: The working copy at '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl/lisp-kernel/linuxx8664' >is too old (format 10) to work with client version '1.9.7 (r1800392)' (expects format 31). You need to upgrade the working copy first. > >/bin/rm -f pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o x86-utils.o image.o thread_manager.o lisp-debug.o memory.o unix-calls.o x86-asmutils64.o imports.o lispdcmd.o plprint.o plsym.o xlbt.o x86_print.o ../../lx86cl64 >/bin/rm -f pad.o x86-spjump64.o x86-spentry64.o x86-subprims64.o >make: Leaving directory '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl/lisp-kernel/linuxx8664' >make -j1 -C lisp-kernel/linuxx8664 all CC=x86_64-pc-linux-gnu-gcc >make: Entering directory '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl/lisp-kernel/linuxx8664' >svnversion: E155036: The working copy at '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl/lisp-kernel/linuxx8664' >is too old (format 10) to work with client version '1.9.7 (r1800392)' (expects format 31). You need to upgrade the working copy first. > >m4 -DLINUX -DX86 -DX8664 -DHAVE_TLS -I../ ../pad.s | as --64 -o pad.o >m4 -DLINUX -DX86 -DX8664 -DHAVE_TLS -I../ ../x86-spjump64.s | as --64 -o x86-spjump64.o >m4 -DLINUX -DX86 -DX8664 -DHAVE_TLS -I../ ../x86-spentry64.s | as --64 -o x86-spentry64.o >m4 -DLINUX -DX86 -DX8664 -DHAVE_TLS -I../ ../x86-subprims64.s | as --64 -o x86-subprims64.o >x86_64-pc-linux-gnu-gcc -include ../platform-linuxx8664.h -c ../pmcl-kernel.c -DLINUX -D_REENTRANT -DX86 -DX8664 -D_GNU_SOURCE -DHAVE_TLS -DSVN_REVISION="unknown" -g -O2 -Wno-format -m64 -o pmcl-kernel.o >../pmcl-kernel.c: In function âensure_gs_availableâ: >../pmcl-kernel.c:1707:3: warning: implicit declaration of function âarch_prctlâ; did you mean â__NR_prctlâ? [-Wimplicit-function-declaration] > arch_prctl(ARCH_GET_GS, &gs_addr); > ^~~~~~~~~~ > __NR_prctl >x86_64-pc-linux-gnu-gcc -include ../platform-linuxx8664.h -c ../gc-common.c -DLINUX -D_REENTRANT -DX86 -DX8664 -D_GNU_SOURCE -DHAVE_TLS -DSVN_REVISION="unknown" -g -O2 -Wno-format -m64 -o gc-common.o >x86_64-pc-linux-gnu-gcc -include ../platform-linuxx8664.h -c ../x86-gc.c -DLINUX -D_REENTRANT -DX86 -DX8664 -D_GNU_SOURCE -DHAVE_TLS -DSVN_REVISION="unknown" -g -O2 -Wno-format -m64 -o x86-gc.o >In file included from <command-line>:0:0: >../x86-gc.c: In function âcheck_xpâ: >./../platform-linuxx8664.h:32:42: error: dereferencing pointer to incomplete type âExceptionInformation {aka struct ucontext}â > #define xpGPRvector(x) ((natural *)(&((x)->uc_mcontext.gregs))) > ^ >../x86-gc.c:342:31: note: in expansion of macro âxpGPRvectorâ > natural *regs = (natural *) xpGPRvector(xp); > ^~~~~~~~~~~ >make: *** [Makefile:46: x86-gc.o] Error 1 >make: Leaving directory '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl/lisp-kernel/linuxx8664' > * ERROR: dev-lisp/clozurecl-1.11-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lisp/clozurecl-1.11-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lisp/clozurecl-1.11-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-lisp:clozurecl-1.11-r2:20171121-104825.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl' > * S: '/var/tmp/portage/dev-lisp/clozurecl-1.11-r2/work/ccl'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 638370
:
505434
| 505436 |
505438
|
505440
|
505442
|
505444