Ticket #4357 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Parallel build broken

Reported by: fw Owned by: igloo
Priority: normal Milestone: 7.0.2
Component: Build System Version: 6.12.3
Keywords: Cc:
Operating System: Linux Architecture: x86_64 (amd64)
Type of failure: Building GHC failed Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by igloo) (diff)

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.

Attachments

nohup.out Download (29.5 KB) - added by fw 3 years ago.

Change History

Changed 3 years ago by fw

Changed 3 years ago by igloo

  • owner set to igloo
  • description modified (diff)
  • milestone set to 7.0.2

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

Changed 3 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Fixed by:

Sun Nov 14 14:03:11 GMT 2010  Ian Lynagh <igloo@earth.li>
  * Add a build system dependency; fixes #4357
Note: See TracTickets for help on using tickets.