Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554988 - app-crypt/heimdal is regenerating info pages and thus needs sys-apps-texinfo
Summary: app-crypt/heimdal is regenerating info pages and thus needs sys-apps-texinfo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-15 19:38 UTC by Ben Kohler
Modified: 2021-03-25 19:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kohler gentoo-dev 2015-07-15 19:38:05 UTC
app-crypt/heimdal currently needs sys-apps/texinfo to rebuild its info page(s), but has no DEPEND on it.  I suspect the fix here will be to stop heimdal from regenerating these info pages, rather than adding a new DEPEND on texinfo, but I'm not sure.  After src_prepare, ${S}/doc/heimdal.info already exists but it ends up trying to build it again later anyway:


/mnt/btr/var-tmp/portage/app-crypt/heimdal-1.5.3-r2/work/heimdal-1.5.3/missing: line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
Makefile:586: recipe for target '/mnt/btr/var-tmp/portage/app-crypt/heimdal-1.5.3-r2/work/heimdal-1.5.3/doc/heimdal.info' failed
make[1]: *** [/mnt/btr/var-tmp/portage/app-crypt/heimdal-1.5.3-r2/work/heimdal-1.5.3/doc/heimdal.info] Error 127
make[1]: Leaving directory '/mnt/btr/var-tmp/portage/app-crypt/heimdal-1.5.3-r2/work/heimdal-1.5.3-abi_x86_64.amd64/doc'
Comment 1 Larry the Git Cow gentoo-dev 2021-03-25 19:03:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbfd1692d8b275c16a97deb376b68d26e7c3721

commit 3bbfd1692d8b275c16a97deb376b68d26e7c3721
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2021-03-25 19:03:17 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2021-03-25 19:03:47 +0000

    app-crypt/heimdal: add missing texinfo dep
    
    Closes: https://bugs.gentoo.org/554988
    
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 app-crypt/heimdal/heimdal-7.6.0.ebuild    | 3 ++-
 app-crypt/heimdal/heimdal-7.7.0-r1.ebuild | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)