Date: Tue, 04 May 2010 01:40:00 -0500 From: Robert Noland <rnoland@FreeBSD.org> To: till plewe <till.plewe@gmail.com> Cc: x11@FreeBSD.org Subject: Re: xf86-video-intel 2.7.1_3 build failure Message-ID: <4BDFC140.4060605@FreeBSD.org> In-Reply-To: <g2v8be8566f1005031848y78274683n8678b20277ed7fe3@mail.gmail.com> References: <g2v8be8566f1005031848y78274683n8678b20277ed7fe3@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <Intel 82945GM (945GM GMCH) SVGA controller> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BDFC140.4060605>