Re: [Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-10 Thread Ian Lynagh
On Mon, Jun 09, 2008 at 01:48:48PM -0400, Re, Joseph (IT) wrote:
 I'm trying to do a registered hc-build on linux2.4 x86 with ghc 6.6.1.

You're likely to find it easier to bootstrap by installing a bindist
onto the machine, unless that is impossible for some reason.

 GenApply.o(.text+0x13a55): In function `s5cr_info':
 : undefined reference to `base_DataziList_zdsintersperse_info'

Nothing comes to mind. Were the libraries rebuilt after building
GenApply on the machine on which the hc files were generated?


Thanks
Ian

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


RE: [Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-10 Thread Re, Joseph (IT)
 From: Ian Lynagh [mailto:[EMAIL PROTECTED] 
 You're likely to find it easier to bootstrap by installing a 
 bindist onto the machine, unless that is impossible for some reason.

Unfortunately it is due to policy.

  GenApply.o(.text+0x13a55): In function `s5cr_info':
  : undefined reference to `base_DataziList_zdsintersperse_info'
 
 Nothing comes to mind. Were the libraries rebuilt after 
 building GenApply on the machine on which the hc files were generated?

Nope. After building the hc tarball with a new copy of ghc 6.6.1 on the
host machine, I pulled it along with a new copy of the source tarball
from http://www.haskell.org/ghc onto the target machine. Untarred the hc
files, changed mk/build.mk and fixed mk/bootstrap.mk, and ran
distrib/hc-build.


NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


RE: [Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-10 Thread Re, Joseph (IT)
 -Original Message-
  From: Ian Lynagh [mailto:[EMAIL PROTECTED]
  Nothing comes to mind. Were the libraries rebuilt after building 
  GenApply on the machine on which the hc files were generated?
 
 Nope. After building the hc tarball with a new copy of ghc 
 6.6.1 on the host machine, I pulled it along with a new copy 
 of the source tarball from http://www.haskell.org/ghc onto 
 the target machine. Untarred the hc files, changed 
 mk/build.mk and fixed mk/bootstrap.mk, and ran distrib/hc-build.

Just wanted to note that I get the same error with ghc 6.4.2 (after
patching ghc/Makefile's ordering of the SUBDIRS line as noted in
http://hackage.haskell.org/trac/ghc/ticket/841, adding -lncurses to
mk/bootstrap.mk, and removing ghc 6.6.1 to prevent conflicts).


NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe