Bacula is installing manpages as if all its binaries got installed. Reproducible: Always Steps to Reproduce: Emerge Bacula pp-backup/bacula-2.2.8 USE="bacula-clientonly ipv6 readline ssl -X -bacula-console -bacula-nodir -bacula-nosd -bacula-split-init -doc -gnome -logrotate -logwatch -mysql -postgres -python -qt4 -sqlite -sqlite3 -static -tcpd -wxwindows" Actual Results: It installed: * /etc/bacula/bconsole.conf * /usr/sbin/bconsole /usr/sbin/btraceback /usr/sbin/bacula-fd * /usr/share/man/man1/bsmtp.1.bz2 * /usr/share/man/man1/bat.1.bz2 * /usr/share/man/man1/bacula-bgnome-console.1.bz2 * /usr/share/man/man1/bacula-tray-monitor.1.bz2 * /usr/share/man/man1/bacula-bwxconsole.1.bz2 * /usr/share/man/man8/bcopy.8.bz2 * /usr/share/man/man8/bacula-sd.8.bz2 * /usr/share/man/man8/bextract.8.bz2 /usr/share/man/man8/bacula-fd.8.bz2 * /usr/share/man/man8/bconsole.8.bz2 * /usr/share/man/man8/btape.8.bz2 * /usr/share/man/man8/dbcheck.8.bz2 * /usr/share/man/man8/bscan.8.bz2 * /usr/share/man/man8/bacula.8.bz2 /usr/share/man/man8/btraceback.8.bz2 * /usr/share/man/man8/bls.8.bz2 * /usr/share/man/man8/bacula-dir.8.bz2 * /usr/libexec/bacula/gconsole /usr/libexec/bacula/btraceback.dbx /usr/libexec/bacula/btraceback.gdb * /usr/libexec/bacula/bconsole * /usr/libexec/bacula/disk-changer * /usr/libexec/bacula/mtx-changer * /usr/libexec/bacula/dvd-handler Expected Results: The installed files above I prefixed with '*' should not have been installed. As use flags dictate "-bacula-console" bconsole and its manpage should not have been installed The libexec helper scripts an man pages should not have been installed as their corresponding binaries didn't get installed.
Should be fixed in 2.4.1. Please retry with that version :) Thanks!