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

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228055

--- 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=3D1 (No runtime error checking), Space=3D0, Speed=
=3D3
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.lis=
p.

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.

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



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