|
[GHC] #660: binary snapshot install crashes on ps docs: msg#00119lang.haskell.glasgow.bugs
#660: binary snapshot install crashes on ps docs -----------------------------------------------+---------------------------- Reporter: Chuck Adams <cja987@xxxxxxxxx> | Owner: Type: bug | Status: new Priority: normal | Milestone: 6.4.2 Component: Build System | Version: 6.4.1 Severity: normal | Keywords: Os: Unknown | Difficulty: Easy (1 hr) Architecture: Unknown | -----------------------------------------------+---------------------------- 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 }}} -- Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/660> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler_______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [GHC] #647: Socket bug on Mac OS X, with patch, GHC |
|---|---|
| Next by Date: | Re: [GHC] #659: Code bloat for instances of empty classes, GHC |
| Previous by Thread: | [GHC] #659: Code bloat for instances of empty classes, GHC |
| Next by Thread: | Re: ghci module list, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |