#2318: building GHC 6.8.3 Release Candidate 6.8.2.20080527 under PC solaris
fails
--------------------------+-------------------------------------------------
Reporter: maeder | Owner:
Type: bug | Status: new
Priority: high | Milestone: 6.10 branch
Component: Build System | Version: 6.8.2
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: x86
Os: Solaris |
--------------------------+-------------------------------------------------
Comment (by maeder):
The compiler works:
{{{
-bash-3.1$ compiler/stage2/ghc-inplace --interactive -package ghc
GHCi, version 6.8.2.20080603: http://www.haskell.org/ghc/ :? for help
Loading package base ... linking ... done.
Loading package old-locale-1.0.0.0 ... linking ... done.
Loading package old-time-1.0.0.0 ... linking ... done.
Loading package filepath-1.1.0.0 ... linking ... done.
Loading package directory-1.0.0.1 ... linking ... done.
Loading package array-0.1.0.0 ... linking ... done.
Loading package containers-0.1.0.2 ... linking ... done.
Loading package hpc-0.5.0.1 ... linking ... done.
Loading package bytestring-0.9.0.1.1 ... linking ... done.
Loading package pretty-1.0.0.0 ... linking ... done.
Loading package packedstring-0.1.0.0 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package unix-2.3.0.1 ... linking ... done.
Loading package process-1.0.0.1 ... linking ... done.
Loading package readline-1.0.1.0 ... linking ... done.
Loading package Cabal-1.2.4.0 ... linking ... done.
Loading package random-1.0.0.0 ... linking ... done.
Loading package haskell98 ... linking ... done.
Loading package ghc-6.8.2.20080603 ... linking ... done.
}}}
but `gmake binary-dist` now produces the following error
{{{
Generating a shippable configure script..
mv /export/local1/home/maeder/ghc-6.8.2.20080603/ghc-6.8.2.20080603
/configure-bin.ac
/export/local1/home/maeder/ghc-6.8.2.20080603/ghc-6.8.2.20080603/configure.ac
( cd /export/local1/home/maeder/ghc-6.8.2.20080603/ghc-6.8.2.20080603;
autoreconf )
Undefined subroutine &main::open_quote called at /usr/local/bin/autom4te
line 273.
Undefined subroutine &main::open_quote called at /usr/local/bin/autom4te
line 273.
autoreconf: /usr/local/bin/autoconf failed with exit status: 1
gmake: *** [binary-dist] Error 1
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2318#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs