Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76638 - Emerge dev-util/indent-2.2.9-r2 Fails With "make[2]: *** [indent.1] Error 127"
Summary: Emerge dev-util/indent-2.2.9-r2 Fails With "make[2]: *** [indent.1] Error 127"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-04 07:14 UTC by Derek Berube
Modified: 2005-01-04 07:23 UTC (History)
0 users

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


Attachments
Console output of emerge dev-util/indent (dev-util_indent-2.2.9-r2.out.gz,2.78 KB, application/octet-stream)
2005-01-04 07:16 UTC, Derek Berube
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Derek Berube 2005-01-04 07:14:36 UTC
When attempting to emerge dev-util/indent-2.2.9-r2, I get the following error:

/bin/sh: ./texinfo2man: No such file or directory
make[2]: *** [indent.1] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/indent-2.2.9-r2/work/indent-2.2.9/man'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/indent-2.2.9-r2/work/indent-2.2.9'
make: *** [all] Error 2

!!! ERROR: dev-util/indent-2.2.9-r2 failed.
!!! Function src_compile, Line 26, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1. Open a console
2. Type the command emerge dev-util/indent


Actual Results:  
The aforementioned error message is displayed.

Expected Results:  
The utility should have compiled without generating an error.

wildstar ~ # emerge info
Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.10-gentoo-r2 i686)
=================================================================
System uname: 2.6.10-gentoo-r2 i686 Intel(R) Pentium(R) 4 Mobile CPU 2.00GHz
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.2.3-r5,dev-lang/python-2.3.4 [2.3.4 (#1,
Sep 26 2004, 13:20:59)]
dev-lang/python:     2.2.3-r5, 2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=i686 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.1/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb
/usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=i686 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg candy ccache distlocks sandbox
sfperms"GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/
http://www.gtlib.cc.gatech.edu/pub/gentoo
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.mirrors.pair.com/"
LDFLAGS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/bmg-main
/usr/local/bmg-gnome-current"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apm arts avi berkdb bitmap-fonts bonobo cdr crypt cups dvd
encode esd fam foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml
guile imagemagick imlib ipv6 java jpeg junit kerberos krb4 ldap libwww mad
mikmod motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pcmcia
pdflib perl png postgres python quicktime readline samba scanner sdl slang spell
ssl svga tcpd tiff truetype usb xml xml2 xmms xv zlib"
Comment 1 Derek Berube 2005-01-04 07:16:05 UTC
Created attachment 47588 [details]
Console output of emerge dev-util/indent

I've attached a gzipped copy of the console output when I attempted to emerge
indent.
Comment 2 Derek Berube 2005-01-04 07:20:14 UTC
Updated the URL for the bug as this problem is being discussed in the forum.
Comment 3 Derek Berube 2005-01-04 07:23:04 UTC
As indicated in the forum, emerging with the following command line fixed the probelm:

MAKEOPTS="-j1" emerge -uv indent

For those who are interested (also from the forum),

-j1 means that only one command is run by make at a time. This is in fact the default behaviour but most people have MAKEOPTS="-j2" in their /etc/make.conf which means that make tries to run two commands in parallel.