From owner-freebsd-x11@FreeBSD.ORG Tue May 4 06:40:22 2010 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 187721065672 for ; Tue, 4 May 2010 06:40:22 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id E65F38FC0C for ; Tue, 4 May 2010 06:40:21 +0000 (UTC) Received: from [10.170.20.44] (nat-170-142-177-44.tn.gov [170.142.177.44]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id o446eJTA079787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 May 2010 02:40:20 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) Message-ID: <4BDFC140.4060605@FreeBSD.org> Date: Tue, 04 May 2010 01:40:00 -0500 From: Robert Noland Organization: FreeBSD User-Agent: Thunderbird 2.0.0.19 (X11/20090218) MIME-Version: 1.0 To: till plewe References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.7 required=5.0 tests=AWL, BAYES_00, FH_DATE_PAST_20XX, RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: x11@FreeBSD.org Subject: Re: xf86-video-intel 2.7.1_3 build failure 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: Tue, 04 May 2010 06:40:22 -0000 till plewe wrote: > xf86-video-intel 2.7.1_3 still fails to build. I appended a complete build > log. > > 1) uname -a > FreeBSD ... 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Mar 14 09:22:23 JST 2010 > ... i386 > > 2) dmesg | grep agp: > > agp0: on vgapci0 > agp0: detected 7932k stolen memory > agp0: aperture size is 256M > > 3) build error: > > ... > cc -DHAVE_CONFIG_H -I. -I../.. -D_THREAD_SAFE -I/usr/local/include/xorg > -I/usr/local/include/pixman-1 -I/usr/local/include > -I/usr/local/include -I/usr/local/include/drm -I/usr/local/include -Wall > -Wpointer-arith -Wstrict-prototypes -Wmissing- > prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing > -I./.. -DREG_DUMPER -O2 -pipe -fno-strict-aliasi > ng -MT i830_debug.o -MD -MP -MF .deps/i830_debug.Tpo -c -o i830_debug.o > `test -f '../i830_debug.c' || echo './'`../i830_debug > .c > ../i830_debug.c: In function 'i830_debug_pipeconf': > ../i830_debug.c:111: warning: implicit declaration of function 'IS_I965G' > ../i830_debug.c:111: warning: nested extern declaration of 'IS_I965G' > ../i830_debug.c: In function 'i830_debug_fp': > ../i830_debug.c:192: warning: implicit declaration of function 'IS_IGD' > ../i830_debug.c:192: warning: nested extern declaration of 'IS_IGD' > ../i830_debug.c: In function 'i830_debug_dpll': > ../i830_debug.c:264: warning: implicit declaration of function 'IS_I9XX' > ../i830_debug.c:264: warning: nested extern declaration of 'IS_I9XX' > ../i830_debug.c:326: warning: implicit declaration of function 'IS_I945G' > ../i830_debug.c:326: warning: nested extern declaration of 'IS_I945G' > ../i830_debug.c:326: warning: implicit declaration of function 'IS_I945GM' > ../i830_debug.c:326: warning: nested extern declaration of 'IS_I945GM' > ../i830_debug.c:326: warning: implicit declaration of function 'IS_G33CLASS' > ../i830_debug.c:326: warning: nested extern declaration of 'IS_G33CLASS' > ../i830_debug.c: In function 'i830_debug_sdvo': > ../i830_debug.c:424: warning: implicit declaration of function 'IS_I915G' > ../i830_debug.c:424: warning: nested extern declaration of 'IS_I915G' > ../i830_debug.c:424: warning: implicit declaration of function 'IS_I915GM' > ../i830_debug.c:424: warning: nested extern declaration of 'IS_I915GM' > ../i830_debug.c: In function 'i830DumpRegs': > ../i830_debug.c:955: warning: implicit declaration of function 'IS_I85X' > ../i830_debug.c:955: warning: nested extern declaration of 'IS_I85X' These all come from common.h which sits in the src directory of the port. I can't imagine how that could be messed up, but if you can't figure it out, I'll need to see a complete log with 2>&1. robert. > mv -f .deps/i830_debug.Tpo .deps/i830_debug.Po > /bin/sh ../../libtool --tag=CC --mode=link cc -I/usr/local/include -Wall > -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I./.. > -DREG_DUMPER -O2 -pipe -fno-strict-aliasing -o intel_reg_dumper main.o > xprintf.o i830_debug.o -L/usr/local/lib -lpciaccess > libtool: link: cc -I/usr/local/include -Wall -Wpointer-arith > -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations > -Wnested-externs -fno-strict-aliasing -I./.. -DREG_DUMPER -O2 -pipe > -fno-strict-aliasing -o intel_reg_dumper main.o xprintf.o i830_debug.o > -L/usr/local/lib /usr/local/lib/libpciaccess.so -Wl,-rpath > -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib > main.o(.text+0xeb): In function `main': > : undefined reference to `IS_I9XX' > i830_debug.o(.text+0x106): In function `i830DumpRegs': > : undefined reference to `IS_I9XX' > ... > > - Till > > > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"