Ticket #2679 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

dph build failure on Sparc Solaris 10 for ghc-6.10.0.20081007

Reported by: maeder Owned by: rl
Priority: normal Milestone: 6.10.1
Component: Compiler Version: 6.9
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

because cpp was not found

gmake -C dph dph-seq
gmake[2]: Entering directory `/export/local2/home/maeder/haskell/ghc-6.10.0.20081007/libraries/dph'
rm -rf dph-seq
rm -rf dph-seq.tmp
mkdir dph-seq.tmp
cp dph/Setup.hs dph-seq.tmp/
cpp -DUSE_dph_seq < dph/dph.cabal | grep -v "^#" > dph-seq.tmp/dph.cabal
/bin/sh: cpp: not found
gmake[2]: *** [dph-seq] Error 1
gmake[2]: Leaving directory `/export/local2/home/maeder/haskell/ghc-6.10.0.20081007/libraries/dph'
gmake[1]: *** [dph/dph-seq] Error 2
gmake[1]: Leaving directory `/export/local2/home/maeder/haskell/ghc-6.10.0.20081007/libraries'
gmake: *** [stage1] Error 2

Change History

Changed 5 years ago by rl

  • owner set to rl
  • status changed from new to assigned
  • version changed from 6.8.3 to 6.9
  • os changed from Solaris to Unknown/Multiple
  • architecture changed from sparc to Unknown/Multiple

Changed 5 years ago by igloo

  • difficulty set to Unknown
  • milestone set to 6.10.1

Changed 5 years ago by rl

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

This should be fixed by this patch to package dph:

Fri Oct 10 01:44:18 PDT 2008 Roman Leshchinskiy <rl@…>

  • Use $(CPP) instead of cpp
Note: See TracTickets for help on using tickets.