[GHC] #13812: deriveConstants: no objdump program given (OpenBSD)
GHC
ghc-devs at haskell.org
Sat Jun 10 21:01:01 UTC 2017
#13812: deriveConstants: no objdump program given (OpenBSD)
-------------------------------------+-------------------------------------
Reporter: roland | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version:
Keywords: | Operating System: OpenBSD
Architecture: | Type of failure: Building GHC
Unknown/Multiple | failed
Test Case: | Blocked By:
Blocking: | Related Tickets: #9549
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Building HEAD on OpenBSD 6.1 fails with:
{{{
inplace/bin/deriveConstants --gen-header -o includes/dist-
derivedconstants/header/DerivedConstants.h --tmpdir includes/dist-
derivedconstants/header/ --gcc-program "gcc" --gcc-flag -W
all --gcc-flag -std=gnu99 --gcc-flag -fno-stack-protector --gcc-flag
-Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-
derivedconstants/header --gcc-flag -Iincludes/di
st-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program
"nm" --target-os "openbsd"
deriveConstants: no objdump program given
}}}
This can be fixed in configure.ac (see attached patch).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13812>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list