#3718: Can not bootstrap using 6.12.1-rc2
---------------------------------+------------------------------------------
    Reporter:  masao             |       Owner:                     
        Type:  bug               |      Status:  new                
    Priority:  normal            |   Component:  Build System       
     Version:  6.12.1 RC1        |    Keywords:                     
          Os:  Unknown/Multiple  |    Testcase:                     
Architecture:  Unknown/Multiple  |     Failure:  Building GHC failed
---------------------------------+------------------------------------------
 Hi,

 Can not bootstrap using 6.12.1-rc2.

 I tested bootstrap 6.12.1-rc2 on i386.
 I read the following and tested bootstrap.
 http://hackage.haskell.org/trac/ghc/wiki/Building/Porting

 At first I tested boot strap to the i386 from i386.
 # I think it not to have any problem even from the same architecture,
 because it is the test of bootstrap.

 I became the following errors when I execute "<H>$ ./configure
 --target=plat
 ".
 # <H> mean HOST.

 {{{
 ghc-6.12.0.20091121$ ./configure --target=i386-unknown-linux
 checking for gfind... no
 checking for find... /usr/bin/find
 checking for sort... /usr/bin/sort
 checking for GHC version date... given 6.12.0.20091121
 checking for ghc... no
 configure: error: GHC is required unless bootstrapping from .hc files.
 }}}

 Could you have any comment?

 # I am using Debian GNU/Linux sid.
 {{{
 $ uname -a
 Linux test 2.6.30-2-686-bigmem #1 SMP Sat Sep 26 02:30:18 UTC 2009 i686
 GNU/Linux

 $ gcc -v
 Using built-in specs.
 Target: i486-linux-gnu
 Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6'
 --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-
 languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
 --enable-multiarch --enable-linker-build-id --with-system-zlib
 --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
 --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-
 suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
 --enable-mpfr --enable-targets=all --with-tune=generic --enable-
 checking=release --build=i486-linux-gnu --host=i486-linux-gnu
 --target=i486-linux-gnu
 Thread model: posix
 gcc version 4.3.4 (Debian 4.3.4-6)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3718>
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

Reply via email to