Re: [GHC] #4357: Parallel build broken

2010-11-15 Thread GHC
#4357: Parallel build broken
--+-
  Reporter:  fw   |  Owner:  igloo 
  Type:  bug  | Status:  closed
  Priority:  normal   |  Milestone:  7.0.2 
 Component:  Build System |Version:  6.12.3
Resolution:  fixed|   Keywords:
  Testcase:   |  Blockedby:
Difficulty:   | Os:  Linux 
  Blocking:   |   Architecture:  x86_64 (amd64)
   Failure:  Building GHC failed  |  
--+-
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 Fixed by:
 {{{
 Sun Nov 14 14:03:11 GMT 2010  Ian Lynagh ig...@earth.li
   * Add a build system dependency; fixes #4357
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4357#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #4357: Parallel build broken

2010-11-15 Thread GHC
#4357: Parallel build broken
---+
Reporter:  fw  |Owner:  igloo  
Type:  bug |   Status:  new
Priority:  normal  |Milestone:  7.0.2  
   Component:  Build System|  Version:  6.12.3 
Keywords:  | Testcase: 
   Blockedby:  |   Difficulty: 
  Os:  Linux   | Blocking: 
Architecture:  x86_64 (amd64)  |  Failure:  Building GHC failed
---+
Changes (by igloo):

  * owner:  = igloo
  * milestone:  = 7.0.2


Old description:

 Here is what I did:

 $ tar xf ghc-7.1.20100929-src.tar.bz2
 $ cd ghc-7.1.20100929
 $ perl boot
 [...]
 Booting libraries/unix/
 Can't chmod 0755 darcs-all: No such file or directory at boot line 60.
 $ ./configure --prefix=/opt/ghc
 [...]
 $ nohup make -j10

 nohup.out is attached.  The first error I spotted is:

 /usr/bin/gcc -E-fno-stack-protector  -Iincludes -lm   -MM
 utils/hp2ps/AreaBelow.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
 [...]
 In file included from includes/ghcconfig.h:5,
  from utils/hp2ps/Main.h:4,
  from utils/hp2ps/AreaBelow.c:1:

 Apparently, includes/ghcplatform.h is read while it is being created.

New description:

 Here is what I did:
 {{{
 $ tar xf ghc-7.1.20100929-src.tar.bz2
 $ cd ghc-7.1.20100929
 $ perl boot
 [...]
 Booting libraries/unix/
 Can't chmod 0755 darcs-all: No such file or directory at boot line 60.
 $ ./configure --prefix=/opt/ghc
 [...]
 $ nohup make -j10
 }}}
 nohup.out is attached.  The first error I spotted is:
 {{{
 /usr/bin/gcc -E-fno-stack-protector  -Iincludes -lm   -MM
 utils/hp2ps/AreaBelow.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
 [...]
 In file included from includes/ghcconfig.h:5,
  from utils/hp2ps/Main.h:4,
  from utils/hp2ps/AreaBelow.c:1:
 }}}
 Apparently, `includes/ghcplatform.h` is read while it is being created.

--

Comment:

 Thanks for the report; I'll take a look.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4357#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #4357: Parallel build broken

2010-09-30 Thread GHC
#4357: Parallel build broken
---+
Reporter:  fw  |   Owner: 
Type:  bug |  Status:  new
Priority:  normal  |   Component:  Build System   
 Version:  6.12.3  |Keywords: 
Testcase:  |   Blockedby: 
  Os:  Linux   |Blocking: 
Architecture:  x86_64 (amd64)  | Failure:  Building GHC failed
---+
 Here is what I did:

 $ tar xf ghc-7.1.20100929-src.tar.bz2
 $ cd ghc-7.1.20100929
 $ perl boot
 [...]
 Booting libraries/unix/
 Can't chmod 0755 darcs-all: No such file or directory at boot line 60.
 $ ./configure --prefix=/opt/ghc
 [...]
 $ nohup make -j10

 nohup.out is attached.  The first error I spotted is:

 /usr/bin/gcc -E-fno-stack-protector  -Iincludes -lm   -MM
 utils/hp2ps/AreaBelow.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
 [...]
 In file included from includes/ghcconfig.h:5,
  from utils/hp2ps/Main.h:4,
  from utils/hp2ps/AreaBelow.c:1:

 Apparently, includes/ghcplatform.h is read while it is being created.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4357
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs