Opened 13 years ago
Closed 12 years ago
#32442 closed defect (fixed)
unison does not show manpage
Reported by: | veedeehjay@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | unison |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
"unison -doc all
" should show its complete documenation (a.k.a. manpage), but it does no longer do so in vers 2.40.63. same problem with listing of help topics "unison -doc topics
".
observed with macos 10.6.8
Change History (3)
comment:1 follow-up: 2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by veedeehjay@…
Replying to ryandesign@…:
Ok. Any idea how to fix it?
I found this message related to the same problem: https://bugs.launchpad.net/ubuntu/+source/unison/+bug/949895
it's obviously a bug in unison 2.40.63 (manual should occur in file `string.ml' after compiling and building the docs but this file is never changed from the initial empty template). the bug is fixed in 2.40.65: I downloaded that version from the unison home page and -- after enforcing UISTYLE=text in the Makefiles -- this compiles cleanly including the manual. so, apparently, the fix is to upgrade to 2.40.65.
regards, joerg
comment:3 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok. Any idea how to fix it?