Ticket #660 (closed bug: fixed)
binary snapshot install crashes on ps docs
| Reported by: | Chuck Adams <cja987@…> | Owned by: | simonmar |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4.2 |
| Component: | Build System | Version: | 6.4.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Easy (less than 1 hour) | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Reported by
The lack of ps documentation in the snapshot builds causes 'make install' to exit ungracefully. Granted it's the last step so it's harmless, but it looks like things failed.
To wit:
if test -d share/html ; then cp -r share/html/*
/biztools/pkg/ghc-6.5.20060105/share/ghc-6.5.20060105/html ; fi
for i in share/*.ps; do \
cp $i /biztools/pkg/ghc-6.5.20060105/share/ghc-6.5.20060105 ; \
done
cp: cannot stat `share/*.ps': No such file or directory
make: *** [install-docs] Error 1
Change History
Note: See
TracTickets for help on using
tickets.
