unison packages are broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unison (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: unison
I am using Ubuntu 8.10. I tried to install only the unison command-line program (package version 2.27.57-1ubuntu1) and then check the manpage to learn how to use it:
$ sudo aptitude install unison
...
$ man unison
man: warning: /usr/share/
No manual entry for unison
$ unison
bash: /usr/bin/unison: No such file or directory
It turns out the manpage and binary are linked through /etc/alternatives, which contains links to "/usr/bin/
$ apt-cache depends unison unison-gtk
unison
Depends: libc6
|Recommends: <ssh-client>
openssh-client
Recommends: openssh-client
Conflicts: unison
unison-gtk
Depends: libatk1.0-0
Depends: libc6
Depends: libcairo2
Depends: libglib2.0-0
Depends: libgtk2.0-0
Depends: libpango1.0-0
Recommends: ssh-askpass
gtk-led-askpass
ksshaskpass
ssh-
ssh-
|Recommends: <ssh-client>
openssh-client
Recommends: openssh-client
Conflicts: unison-gtk
This may be related to https:/
I need to add to this.. I'm doing some work on putting ubuntu/kubuntu on a diet. Unison-GTK shows that it depends on Unison-GTK. It should show that it depends on Unison.
Queepy little thing I ran into on accident...