Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 839561 - dev-util/indent-2.2.12 fails to build: makeinfo: command not found
Summary: dev-util/indent-2.2.12 fails to build: makeinfo: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-19 23:37 UTC by Andreas K. Hüttel
Modified: 2022-04-19 23:52 UTC (History)
2 users (show)

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 Andreas K. Hüttel archtester gentoo-dev 2022-04-19 23:37:28 UTC
Found during s390 stage3 build (?!?)

Making all in doc
make[2]: Entering directory '/var/tmp/portage/dev-util/indent-2.2.12/work/indent-2.2.12/doc'
env LANG= LANGUAGE= /bin/sh /var/tmp/portage/dev-util/indent-2.2.12/work/indent-2.2.12/config/missing makeinfo --html --ifinfo --number-sections --no-split `if test -f indent.texi; then echo indent.texi; else echo ./indent.texi; fi`
/var/tmp/portage/dev-util/indent-2.2.12/work/indent-2.2.12/config/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:
         <https://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:
         <https://www.gnu.org/software/make/>
make[2]: *** [Makefile:836: indent.html] Error 127
make[2]: Leaving directory '/var/tmp/portage/dev-util/indent-2.2.12/work/indent-2.2.12/doc'
make[1]: *** [Makefile:468: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-util/indent-2.2.12/work/indent-2.2.12'
make: *** [Makefile:407: all] Error 2
 * ERROR: dev-util/indent-2.2.12::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-util/indent-2.2.12::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/indent-2.2.12::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/indent-2.2.12/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/indent-2.2.12/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/indent-2.2.12/work/indent-2.2.12'
 * S: '/var/tmp/portage/dev-util/indent-2.2.12/work/indent-2.2.12'
Comment 1 Larry the Git Cow gentoo-dev 2022-04-19 23:40:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d39b6f4e41e93ff8089fad5a13a1ec01d800a56

commit 6d39b6f4e41e93ff8089fad5a13a1ec01d800a56
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-19 23:40:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-19 23:40:40 +0000

    dev-util/indent: avoid maintainer mode
    
    Closes: https://bugs.gentoo.org/839561
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/indent/indent-2.2.12.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2022-04-19 23:52:39 UTC
The bug has been referenced in the following commit(s):

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

commit d6a5172a0f114c8a5da4a3a205959e24e130711f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-19 23:52:16 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-19 23:52:16 +0000

    sys-apps/s390-tools: drop obsolete indent dependency
    
    Used for zipl in the past but can't see it being needed now.
    
    Bug: https://bugs.gentoo.org/839561
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/s390-tools/s390-tools-2.12.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)