Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 May 2018 22:13:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 228055] lang/gcl fails to compile on powerpc64
Message-ID:  <bug-228055-25139-i7FLqNGp1o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228055-25139@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #1 from Curtis Hamilton <hamiltcl@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 on the CC list for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228055-25139-i7FLqNGp1o>