#1805: "tail" is different under Solaris
---------------------------+------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 6.8
Severity: normal | Keywords:
Difficulty: Unknown | Os: Solaris
Testcase: | Architecture: x86
---------------------------+------------------------------------------------
Every new shell-hack bears the risk of failing under solaris:
{{{
perl gen_flags.xsl.pl "ghc ghci" "/usr/local/lib/ghc-6.8.0.20071025" >
flags.xsl
rm -f flags.xml
head -n 1 ../users_guide/flags.xml >> flags.xml
echo "<!DOCTYPE sect1 [<!ENTITY ndash \"-\"> \
<!ENTITY ldquo \"\`\"> \
<!ENTITY rdquo \"'\">]>" >> flags.xml
tail -n +2 ../users_guide/flags.xml >> flags.xml
usage: tail [+/-[n][lbc][f]] [file]
tail [+/-[n][l][r|f]] [file]
gmake[2]: *** [flags.xml] Error 2
gmake[2]: *** Deleting file `flags.xml'
Failed making all in man: 1
gmake[1]: *** [all] Error 1
gmake: *** [stage1] Error 1
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1805>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs