Ticket #2153 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

man-db 2.5.1 - some files get installed in libexec instead of lib directory

Reported by: kratz00 Assigned to: lfs-book@linuxfromscratch.org
Priority: normal Milestone: 7.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc: kratz00@gmx.de

Description

In 2.5.0

man-db: manconv

the man-db directory and manconv got installed in /usr/lib

in 2.5.1

man-db: globbing manconv

they got installed in /usr/libexec now (globbing seems to be new in this release)

I would assume those files should go into /usr/lib/ and not /usr/libexec/ so I changed the configure call to:

./configure --prefix=/usr --libexecdir=/usr/lib --enable-mb-groff --disable-setuid

which solved the problem for me.

Change History

02/18/08 13:47:59 changed by kratz00

  • cc set to kratz00@gmx.de.

02/18/08 15:15:15 changed by matthew@linuxfromscratch.org

  • milestone set to 7.0.

Thanks for the report, kratz00. For reference, the ChangeLog entry is:

Fri Jan  4 15:59:41 GMT 2008  Colin Watson  <cjwatson@debian.org>

        * src/Makefile.am: Install globbing and manconv in
          $(libexecdir)/@PACKAGE@ rather than in $(pkglibdir). Reported by
          Peter Breitenlohner.

02/24/08 13:52:53 changed by matthew@linuxfromscratch.org

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r8492.