Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24390 - "emerge noweb" fails
Summary: "emerge noweb" fails
Status: RESOLVED DUPLICATE of bug 23663
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-13 09:21 UTC by Vidur Vare
Modified: 2005-07-17 13:06 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 Vidur Vare 2003-07-13 09:21:47 UTC
When I emerge noweb it fails saying "make[1]: noweb: Command not found" and also 
"/bin/sh: line 1:notangle: command not found" 

Reproducible: Always
Steps to Reproduce:
1. emerge sync 
2. emerge noweb 
3. 
Actual Results:  
emerge noweb 
Calculating dependencies ...done! 
>>> emerge (1 of 1) app-text/noweb-2.9-r3 to / 
>>> md5 src_uri ;-) noweb-src-2.9.tar.gz 
>>> Unpacking source... 
>>> Unpacking noweb-src-2.9.tar.gz to /var/tmp/portage/noweb-2.9-r3/work 
 * Applying noweb-2.9-security.patch...                                   [ ok ] 
 * Applying noweb-2.9-gentoo.diff...                                      [ ok ] 
>>> Source unpacked. 
cd c; make "CC=gcc -ansi -pedantic" "CFLAGS=-march=pentium3 -O3 -pipe" all 
make[1]: Entering directory `/var/tmp/portage/noweb-2.9-r3/work/src/c' 
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule. 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o notangle.o notangle.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o getline.o getline.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o match.o match.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o modules.o modules.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o modtrees.o modtrees.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o strsave.o strsave.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o main.o main.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o errors.o errors.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o columns.o columns.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe -o nt notangle.o getline.o match.o modules.o 
modtrees.o strsave.o main.o errors.o columns.o 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o markmain.o markmain.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o markup.o markup.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe -o markup markmain.o strsave.o markup.o 
errors.o getline.o columns.o 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o mnt.o mnt.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe -o mnt mnt.o getline.o match.o modules.o 
modtrees.o notangle.o strsave.o errors.o columns.o 
mnt.o(.text+0x1cf): In function `emitfile': 
: the use of `tmpnam' is dangerous, better use `mkstemp' 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o finduses.o finduses.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe   -c -o recognize.o recognize.c 
gcc -ansi -pedantic -march=pentium3 -O3 -pipe -o finduses columns.o errors.o finduses.o 
match.o getline.o recognize.o 
make[1]: Leaving directory `/var/tmp/portage/noweb-2.9-r3/work/src/c' 
for i in shell lib xdoc tex; do (cd $i; make all); done 
make[1]: Entering directory `/var/tmp/portage/noweb-2.9-r3/work/src/shell' 
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule. 
noweb -t roff.nw 
make[1]: noweb: Command not found 
make[1]: *** [tmac.w] Error 127 
make[1]: Leaving directory `/var/tmp/portage/noweb-2.9-r3/work/src/shell' 
make[1]: Entering directory `/var/tmp/portage/noweb-2.9-r3/work/src/lib' 
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule. 
chmod +x unmarkup emptydefn toascii nwmtime pipedocs h2a btdefn 
make[1]: Leaving directory `/var/tmp/portage/noweb-2.9-r3/work/src/lib' 
make[1]: Entering directory `/var/tmp/portage/noweb-2.9-r3/work/src/xdoc' 
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule. 
make[1]: Nothing to be done for `all'. 
make[1]: Leaving directory `/var/tmp/portage/noweb-2.9-r3/work/src/xdoc' 
make[1]: Entering directory `/var/tmp/portage/noweb-2.9-r3/work/src/tex' 
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule. 
make[1]: Nothing to be done for `all'. 
make[1]: Leaving directory `/var/tmp/portage/noweb-2.9-r3/work/src/tex' 
cd awk; make "ICONT=icont" "ICONC=icont" all 
make[1]: Entering directory `/var/tmp/portage/noweb-2.9-r3/work/src/awk' 
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule. 
notangle -Rtotex totex.nw > totex 
/bin/sh: line 1: notangle: command not found 
make[1]: *** [totex] Error 127 
make[1]: Leaving directory `/var/tmp/portage/noweb-2.9-r3/work/src/awk' 
make: *** [all] Error 2 
 
!!! ERROR: app-text/noweb-2.9-r3 failed. 
!!! Function src_compile, Line 30, Exitcode 2 
!!! (no error message) 
 

Expected Results:  
Obviously it should have emerged without error 

emerge info 
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) 
================================================================= 
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.26GHz 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mad mikmod mmx mpeg 
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gtkhtml gdbm berkdb slang 
readline arts tetex bonobo svga tcltk java guile X sdl gpm tcpd pam libwww ssl perl python esd 
imlib oggvorbis gnome gtk qt kde motif opengl mozilla gphoto2 ldap cdr usb" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium3 -O3 -pipe" 
CXXFLAGS="-march=pentium3 -O3 -pipe" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Robert Holak 2003-07-15 16:41:17 UTC
Duplicate of bug 23663
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-07-15 23:23:11 UTC

*** This bug has been marked as a duplicate of 23663 ***