Bug 17227

Summary: /usr/ports/lang/ghc version 4.06 doesn't build
Product: Ports & Packages Reporter: Richard J. Kuhns <rjk>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Richard J. Kuhns 2000-03-06 18:50:03 UTC
	trying to make ghc fails with the following message:

...
==fptools== gmake all --no-print-directory -r;
 in /var/ports/lang/ghc/work/fptools/hslibs/lang
------------------------------------------------------------------------
rm -f ST.o ; if [ ! -d ST ]; then mkdir ST; else find ST -name '*.o' -print | xargs rm -f __rm_food ; fi ;    
../../ghc/driver/ghc-inplace -recomp -cpp -optC-fglasgow-exts -fvia-C -Rghc-timing -I../../ghc/includes  -imonads -static -O -split-objs -odir ST     -c ST.lhs -o ST.o -osuf o
/var/ports/lang/ghc/work/fptools/ghc/driver/../utils/hscpp/hscpp: not found
gmake[2]: *** [ST.o] Error 1
gmake[1]: *** [all] Error 1
gmake: *** [all] Error 1
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Fix: 

don't know yet
How-To-Repeat: 
	"make" in /usr/ports/lang/ghc
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 2000-03-10 11:45:46 UTC
State Changed
From-To: open->closed

Fixed in latest version of this port.