Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97502 - man-1.6 failing with emerge (could be distcc?)
Summary: man-1.6 failing with emerge (could be distcc?)
Status: RESOLVED DUPLICATE of bug 97439
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-30 08:32 UTC by Mark
Modified: 2005-06-30 08:35 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 Mark 2005-06-30 08:32:25 UTC
When I run: "emerge man" it runs away and then the make fails.

Now.. strangely enough if I run the ebuild with: ebuild man-1.6.ebuild install,
it works. I'm thinking that it might be a distcc problem :\

Reproducible: Always
Steps to Reproduce:
1. emerge man

Actual Results:  
gcc -c -Wall -O9 -march=pentium3 -mmmx -msse -mfpmath=sse -pipe -funroll-loops
-I. -DSTDC_HEADERS -DPOSIX -DNONLS -DDO_COMPRESS glob.c
../conf_script man.conf
Creating man.conf from man.conf.in
rm -f apropos
sed -e 's,%apropos_or_whatis%,apropos,' \
    -e 's,%version%,man-1.6,' \
    -e 's,%manpathoption%,--path,' \
apropos.sh > apropos
distcc[14414] ERROR: compile (null) on localhost failed
In file included from manfile.c:15:
gripes.h:1:23: gripedefs.h: No such file or directory
rm -f whatis
sed -e 's,%apropos_or_whatis%,whatis,' \
    -e 's,%version%,man-1.6,' \
    -e 's,%manpathoption%,--path,' \
apropos.sh > whatis
chmod +x whatis
distcc[14405] ERROR: compile manfile.c on 192.168.1.3 failed

Expected Results:  
Install man

snipped emerge info:

Portage 2.0.51.19 (hardened/x86/2.6, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-hardened-r1 i686)
=================================================================
System uname: 2.6.11-hardened-r1 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 21 2005, 00:57:17)]
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.8.5-r3, 1.7.9-r1, 1.5, 1.6.3, 1.4_p6, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
CFLAGS="-O9 -march=pentium3 -mmmx -msse -mfpmath=sse -pipe -funroll-loops"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="-O9 -march=pentium3 -mmmx -msse -mfpmath=sse -pipe -funroll-loops"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms strict"
MAKEOPTS="-j5"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="acl apache2 async bash-completion berkdb bitmap-fonts chroot crypt curl
dlloader erandom gdbm hardened hardenedphp ipv6 libwww mmx mysql ncurses
no-old-linux noaudio nojoystick nptl pam pcre perl pic pwdb python readline
samba sftplogging slang sqlite sse ssl symlink tcpd unicode userlocales x86 xml2
xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-30 08:35:40 UTC
(In reply to comment #0)
> I'm thinking that it might be a distcc problem :\

No, it couldn't - but it could a serious problem with your search skills...


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