Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598728 - sys-devel/gdb-7.10.1 fails to emerge, missing sys-apps/texinfo
Summary: sys-devel/gdb-7.10.1 fails to emerge, missing sys-apps/texinfo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-02 00:57 UTC by Maciej Mrozowski
Modified: 2017-06-07 15:43 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge--info.txt,19.05 KB, text/plain)
2016-11-02 00:57 UTC, Maciej Mrozowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Mrozowski gentoo-dev 2016-11-02 00:57:55 UTC
Created attachment 452140 [details]
emerge --info

mkdir -p -- /tmp/portage/sys-devel/gdb-7.10.1/image//usr/share/gdb/python/gdb
transformed_name=`t='s,y,y,'; \
                  echo gdb | sed -e "$t"` ; \
        if test "x$transformed_name" = x; then \
          transformed_name=gdb ; \
        else \
          true ; \
        fi ; \
        /bin/sh ./../mkinstalldirs /tmp/portage/sys-devel/gdb-7.10.1/image//usr/bin ; \
        /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c gdb \
                /tmp/portage/sys-devel/gdb-7.10.1/image//usr/bin/$transformed_name ; \
        /bin/sh ./../mkinstalldirs /tmp/portage/sys-devel/gdb-7.10.1/image//usr/include/gdb ; \
        /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 jit-reader.h /tmp/portage/sys-devel/gdb-7.10.1/image//usr/include/gdb/jit-reader.h
mkdir -p -- /tmp/portage/sys-devel/gdb-7.10.1/image//usr/bin
mkdir -p -- /tmp/portage/sys-devel/gdb-7.10.1/image//usr/include/gdb
if test "x1" != x; \
then \
  transformed_name=`t='s,y,y,'; \
                    echo gcore | sed -e "$t"` ; \
          if test "x$transformed_name" = x; then \
            transformed_name=gcore ; \
          else \
            true ; \
          fi ; \
          /bin/sh ./../mkinstalldirs /tmp/portage/sys-devel/gdb-7.10.1/image//usr/bin ; \
          /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c gcore \
                  /tmp/portage/sys-devel/gdb-7.10.1/image//usr/bin/$transformed_name; \
fi
make[4]: Entering directory '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/gdb'
make[5]: Entering directory '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/gdb/doc'
(test "ln -s" = "ln -s" && \
  ln -s ./all-cfg.texi gdb-cfg.texi) || \
ln ./all-cfg.texi gdb-cfg.texi || \
cp ./all-cfg.texi gdb-cfg.texi
date=`sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' ./../../bfd/version.h`; \
sed -e "s/DATE/$date/" < ./../version.in > version.subst
echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new
if [ -n "(Gentoo 7.10.1 vanilla) " ]; then \
  echo "@set VERSION_PACKAGE (Gentoo 7.10.1 vanilla) " >> ./GDBvn.new; \
fi
echo "@set BUGURL @uref{https://bugs.gentoo.org/}" >> ./GDBvn.new
if [ "@uref{https://bugs.gentoo.org/}" = "@uref{http://www.gnu.org/software/gdb/bugs/}" ]; then \
  echo "@set BUGURL_DEFAULT" >> ./GDBvn.new; \
fi
if test -z ""; then \
  echo "@set SYSTEM_READLINE" >> ./GDBvn.new; \
fi
if [ -n "" ]; then \
  echo "@set SYSTEM_GDBINIT " >> ./GDBvn.new; \
fi
mv GDBvn.new GDBvn.texi
/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing makeinfo --split-size=5000000 --split-size=5000000    -I ./../mi -I . \
        -o gdb.info ./gdb.texinfo
/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing makeinfo --split-size=5000000 --split-size=5000000   -I . -o stabs.info ./stabs.texinfo
/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing makeinfo --split-size=5000000 --split-size=5000000   -I . -o annotate.info ./annotate.texinfo
touch gdb.1
perl ./../../etc/texi2pod.pl   -Dman -Dgdb < ./gdb.texinfo > gdb.pod
/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing: line 81: makeinfo: command not found
/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing: line 81: makeinfo: command not found
/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/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:503: recipe for target 'gdb.info' failed
make[5]: *** [gdb.info] Error 127
make[5]: *** Waiting for unfinished jobs....
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:582: recipe for target 'stabs.info' failed
make[5]: *** [stabs.info] Error 127
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:626: recipe for target 'annotate.info' failed
make[5]: *** [annotate.info] Error 127
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./../../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="gdb-`sed q version.subst`" --section=1 gdb.pod | sed -e '/^.if n .na/d' > gdb.1.T$$ && \
        mv -f gdb.1.T$$ gdb.1) || (rm -f gdb.1.T$$ && exit 1)
rm -f gdb.pod
make[5]: Leaving directory '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/gdb/doc'
Makefile:1501: recipe for target 'subdir_do' failed
make[4]: *** [subdir_do] Error 1
make[4]: Leaving directory '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/gdb'
Makefile:1236: recipe for target 'install-only' failed
make[3]: *** [install-only] Error 2
make[3]: Leaving directory '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/gdb'
Makefile:1233: recipe for target 'install' failed
make[2]: *** [install] Error 2
make[2]: Leaving directory '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/gdb'
Makefile:8148: recipe for target 'install-gdb' failed
make[1]: *** [install-gdb] Error 2
make[1]: Leaving directory '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1'
Makefile:2238: recipe for target 'install' failed
make: *** [install] Error 2
 * ERROR: sys-devel/gdb-7.10.1::gentoo failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/gdb-7.10.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/gdb-7.10.1::gentoo'`.
 * The complete build log is located at '/tmp/portage/sys-devel/gdb-7.10.1/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/sys-devel/gdb-7.10.1/temp/environment'.
 * Working directory: '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1'
 * S: '/tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1'
 * QA Notice: command not found:
 * 
 *      /tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing: line 81: makeinfo: command not found
 *      /tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing: line 81: makeinfo: command not found
 *      /tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing: line 81: makeinfo: command not found
 *      /tmp/portage/sys-devel/gdb-7.10.1/work/gdb-7.10.1/missing: line 81: makeinfo: command not found
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2017-06-07 15:43:15 UTC
commit 9e7a2ce780cd28babfd30dd323d926ea68f70145
Author: Matija Skala <mskala@gmx.com>
Date:   Sat Apr 15 02:48:13 2017 +0200

    sys-devel/gdb: add missing DEPEND on texinfo
    
    Closes: https://github.com/gentoo/gentoo/pull/4424

 sys-devel/gdb/gdb-7.10.1.ebuild | 1 +
 sys-devel/gdb/gdb-7.12.1.ebuild | 1 +
 sys-devel/gdb/gdb-9999.ebuild   | 1 +
 3 files changed, 3 insertions(+)