Xman can't find manual pages

Bug #107548 reported by Tom Womack
6
Affects Status Importance Assigned to Milestone
xman (Debian)
Fix Released
Unknown
xman (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

This is Ubuntu Feisty.

running 'xman' says 'Xman Error: No manual pages found.'

running 'xman -helpfile /usr/share/man' says the same

Tom Womack (tom-womack)
description: updated
Revision history for this message
Tom Womack (tom-womack) wrote :

xman appears to have been horribly miscompiled; 'strace xman' includes many lines of the form

open("${prefix}/share/man/man1", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1

and only works at all if I do (the truly hideous command)

ln -s "/usr" "\${prefix}"

My shell is /bin/bash, if that's relevant and the problem is to do with shell variable expansion.

Revision history for this message
Júlio Alexandrino (alexandrino) wrote :

I can confirm this bug. Feisty RC 20070415 here.

julio@julio-desktop:~$ xman
Xman Error: No manual pages found.

Changed in xman:
status: Unconfirmed → Confirmed
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

this will be fixed when the xbase-clients split is done in Debian and imported in Ubuntu.

Changed in xman:
status: Confirmed → In Progress
Timo Aaltonen (tjaalton)
Changed in xman:
importance: Undecided → Low
Changed in xman:
status: Unknown → Fix Released
Revision history for this message
Andrew Straw (astraw) wrote :

This is annoying, but you can start xman with

MANPATH=/usr/share/man xman

Revision history for this message
somitras (somitras) wrote :

Rather than calling xman with parameters for MANPATH everytime, just add the following lines to /etc/profile

MANPATH=/usr/share/man:/usr/man
export MANPATH

Once the profile file runs, you will be able to run xman in the normal way.
There are two ways to achieve that. Either log out once and then log in again, Or run the following command :

#source /etc/profile

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

fixed in hardy.

Changed in xman:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.