Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2019 08:36:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   [Bug 239193] lang/ghc: fix build on powerpc64 elfv1
Message-ID:  <bug-239193-16154-B1fdkyXaxt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239193-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239193-16154@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=3D239193

mikael.urankar@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael.urankar@gmail.com

--- Comment #2 from mikael.urankar@gmail.com ---
(In reply to Piotr Kubaj from comment #1)
> Just to explain more no. 2 - ELF_V1 doesn't seem to be properly defined.

Are you sure elf_v1 is not passed as a compiler flag (it's the case for elf=
v2),
can you put some code in libraries/ghci/GHCi/InfoTable.hsc and look where t=
he
build fails?

#if defined(ELF_V1)
#error "ELF_V1 system"
...
#if defined(ELF_V2)
#error "ELF_V2 system"

if you don't get an error then we should put #if defined(_CALL_ELF) &&
(_CALL_ELF =3D=3D 1) instead.

--=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-239193-16154-B1fdkyXaxt>