Bug 11002

Summary: rh 6.2 fails to compile xfree86 4.0
Product: [Retired] Red Hat Linux Reporter: Anders Kaseorg <anders>
Component: XFree86Assignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: prochefort
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-22 12:38:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Anders Kaseorg 2000-04-23 15:06:22 UTC
make locks up while compiling Xfree86 4.0 (from the .tar.gz sources), in
the 'making dependancies' phase. This is for egcs and make as supplied on
the RH 6.2. This bug is not present on RedHat 6.1 (with all the latest RH
6.1 updates applied).

Comment 1 Anonymous 2000-04-23 15:20:59 UTC
As in the INSTALL.TXT file the command running is "make World >& world.log".
Tha last few lines of the world.log file at the point of the make process
hanging are:-
make[3]: Leaving directory `/usr/src/xc/programs/xsetpointer'
depending in programs/xterm...
make[3]: Entering directory `/usr/src/xc/programs/xterm'
../../config/makedepend/makedepend  --   -I../.. -I../../exports/include
-Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE  -D_GNU_SOURCE    -DFUNCPROTO=15 -DNARROWPROTO
-I.    -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS  -- button.c charproc.c charsets.c
cursor.c             data.c doublechr.c fontutils.c
input.c                         menu.c misc.c print.c ptydata.c
screen.c scrollbar.c tabs.c util.c                     TekPrsTbl.c Tekproc.c
VTPrsTbl.c                main.c  keysym2ucs.c resize.c

Comment 2 Pierre Rochefort 2000-06-13 17:53:08 UTC
Has anyone done anything on this? It's not a major problem (as we can download 
binaries from the XFree website) but it's a little anooying not being able to 
compile our own version.

Thanks.
Pierre

Comment 3 Jeff Johnson 2000-07-22 12:38:00 UTC
This looks more like a problem with makedepend than make. I'm changing the
component to
XFree86, because your problem is more likely to be resolved that way. FWIW, we
are
building XFree86-4.0 using make 3.79.1 successfully AFAIK, you can get src.rpm's
from Raw Hide.

Comment 4 Bernhard Rosenkraenzer 2001-01-24 19:33:38 UTC
Makedepend doesn't like egcs.
This should be fixed in 4.0.2. (And it's definitely fixed by using a newer
compiler).