Ticket #1805 (closed merge: fixed)
"tail" is different under Solaris
| Reported by: | guest | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10 branch |
| Component: | Build System | Version: | 6.8 |
| Keywords: | Cc: | Christian.Maeder@… | |
| Operating System: | Solaris | Architecture: | x86 |
| Type of failure: | Difficulty: | Easy (less than 1 hour) | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
