Ticket #660 (closed bug: fixed)

Opened 7 years ago

Last modified 4 years ago

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

Changed 7 years ago by simonpj

  • owner set to simonmar

Changed 7 years ago by simonmar

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

Fixed, thanks.

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple

Changed 4 years ago by simonmar

  • difficulty changed from Easy (1 hr) to Easy (less than 1 hour)
Note: See TracTickets for help on using tickets.