[Bug 228055] lang/gcl fails to compile on powerpc64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 7 22:13:08 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228055

--- Comment #1 from Curtis Hamilton <hamiltcl at verizon.net> ---
To get past the initial error, I added the below lines to 'elf64_ppc_reloc.h

+case R_PPC64_REL24:
+      store_ival((int *)where,~0L,(s+a-p));
+      break;



OPTIMIZE levels: Safety=1 (No runtime error checking), Space=0, Speed=3
Finished compiling /usr/ports/lang/gcl/work/gcl/unixport/../pcl/gcl_pcl_fin.o.
Loading binary of GCL_PCL_FIN...
Loading /usr/ports/lang/gcl/work/gcl/unixport/../pcl/gcl_pcl_fin.o
start address -T 0x113609c0 Finished loading
/usr/ports/lang/gcl/work/gcl/unixport/../pcl/gcl_pcl_fin.o
Compiling GCL_PCL_DEFCLASS...
Compiling /usr/ports/lang/gcl/work/gcl/unixport/../pcl/gcl_pcl_defclass.lisp.

Error: UNDEFINED-FUNCTION :NAME ITERATE::OPTIMIZE-GATHERING-FORM
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by LET.
UNDEFINED-FUNCTION :NAME ITERATE::OPTIMIZE-GATHERING-FORM

Broken at LET.  Type :H for Help.
    1  Return to top level.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list