From owner-freebsd-x11@FreeBSD.ORG Thu Nov 9 14:09:36 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6859A16A47B for ; Thu, 9 Nov 2006 14:09:36 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (chons.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1308B43D5F for ; Thu, 9 Nov 2006 14:09:35 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [10.1.3.17] (fw.visualtech.com [208.16.19.254]) by b.mx.visualtech.com (Postfix) with ESMTP id EE3F648365 for ; Thu, 9 Nov 2006 09:09:44 -0500 (EST) From: Adam K Kirchhoff To: freebsd-x11@freebsd.org In-Reply-To: <455211DF.9000401@voicenet.com> References: <455211DF.9000401@voicenet.com> Content-Type: text/plain Date: Thu, 09 Nov 2006 09:09:33 -0500 Message-Id: <1163081374.5463.3.camel@scroll> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Subject: Re: Building Modular Xorg X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 14:09:36 -0000 On Wed, 2006-11-08 at 12:20 -0500, Adam K Kirchhoff wrote: > Afternoon all, > > I'm not sure if this is the correct list for this particular > problem, as it's not really a problem with Xorg itself. I am unable to > pull down the Modular Xorg ports tree per the instructions at: > > http://wikitest.freebsd.org/ModularXorg > > First, I installed 6.1 and then upgraded to -CURRENT. I then built > git from the ports tree I currently have installed (the one from 6.1). > When I run the git clone command, I get: > > git clone git://git.geekfire.com/git/ports.git > fatal: packfile '/usr/ports/.git/objects/pack/tmp-0WpIXN' is too small > error: git-clone-pack: unable to read from git-index-pack > error: git-index-pack died with error code 128 > clone-pack from 'git://git.geekfire.com/git/ports.git' failed. So I managed to clone the ports tree... First I had to grab the latest ports tarball from the FreeBSD ftp server and build git from that. Apparently the version of git from the 6.1 release is unable to successfully clone the tree. However, I now have a new problem when building xorg: ===> Building for xf86-input-calcomp-1.1.0 make all-recursive Making all in src if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -fno-strict-aliasing -pipe -DXFree86Server -DIN_MODULE - DXFree86Module -DXFree86LOADER -I/usr/X11R6/include/xorg -I/usr/X11R6/include -I../src -MT xf86Calcomp.lo -MD -MP -MF ".deps/xf86Calcomp.Tpo" -c -o xf86Calcomp.lo xf86Calcomp.c; then mv -f ".deps/xf86Calcomp.Tpo" ".deps/xf86Calcomp.Plo"; else rm -f ".deps/xf86Calcomp.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -fno-strict-aliasing -pipe -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/X11R6/include/ xorg -I/usr/X11R6/include -I../src -MT xf86Calcomp.lo -MD -MP -MF .deps/xf86Calcomp.Tpo -c xf86Calcomp.c -fPIC -DPIC -o .libs/xf86Calcomp.o xf86Calcomp.c:47:1: warning: "NEED_XF86_TYPES" redefined In file included from ../config.h:4, from xf86Calcomp.c:37: /usr/X11R6/include/xorg/xorg-server.h:75:1: warning: this is the location of the previous definition xf86Calcomp.c: In function `CalcompPreInit': xf86Calcomp.c:682: error: `TS_Raw' undeclared (first use in this function) xf86Calcomp.c:682: error: (Each undeclared identifier is reported only once xf86Calcomp.c:682: error: for each function it appears in.) xf86Calcomp.c:684: error: `TS_Scaled' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-input-calcomp/work/xf86-input-calcomp-1.1.0/src.