From owner-freebsd-questions Thu Apr 13 18:44:20 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA04732 for questions-outgoing; Thu, 13 Apr 1995 18:44:20 -0700 Received: from licorice.larc.nasa.gov (licorice.larc.nasa.gov [128.155.2.31]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA04726 for ; Thu, 13 Apr 1995 18:44:18 -0700 Received: by licorice.larc.nasa.gov (8.6.11/server2.4) id VAA27161; Thu, 13 Apr 1995 21:44:25 -0400 Message-Id: <199504140144.VAA27161@licorice.larc.nasa.gov> Date: Thu, 13 Apr 1995 21:44:25 -0400 From: Travis L Priest To: freebsd-questions@FreeBSD.org Subject: Rebuilding XFree86-3.1.1 from source Sender: questions-owner@FreeBSD.org Precedence: bulk I've retrieved ftp://ftp.x.org/pub/R6/xc-?.tar.gz and untarred it (114MB). Then I applied ftp://ftp.xfree86.org/pub/XFree86/3.1.1/patches/XFree86-3.1.1.diff.gz to the untarred source tree (only 5 files came up as unpatchable: B4light.ad, Imakefile, XScrnSaver.c, b4light.c, b4light.man). I did not untar contrib (disk space limitations), so I figure that's where those files belong. After modifying site.def and xf86site.def to my requirements, "make World >& World.log" fails very early: making Makefiles in ../Xext... mv Makefile Makefile.bak making Makefiles in ../XExExt... cd: can't cd to XExExt mv Makefile Makefile.bak ../../config/imake/imake: not found and on until make dies. A diff -r between /usr/X11R6/lib/X11/config and the source config directory still shows a lot of differences, which spells trouble. Is there another patch file I should be using, or another source tree altogether? Should I just retrieve ftp.xfree86.org:/pub/XFree86/3.1.1/untarred and build from there? Travis