SuperSaiyanWolverine / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Man pages get installed into the wrong directory. #355

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your system:
 - Operating System (be specific): archlinux
 - Machine type (32-bit or 64-bit): 64-bit
 - Mupen64Plus version: 1.99.3
 - Plugins used: none

Describe the problem:
The man page is installed into a non-FHS standard directory.
See: http://www.pathname.com/fhs/pub/fhs-2.3.html#USRSHAREMANMANUALPAGES
The problem is that currently, the man pages get installed into /usr/man/
rather then /usr/share/man

Please provide any additional information below.
mupen64plus W: File (usr/man) exists in a non-standard directory.
mupen64plus W: File (usr/man/man6) exists in a non-standard directory.
mupen64plus W: File (usr/man/man6/mupen64plus.6.gz) exists in a
non-standard directory.
mupen64plus E: Non-FHS man page (usr/man) found. Use /usr/share/man instead
mupen64plus E: Non-FHS man page (usr/man/man6) found. Use /usr/share/man
instead
mupen64plus E: Non-FHS man page (usr/man/man6/mupen64plus.6.gz) found. Use
/usr/share/man instead

Original issue reported on code.google.com by gos...@gmail.com on 22 Mar 2010 at 2:40

GoogleCodeExporter commented 9 years ago
Same distro, same mupen version, but:
In my case the manpage was installed directly under /usr/share/man (should be 
/usr/share/man/man6).

Original comment by taylanba...@gmail.com on 26 Oct 2010 at 6:24

GoogleCodeExporter commented 9 years ago
There are currently 2 ways of installing.  When installing from source, the 
mupen64plus-ui-console makefile ("make install") will copy the 'man' file.  
When installing the binary package, the install_binary_bundle.sh script will 
install the 'man' file.  I just looked at the latest source of both of these 
scripts, and they should both (by default) install to /usr/local/man/man6/.  
Should I change these to '/usr/local/share/man/man6'?

Original comment by richard...@gmail.com on 29 Dec 2010 at 1:34

GoogleCodeExporter commented 9 years ago
If you do this then please change the MANDIR variable to control only the root 
of the man directory e.g. MANDIR=/usr/man.

Original comment by phill.wa...@gmail.com on 29 Dec 2010 at 2:00

GoogleCodeExporter commented 9 years ago

Original comment by richard...@gmail.com on 29 Dec 2010 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by richard...@gmail.com on 22 May 2011 at 4:06

GoogleCodeExporter commented 9 years ago
Could you please test whether it is not correct when using the Makefile?

Original comment by sven@narfation.org on 9 Jul 2011 at 5:55

GoogleCodeExporter commented 9 years ago

Original comment by s...@narfation.org on 29 Aug 2011 at 2:43