From owner-freebsd-x11@FreeBSD.ORG Sun Oct 7 07:07:00 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45EA816A468 for ; Sun, 7 Oct 2007 07:07:00 +0000 (UTC) (envelope-from martymac@martymac.com) Received: from data.galacsys.net (data.galacsys.net [217.24.81.1]) by mx1.freebsd.org (Postfix) with ESMTP id A102813C44B for ; Sun, 7 Oct 2007 07:06:59 +0000 (UTC) (envelope-from martymac@martymac.com) Received: from martymac.com (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id F0ABA207C5 for ; Sun, 7 Oct 2007 08:44:44 +0200 (CEST) From: "Ganael LAPLANCHE" To: freebsd-x11@freebsd.org X-Openwebmail-Date: Sun, 7 Oct 2007 08:44:44 +0100 Message-Id: <20071007063551.M36996@martymac.com> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 82.246.139.206 (ganael.laplanche@martymac.com) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Sun, 7 Oct 2007 08:44:44 +0200 (CEST) Subject: Xorg 7.3 compilation failed 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: Sun, 07 Oct 2007 07:07:00 -0000 Hi everybody, Trying to install Xorg 7.3 on my recently-reinstalled amd64 machine, I get the following error : $ make install [...] cc -DHAVE_CONFIG_H -I. -I../../include -I../../hw/xfree86/os-support -I../../hw/xfree86/os-support/bus -I../../hw/xfree86/common -I../../hw/xfree86/dri -I../../mi -I/usr/local/include -I/usr/ports/x11-servers/xorg-server/work/Mesa-7.0.1/include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_THREAD_SAFE -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/hal -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I../../include -I../../include -I../../Xext -I../../composite -I../../damageext -I../../xfixes -I../../Xi -I../../mi -I../../miext/shadow -I../../miext/damage -I../../render -I../../randr -I../../fb -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include -I/usr/local/include/drm -I/usr/local/include/X11/dri -I/usr/ports/x11-servers/xorg-server/work/Mesa-7.0.1/src/mesa/glapi -I/usr/ports/x11-servers/xorg-server/work/Mesa-7.0.1/src/mesa/main -DXFree86Server -O -pipe -MT glcontextmodes.lo -MD -MP -MF .deps/glcontextmodes.Tpo -c glcontextmodes.c -fPIC -DPIC -o .libs/glcontextmodes.o glcontextmodes.c: In function `_gl_copy_visual_to_context_mode': glcontextmodes.c:190: error: structure has no member named `bindToTextureRgb' glcontextmodes.c:191: error: structure has no member named `bindToTextureRgba' glcontextmodes.c:193: error: structure has no member named `bindToMipmapTexture' glcontextmodes.c:194: error: structure has no member named `bindToTextureTargets' glcontextmodes.c:197: error: structure has no member named `yInverted' glcontextmodes.c: In function `_gl_get_context_mode_data': glcontextmodes.c:330: error: structure has no member named `bindToTextureRgb' glcontextmodes.c:333: error: structure has no member named `bindToTextureRgba' glcontextmodes.c:336: error: structure has no member named `bindToMipmapTexture' glcontextmodes.c:339: error: structure has no member named `bindToTextureTargets' glcontextmodes.c:342: error: structure has no member named `yInverted' glcontextmodes.c: In function `_gl_context_modes_create': glcontextmodes.c:414: error: structure has no member named `bindToTextureRgb' glcontextmodes.c:415: error: structure has no member named `bindToTextureRgba' glcontextmodes.c:416: error: structure has no member named `bindToMipmapTexture' glcontextmodes.c:417: error: structure has no member named `bindToTextureTargets' glcontextmodes.c:418: error: structure has no member named `yInverted' glcontextmodes.c: In function `_gl_context_modes_are_same': glcontextmodes.c:532: error: structure has no member named `bindToTextureRgb' glcontextmodes.c:532: error: structure has no member named `bindToTextureRgb' glcontextmodes.c:533: error: structure has no member named `bindToTextureRgba' glcontextmodes.c:533: error: structure has no member named `bindToTextureRgba' glcontextmodes.c:534: error: structure has no member named `bindToMipmapTexture' glcontextmodes.c:534: error: structure has no member named `bindToMipmapTexture' glcontextmodes.c:535: error: structure has no member named `bindToTextureTargets' glcontextmodes.c:535: error: structure has no member named `bindToTextureTargets' glcontextmodes.c:536: error: structure has no member named `yInverted' glcontextmodes.c:536: error: structure has no member named `yInverted' *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xorg-server-1.4/GL/glx. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xorg-server-1.4/GL. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server/work/xorg-server-1.4. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-input-mouse. *** Error code 1 Stop in /usr/ports/x11-drivers/xorg-drivers. *** Error code 1 Stop in /usr/ports/x11-drivers/xorg-drivers. *** Error code 1 Stop in /usr/ports/x11/xorg. % cat /var/db/ports/xorg-drivers/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for xorg-drivers-7.3 _OPTIONS_READ=xorg-drivers-7.3 WITH_MOUSE=true WITH_KEYBOARD=true WITH_ATI=true WITH_VESA=true WITH_JOYSTICK=true ([...] other options are WITHOUT_XXX ones) % uname -a FreeBSD home.martymac.com 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat Oct 6 19:13:13 CEST 2007 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 Any idea ? Ganaël LAPLANCHE ganael.laplanche@martymac.com http://www.martymac.com From owner-freebsd-x11@FreeBSD.ORG Mon Oct 8 00:38:22 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5D4716A418; Mon, 8 Oct 2007 00:38:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 86C5B13C459; Mon, 8 Oct 2007 00:38:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l980cMOh050187; Mon, 8 Oct 2007 00:38:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l980cLl0050183; Mon, 8 Oct 2007 00:38:21 GMT (envelope-from linimon) Date: Mon, 8 Oct 2007 00:38:21 GMT Message-Id: <200710080038.l980cLl0050183@freefall.freebsd.org> To: ino-news@spotteswoode.dnsalias.org, linimon@FreeBSD.org, freebsd-x11@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/116833: x11-drivers/xf86-video-nv - driver xorg/modules/drivers/nv_drv.so stopped working 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: Mon, 08 Oct 2007 00:38:22 -0000 Synopsis: x11-drivers/xf86-video-nv - driver xorg/modules/drivers/nv_drv.so stopped working State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Oct 8 00:38:10 UTC 2007 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=116833 From owner-freebsd-x11@FreeBSD.ORG Mon Oct 8 00:41:10 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08BC816A520 for ; Mon, 8 Oct 2007 00:41:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 93B0F13C465 for ; Mon, 8 Oct 2007 00:41:09 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id l980f8kB001973 for ; Sun, 7 Oct 2007 18:41:08 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id l980f8Vt001970 for ; Sun, 7 Oct 2007 18:41:08 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 7 Oct 2007 18:41:08 -0600 (MDT) From: Warren Block To: freebsd-x11@freebsd.org Message-ID: <20071007183313.O1942@wonkity.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Sun, 07 Oct 2007 18:41:08 -0600 (MDT) Subject: Re: Using /dev/mem to read video BIOS ROM 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: Mon, 08 Oct 2007 00:41:10 -0000 Following up to my own question: No, you can't just read a video BIOS ROM directly. The main video card BIOS is at 0xc0000 because it is shadowed there. To read a BIOS ROM directly from the card, you have to enable the ROM and map it into an area of memory. The good news is that Xorg already has routines to do this, and with a small fix*, they work correctly on FreeBSD. * http://lists.freedesktop.org/archives/xorg/2007-October/029005.html -Warren Block * Rapid City, South Dakota USA From owner-freebsd-x11@FreeBSD.ORG Mon Oct 8 11:08:47 2007 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2FFA16A421 for ; Mon, 8 Oct 2007 11:08:47 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A2DBA13C4AC for ; Mon, 8 Oct 2007 11:08:47 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l98B8lYJ083516 for ; Mon, 8 Oct 2007 11:08:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l98B8ksL083512 for freebsd-x11@FreeBSD.org; Mon, 8 Oct 2007 11:08:46 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Oct 2007 11:08:46 GMT Message-Id: <200710081108.l98B8ksL083512@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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: Mon, 08 Oct 2007 11:08:47 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/93071 x11 x11-servers/xorg-server: Resume fails on system with X f ports/104885 x11 Hangs when logging out of X11 terminals f ports/106370 x11 Screen corruption when using Direct Rendering on a PCI f ports/110721 x11 system hang at start of dual head xorg configuration f ports/113220 x11 x11/Xorg 7.2 Fatal server error f ports/113292 x11 xorg-7.2: dga(1) kills xorg-server f ports/113601 x11 x11-servers/xorg-server: fix build on alpha f ports/114385 x11 x11: x11/xorg hangs on logout when libGL was used f ports/114818 x11 xorg fails to build on nvidia machine f ports/114832 x11 portupgrade -f x11-servers/xorg-server fails o ports/116359 x11 x11/xorg - screen blinks with PCI-E nvidia card and ve o ports/116421 x11 x11/xdm config file path incorrect (xorg 7.3) o ports/116476 x11 x11/xdm doesn't sets enviroment variables from login.c o ports/116551 x11 x11/xorg - Various applications crash the xserver on r o ports/116664 x11 x11-drivers/xf86-input-mouse - Mouse gets "stuck" in s o ports/116878 x11 [PATCH] x11-fonts/xfs: update to 1.0.5 (security fix) 16 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/73743 x11 XOrg/XFree xauth add/startx problem o ports/93667 x11 x11/xorg-libraries: undefined symbol in libOSMesa.* is o ports/94331 x11 x11/xorg: advocating for DRI support for Radeons f ports/112893 x11 games/ppracer - problems with OpenGL and Xorg 7.2 (i81 o ports/112895 x11 [dri] xorg-7.2 dri with radeon 7500 o ports/113106 x11 x11/xorg - Xorg 7.2 + Mach64 + dri produces error mess o ports/114827 x11 Xorg server crashes when starting astro/google-earth f ports/115020 x11 New port: graphics/osmesa - Mesa's off-screen renderin o ports/115536 x11 [new port] x11/xorg-base port for a minimal X.Org inst o ports/116386 x11 Update port: x11-drivers/xf86-video-i810 from 1.6.5 to o ports/116387 x11 [PATCH] x11-servers/xorg-dmx will not link correctly i o ports/116412 x11 x11/xorg - Screen artifacts with radeon X driver o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke o ports/116603 x11 x11/xorg server 7.3 hangs up o ports/116742 x11 the CapsLock Led not indicate status CapsLock Key o ports/116851 x11 x11-drivers/xf86-video-mga - Xorg 7.3 mga driver fails 16 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Oct 8 11:13:22 2007 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 408A016A41A for ; Mon, 8 Oct 2007 11:13:22 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1096913C455 for ; Mon, 8 Oct 2007 11:13:22 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l98BDLkt085566 for ; Mon, 8 Oct 2007 11:13:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l98BDJl7085562 for x11@FreeBSD.org; Mon, 8 Oct 2007 11:13:19 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Oct 2007 11:13:19 GMT Message-Id: <200710081113.l98BDJl7085562@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: x11@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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: Mon, 08 Oct 2007 11:13:22 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/116605 x11 x11/xorg: server 7.3 crashes 1 problem total. From owner-freebsd-x11@FreeBSD.ORG Mon Oct 8 12:05:21 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85FF716A47C; Mon, 8 Oct 2007 12:05:21 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54DFC13C47E; Mon, 8 Oct 2007 12:05:21 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (flz@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l98C5Lpg089666; Mon, 8 Oct 2007 12:05:21 GMT (envelope-from flz@freefall.freebsd.org) Received: (from flz@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l98C5LnV089662; Mon, 8 Oct 2007 12:05:21 GMT (envelope-from flz) Date: Mon, 8 Oct 2007 12:05:21 GMT Message-Id: <200710081205.l98C5LnV089662@freefall.freebsd.org> To: r.c.ladan@gmail.com, flz@FreeBSD.org, freebsd-x11@FreeBSD.org From: flz@FreeBSD.org Cc: Subject: Re: ports/116878: [PATCH] x11-fonts/xfs: update to 1.0.5 (security fix) 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: Mon, 08 Oct 2007 12:05:21 -0000 Synopsis: [PATCH] x11-fonts/xfs: update to 1.0.5 (security fix) State-Changed-From-To: open->closed State-Changed-By: flz State-Changed-When: Mon Oct 8 12:05:19 UTC 2007 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=116878 From owner-freebsd-x11@FreeBSD.ORG Mon Oct 8 12:10:11 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8A316A417 for ; Mon, 8 Oct 2007 12:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 051B613C48E for ; Mon, 8 Oct 2007 12:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l98CAAXn089935 for ; Mon, 8 Oct 2007 12:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l98CAAE7089934; Mon, 8 Oct 2007 12:10:10 GMT (envelope-from gnats) Date: Mon, 8 Oct 2007 12:10:10 GMT Message-Id: <200710081210.l98CAAE7089934@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/116878: commit references a PR X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 12:10:11 -0000 The following reply was made to PR ports/116878; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/116878: commit references a PR Date: Mon, 8 Oct 2007 12:04:17 +0000 (UTC) flz 2007-10-08 12:04:00 UTC FreeBSD ports repository Modified files: x11-fonts/xfs Makefile distinfo Log: Update to 1.0.5 (security fix). PR: pots/116878 Submitted by: Rene Ladan Revision Changes Path 1.14 +1 -2 ports/x11-fonts/xfs/Makefile 1.7 +3 -3 ports/x11-fonts/xfs/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-x11@FreeBSD.ORG Mon Oct 8 18:45:43 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B3E516A419; Mon, 8 Oct 2007 18:45:43 +0000 (UTC) (envelope-from artem_kim@inbox.ru) Received: from mx4.mail.ru (fallback.mail.ru [194.67.57.14]) by mx1.freebsd.org (Postfix) with ESMTP id AE6CD13C48D; Mon, 8 Oct 2007 18:45:42 +0000 (UTC) (envelope-from artem_kim@inbox.ru) Received: from mx33.mail.ru (mx33.mail.ru [194.67.23.194]) by mx4.mail.ru (mPOP.Fallback_MX) with ESMTP id 3DA312D620; Mon, 8 Oct 2007 19:54:54 +0400 (MSD) Received: from [212.118.35.18] (port=41037 helo=[172.16.77.77]) by mx33.mail.ru with asmtp id 1IeuwW-0007XV-00; Mon, 08 Oct 2007 19:54:52 +0400 From: Artem Kim To: freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Date: Mon, 8 Oct 2007 19:55:07 +0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710081955.07949.artem_kim@inbox.ru> Cc: Subject: xorg-7.3_1 build: dependence issue 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: Mon, 08 Oct 2007 18:45:43 -0000 Hi! I have tried to install xorg on "clean" (no packages installed) FreeBSD 7.0-CURRENT AMD64. I have errors: in /usr/ports/x11/libXres Package resourceproto was not found in the pkg-config search path. Perhaps you should add the directory containing `resourceproto.pc' to the PKG_CONFIG_PATH environment variable No package 'resourceproto' found in /usr/ports/x11/libXTrap No package 'trapproto' found in /usr/ports/x11/libXrender No package 'renderproto' found in /usr/ports/x11/libXfixes/ No package 'fixesproto' found in /usr/ports/x11/libXScrnSaver No package 'scrnsaverproto' found in /usr/ports/x11/libXinerama/ No package 'xineramaproto' found in /usr/ports/x11/libXtst/ No package 'recordproto' found in /usr/ports/x11/libXevie No package 'evieproto' found Maybe problem also concerns other ports which be part of "xorg-libraries" metaport. in /usr/ports/devel/dbus-glib no glib20 package If to install a ports /usr/ports/x11/resourceproto /usr/ports/x11/trapproto etc before problem potrs building, the problem disappears. Thanks. From owner-freebsd-x11@FreeBSD.ORG Mon Oct 8 19:06:55 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0738916A41B for ; Mon, 8 Oct 2007 19:06:55 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id C4C4B13C469 for ; Mon, 8 Oct 2007 19:06:54 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l98J6sIJ076713 for ; Mon, 8 Oct 2007 15:06:54 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l98J6m57035979 for ; Mon, 8 Oct 2007 15:06:48 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l98J6mpK035978 for freebsd-x11@freebsd.org; Mon, 8 Oct 2007 15:06:48 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200710081906.l98J6mpK035978@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-x11@freebsd.org Date: Mon, 8 Oct 2007 15:06:48 -0400 (EDT) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: nvidia DMA issue? 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: Mon, 08 Oct 2007 19:06:55 -0000 Hi, On Sept 28th, for no reason, my X started to lock up. I'm using the nv driver on FreeBSD 5.5-STABLE. I recompiled the module with debug, and now when I broke this time I got : 0x284b21d8 in NVSync (pScrn=0x81da000) at nv_xaa.c:303 303 while(READ_GET(pNv) != pNv->dmaPut); (gdb) bt #0 0x284b21d8 in NVSync (pScrn=0x81da000) at nv_xaa.c:303 #1 0x295d3085 in XAAPaintWindow () from /usr/local/lib/xorg/modules//libxaa.so #2 0x0813e4b0 in DamageExtensionInit () #3 0x0810d08b in miClearToBackground () #4 0x0807e052 in ProcClearToBackground () #5 0x081238f1 in XaceHook () #6 0x0807be31 in Dispatch () #7 0x0806c025 in main () If I attempt to step at line 303 of nv_xaa.c, I get nowhere... Any idea how to tell whats happening? Thanks, Tuc From owner-freebsd-x11@FreeBSD.ORG Wed Oct 10 14:03:50 2007 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE9CA16A46B for ; Wed, 10 Oct 2007 14:03:50 +0000 (UTC) (envelope-from silmar.oliveira@ac.gov.br) Received: from srvac13.ac.gov.br (srvac13.ac.gov.br [200.103.16.13]) by mx1.freebsd.org (Postfix) with ESMTP id 5961313C46E for ; Wed, 10 Oct 2007 14:03:49 +0000 (UTC) (envelope-from silmar.oliveira@ac.gov.br) Received: by srvac13.ac.gov.br (Postfix, from userid 102) id 40F432D0058; Wed, 10 Oct 2007 08:40:55 -0500 (ACT) X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on srvac13.ac.gov.br X-Spam-Level: X-Spam-Status: No, score=-103.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,USER_IN_WHITELIST autolearn=unavailable version=3.1.9 Received: from semtisistema10 (unknown [200.103.16.11]) by srvac13.ac.gov.br (Postfix) with SMTP id 22F8A2D004C for ; Wed, 10 Oct 2007 08:40:46 -0500 (ACT) Message-ID: <46a701c80b32$ebf484c0$240810ac@semti.acgov.ac.gov.br> From: "silmar.oliveira" To: Date: Wed, 10 Oct 2007 08:44:30 -0300 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_46A2_01C80B19.C6561F80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Antivirus: avast! (VPS 000777-4, 30/09/2007), Outbound message X-Antivirus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: error - portupgrade -r libXxf86dga X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "silmar.oliveira" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 14:03:51 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_46A2_01C80B19.C6561F80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable root@srvac21:/usr/ports/security/gnutls# portupgrade -r libXxf86dga ---> Upgrading 'libXxf86dga-1.0.1' to 'libXxf86dga-1.0.2' = (x11/libXxf86dga) ---> Building '/usr/ports/x11/libXxf86dga' =3D=3D=3D> Cleaning for libXxf86dga-1.0.2 =3D=3D=3D> Extracting for libXxf86dga-1.0.2 =3D> MD5 Checksum OK for xorg/lib/libXxf86dga-1.0.2.tar.bz2. =3D> SHA256 Checksum OK for xorg/lib/libXxf86dga-1.0.2.tar.bz2. =3D=3D=3D> Patching for libXxf86dga-1.0.2 =3D=3D=3D> libXxf86dga-1.0.2 depends on file: = /usr/local/libdata/pkgconfig/xextproto.pc - found =3D=3D=3D> libXxf86dga-1.0.2 depends on file: = /usr/local/libdata/pkgconfig/xf86dgaproto.pc - found =3D=3D=3D> libXxf86dga-1.0.2 depends on file: = /usr/local/libdata/pkgconfig/xproto.pc - found =3D=3D=3D> libXxf86dga-1.0.2 depends on file: = /usr/local/libdata/pkgconfig/x11.pc - found =3D=3D=3D> libXxf86dga-1.0.2 depends on file: = /usr/local/libdata/pkgconfig/xext.pc - found =3D=3D=3D> libXxf86dga-1.0.2 depends on executable: pkg-config - found =3D=3D=3D> Configuring for libXxf86dga-1.0.2 configure: WARNING: you should use --build, --host, --target checking for a BSD-compatible install... /usr/bin/install -c -o root -g = wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... = no checking for i386-portbld-freebsd6.2-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking build system type... i386-portbld-freebsd6.2 checking host system type... i386-portbld-freebsd6.2 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for i386-portbld-freebsd6.2-g77... no checking for i386-portbld-freebsd6.2-xlf... no checking for i386-portbld-freebsd6.2-f77... no checking for i386-portbld-freebsd6.2-frt... no checking for i386-portbld-freebsd6.2-pgf77... no checking for i386-portbld-freebsd6.2-cf77... no checking for i386-portbld-freebsd6.2-fort77... no checking for i386-portbld-freebsd6.2-fl32... no checking for i386-portbld-freebsd6.2-af77... no checking for i386-portbld-freebsd6.2-xlf90... no checking for i386-portbld-freebsd6.2-f90... no checking for i386-portbld-freebsd6.2-pgf90... no checking for i386-portbld-freebsd6.2-pghpf... no checking for i386-portbld-freebsd6.2-epcf90... no checking for i386-portbld-freebsd6.2-gfortran... no checking for i386-portbld-freebsd6.2-g95... no checking for i386-portbld-freebsd6.2-xlf95... no checking for i386-portbld-freebsd6.2-f95... no checking for i386-portbld-freebsd6.2-fort... no checking for i386-portbld-freebsd6.2-ifort... no checking for i386-portbld-freebsd6.2-ifc... no checking for i386-portbld-freebsd6.2-efc... no checking for i386-portbld-freebsd6.2-pgf95... no checking for i386-portbld-freebsd6.2-lf95... no checking for i386-portbld-freebsd6.2-ftn... no checking for g77... no checking for xlf... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for i386-portbld-freebsd6.2-ar... no checking for ar... ar checking for i386-portbld-freebsd6.2-ranlib... no checking for ranlib... ranlib checking for i386-portbld-freebsd6.2-strip... no checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared = libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared = libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared = libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared = libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate checking for i386-portbld-freebsd6.2-pkg-config... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XXF86DGA... configure: error: Package requirements (xproto = x11 xextproto xext xf86dgaproto >=3D 2.0.3) were not met: Requested 'xf86dgaproto >=3D 2.0.3' but version of XF86DGAProto is 2.0.2 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XXF86DGA_CFLAGS and XXF86DGA_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libXxf86dga/work/libXxf86dga-1.0.2/config.log" including = the output of the failure of your make command. Also, it might be a good = idea to provide an overview of all packages installed on your system (e.g. an = `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/libXxf86dga. ** Command failed [exit code 1]: /usr/bin/script -qa = /tmp/portupgrade.23383.0 env UPGRADE_TOOL=3Dportupgrade = UPGRADE_PORT=3DlibXxf86dga-1.0.1 UPGRADE_PORT_VER=3D1.0.1 make ** Fix the problem and try again. ---> Skipping 'x11/xorg-libraries' (xorg-libraries-7.2_1) because a = requisite package 'libXxf86dga-1.0.1' (x11/libXxf86dga) failed (specify = -k to force) ---> Skipping 'graphics/php5-gd' (php5-gd-5.2.4_1) because a requisite = package 'libXxf86dga-1.0.1' (x11/libXxf86dga) failed (specify -k to = force) ---> Skipping 'lang/php5-extensions' (php5-extensions-1.1) because a = requisite package 'libXxf86dga-1.0.1' (x11/libXxf86dga) failed (specify = -k to force) ---> Skipping 'print/pecl-pdflib' (pecl-pdflib-2.1.4) because a = requisite package 'libXxf86dga-1.0.1' (x11/libXxf86dga) failed (specify = -k to force) ---> Skipping 'databases/phpmyadmin' (phpMyAdmin-2.11.1) because a = requisite package 'pecl-pdflib-2.1.4' (print/pecl-pdflib) failed = (specify -k to force) ** Listing the failed packages (*:skipped / !:failed) ! x11/libXxf86dga (libXxf86dga-1.0.1) (configure error) * x11/xorg-libraries (xorg-libraries-7.2_1) * graphics/php5-gd (php5-gd-5.2.4_1) * lang/php5-extensions (php5-extensions-1.1) * print/pecl-pdflib (pecl-pdflib-2.1.4) * databases/phpmyadmin (phpMyAdmin-2.11.1) ---> Packages processed: 0 done, 0 ignored, 5 skipped and 1 failed ------=_NextPart_000_46A2_01C80B19.C6561F80 Content-Type: text/plain; name="libXxf86dga-1.0.2.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="libXxf86dga-1.0.2.txt" This file contains any messages produced by compilers while=0A= running configure, to aid debugging if configure makes a mistake.=0A= =0A= It was created by libXxf86dga configure 1.0.2, which was=0A= generated by GNU Autoconf 2.61. Invocation command line was=0A= =0A= $ ./configure --enable-malloc0returnsnull = --x-libraries=3D/usr/local/lib --x-includes=3D/usr/local/include = --prefix=3D/usr/local --mandir=3D/usr/local/man = --infodir=3D/usr/local/info/ i386-portbld-freebsd6.2=0A= =0A= ## --------- ##=0A= ## Platform. ##=0A= ## --------- ##=0A= =0A= hostname =3D srvac21.ac.gov.br=0A= uname -m =3D i386=0A= uname -r =3D 6.2-RELEASE=0A= uname -s =3D FreeBSD=0A= uname -v =3D FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 = root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP =0A= =0A= /usr/bin/uname -p =3D i386=0A= /bin/uname -X =3D unknown=0A= =0A= /bin/arch =3D unknown=0A= /usr/bin/arch -k =3D unknown=0A= /usr/convex/getsysinfo =3D unknown=0A= /usr/bin/hostinfo =3D unknown=0A= /bin/machine =3D unknown=0A= /usr/bin/oslevel =3D unknown=0A= /bin/universe =3D unknown=0A= =0A= PATH: /sbin=0A= PATH: /usr/sbin=0A= PATH: /bin=0A= PATH: /usr/bin=0A= PATH: /usr/local/sbin=0A= PATH: /usr/local/bin=0A= PATH: /usr/X11R6/bin=0A= PATH: /usr/local/samba/bin=0A= PATH: /usr/local/samba/sbin=0A= =0A= =0A= ## ----------- ##=0A= ## Core tests. ##=0A= ## ----------- ##=0A= =0A= configure:2012: checking for a BSD-compatible install=0A= configure:2068: result: /usr/bin/install -c -o root -g wheel=0A= configure:2079: checking whether build environment is sane=0A= configure:2122: result: yes=0A= configure:2150: checking for a thread-safe mkdir -p=0A= configure:2189: result: ./install-sh -c -d=0A= configure:2202: checking for gawk=0A= configure:2232: result: no=0A= configure:2202: checking for mawk=0A= configure:2232: result: no=0A= configure:2202: checking for nawk=0A= configure:2218: found /usr/bin/nawk=0A= configure:2229: result: nawk=0A= configure:2240: checking whether make sets $(MAKE)=0A= configure:2261: result: yes=0A= configure:2449: checking whether to enable maintainer-specific portions = of Makefiles=0A= configure:2458: result: no=0A= configure:2484: checking for i386-portbld-freebsd6.2-gcc=0A= configure:2511: result: cc=0A= configure:2789: checking for C compiler version=0A= configure:2796: cc --version >&5=0A= cc (GCC) 3.4.6 [FreeBSD] 20060305=0A= Copyright (C) 2006 Free Software Foundation, Inc.=0A= This is free software; see the source for copying conditions. There is = NO=0A= warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE.=0A= =0A= configure:2799: $? =3D 0=0A= configure:2806: cc -v >&5=0A= Using built-in specs.=0A= Configured with: FreeBSD/i386 system compiler=0A= Thread model: posix=0A= gcc version 3.4.6 [FreeBSD] 20060305=0A= configure:2809: $? =3D 0=0A= configure:2816: cc -V >&5=0A= cc: `-V' option must have argument=0A= configure:2819: $? =3D 1=0A= configure:2842: checking for C compiler default output file name=0A= configure:2869: cc -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:2872: $? =3D 0=0A= configure:2910: result: a.out=0A= configure:2927: checking whether the C compiler works=0A= configure:2937: ./a.out=0A= configure:2940: $? =3D 0=0A= configure:2957: result: yes=0A= configure:2964: checking whether we are cross compiling=0A= configure:2966: result: no=0A= configure:2969: checking for suffix of executables=0A= configure:2976: cc -o conftest -O2 -fno-strict-aliasing -pipe = conftest.c >&5=0A= configure:2979: $? =3D 0=0A= configure:3003: result: =0A= configure:3009: checking for suffix of object files=0A= configure:3035: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:3038: $? =3D 0=0A= configure:3061: result: o=0A= configure:3065: checking whether we are using the GNU C compiler=0A= configure:3094: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:3100: $? =3D 0=0A= configure:3117: result: yes=0A= configure:3122: checking whether cc accepts -g=0A= configure:3152: cc -c -g conftest.c >&5=0A= configure:3158: $? =3D 0=0A= configure:3257: result: yes=0A= configure:3274: checking for cc option to accept ISO C89=0A= configure:3348: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:3354: $? =3D 0=0A= configure:3377: result: none needed=0A= configure:3406: checking for style of include used by make=0A= configure:3434: result: GNU=0A= configure:3459: checking dependency style of cc=0A= configure:3550: result: gcc3=0A= configure:3643: checking build system type=0A= configure:3661: result: i386-portbld-freebsd6.2=0A= configure:3683: checking host system type=0A= configure:3698: result: i386-portbld-freebsd6.2=0A= configure:3720: checking for a sed that does not truncate output=0A= configure:3774: result: /usr/bin/sed=0A= configure:3777: checking for grep that handles long lines and -e=0A= configure:3851: result: /usr/bin/grep=0A= configure:3856: checking for egrep=0A= configure:3934: result: /usr/bin/grep -E=0A= configure:3950: checking for ld used by cc=0A= configure:4017: result: /usr/bin/ld=0A= configure:4026: checking if the linker (/usr/bin/ld) is GNU ld=0A= configure:4041: result: yes=0A= configure:4046: checking for /usr/bin/ld option to reload object files=0A= configure:4053: result: -r=0A= configure:4071: checking for BSD-compatible nm=0A= configure:4120: result: /usr/bin/nm -B=0A= configure:4124: checking whether ln -s works=0A= configure:4128: result: yes=0A= configure:4135: checking how to recognise dependent libraries=0A= configure:4311: result: pass_all=0A= configure:4545: checking how to run the C preprocessor=0A= configure:4585: cc -E conftest.c=0A= configure:4591: $? =3D 0=0A= configure:4622: cc -E conftest.c=0A= conftest.c:10:28: ac_nonexistent.h: No such file or directory=0A= configure:4628: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | #define PACKAGE_NAME "libXxf86dga"=0A= | #define PACKAGE_TARNAME "libXxf86dga"=0A= | #define PACKAGE_VERSION "1.0.2"=0A= | #define PACKAGE_STRING "libXxf86dga 1.0.2"=0A= | #define PACKAGE_BUGREPORT = "https://bugs.freedesktop.org/enter_bug.cgi?product=3Dxorg"=0A= | #define PACKAGE "libXxf86dga"=0A= | #define VERSION "1.0.2"=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4661: result: cc -E=0A= configure:4690: cc -E conftest.c=0A= configure:4696: $? =3D 0=0A= configure:4727: cc -E conftest.c=0A= conftest.c:10:28: ac_nonexistent.h: No such file or directory=0A= configure:4733: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | #define PACKAGE_NAME "libXxf86dga"=0A= | #define PACKAGE_TARNAME "libXxf86dga"=0A= | #define PACKAGE_VERSION "1.0.2"=0A= | #define PACKAGE_STRING "libXxf86dga 1.0.2"=0A= | #define PACKAGE_BUGREPORT = "https://bugs.freedesktop.org/enter_bug.cgi?product=3Dxorg"=0A= | #define PACKAGE "libXxf86dga"=0A= | #define VERSION "1.0.2"=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4771: checking for ANSI C header files=0A= configure:4801: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4807: $? =3D 0=0A= configure:4906: cc -o conftest -O2 -fno-strict-aliasing -pipe = conftest.c >&5=0A= configure:4909: $? =3D 0=0A= configure:4915: ./conftest=0A= configure:4918: $? =3D 0=0A= configure:4935: result: yes=0A= configure:4959: checking for sys/types.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:4959: checking for sys/stat.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:4959: checking for stdlib.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:4959: checking for string.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:4959: checking for memory.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:4959: checking for strings.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:4959: checking for inttypes.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:4959: checking for stdint.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:4959: checking for unistd.h=0A= configure:4980: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:4986: $? =3D 0=0A= configure:5002: result: yes=0A= configure:5029: checking dlfcn.h usability=0A= configure:5046: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:5052: $? =3D 0=0A= configure:5066: result: yes=0A= configure:5070: checking dlfcn.h presence=0A= configure:5085: cc -E conftest.c=0A= configure:5091: $? =3D 0=0A= configure:5105: result: yes=0A= configure:5138: checking for dlfcn.h=0A= configure:5146: result: yes=0A= configure:5275: checking for C++ compiler version=0A= configure:5282: c++ --version >&5=0A= c++ (GCC) 3.4.6 [FreeBSD] 20060305=0A= Copyright (C) 2006 Free Software Foundation, Inc.=0A= This is free software; see the source for copying conditions. There is = NO=0A= warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE.=0A= =0A= configure:5285: $? =3D 0=0A= configure:5292: c++ -v >&5=0A= Using built-in specs.=0A= Configured with: FreeBSD/i386 system compiler=0A= Thread model: posix=0A= gcc version 3.4.6 [FreeBSD] 20060305=0A= configure:5295: $? =3D 0=0A= configure:5302: c++ -V >&5=0A= c++: `-V' option must have argument=0A= configure:5305: $? =3D 1=0A= configure:5308: checking whether we are using the GNU C++ compiler=0A= configure:5337: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cpp >&5=0A= configure:5343: $? =3D 0=0A= configure:5360: result: yes=0A= configure:5365: checking whether c++ accepts -g=0A= configure:5395: c++ -c -g conftest.cpp >&5=0A= configure:5401: $? =3D 0=0A= configure:5500: result: yes=0A= configure:5525: checking dependency style of c++=0A= configure:5616: result: gcc3=0A= configure:5641: checking how to run the C++ preprocessor=0A= configure:5677: c++ -E conftest.cpp=0A= configure:5683: $? =3D 0=0A= configure:5714: c++ -E conftest.cpp=0A= conftest.cpp:21:28: ac_nonexistent.h: No such file or directory=0A= configure:5720: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | #define PACKAGE_NAME "libXxf86dga"=0A= | #define PACKAGE_TARNAME "libXxf86dga"=0A= | #define PACKAGE_VERSION "1.0.2"=0A= | #define PACKAGE_STRING "libXxf86dga 1.0.2"=0A= | #define PACKAGE_BUGREPORT = "https://bugs.freedesktop.org/enter_bug.cgi?product=3Dxorg"=0A= | #define PACKAGE "libXxf86dga"=0A= | #define VERSION "1.0.2"=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:5753: result: c++ -E=0A= configure:5782: c++ -E conftest.cpp=0A= configure:5788: $? =3D 0=0A= configure:5819: c++ -E conftest.cpp=0A= conftest.cpp:21:28: ac_nonexistent.h: No such file or directory=0A= configure:5825: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | #define PACKAGE_NAME "libXxf86dga"=0A= | #define PACKAGE_TARNAME "libXxf86dga"=0A= | #define PACKAGE_VERSION "1.0.2"=0A= | #define PACKAGE_STRING "libXxf86dga 1.0.2"=0A= | #define PACKAGE_BUGREPORT = "https://bugs.freedesktop.org/enter_bug.cgi?product=3Dxorg"=0A= | #define PACKAGE "libXxf86dga"=0A= | #define VERSION "1.0.2"=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:5874: checking for i386-portbld-freebsd6.2-g77=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-xlf=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-f77=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-frt=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-pgf77=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-cf77=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-fort77=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-fl32=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-af77=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-xlf90=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-f90=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-pgf90=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-pghpf=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-epcf90=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-gfortran=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-g95=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-xlf95=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-f95=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-fort=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-ifort=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-ifc=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-efc=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-pgf95=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-lf95=0A= configure:5904: result: no=0A= configure:5874: checking for i386-portbld-freebsd6.2-ftn=0A= configure:5904: result: no=0A= configure:5918: checking for g77=0A= configure:5948: result: no=0A= configure:5918: checking for xlf=0A= configure:5948: result: no=0A= configure:5918: checking for f77=0A= configure:5934: found /usr/bin/f77=0A= configure:5945: result: f77=0A= configure:5975: checking for Fortran 77 compiler version=0A= configure:5982: f77 --version >&5=0A= GNU Fortran (GCC) 3.4.6 [FreeBSD] 20060305=0A= Copyright (C) 2006 Free Software Foundation, Inc.=0A= =0A= GNU Fortran comes with NO WARRANTY, to the extent permitted by law.=0A= You may redistribute copies of GNU Fortran=0A= under the terms of the GNU General Public License.=0A= For more information about these matters, see the file named COPYING=0A= or type the command `info -f g77 Copying'.=0A= configure:5985: $? =3D 0=0A= configure:5992: f77 -v >&5=0A= Using built-in specs.=0A= Configured with: FreeBSD/i386 system compiler=0A= Thread model: posix=0A= gcc version 3.4.6 [FreeBSD] 20060305=0A= configure:5995: $? =3D 0=0A= configure:6002: f77 -V >&5=0A= f77: `-V' option must have argument=0A= configure:6005: $? =3D 1=0A= configure:6013: checking whether we are using the GNU Fortran 77 compiler=0A= configure:6032: f77 -c conftest.F >&5=0A= configure:6038: $? =3D 0=0A= configure:6055: result: yes=0A= configure:6061: checking whether f77 accepts -g=0A= configure:6078: f77 -c -g conftest.f >&5=0A= configure:6084: $? =3D 0=0A= configure:6100: result: yes=0A= configure:6130: checking the maximum length of command line arguments=0A= configure:6239: result: 262144=0A= configure:6250: checking command to parse /usr/bin/nm -B output from cc = object=0A= configure:6355: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:6358: $? =3D 0=0A= configure:6362: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ = ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 = \2/p' \> conftest.nm=0A= configure:6365: $? =3D 0=0A= configure:6417: cc -o conftest -O2 -fno-strict-aliasing -pipe = conftest.c conftstm.o >&5=0A= configure:6420: $? =3D 0=0A= configure:6458: result: ok=0A= configure:6462: checking for objdir=0A= configure:6477: result: .libs=0A= configure:6529: checking for i386-portbld-freebsd6.2-ar=0A= configure:6559: result: no=0A= configure:6569: checking for ar=0A= configure:6585: found /usr/bin/ar=0A= configure:6596: result: ar=0A= configure:6625: checking for i386-portbld-freebsd6.2-ranlib=0A= configure:6655: result: no=0A= configure:6665: checking for ranlib=0A= configure:6681: found /usr/bin/ranlib=0A= configure:6692: result: ranlib=0A= configure:6721: checking for i386-portbld-freebsd6.2-strip=0A= configure:6751: result: no=0A= configure:6761: checking for strip=0A= configure:6777: found /usr/bin/strip=0A= configure:6788: result: strip=0A= configure:7074: checking if cc supports -fno-rtti -fno-exceptions=0A= configure:7092: cc -c -O2 -fno-strict-aliasing -pipe -fno-rtti = -fno-exceptions conftest.c >&5=0A= cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ = but not for C=0A= configure:7096: $? =3D 0=0A= configure:7109: result: no=0A= configure:7124: checking for cc option to produce PIC=0A= configure:7334: result: -fPIC=0A= configure:7342: checking if cc PIC flag -fPIC works=0A= configure:7360: cc -c -O2 -fno-strict-aliasing -pipe -fPIC -DPIC = conftest.c >&5=0A= configure:7364: $? =3D 0=0A= configure:7377: result: yes=0A= configure:7405: checking if cc static flag -static works=0A= configure:7433: result: yes=0A= configure:7443: checking if cc supports -c -o file.o=0A= configure:7464: cc -c -O2 -fno-strict-aliasing -pipe -o = out/conftest2.o conftest.c >&5=0A= configure:7468: $? =3D 0=0A= configure:7490: result: yes=0A= configure:7516: checking whether the cc linker (/usr/bin/ld) supports = shared libraries=0A= configure:8470: result: yes=0A= configure:8491: checking whether -lc should be explicitly linked in=0A= configure:8496: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5=0A= configure:8499: $? =3D 0=0A= configure:8514: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o = conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1=0A= configure:8517: $? =3D 1=0A= configure:8529: result: yes=0A= configure:8537: checking dynamic linker characteristics=0A= configure:9125: result: freebsd6.2 ld.so=0A= configure:9134: checking how to hardcode library paths into programs=0A= configure:9159: result: immediate=0A= configure:9173: checking whether stripping libraries is possible=0A= configure:9178: result: yes=0A= configure:9979: checking if libtool supports shared libraries=0A= configure:9981: result: yes=0A= configure:9984: checking whether to build shared libraries=0A= configure:10005: result: yes=0A= configure:10008: checking whether to build static libraries=0A= configure:10012: result: yes=0A= configure:10104: creating libtool=0A= configure:10692: checking for ld used by c++=0A= configure:10759: result: /usr/bin/ld=0A= configure:10768: checking if the linker (/usr/bin/ld) is GNU ld=0A= configure:10783: result: yes=0A= configure:10834: checking whether the c++ linker (/usr/bin/ld) supports = shared libraries=0A= configure:11768: result: yes=0A= configure:11786: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cpp >&5=0A= configure:11789: $? =3D 0=0A= configure:11908: checking for c++ option to produce PIC=0A= configure:12182: result: -fPIC=0A= configure:12190: checking if c++ PIC flag -fPIC works=0A= configure:12208: c++ -c -O2 -fno-strict-aliasing -pipe -fPIC -DPIC = conftest.cpp >&5=0A= configure:12212: $? =3D 0=0A= configure:12225: result: yes=0A= configure:12253: checking if c++ static flag -static works=0A= configure:12281: result: yes=0A= configure:12291: checking if c++ supports -c -o file.o=0A= configure:12312: c++ -c -O2 -fno-strict-aliasing -pipe -o = out/conftest2.o conftest.cpp >&5=0A= configure:12316: $? =3D 0=0A= configure:12338: result: yes=0A= configure:12364: checking whether the c++ linker (/usr/bin/ld) supports = shared libraries=0A= configure:12389: result: yes=0A= configure:12456: checking dynamic linker characteristics=0A= configure:13044: result: freebsd6.2 ld.so=0A= configure:13053: checking how to hardcode library paths into programs=0A= configure:13078: result: immediate=0A= configure:13604: checking if libtool supports shared libraries=0A= configure:13606: result: yes=0A= configure:13609: checking whether to build shared libraries=0A= configure:13629: result: yes=0A= configure:13632: checking whether to build static libraries=0A= configure:13636: result: yes=0A= configure:13646: checking for f77 option to produce PIC=0A= configure:13856: result: -fPIC=0A= configure:13864: checking if f77 PIC flag -fPIC works=0A= configure:13882: f77 -c -g -O2 -fPIC conftest.f >&5=0A= configure:13886: $? =3D 0=0A= configure:13899: result: yes=0A= configure:13927: checking if f77 static flag -static works=0A= configure:13955: result: yes=0A= configure:13965: checking if f77 supports -c -o file.o=0A= configure:13986: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5=0A= configure:13990: $? =3D 0=0A= configure:14012: result: yes=0A= configure:14038: checking whether the f77 linker (/usr/bin/ld) supports = shared libraries=0A= configure:14972: result: yes=0A= configure:15039: checking dynamic linker characteristics=0A= configure:15627: result: freebsd6.2 ld.so=0A= configure:15636: checking how to hardcode library paths into programs=0A= configure:15661: result: immediate=0A= configure:19226: checking for i386-portbld-freebsd6.2-pkg-config=0A= configure:19259: result: no=0A= configure:19269: checking for pkg-config=0A= configure:19287: found /usr/local/bin/pkg-config=0A= configure:19299: result: /usr/local/bin/pkg-config=0A= configure:19328: checking pkg-config is at least version 0.9.0=0A= configure:19331: result: yes=0A= configure:19342: checking for XXF86DGA=0A= configure:19350: $PKG_CONFIG --exists --print-errors "xproto x11 = xextproto xext xf86dgaproto >=3D 2.0.3"=0A= Requested 'xf86dgaproto >=3D 2.0.3' but version of XF86DGAProto is 2.0.2=0A= configure:19353: $? =3D 1=0A= configure:19368: $PKG_CONFIG --exists --print-errors "xproto x11 = xextproto xext xf86dgaproto >=3D 2.0.3"=0A= Requested 'xf86dgaproto >=3D 2.0.3' but version of XF86DGAProto is 2.0.2=0A= configure:19371: $? =3D 1=0A= Requested 'xf86dgaproto >=3D 2.0.3' but version of XF86DGAProto is 2.0.2=0A= configure:19399: error: Package requirements (xproto x11 xextproto xext = xf86dgaproto >=3D 2.0.3) were not met:=0A= =0A= Requested 'xf86dgaproto >=3D 2.0.3' but version of XF86DGAProto is 2.0.2=0A= =0A= Consider adjusting the PKG_CONFIG_PATH environment variable if you=0A= installed software in a non-standard prefix.=0A= =0A= Alternatively, you may set the environment variables XXF86DGA_CFLAGS=0A= and XXF86DGA_LIBS to avoid the need to call pkg-config.=0A= See the pkg-config man page for more details.=0A= =0A= =0A= ## ---------------- ##=0A= ## Cache variables. ##=0A= ## ---------------- ##=0A= =0A= ac_cv_build=3Di386-portbld-freebsd6.2=0A= ac_cv_c_compiler_gnu=3Dyes=0A= ac_cv_cxx_compiler_gnu=3Dyes=0A= ac_cv_env_CCC_set=3D''=0A= ac_cv_env_CCC_value=3D''=0A= ac_cv_env_CC_set=3Dset=0A= ac_cv_env_CC_value=3Dcc=0A= ac_cv_env_CFLAGS_set=3Dset=0A= ac_cv_env_CFLAGS_value=3D'-O2 -fno-strict-aliasing -pipe '=0A= ac_cv_env_CPPFLAGS_set=3D''=0A= ac_cv_env_CPPFLAGS_value=3D''=0A= ac_cv_env_CPP_set=3D''=0A= ac_cv_env_CPP_value=3D''=0A= ac_cv_env_CXXCPP_set=3D''=0A= ac_cv_env_CXXCPP_value=3D''=0A= ac_cv_env_CXXFLAGS_set=3Dset=0A= ac_cv_env_CXXFLAGS_value=3D'-O2 -fno-strict-aliasing -pipe'=0A= ac_cv_env_CXX_set=3Dset=0A= ac_cv_env_CXX_value=3Dc++=0A= ac_cv_env_F77_set=3D''=0A= ac_cv_env_F77_value=3D''=0A= ac_cv_env_FFLAGS_set=3D''=0A= ac_cv_env_FFLAGS_value=3D''=0A= ac_cv_env_LDFLAGS_set=3D''=0A= ac_cv_env_LDFLAGS_value=3D''=0A= ac_cv_env_LIBS_set=3D''=0A= ac_cv_env_LIBS_value=3D''=0A= ac_cv_env_PKG_CONFIG_set=3D''=0A= ac_cv_env_PKG_CONFIG_value=3D''=0A= ac_cv_env_XXF86DGA_CFLAGS_set=3D''=0A= ac_cv_env_XXF86DGA_CFLAGS_value=3D''=0A= ac_cv_env_XXF86DGA_LIBS_set=3D''=0A= ac_cv_env_XXF86DGA_LIBS_value=3D''=0A= ac_cv_env_build_alias_set=3Dset=0A= ac_cv_env_build_alias_value=3Di386-portbld-freebsd6.2=0A= ac_cv_env_host_alias_set=3Dset=0A= ac_cv_env_host_alias_value=3Di386-portbld-freebsd6.2=0A= ac_cv_env_target_alias_set=3Dset=0A= ac_cv_env_target_alias_value=3Di386-portbld-freebsd6.2=0A= ac_cv_f77_compiler_gnu=3Dyes=0A= ac_cv_header_dlfcn_h=3Dyes=0A= ac_cv_header_inttypes_h=3Dyes=0A= ac_cv_header_memory_h=3Dyes=0A= ac_cv_header_stdc=3Dyes=0A= ac_cv_header_stdint_h=3Dyes=0A= ac_cv_header_stdlib_h=3Dyes=0A= ac_cv_header_string_h=3Dyes=0A= ac_cv_header_strings_h=3Dyes=0A= ac_cv_header_sys_stat_h=3Dyes=0A= ac_cv_header_sys_types_h=3Dyes=0A= ac_cv_header_unistd_h=3Dyes=0A= ac_cv_host=3Di386-portbld-freebsd6.2=0A= ac_cv_objext=3Do=0A= ac_cv_path_EGREP=3D'/usr/bin/grep -E'=0A= ac_cv_path_GREP=3D/usr/bin/grep=0A= ac_cv_path_ac_pt_PKG_CONFIG=3D/usr/local/bin/pkg-config=0A= ac_cv_prog_AWK=3Dnawk=0A= ac_cv_prog_CC=3Dcc=0A= ac_cv_prog_CPP=3D'cc -E'=0A= ac_cv_prog_CXXCPP=3D'c++ -E'=0A= ac_cv_prog_ac_ct_AR=3Dar=0A= ac_cv_prog_ac_ct_F77=3Df77=0A= ac_cv_prog_ac_ct_RANLIB=3Dranlib=0A= ac_cv_prog_ac_ct_STRIP=3Dstrip=0A= ac_cv_prog_cc_c89=3D''=0A= ac_cv_prog_cc_g=3Dyes=0A= ac_cv_prog_cxx_g=3Dyes=0A= ac_cv_prog_f77_g=3Dyes=0A= ac_cv_prog_make_make_set=3Dyes=0A= am_cv_CC_dependencies_compiler_type=3Dgcc3=0A= am_cv_CXX_dependencies_compiler_type=3Dgcc3=0A= lt_cv_deplibs_check_method=3Dpass_all=0A= lt_cv_file_magic_cmd=3D'$MAGIC_CMD'=0A= lt_cv_file_magic_test_file=3D''=0A= lt_cv_ld_reload_flag=3D-r=0A= lt_cv_objdir=3D.libs=0A= lt_cv_path_LD=3D/usr/bin/ld=0A= lt_cv_path_LDCXX=3D/usr/bin/ld=0A= lt_cv_path_NM=3D'/usr/bin/nm -B'=0A= lt_cv_path_SED=3D/usr/bin/sed=0A= lt_cv_prog_compiler_c_o=3Dyes=0A= lt_cv_prog_compiler_c_o_CXX=3Dyes=0A= lt_cv_prog_compiler_c_o_F77=3Dyes=0A= lt_cv_prog_compiler_rtti_exceptions=3Dno=0A= lt_cv_prog_gnu_ld=3Dyes=0A= lt_cv_prog_gnu_ldcxx=3Dyes=0A= lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[ = ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 = \2/p'\'''=0A= lt_cv_sys_global_symbol_to_c_name_address=3D'sed -n -e '\''s/^: \([^ = ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ = ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''=0A= lt_cv_sys_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .* \(.*\)$/extern = int \1;/p'\'''=0A= lt_cv_sys_max_cmd_len=3D262144=0A= lt_lt_cv_prog_compiler_c_o=3D'"yes"'=0A= lt_lt_cv_prog_compiler_c_o_CXX=3D'"yes"'=0A= lt_lt_cv_prog_compiler_c_o_F77=3D'"yes"'=0A= lt_lt_cv_sys_global_symbol_pipe=3D'"sed -n -e '\''s/^.*[ = ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ = ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'=0A= lt_lt_cv_sys_global_symbol_to_c_name_address=3D'"sed -n -e '\''s/^: = \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] = \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'=0A= lt_lt_cv_sys_global_symbol_to_cdecl=3D'"sed -n -e '\''s/^. .* = \\(.*\\)\$/extern int \\1;/p'\''"'=0A= =0A= ## ----------------- ##=0A= ## Output variables. ##=0A= ## ----------------- ##=0A= =0A= ACLOCAL=3D'${SHELL} = /usr/ports/x11/libXxf86dga/work/libXxf86dga-1.0.2/missing --run = aclocal-1.10'=0A= ADMIN_MAN_DIR=3D''=0A= ADMIN_MAN_SUFFIX=3D''=0A= AMDEPBACKSLASH=3D'\'=0A= AMDEP_FALSE=3D'#'=0A= AMDEP_TRUE=3D''=0A= AMTAR=3D'${SHELL} = /usr/ports/x11/libXxf86dga/work/libXxf86dga-1.0.2/missing --run tar'=0A= APP_MAN_DIR=3D''=0A= APP_MAN_SUFFIX=3D''=0A= AR=3D'ar'=0A= AUTOCONF=3D'${SHELL} = /usr/ports/x11/libXxf86dga/work/libXxf86dga-1.0.2/missing --run autoconf'=0A= AUTOHEADER=3D'${SHELL} = /usr/ports/x11/libXxf86dga/work/libXxf86dga-1.0.2/missing --run = autoheader'=0A= AUTOMAKE=3D'${SHELL} = /usr/ports/x11/libXxf86dga/work/libXxf86dga-1.0.2/missing --run = automake-1.10'=0A= AWK=3D'nawk'=0A= CC=3D'cc'=0A= CCDEPMODE=3D'depmode=3Dgcc3'=0A= CFLAGS=3D'-O2 -fno-strict-aliasing -pipe '=0A= CPP=3D'cc -E'=0A= CPPFLAGS=3D''=0A= CXX=3D'c++'=0A= CXXCPP=3D'c++ -E'=0A= CXXDEPMODE=3D'depmode=3Dgcc3'=0A= CXXFLAGS=3D'-O2 -fno-strict-aliasing -pipe'=0A= CYGPATH_W=3D'echo'=0A= DEFS=3D''=0A= DEPDIR=3D'.deps'=0A= DRIVER_MAN_DIR=3D''=0A= DRIVER_MAN_SUFFIX=3D''=0A= ECHO=3D'echo'=0A= ECHO_C=3D''=0A= ECHO_N=3D'-n'=0A= ECHO_T=3D''=0A= EGREP=3D'/usr/bin/grep -E'=0A= EXEEXT=3D''=0A= F77=3D'f77'=0A= FFLAGS=3D'-g -O2'=0A= FILE_MAN_DIR=3D''=0A= FILE_MAN_SUFFIX=3D''=0A= GREP=3D'/usr/bin/grep'=0A= INSTALL_DATA=3D'install -o root -g wheel -m 444'=0A= INSTALL_PROGRAM=3D'install -s -o root -g wheel -m 555'=0A= INSTALL_SCRIPT=3D'install -o root -g wheel -m 555'=0A= INSTALL_STRIP_PROGRAM=3D'$(install_sh) -c -s'=0A= LDFLAGS=3D''=0A= LIBOBJS=3D''=0A= LIBS=3D''=0A= LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool'=0A= LIB_MAN_DIR=3D''=0A= LIB_MAN_SUFFIX=3D''=0A= LN_S=3D'ln -s'=0A= LTLIBOBJS=3D''=0A= MAINT=3D'#'=0A= MAINTAINER_MODE_FALSE=3D''=0A= MAINTAINER_MODE_TRUE=3D'#'=0A= MAKEINFO=3D'${SHELL} = /usr/ports/x11/libXxf86dga/work/libXxf86dga-1.0.2/missing --run makeinfo'=0A= MALLOC_ZERO_CFLAGS=3D''=0A= MISC_MAN_DIR=3D''=0A= MISC_MAN_SUFFIX=3D''=0A= OBJEXT=3D'o'=0A= PACKAGE=3D'libXxf86dga'=0A= PACKAGE_BUGREPORT=3D'https://bugs.freedesktop.org/enter_bug.cgi?product=3D= xorg'=0A= PACKAGE_NAME=3D'libXxf86dga'=0A= PACKAGE_STRING=3D'libXxf86dga 1.0.2'=0A= PACKAGE_TARNAME=3D'libXxf86dga'=0A= PACKAGE_VERSION=3D'1.0.2'=0A= PATH_SEPARATOR=3D':'=0A= PKG_CONFIG=3D'/usr/local/bin/pkg-config'=0A= RANLIB=3D'ranlib'=0A= SET_MAKE=3D''=0A= SHELL=3D'/bin/sh'=0A= STRIP=3D'strip'=0A= VERSION=3D'1.0.2'=0A= XMALLOC_ZERO_CFLAGS=3D''=0A= XTMALLOC_ZERO_CFLAGS=3D''=0A= XXF86DGA_CFLAGS=3D''=0A= XXF86DGA_LIBS=3D''=0A= ac_ct_CC=3D''=0A= ac_ct_CXX=3D''=0A= ac_ct_F77=3D'f77'=0A= am__fastdepCC_FALSE=3D'#'=0A= am__fastdepCC_TRUE=3D''=0A= am__fastdepCXX_FALSE=3D'#'=0A= am__fastdepCXX_TRUE=3D''=0A= am__include=3D'include'=0A= am__isrc=3D''=0A= am__leading_dot=3D'.'=0A= am__quote=3D''=0A= am__tar=3D'${AMTAR} chof - "$$tardir"'=0A= am__untar=3D'${AMTAR} xf -'=0A= bindir=3D'${exec_prefix}/bin'=0A= build=3D'i386-portbld-freebsd6.2'=0A= build_alias=3D'i386-portbld-freebsd6.2'=0A= build_cpu=3D'i386'=0A= build_os=3D'freebsd6.2'=0A= build_vendor=3D'portbld'=0A= datadir=3D'${datarootdir}'=0A= datarootdir=3D'${prefix}/share'=0A= docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}'=0A= dvidir=3D'${docdir}'=0A= exec_prefix=3D'NONE'=0A= host=3D'i386-portbld-freebsd6.2'=0A= host_alias=3D'i386-portbld-freebsd6.2'=0A= host_cpu=3D'i386'=0A= host_os=3D'freebsd6.2'=0A= host_vendor=3D'portbld'=0A= htmldir=3D'${docdir}'=0A= includedir=3D'${prefix}/include'=0A= infodir=3D'/usr/local/info/'=0A= install_sh=3D'$(SHELL) = /usr/ports/x11/libXxf86dga/work/libXxf86dga-1.0.2/install-sh'=0A= libdir=3D'${exec_prefix}/lib'=0A= libexecdir=3D'${exec_prefix}/libexec'=0A= localedir=3D'${datarootdir}/locale'=0A= localstatedir=3D'${prefix}/var'=0A= mandir=3D'/usr/local/man'=0A= mkdir_p=3D'$(top_builddir)/./install-sh -c -d'=0A= oldincludedir=3D'/usr/include'=0A= pdfdir=3D'${docdir}'=0A= prefix=3D'/usr/local'=0A= program_transform_name=3D's,x,x,'=0A= psdir=3D'${docdir}'=0A= sbindir=3D'${exec_prefix}/sbin'=0A= sharedstatedir=3D'${prefix}/com'=0A= sysconfdir=3D'${prefix}/etc'=0A= target_alias=3D'i386-portbld-freebsd6.2'=0A= =0A= ## ----------- ##=0A= ## confdefs.h. ##=0A= ## ----------- ##=0A= =0A= #define PACKAGE_NAME "libXxf86dga"=0A= #define PACKAGE_TARNAME "libXxf86dga"=0A= #define PACKAGE_VERSION "1.0.2"=0A= #define PACKAGE_STRING "libXxf86dga 1.0.2"=0A= #define PACKAGE_BUGREPORT = "https://bugs.freedesktop.org/enter_bug.cgi?product=3Dxorg"=0A= #define PACKAGE "libXxf86dga"=0A= #define VERSION "1.0.2"=0A= #define STDC_HEADERS 1=0A= #define HAVE_SYS_TYPES_H 1=0A= #define HAVE_SYS_STAT_H 1=0A= #define HAVE_STDLIB_H 1=0A= #define HAVE_STRING_H 1=0A= #define HAVE_MEMORY_H 1=0A= #define HAVE_STRINGS_H 1=0A= #define HAVE_INTTYPES_H 1=0A= #define HAVE_STDINT_H 1=0A= #define HAVE_UNISTD_H 1=0A= #define HAVE_DLFCN_H 1=0A= =0A= configure: exit 1=0A= ------=_NextPart_000_46A2_01C80B19.C6561F80 Content-Type: text/plain; name="var_db_pkg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="var_db_pkg.txt" apache-2.0.61_2 autoconf-2.59_2 autoconf-2.61_2 autoconf-wrapper-20070404 bash-3.2.25 bigreqsproto-1.0.2 compositeproto-0.4 cups-base-1.3.3 cvsup-without-gui-16.1h_3 damageproto-1.1.0_2 db41-4.1.25_4 dmxproto-2.2.2 evieext-1.0.2 expat-2.0.0_1 ezm3-1.2_1 fixesproto-4.0 fontcacheproto-0.1.2 fontconfig-2.4.2_2,1 fontsproto-2.0.2 freetds-msdblib-0.64_1 freetype2-2.2.1_2 gettext-0.16.1_3 glib-2.12.13 gmake-3.81_2 gnuls-4.1 gnutls-1.6.3 help2man-1.36.4_1 inputproto-1.4.2.1 jpeg-6b_4 kbproto-1.0.3 libFS-1.0.0 libICE-1.0.4,1 libSM-1.0.3,1 libX11-1.1.3,1 libXScrnSaver-1.1.2 libXTrap-1.0.0 libXau-1.0.3_2 libXaw-1.0.4,1 libXcomposite-0.4.0,1 libXcursor-1.1.9 libXdamage-1.1.1 libXdmcp-1.0.2 libXevie-1.0.2 libXext-1.0.3,1 libXfixes-4.0.3 libXfont-1.3.1,1 libXfontcache-1.0.4 libXft-2.1.12 libXi-1.1.3,1 libXinerama-1.0.2,1 libXmu-1.0.3,1 libXp-1.0.0,1 libXpm-3.5.7 libXprintAppUtil-1.0.1 libXprintUtil-1.0.1 libXrandr-1.2.2 libXrender-0.9.4 libXres-1.0.3_2 libXt-1.0.5 libXtst-1.0.3 libXv-1.0.3,1 libXvMC-1.0.4 libXxf86dga-1.0.1 libXxf86misc-1.0.1 libXxf86vm-1.0.1 libdmx-1.0.2 libexecinfo-1.1_1 libfontenc-1.0.4 libgcrypt-1.2.4_1 libgpg-error-1.4_1 libiconv-1.9.2_2 libltdl-1.5.22_2 libmcrypt-2.5.8 liboldX-1.0.1 libtool-1.5.22_4 libxkbfile-1.0.4 libxkbui-1.0.2 libxml2-2.6.30 m4-1.4.9,1 mc-4.6.1_6 mysql-client-5.0.45_1 mysql-server-5.0.45_1 nmap-4.20_1 openldap-client-2.3.38 openssl-0.9.8e_1 p5-Authen-PAM-0.16_1 p5-Net-SSLeay-1.30_1 p5-gettext-1.05_1 pcre-7.3 pdflib-7.0.2 pecl-filter-0.11.0 pecl-hash-1.5 pecl-json-1.2.1 pecl-pdflib-2.1.4 pecl-zip-1.9.0 perl-5.8.8 php5-5.2.4_1 php5-bz2-5.2.4_1 php5-ctype-5.2.4_1 php5-dba-5.2.4_1 php5-dom-5.2.4_1 php5-extensions-1.1 php5-ftp-5.2.4_1 php5-gd-5.2.4_1 php5-gettext-5.2.4_1 php5-iconv-5.2.4_1 php5-mbstring-5.2.4_1 php5-mcrypt-5.2.4_1 php5-mssql-5.2.4_1 php5-mysql-5.2.4_1 php5-mysqli-5.2.4_1 php5-odbc-5.2.4_1 php5-openssl-5.2.4_1 php5-pcre-5.2.4_1 php5-pdo-5.2.4_1 php5-pdo_sqlite-5.2.4_1 php5-pgsql-5.2.4_1 php5-posix-5.2.4_4 php5-session-5.2.4_1 php5-simplexml-5.2.4_1 php5-spl-5.2.4_1 php5-sqlite-5.2.4_1 php5-tokenizer-5.2.4_1 php5-xml-5.2.4_1 php5-xmlreader-5.2.4_1 php5-xmlwriter-5.2.4_1 php5-zlib-5.2.4_1 phpMyAdmin-2.11.1 pkg-config-0.22 pkgdb.db png-1.2.18 popt-1.7_4 portaudit-0.5.11 portupgrade-2.3.1,2 postgresql-client-7.4.18 printproto-1.0.3 randrproto-1.2.1 recordproto-1.13.2 renderproto-0.9.2 resourceproto-1.0.2 ruby-1.8.6,1 ruby18-bdb-0.6.0 samba-3.0.26a_1,1 scrnsaverproto-1.1.0 t1lib-5.1.1_2,1 tiff-3.8.2_1 trapproto-3.4.3 unixODBC-2.2.12_1 videoproto-2.2.2 vsftpd-ssl-2.0.5 webmin-1.370_2 wput-0.5 xcmiscproto-1.1.2 xextproto-7.0.2 xf86bigfontproto-1.1.2 xf86dgaproto-2.0.2 xf86miscproto-0.9.2 xf86vidmodeproto-2.2.2 xineramaproto-1.1.2 xorg-libraries-7.2_1 xproto-7.0.10 xtrans-1.0.4 ------=_NextPart_000_46A2_01C80B19.C6561F80-- From owner-freebsd-x11@FreeBSD.ORG Wed Oct 10 15:59:11 2007 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9206816A418 for ; Wed, 10 Oct 2007 15:59:11 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.freebsd.org (Postfix) with ESMTP id 49E2813C4B0 for ; Wed, 10 Oct 2007 15:59:11 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp6-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp6-g19.free.fr (Postfix) with ESMTP id 6364F2DEABA; Wed, 10 Oct 2007 17:59:10 +0200 (CEST) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by smtp6-g19.free.fr (Postfix) with ESMTP id 1DF7B2DEA82; Wed, 10 Oct 2007 17:59:09 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 1B0AF11F69; Wed, 10 Oct 2007 17:59:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NRec9h48wQ1W; Wed, 10 Oct 2007 17:59:04 +0200 (CEST) Received: from [193.95.134.156] (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 817571160B; Wed, 10 Oct 2007 17:59:03 +0200 (CEST) From: Florent Thoumie To: "silmar.oliveira" In-Reply-To: <46a701c80b32$ebf484c0$240810ac@semti.acgov.ac.gov.br> References: <46a701c80b32$ebf484c0$240810ac@semti.acgov.ac.gov.br> Content-Type: text/plain Date: Wed, 10 Oct 2007 16:59:02 +0100 Message-Id: <1192031942.64968.10.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: x11@FreeBSD.org Subject: Re: error - portupgrade -r libXxf86dga 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: Wed, 10 Oct 2007 15:59:11 -0000 On Wed, 2007-10-10 at 08:44 -0300, silmar.oliveira wrote: > Requested 'xf86dgaproto >= 2.0.3' but version of XF86DGAProto is 2.0.2 There it is. You used portupgrade without -R as mentioned in UPDATING. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-x11@FreeBSD.ORG Wed Oct 10 16:39:27 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D116016A477 for ; Wed, 10 Oct 2007 16:39:27 +0000 (UTC) (envelope-from doug@polands.org) Received: from ms-smtp-03.rdc-kc.rr.com (ms-smtp-03.rdc-kc.rr.com [24.94.166.129]) by mx1.freebsd.org (Postfix) with ESMTP id 831B013C4D3 for ; Wed, 10 Oct 2007 16:39:26 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by ms-smtp-03.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l9AFlrGC014667 for ; Wed, 10 Oct 2007 10:47:54 -0500 (CDT) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l9AFs9JG058838 for ; Wed, 10 Oct 2007 10:54:09 -0500 (CDT) (envelope-from doug@polands.org) Received: from 208.49.58.254 (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Wed, 10 Oct 2007 10:54:09 -0500 (CDT) Message-ID: <37883.208.49.58.254.1192031649.squirrel@email.polands.org> Date: Wed, 10 Oct 2007 10:54:09 -0500 (CDT) From: "Doug Poland" To: freebsd-x11@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: ClamAV 0.88.4/4521/Wed Oct 10 02:58:01 2007 on corinth.polands.org X-Virus-Status: Clean Subject: Need help getting Xinerama working on Xorg 7.3 / Intel 945GM 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: Wed, 10 Oct 2007 16:39:27 -0000 Hello, I'm unable to get Xinerama working on the following configuration: Computer: Compaq nx7400 OS: FreeBSD 6.2-STABLE i386, SMP kernel Video: Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller 915Res: i915resolution_enable="YES" i915resolution_modes="3c 4d 5c" i915resolution_width="1680" i915resolution_height="1050" Xorg ver: xorg-7.3_1 Xorg drv: Driver "vesa" WindowMgr:windowmaker-0.92.0_3 I've configured my xorg.conf correctly, but when I startx, nothing displays on the external monitor (Planar PL1700). In fact, the monitor displays "No Signal". Just a bit of background, I've successfully configured Xinerama (and nView) on a number of boxes in the past. But I'm being vexed on this particular laptop that is currently running Xorg in single head. I'd be glad to supply my xorg.conf and/or Xorg.0.log if necessary and any help is greatly appreciated. -- Regards, Doug From owner-freebsd-x11@FreeBSD.ORG Wed Oct 10 17:24:09 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3479516A46D; Wed, 10 Oct 2007 17:24:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 033FA13C4BD; Wed, 10 Oct 2007 17:24:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9AHO8hv006953; Wed, 10 Oct 2007 17:24:08 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9AHO8tv006949; Wed, 10 Oct 2007 17:24:08 GMT (envelope-from miwi) Date: Wed, 10 Oct 2007 17:24:08 GMT Message-Id: <200710101724.l9AHO8tv006949@freefall.freebsd.org> To: coumarin@gmail.com, miwi@FreeBSD.org, freebsd-x11@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/112893: games/ppracer - problems with OpenGL and Xorg 7.2 (i810 driver) 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: Wed, 10 Oct 2007 17:24:09 -0000 Synopsis: games/ppracer - problems with OpenGL and Xorg 7.2 (i810 driver) State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Wed Oct 10 17:24:08 UTC 2007 State-Changed-Why: Works now with xorg 7.3 Thanks for your report. http://www.freebsd.org/cgi/query-pr.cgi?pr=112893 From owner-freebsd-x11@FreeBSD.ORG Thu Oct 11 04:44:24 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E950E16A418 for ; Thu, 11 Oct 2007 04:44:24 +0000 (UTC) (envelope-from jejaifejr@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id C839213C458 for ; Thu, 11 Oct 2007 04:44:24 +0000 (UTC) (envelope-from jejaifejr@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so497830waf for ; Wed, 10 Oct 2007 21:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=hRno85OE7Fzk08+K00li9HRO9WRNbTJoyaySeG6blcM=; b=cZt0+qPVk7MyR265mJag0VUQI28A1FMyXxRwcXsPR+2azahSb1d2G0dLVBbgYM8SwKd688PnSOG53MpmNZHVoVrGqoNZbr7/73vF2fhehldobDb2tIEaRcvbep3YZZbmmu9O9uQJ9Sv/CvARmJ2Bo+g08zEJqWIDHqWx9/nC7FE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OMp0414hGV1VzbKlFgo/0j1kZvGKixTi1VnfRUYrPYNIo17uj8eFe8JqCxiRE11OFdEuB0hm2eKtANvwuRNGMkrVeY1o+1HN1dB/ubIBIydxQh4sKA2a4NlWVECMxjVWjq0Kj4E76AJS3B/PWI2jah99N1kzY4tTed9LNLBmg88= Received: by 10.114.95.1 with SMTP id s1mr1656365wab.1192076307709; Wed, 10 Oct 2007 21:18:27 -0700 (PDT) Received: by 10.114.106.16 with HTTP; Wed, 10 Oct 2007 21:18:27 -0700 (PDT) Message-ID: Date: Wed, 10 Oct 2007 23:18:27 -0500 From: "John Ejaife" To: "X11 Freebsd" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: only one button works on USB optical trackball. 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, 11 Oct 2007 04:44:25 -0000 Hello, When I enter X Windows, I can only one button does anything which is the TWM 'iconify'-'exit' menu option, when I click the left trackball button. I have to ctrl-alt-backspace to close out of Xwindows. In dmesg, the mouse comes up as ums0: Microsoft Microsoft Trackball Optical\M-., rev 1.10/1.21, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. In Xconfig, my mouse settings are Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/ums0" I've tried adding the Option "Buttons" "7" Option "ZaxisMapping" "4 5" but neither of these have worked. In rc.conf, I have usbd_enable="NO" I have also tried the with and with out the xmodmap command xmodmap -e "pointer 1 2 3 6 7 4 5 8 9 10 11" which I've either placed in .xsession, or typed in an xterminal window, but for the life of me, I can only seem to get one mouse button to work. From owner-freebsd-x11@FreeBSD.ORG Thu Oct 11 09:39:52 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DB1916A419 for ; Thu, 11 Oct 2007 09:39:52 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 2FA3013C45B for ; Thu, 11 Oct 2007 09:39:51 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by nf-out-0910.google.com with SMTP id b2so414047nfb for ; Thu, 11 Oct 2007 02:39:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; bh=mhmcMe/Ly5Josavp01MH7oVZ/anpTyYyRGMmCBt/TRY=; b=jtXHC/QobIzh/62HaSbH6BEuV5VIW2ppXSyLQYbd2L8VvOlSULU+ARC/QaJi9EvUe59o5OH8tERT1tI8/2I8VIMQ3AjvL4GhM3zswIbiTCZp11kTUEWbFqHGSx5MKioQFUvd38LsxUpSKRqBIZBHVoC5tAx52qrY4kPjD2rZ7MA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=R+nizxAFM5rXLNao1CBtVMlK/Rot21cVYYxamyQEAlWC8lx6woIePNwRnKV+6mz9VtKvEFg8i8xJA/LOheW4OzoTjspJSMFdij0ANZPGbrS/SfGEZJB3AD+rfNIiN55bA5pT6HV3SSCvildZPOtx3b6qMwwQzaAvXkd0SlTyd14= Received: by 10.78.170.6 with SMTP id s6mr1221695hue.1192095590173; Thu, 11 Oct 2007 02:39:50 -0700 (PDT) Received: from ?127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTPS id c4sm2831204nfi.2007.10.11.02.39.47 (version=SSLv3 cipher=RC4-MD5); Thu, 11 Oct 2007 02:39:48 -0700 (PDT) From: Tom Evans To: Doug Poland In-Reply-To: <37883.208.49.58.254.1192031649.squirrel@email.polands.org> References: <37883.208.49.58.254.1192031649.squirrel@email.polands.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Ne58DsQjZrj6BLPQIftj" Date: Thu, 11 Oct 2007 10:39:46 +0100 Message-Id: <1192095586.1677.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: freebsd-x11@freebsd.org Subject: Re: Need help getting Xinerama working on Xorg 7.3 / Intel 945GM 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, 11 Oct 2007 09:39:52 -0000 --=-Ne58DsQjZrj6BLPQIftj Content-Type: multipart/mixed; boundary="=-fTArzYOOjaeHQep0bvQJ" --=-fTArzYOOjaeHQep0bvQJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2007-10-10 at 10:54 -0500, Doug Poland wrote: > Hello, >=20 > I'm unable to get Xinerama working on the following configuration: >=20 > Computer: Compaq nx7400 > OS: FreeBSD 6.2-STABLE i386, SMP kernel > Video: Mobile 945GM/GMS, 943/940GML Express Integrated Graphics > Controller > 915Res: i915resolution_enable=3D"YES" > i915resolution_modes=3D"3c 4d 5c" > i915resolution_width=3D"1680" > i915resolution_height=3D"1050" > Xorg ver: xorg-7.3_1 > Xorg drv: Driver "vesa" > WindowMgr:windowmaker-0.92.0_3 >=20 >=20 > I've configured my xorg.conf correctly, but when I startx, nothing > displays on the external monitor (Planar PL1700). In fact, the > monitor displays "No Signal". >=20 > Just a bit of background, I've successfully configured Xinerama (and > nView) on a number of boxes in the past. But I'm being vexed on this > particular laptop that is currently running Xorg in single head. >=20 > I'd be glad to supply my xorg.conf and/or Xorg.0.log if necessary and > any help is greatly appreciated. >=20 I'd recommend using the i810 driver, which worked well with my i945, or preferably, xf86-video-intel-2.1 . To do this, update your ports and install x11-drivers/xf86-video-intel. Version 2.0 and above of the driver correctly supports modesetting, so you no longer require 915resolution to patch the graphics bios. Change Driver from 'vesa' to 'intel' in your xorg.conf. I've attached my xinerama dualhead config from my laptop, see if that helps= .=20 Tom --=-fTArzYOOjaeHQep0bvQJ Content-Disposition: attachment; filename=dual-head-home.xorg.conf Content-Type: text/plain; name=dual-head-home.xorg.conf; charset=UTF-8 Content-Transfer-Encoding: base64 U2VjdGlvbiAiU2VydmVyTGF5b3V0Ig0KCUlkZW50aWZpZXIgICAgICJYLm9yZyBDb25maWd1cmVk Ig0KCVNjcmVlbiAgICAgIDAgICJTY3JlZW4wIiAwIDANCiAgICBTY3JlZW4gICAgICAxICAiSG9t ZVRGVCIgTGVmdE9mICJTY3JlZW4wIg0KCUlucHV0RGV2aWNlICAgICJNb3VzZTAiICJDb3JlUG9p bnRlciINCglJbnB1dERldmljZSAgICAiS2V5Ym9hcmQwIiAiQ29yZUtleWJvYXJkIg0KRW5kU2Vj dGlvbg0KDQpTZWN0aW9uICJGaWxlcyINCglSZ2JQYXRoICAgICAgIi91c3IvWDExUjYvbGliL1gx MS9yZ2IiDQoJTW9kdWxlUGF0aCAgICIvdXNyL1gxMVI2L2xpYi9tb2R1bGVzIg0KCUZvbnRQYXRo ICAgICAiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL21pc2MvIg0KCUZvbnRQYXRoICAgICAiL3Vz ci9YMTFSNi9saWIvWDExL2ZvbnRzL1RURi8iDQoJRm9udFBhdGggICAgICIvdXNyL1gxMVI2L2xp Yi9YMTEvZm9udHMvVHlwZTEvIg0KCUZvbnRQYXRoICAgICAiL3Vzci9YMTFSNi9saWIvWDExL2Zv bnRzL0NJRC8iDQoJRm9udFBhdGggICAgICIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvNzVkcGkv Ig0KCUZvbnRQYXRoICAgICAiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzLzEwMGRwaS8iDQogICAg Rm9udFBhdGggICAgICIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvdGV4Y20tdHRmLyINCiAgICBG b250UGF0aCAgICAgIi91c3IvWDExUjYvbGliL1gxMS9mb250cy9tYXRoZm9udHMvIg0KICAgIEZv bnRQYXRoICAgICAiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL2JpdHN0cmVhbS12ZXJhLyINCiAg ICBGb250UGF0aCAgICAgIi91c3IvWDExUjYvbGliL1gxMS9mb250cy9mcmVlZm9udC10dGYvIg0K RW5kU2VjdGlvbg0KDQpTZWN0aW9uICJNb2R1bGUiDQoJTG9hZCAgImRiZSINCglMb2FkICAiZHJp Ig0KCUxvYWQgICJleHRtb2QiDQoJTG9hZCAgImdseCINCglMb2FkICAicmVjb3JkIg0KCUxvYWQg ICJ4dHJhcCINCglMb2FkICAiZnJlZXR5cGUiDQoJTG9hZCAgInR5cGUxIg0KRW5kU2VjdGlvbg0K DQpTZWN0aW9uICJJbnB1dERldmljZSINCglJZGVudGlmaWVyICAiS2V5Ym9hcmQwIg0KCURyaXZl ciAgICAgICJrYmQiDQoJT3B0aW9uICJDb3JlS2V5Ym9hcmQiDQoJT3B0aW9uICJYa2JSdWxlcyIg InhvcmciDQoJT3B0aW9uICJYa2JNb2RlbCIgInBjMTA1Ig0KCU9wdGlvbiAiWGtiTGF5b3V0IiAi Z2IiDQpFbmRTZWN0aW9uDQoNClNlY3Rpb24gIklucHV0RGV2aWNlIg0KCUlkZW50aWZpZXIgICJN b3VzZTAiDQoJRHJpdmVyICAgICAgIm1vdXNlIg0KCU9wdGlvbgkgICAgIlByb3RvY29sIiAiYXV0 byINCglPcHRpb24JICAgICJEZXZpY2UiICIvZGV2L3N5c21vdXNlIg0KICAgICNPcHRpb24gICAg ICAiQnV0dG9ucyIgIjEwIg0KCSNPcHRpb24JICAgICJaQXhpc01hcHBpbmciICI5IDEwIg0KRW5k U2VjdGlvbg0KDQpTZWN0aW9uICJNb25pdG9yIg0KCUlkZW50aWZpZXIgICAiTW9uaXRvcjAiDQoJ VmVuZG9yTmFtZSAgICJNb25pdG9yIFZlbmRvciINCglNb2RlbE5hbWUgICAgIk1vbml0b3IgTW9k ZWwiDQpFbmRTZWN0aW9uDQoNClNlY3Rpb24gIk1vbml0b3IiDQogICAgSWRlbnRpZmllciAiSG9t ZVRGVE1vbiINCiAgICBNb2RlTGluZSAiMTY4MHgxMDUwIiAxNDYuMCAxNjgwIDE3ODQgMTk2MCAy MjQwIDEwNTAgMTA1MyAxMDU5IDEwODkNCiAgICAjSG9yaXpTeW5jICA2NC02NA0KICAgICNWZXJ0 UmVmcmVzaCA2MC02MA0KRW5kU2VjdGlvbg0KDQpTZWN0aW9uICJEZXZpY2UiDQogICAgICAgICMj IyBBdmFpbGFibGUgRHJpdmVyIG9wdGlvbnMgYXJlOi0NCiAgICAgICAgIyMjIFZhbHVlczogPGk+ OiBpbnRlZ2VyLCA8Zj46IGZsb2F0LCA8Ym9vbD46ICJUcnVlIi8iRmFsc2UiLA0KICAgICAgICAj IyMgPHN0cmluZz46ICJTdHJpbmciLCA8ZnJlcT46ICI8Zj4gSHova0h6L01IeiINCiAgICAgICAg IyMjIFthcmddOiBhcmcgb3B0aW9uYWwNCiAgICAgICAgI09wdGlvbiAgICAgIlNoYWRvd0ZCIiAg ICAgICAgICAgCSMgWzxib29sPl0NCiAgICAgICAgI09wdGlvbiAgICAgIkRlZmF1bHRSZWZyZXNo IiAgICAgCSMgWzxib29sPl0NCiAgICAgICAgI09wdGlvbiAgICAgIk1vZGVTZXRDbGVhclNjcmVl biIgCSMgWzxib29sPl0NCglJZGVudGlmaWVyICAiQ2FyZDAiDQoJRHJpdmVyICAgICAgImludGVs Ig0KCVZlbmRvck5hbWUgICJJbnRlbCBDb3Jwb3JhdGlvbiINCglCb2FyZE5hbWUgICAiTW9iaWxl IEludGVncmF0ZWQgR3JhcGhpY3MgQ29udHJvbGxlciINCglCdXNJRCAgICAgICAiUENJOjA6Mjow Ig0KICAgIE9wdGlvbiAgICAgICJEUkkiICAgInRydWUiDQogICAgT3B0aW9uICAgICAgIk1vbml0 b3JMYXlvdXQiICJDUlQsTEZQIg0KICAgIFNjcmVlbiAgICAgIDANCkVuZFNlY3Rpb24NCg0KU2Vj dGlvbiAiRGV2aWNlIg0KICAgIElkZW50aWZpZXIgIkNhcmQxIg0KICAgIERyaXZlciAgICAgICJp bnRlbCINCiAgICBCdXNJRCAgICAgICAiUENJOjA6MjowIg0KICAgIE9wdGlvbiAgICAgICJEUkki ICAgInRydWUiDQogICAgT3B0aW9uICAgICAgIk1vbml0b3JMYXlvdXQiICJDUlQsTEZQIg0KICAg IFNjcmVlbiAgICAgIDENCkVuZFNlY3Rpb24NCg0KDQpTZWN0aW9uICJTY3JlZW4iDQoJSWRlbnRp ZmllciAiU2NyZWVuMCINCglEZXZpY2UgICAgICJDYXJkMCINCglNb25pdG9yICAgICJNb25pdG9y MCINCglTdWJTZWN0aW9uICJEaXNwbGF5Ig0KCQlWaWV3cG9ydCAgIDAgMA0KCQlEZXB0aCAgICAg MTYNCgkJTW9kZXMgIjE0MDB4MTA1MCINCglFbmRTdWJTZWN0aW9uDQoJU3ViU2VjdGlvbiAiRGlz cGxheSINCgkJVmlld3BvcnQgICAwIDANCgkJRGVwdGggICAgIDI0DQoJCU1vZGVzICIxNDAweDEw NTAiDQoJRW5kU3ViU2VjdGlvbg0KCVN1YlNlY3Rpb24gIkRpc3BsYXkiDQoJCVZpZXdwb3J0ICAg MCAwDQoJCURlcHRoICAgICAzMg0KCQlNb2RlcyAiMTQwMHgxMDUwIg0KCUVuZFN1YlNlY3Rpb24N CkVuZFNlY3Rpb24NCg0KU2VjdGlvbiAiU2NyZWVuIg0KICAgIElkZW50aWZpZXIgIkhvbWVURlQi DQogICAgRGV2aWNlICJDYXJkMSINCiAgICBNb25pdG9yICJIb21lVEZUTW9uIg0KCVN1YlNlY3Rp b24gIkRpc3BsYXkiDQoJCURlcHRoICAgICAxNg0KCQlNb2RlcyAiMTY4MHgxMDUwIg0KCUVuZFN1 YlNlY3Rpb24NCglTdWJTZWN0aW9uICJEaXNwbGF5Ig0KCQlEZXB0aCAgICAgMjQNCgkJTW9kZXMg IjE2ODB4MTA1MCINCglFbmRTdWJTZWN0aW9uDQoJU3ViU2VjdGlvbiAiRGlzcGxheSINCgkJRGVw dGggICAgIDMyDQoJCU1vZGVzICIxNjgweDEwNTAiDQoJRW5kU3ViU2VjdGlvbg0KRW5kU2VjdGlv bg0KDQpTZWN0aW9uICJTZXJ2ZXJGbGFncyINCiAgICBPcHRpb24gICJEb250WmFwIiAieWVzIg0K ICAgIE9wdGlvbiAiWGluZXJhbWEiICJ0cnVlIg0KRW5kU2VjdGlvbg0KDQpTZWN0aW9uICJEUkki DQogICAgTW9kZSAwNjY2DQpFbmRTZWN0aW9uDQo= --=-fTArzYOOjaeHQep0bvQJ-- --=-Ne58DsQjZrj6BLPQIftj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHDe9clcRvFfyds/cRAjc9AJ9SU0kn7/SNOJdohut0lOn2E6aq2QCgq55V 5G/e6Yk9l7lClOesNVtMXGI= =S0wb -----END PGP SIGNATURE----- --=-Ne58DsQjZrj6BLPQIftj-- From owner-freebsd-x11@FreeBSD.ORG Thu Oct 11 12:34:56 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1E7516A41A for ; Thu, 11 Oct 2007 12:34:56 +0000 (UTC) (envelope-from doug@polands.org) Received: from ms-smtp-03.rdc-kc.rr.com (ms-smtp-03.rdc-kc.rr.com [24.94.166.129]) by mx1.freebsd.org (Postfix) with ESMTP id 64BBA13C44B for ; Thu, 11 Oct 2007 12:34:56 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by ms-smtp-03.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l9BCSY9v024257; Thu, 11 Oct 2007 07:28:34 -0500 (CDT) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l9BCYpJJ063520; Thu, 11 Oct 2007 07:34:51 -0500 (CDT) (envelope-from doug@polands.org) Received: from 208.49.58.254 (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Thu, 11 Oct 2007 07:34:51 -0500 (CDT) Message-ID: <9476.208.49.58.254.1192106091.squirrel@email.polands.org> In-Reply-To: <1192095586.1677.20.camel@localhost> References: <37883.208.49.58.254.1192031649.squirrel@email.polands.org> <1192095586.1677.20.camel@localhost> Date: Thu, 11 Oct 2007 07:34:51 -0500 (CDT) From: "Doug Poland" To: "Tom Evans" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: ClamAV 0.88.4/4529/Thu Oct 11 01:54:06 2007 on corinth.polands.org X-Virus-Status: Clean Cc: freebsd-x11@freebsd.org Subject: Re: Need help getting Xinerama working on Xorg 7.3 / Intel 945GM 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, 11 Oct 2007 12:34:56 -0000 On Thu, October 11, 2007 04:39, Tom Evans wrote: > On Wed, 2007-10-10 at 10:54 -0500, Doug Poland wrote: >> Hello, >> >> I'm unable to get Xinerama working on the following configuration: >> >> Computer: Compaq nx7400 >> OS: FreeBSD 6.2-STABLE i386, SMP kernel >> Video: Mobile 945GM/GMS, 943/940GML Express Integrated Graphics >> Controller >> 915Res: i915resolution_enable="YES" >> i915resolution_modes="3c 4d 5c" >> i915resolution_width="1680" >> i915resolution_height="1050" >> Xorg ver: xorg-7.3_1 >> Xorg drv: Driver "vesa" >> WindowMgr:windowmaker-0.92.0_3 >> > > I'd recommend using the i810 driver, which worked well with my i945, > or preferably, xf86-video-intel-2.1 . To do this, update your ports > and install x11-drivers/xf86-video-intel. Version 2.0 and above of > the driver correctly supports modesetting, so you no longer require > 915resolution to patch the graphics bios. Change Driver from 'vesa' > to 'intel' in your xorg.conf. > > I've attached my xinerama dualhead config from my laptop, see if that > helps. > Thank you very much, I'll give that a try. -- Regards, Doug From owner-freebsd-x11@FreeBSD.ORG Thu Oct 11 15:22:27 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9D2A16A417 for ; Thu, 11 Oct 2007 15:22:27 +0000 (UTC) (envelope-from martymac@martymac.com) Received: from data.galacsys.net (data.galacsys.net [217.24.81.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9C64613C457 for ; Thu, 11 Oct 2007 15:22:27 +0000 (UTC) (envelope-from martymac@martymac.com) Received: from martymac.com (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id 4B7EE207C0; Thu, 11 Oct 2007 17:22:26 +0200 (CEST) From: "Ganael LAPLANCHE" To: fpasch@googlemail.com X-Openwebmail-Date: Thu, 11 Oct 2007 17:22:26 +0100 Message-Id: <20071011151908.M76974@martymac.com> In-Reply-To: <17875865.456971192114855561.JavaMail.nabble@isper.nabble.com> References: <17875865.456971192114855561.JavaMail.nabble@isper.nabble.com> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.com) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Thu, 11 Oct 2007 17:22:26 +0200 (CEST) Cc: freebsd-x11@freebsd.org Subject: Re: Xorg 7.3 compilation failed 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, 11 Oct 2007 15:22:27 -0000 On Thu, 11 Oct 2007 08:00:55 -0700, fpasch wrote > Hi! Hi ! (copy to freebsd-x11) > I've run into the same problem. Doesn't have a solution yet. > Did you solve the problem? Unfortunately not. I have used binary packages compiled on another machine :p > On the first investigation it seems to be the usage of a wrong MesaLib. I think so. This may be related to libGL* also. I haven't had much time to try updating again... Has anyone got into the same problem ? Ganaël LAPLANCHE ganael.laplanche@martymac.com http://www.martymac.com From owner-freebsd-x11@FreeBSD.ORG Thu Oct 11 19:13:51 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21B3A16A41A for ; Thu, 11 Oct 2007 19:13:51 +0000 (UTC) (envelope-from djp@polands.org) Received: from ms-smtp-01.rdc-kc.rr.com (ms-smtp-01.rdc-kc.rr.com [24.94.166.115]) by mx1.freebsd.org (Postfix) with ESMTP id CEFF613C4A5 for ; Thu, 11 Oct 2007 19:13:50 +0000 (UTC) (envelope-from djp@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by ms-smtp-01.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l9BI2mPV016017; Thu, 11 Oct 2007 13:02:51 -0500 (CDT) Received: from ammon.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l9BI69UC064772; Thu, 11 Oct 2007 13:06:09 -0500 (CDT) (envelope-from djp@polands.org) Received: from ammon.polands.org (localhost [127.0.0.1]) by ammon.polands.org (8.13.8/8.13.8) with ESMTP id l9BI69il016504; Thu, 11 Oct 2007 13:06:09 -0500 (CDT) (envelope-from djp@ammon.polands.org) Received: (from djp@localhost) by ammon.polands.org (8.13.8/8.13.8/Submit) id l9BI69Fr016503; Thu, 11 Oct 2007 13:06:09 -0500 (CDT) (envelope-from djp) Date: Thu, 11 Oct 2007 13:06:09 -0500 From: Doug Poland To: Tom Evans Message-ID: <20071011180609.GA16335@polands.org> References: <37883.208.49.58.254.1192031649.squirrel@email.polands.org> <1192095586.1677.20.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1192095586.1677.20.camel@localhost> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: ClamAV 0.88.4/4529/Thu Oct 11 01:54:06 2007 on corinth.polands.org X-Virus-Status: Clean Cc: freebsd-x11@freebsd.org Subject: Re: Need help getting Xinerama working on Xorg 7.3 / Intel 945GM 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, 11 Oct 2007 19:13:51 -0000 On Thu, Oct 11, 2007 at 10:39:46AM +0100, Tom Evans wrote: > On Wed, 2007-10-10 at 10:54 -0500, Doug Poland wrote: > > Hello, > > > > I'm unable to get Xinerama working on the following configuration: > > > > Computer: Compaq nx7400 > > OS: FreeBSD 6.2-STABLE i386, SMP kernel > > Video: Mobile 945GM/GMS, 943/940GML Express Integrated Graphics > > Controller > > 915Res: i915resolution_enable="YES" > > i915resolution_modes="3c 4d 5c" > > i915resolution_width="1680" > > i915resolution_height="1050" > > Xorg ver: xorg-7.3_1 > > Xorg drv: Driver "vesa" > > WindowMgr:windowmaker-0.92.0_3 > > > > > > I'd recommend using the i810 driver, which worked well with my i945, > or preferably, xf86-video-intel-2.1 . To do this, update your ports > and install x11-drivers/xf86-video-intel. Version 2.0 and above of the > driver correctly supports modesetting, so you no longer require > 915resolution to patch the graphics bios. Change Driver from 'vesa' to > 'intel' in your xorg.conf. > > I've attached my xinerama dualhead config from my laptop, see if that > helps. > I've installed xf86-video-intel driver and modified my xorg.conf. The bad news is X doesn't start. The good news is at least I have some output to deal with. Now X11 crashes with a signal 11: === Script started on Thu Oct 11 12:45:26 2007 omnihp-rj45# X X.Org X Server 1.4.0 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 6.2-STABLE i386 Current Operating System: FreeBSD omnihp-rj45.polands.org 6.2-STABLE FreeBSD 6.2-STABLE #1: Fri Jul 20 14:55:51 CDT 2007 root@omnihp-rj45.polands.org:/usr/obj/usr/src/sys/GENERIC-SMP-4BSD i386 Build Date: 02 October 2007 07:37:36AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 11 12:45:32 2007 (==) Using config file: "/etc/X11/xorg.conf" (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found (II) Module "ddc" already built-in (II) Module "i2c" already built-in (II) Module "ramdac" already built-in (II) Module "ddc" already built-in (II) Module "i2c" already built-in (II) Module "ramdac" already built-in Fatal server error: Caught signal 11. Server aborting Abort (core dumped) omnihp-rj45# exit Script done on Thu Oct 11 12:45:42 2007 === I'd be glad to supply my xorg.conf, Xorg.0.log, and attempt a backtrace if that will assist. -- Regards, Doug From owner-freebsd-x11@FreeBSD.ORG Fri Oct 12 06:25:53 2007 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B72E016A46B for ; Fri, 12 Oct 2007 06:25:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 1EB6B13C4A5 for ; Fri, 12 Oct 2007 06:25:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 5BDEF1CCFA for ; Fri, 12 Oct 2007 08:25:52 +0200 (CEST) From: linimon@FreeBSD.org To: x11@freebsd.org Message-Id: <20071012062552.5BDEF1CCFA@mail.droso.net> Date: Fri, 12 Oct 2007 08:25:52 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently scheduled for deletion 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: Fri, 12 Oct 2007 06:25:53 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: x11-fonts/XFree86-4-font100dpi description: XFree86-4 bitmap 100 dpi fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-font100dpi portname: x11-fonts/XFree86-4-font75dpi description: XFree86-4 bitmap 75 dpi fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-font75dpi portname: x11-fonts/XFree86-4-fontCyrillic description: XFree86-4 Cyrillic fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-fontCyrillic portname: x11-fonts/XFree86-4-fontDefaultBitmaps description: XFree86-4 default bitmap fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-fontDefaultBitmaps portname: x11-fonts/XFree86-4-fontEncodings description: XFree86-4 font encoding files maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-fontEncodings portname: x11-fonts/XFree86-4-fontScalable description: XFree86-4 scalable fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-fontScalable portname: x11-servers/XFree86-4-FontServer description: XFree86-4 font server maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-FontServer portname: x11-servers/XFree86-4-NestServer description: XFree86-4 nested X server maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-NestServer portname: x11-servers/XFree86-4-PrintServer description: XFree86-4 print server maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-PrintServer portname: x11-servers/XFree86-4-Server description: XFree86-4 X server and related programs maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-Server portname: x11-servers/XFree86-4-VirtualFramebufferServer description: XFree86-4 virtual framebuffer server maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-VirtualFramebufferServer portname: x11-servers/xorg-printserver description: X Print server from X.Org maintainer: x11@FreeBSD.org status: IGNORE deprecated because: is obsolete expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=xorg-printserver portname: x11/XFree86-4 description: X11/XFree86 core distribution (complete, using mini/meta-ports) maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4 portname: x11/XFree86-4-clients description: XFree86-4 client programs and related files maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4-clients portname: x11/XFree86-4-documents description: XFree86-4 documentation maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4-documents portname: x11/XFree86-4-libraries description: XFree86-4 libraries and headers maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4-libraries portname: x11/XFree86-4-manuals description: XFree86-4 man pages maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4-manuals If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-x11@FreeBSD.ORG Fri Oct 12 08:29:54 2007 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E0CE16A418 for ; Fri, 12 Oct 2007 08:29:54 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 374F213C4A7 for ; Fri, 12 Oct 2007 08:29:54 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so655098rvb for ; Fri, 12 Oct 2007 01:29:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rbY6cvkcY2xcSiGB3L9b7Z72lVj8KatvG3yGxDIYiLQ=; b=sjJSMFH1YTGXfOSeHfuk+nGuSXAU/CEGMBu2JUkFmrMostbav6hfq72As01SVCUmHiW/3GBrjRpINSQNP7x20LmjlCM1OgC3c5efSzC/VCXhHzhELufRnYZBMbmFtiMQtD6WqyHqHQH5/n97CbNSRl7nuMphtm7wSbMC8baN/Fg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pCK1iWBuSNvn+SpnfYwO3VHPPP3YL7LuknU49fOSAZ42J7uIEePFBfBeQRdyrhU2lgsvI3p04LUbx2TReg2NZYiP0behaKn/52dY7UovAB9qsnMI4ADbmCzb4dlYYZ9dtlG6LmTJsBtJnXd80SgMeUtLHFEQW/rgiL4JJa71QE4= Received: by 10.115.76.1 with SMTP id d1mr3222108wal.1192177792832; Fri, 12 Oct 2007 01:29:52 -0700 (PDT) Received: by 10.114.110.16 with HTTP; Fri, 12 Oct 2007 01:29:52 -0700 (PDT) Message-ID: Date: Fri, 12 Oct 2007 10:29:52 +0200 From: "Rene Ladan" To: "Jeffrey H. Johnson" In-Reply-To: <8F87112833C9D92BEB797780@192.168.1.93> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4175D89CD4823AA26B6BED50@192.168.1.93> <8F87112833C9D92BEB797780@192.168.1.93> Cc: x11@freebsd.org Subject: Re: Problems with xfs-1.0.5,1 port. 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: Fri, 12 Oct 2007 08:29:54 -0000 [moving from ports@ to x11@ ] 2007/10/12, Jeffrey H. Johnson : > Here is a full dump: > > ---> Upgrading 'xfs-1.0.4_4,1' to 'xfs-1.0.5,1' (x11-fonts/xfs) > ---> Building '/usr/ports/x11-fonts/xfs' > ===> Cleaning for xfs-1.0.5,1 > ===> Extracting for xfs-1.0.5,1 > => MD5 Checksum OK for xorg/app/xfs-1.0.5.tar.bz2. > => SHA256 Checksum OK for xorg/app/xfs-1.0.5.tar.bz2. > ===> Patching for xfs-1.0.5,1 > ===> Applying FreeBSD patches for xfs-1.0.5,1 > ===> xfs-1.0.5,1 depends on file: > /usr/local/libdata/pkgconfig/fontcacheproto.pc - found > ===> xfs-1.0.5,1 depends on file: /usr/local/libdata/pkgconfig/libfs.pc - > found > ===> xfs-1.0.5,1 depends on file: /usr/local/libdata/pkgconfig/xfont.pc - > found > ===> xfs-1.0.5,1 depends on file: /usr/local/libdata/pkgconfig/xtrans.pc - > found > ===> xfs-1.0.5,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - > found > ===> xfs-1.0.5,1 depends on executable: pkg-config - found > ===> Configuring for xfs-1.0.5,1 > configure: WARNING: you should use --build, --host, --target > checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ./install-sh -c -d > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking for i386-portbld-freebsd6.2-gcc... cc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether cc accepts -g... yes > checking for cc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of cc... gcc3 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel > checking build system type... i386-portbld-freebsd6.2 > checking host system type... i386-portbld-freebsd6.2 > checking how to run the C preprocessor... cc -E > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for stdint.h... (cached) yes > checking for i386-portbld-freebsd6.2-pkg-config... no > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for XFS... yes > checking return type of signal handlers... void > checking if Xtrans should support UNIX socket connections... yes > checking if Xtrans should support TCP socket connections... yes > checking for library containing socket... none required > 8_0/lib/obj_r/x880.o > /usr/ports/net/openh323/work/openh323_v1_18_0/lib/obj_r/h4501.o > /usr/ports/net/openh323/work/openh323_v1_18_0/lib/obj_r/h4502checking for > library containing gethostbyname... none required > checking for getaddrinfo... yes > checking if IPv6 support should be built... yes > checking for struct sockaddr_in.sin_len... yes > checking if Xtrans should support os-specific local connections... no > configure: creating ./config.status > config.status: creating Makefile > config.status: creating config.h > config.status: executing depfiles commands > ===> Building for xfs-1.0.5,1 > make all-am > cc -DHAVE_CONFIG_H -I. -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT > -I/usr/local/include -I/usr/local/include/freetype2 -I./include > -DXFSPIDDIR=\"/var/run\" > -DDEFAULT_CONFIG_FILE=\"/usr/local/lib/X11/fs/config\" -DFONT_PCF -DFONT_FS > -DFONT_SPEEDO -D_BSD_SOURCE -DFONT_t -DTRANS_SERVER -DTRANS_REOPEN -O2 > -fno-strict-aliasing -pipe -DFONTCACHE -MT atom.o -MD -MP -MF .deps/atom.Tpo > -c -o atom.o `test -f 'difs/atom.c' || echo './'`difs/atom.c > In file included from ./include/access.h:58, > from ./include/accstr.h:64, > from ./include/difsutils.h:36, > from ./include/client.h:110, > from ./include/os.h:60, > from ./include/misc.h:74, > from difs/atom.c:55: > /usr/local/include/client.h:14: error: syntax error before "user_list" > /usr/local/include/client.h:14: warning: data definition has no type or > storage class > /usr/local/include/client.h:15: error: syntax error before "oper_list" > /usr/local/include/client.h:15: warning: data definition has no type or > storage class > /usr/local/include/client.h:16: error: syntax error before "server_list" > /usr/local/include/client.h:16: warning: data definition has no type or > storage class > /usr/local/include/client.h:17: error: syntax error before "exited_list" > /usr/local/include/client.h:17: warning: data definition has no type or > storage class > /usr/local/include/client.h:36: error: syntax error before "dlink_node" > /usr/local/include/client.h:50: error: syntax error before "time_t" > /usr/local/include/client.h:53: error: syntax error before "time_t" > /usr/local/include/client.h:59: error: syntax error before "dlink_list" > /usr/local/include/client.h:68: error: syntax error before "dlink_list" > /usr/local/include/client.h:78: error: `NICKLEN' undeclared here (not in a > function) > /usr/local/include/client.h:82: error: syntax error before "dlink_list" > /usr/local/include/client.h:101: error: syntax error before "dlink_list" > /usr/local/include/client.h:114: error: syntax error before "time_t" > /usr/local/include/client.h:116: error: syntax error before "time_t" > /usr/local/include/client.h:118: error: syntax error before "time_t" > *** Error code 1 > > Stop in /usr/ports/x11-fonts/xfs/work/xfs-1.0.5. > *** Error code 1 > > Stop in /usr/ports/x11-fonts/xfs/work/xfs-1.0.5. > *** Error code 1 > > Stop in /usr/ports/x11-fonts/xfs. The problem seems to be that the compiler first looks in /usr/local/include, before it looks in the include directory of the port source. Both have a client.h, your build picks up the wrong one. Without ratbox-services installed, the port builds fine. Rene > --On Friday, October 12, 2007 9:20 AM +0200 Rene Ladan > wrote: > > > 2007/10/12, Jeffrey H. Johnson : > >> $ pkg_info -W /usr/local/include/client.h > >> /usr/local/include/client.h was installed by package > >> ratbox-services-1.1.2_1 > >> > >> This file seems to be included by xfs-1.0.5,1 and causes a build failure. > >> > > 'grep client *' in /usr/ports/x11-fonts/xfs yields nothing here. > > > > Also 'pkg_info -L /var/db/pkg/xfs-1.0.5,1' does not mention client.h > > > > Rene > > -- > > GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 > > (subkeys.pgp.net) > > > > "It won't fit on the line." > > -- me, 2001 > > > > -- > Jeffrey H. Johnson > trnsz@pobox.com > -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 From owner-freebsd-x11@FreeBSD.ORG Fri Oct 12 20:48:46 2007 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 416F216A417 for ; Fri, 12 Oct 2007 20:48:46 +0000 (UTC) (envelope-from greg@ltcc.com) Received: from m1.imap-partners.net (m1.imap-partners.net [64.13.152.131]) by mx1.freebsd.org (Postfix) with ESMTP id 36A0613C45A for ; Fri, 12 Oct 2007 20:48:46 +0000 (UTC) (envelope-from greg@ltcc.com) Received: from [192.168.1.100] (cpe-66-65-47-70.nyc.res.rr.com [66.65.47.70]) by m1.imap-partners.net (MOS 3.8.4-GA) with ESMTP id AFM88987 (AUTH via LOGINBEFORESMTP) for ; Fri, 12 Oct 2007 13:28:45 -0700 (PDT) From: User & Robinson Organization: Lusrosol To: freebsd-x11@FreeBSD.org Date: Fri, 12 Oct 2007 16:30:01 -0400 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710121630.02416.greg@ltcc.com> Cc: Subject: "Makefile", line 85: Could not find /usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc 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: Fri, 12 Oct 2007 20:48:46 -0000 FreeBSD 6.2 In File UPDATING 20070519: AFFECTS: users of Xorg AUTHOR: kris@FreeBSD.org Welcome, fearless user! You are about to embark upon a mystical journey to the world of xorg 7.2. ... cut These directions were followed without any detected error(s) Days later I went to update ports with portupgrade and now receive: R50e# portmanager -s ------------------------------------------------------------------------ portmanager 0.4.1_6: Collecting installed port data ------------------------------------------------------------------------ 00269 expat-2.0.0_1 /textproc/expat2 00268 pkg-config-0.22 /devel/pkg-config 00267 gmake-3.81_2 /devel/gmake 00266 gettext-0.16.1_3 /devel/gettext ... 00236 libSM-1.0.3,1 /x11/libSM 00235 libICE-1.0.4,1 /x11/libICE "Makefile", line 85: Could not find /usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc make: fatal errors encountered -- cannot continue MGdbAdd error: attempt to place null data into record halted Assertion failed: (0), function MGdbAdd, file MGdbAdd.c, line 78. Abort (core dumped) So while I wade through why -- I thought someone may have already encountered this. Thanks in advance. Greg From owner-freebsd-x11@FreeBSD.ORG Fri Oct 12 21:03:17 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8724116A41A for ; Fri, 12 Oct 2007 21:03:17 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mx1.freebsd.org (Postfix) with ESMTP id 188FC13C459 for ; Fri, 12 Oct 2007 21:03:16 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l9CL3EAe008514; Sat, 13 Oct 2007 07:03:14 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l9CL3Efi008513; Sat, 13 Oct 2007 07:03:14 +1000 (EST) (envelope-from peter) Date: Sat, 13 Oct 2007 07:03:14 +1000 From: Peter Jeremy To: User & Robinson Message-ID: <20071012210313.GA93545@turion.vk2pj.dyndns.org> References: <200710121630.02416.greg@ltcc.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <200710121630.02416.greg@ltcc.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-x11@freebsd.org Subject: Re: "Makefile", line 85: Could not find /usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.i nc 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: Fri, 12 Oct 2007 21:03:17 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-Oct-12 16:30:01 -0400, User & Robinson wrote: >"Makefile", line 85: Could not=20 >find /usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc /usr/ports/x11/xorg-clients was moved to xorg-apps in May 2007. I suspect your ports tree is corrupt - try re-updating it. --=20 Peter Jeremy --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHD+ER/opHv/APuIcRAmtkAJ99NEIMrA4goVM0G6t77obskyNNUwCgsaPr 4VuNp/MKQmCmTD6J44oZcZo= =ey59 -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-freebsd-x11@FreeBSD.ORG Fri Oct 12 23:25:23 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67FB216A418 for ; Fri, 12 Oct 2007 23:25:23 +0000 (UTC) (envelope-from greg@ltcc.com) Received: from ms-smtp-01.rdc-nyc.rr.com (ms-smtp-01.rdc-nyc.rr.com [24.29.109.5]) by mx1.freebsd.org (Postfix) with ESMTP id 39C8C13C442 for ; Fri, 12 Oct 2007 23:25:22 +0000 (UTC) (envelope-from greg@ltcc.com) Received: from FtMason (cpe-66-65-47-70.nyc.res.rr.com [66.65.47.70]) by ms-smtp-01.rdc-nyc.rr.com (8.13.6/8.13.6) with ESMTP id l9CMZ4QV008472; Fri, 12 Oct 2007 18:35:04 -0400 (EDT) Message-Id: <200710122235.l9CMZ4QV008472@ms-smtp-01.rdc-nyc.rr.com> From: "Greg Robinson" To: "'Peter Jeremy'" Date: Fri, 12 Oct 2007 18:35:04 -0400 Organization: LTCC-LucroSol MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AcgNE1Hrx/JwijRBRbO1T4oEEkzvSgADAZUA In-Reply-To: <20071012210313.GA93545@turion.vk2pj.dyndns.org> X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-x11@freebsd.org Subject: RE: "Makefile", line 85: Could not find/usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc 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: Fri, 12 Oct 2007 23:25:23 -0000 Yes, I suspect you are correct, I am fussing with portmanager & portsupgrade as two apps to reestablish a clean ports environment. Thus far I have not found the correct sequence of commands to get ports clean. I'm thinking I should just delete the entire ports presence and make a fresh copy from the FreeBSD 6.2 CD with Sysinstall - Then upgrade the clean copy with portmanager. Your thoughts? -----Original Message----- From: Peter Jeremy [mailto:peterjeremy@optushome.com.au] Sent: Friday, October 12, 2007 5:03 PM To: User & Robinson Cc: freebsd-x11@freebsd.org Subject: Re: "Makefile", line 85: Could not find/usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc On 2007-Oct-12 16:30:01 -0400, User & Robinson wrote: >"Makefile", line 85: Could not >find /usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc /usr/ports/x11/xorg-clients was moved to xorg-apps in May 2007. I suspect your ports tree is corrupt - try re-updating it. -- Peter Jeremy From owner-freebsd-x11@FreeBSD.ORG Sat Oct 13 00:34:49 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C99D216A420 for ; Sat, 13 Oct 2007 00:34:49 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 6FA7E13C45A for ; Sat, 13 Oct 2007 00:34:48 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so886212nfb for ; Fri, 12 Oct 2007 17:34:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=mO7yjZCdBNxCkiHgtYv9kmWNBVjb0QRVfXExZ7rZhRs=; b=pjMvz4OSV2ECeFd6lmKw06X53nDW5l46rpW3ogG8nOLYgRHjZK8ErUQ7XSsSS+2IkSmiZF0FZrjLgSPDs2sYK9LCdpjnu/RykW+J2EwnjWAWWPWkk05s50NuHC27K7teGI6JLjK0pyUeK7NuuekiYKtADUPEoM8fxHcKvekbxC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=gpYZPQR5kNuHJsmSjoFrCh9eeulZfACkp/UQNxJiWLQQMphIKHUz7ZSFez5Jfj6ajiarZBwEY6n8+TEg47ODJH5HzrUB9DkqZICx/lCc97oOiTbAAIf3gIR+SGLnxMnj2aDfLlqoScz4U7y3sHdnJJPB499qbfNBcBEcK1PHDJE= Received: by 10.78.131.8 with SMTP id e8mr2733097hud.1192234031679; Fri, 12 Oct 2007 17:07:11 -0700 (PDT) Received: from ?194.186.18.14? ( [194.186.18.14]) by mx.google.com with ESMTPS id 30sm675942hue.2007.10.12.17.07.07 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Oct 2007 17:07:09 -0700 (PDT) Message-ID: <47100C1B.5070801@gmail.com> Date: Sat, 13 Oct 2007 04:06:51 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Greg Robinson References: <200710122235.l9CMZ4QV008472@ms-smtp-01.rdc-nyc.rr.com> In-Reply-To: <200710122235.l9CMZ4QV008472@ms-smtp-01.rdc-nyc.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: "Makefile", line 85: Could not find/usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc 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: Sat, 13 Oct 2007 00:34:49 -0000 Greg Robinson wrote: > Yes, I suspect you are correct, I am fussing with portmanager & portsupgrade > as two apps to reestablish a clean ports environment. > Thus far I have not found the correct sequence of commands to get ports > clean. I'm thinking I should just delete the entire ports presence and make > a fresh copy from the FreeBSD 6.2 CD with Sysinstall - Then upgrade the > clean copy with portmanager. > Your thoughts? > Just a little note - it's easier to grab latest ports snapshot from ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz HTH, Yuri From owner-freebsd-x11@FreeBSD.ORG Sat Oct 13 00:48:48 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44AF516A421 for ; Sat, 13 Oct 2007 00:48:48 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mx1.freebsd.org (Postfix) with ESMTP id D480413C46E for ; Sat, 13 Oct 2007 00:48:47 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l9D0mkYd009189; Sat, 13 Oct 2007 10:48:46 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l9D0mkk3009188; Sat, 13 Oct 2007 10:48:46 +1000 (EST) (envelope-from peter) Date: Sat, 13 Oct 2007 10:48:46 +1000 From: Peter Jeremy To: Greg Robinson Message-ID: <20071013004846.GF93545@turion.vk2pj.dyndns.org> References: <20071012210313.GA93545@turion.vk2pj.dyndns.org> <200710122235.l9CMZ4QV008472@ms-smtp-01.rdc-nyc.rr.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Y5rl02BVI9TCfPar" Content-Disposition: inline In-Reply-To: <200710122235.l9CMZ4QV008472@ms-smtp-01.rdc-nyc.rr.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-x11@freebsd.org Subject: Re: "Makefile", line 85: Could not find/usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefi le.inc 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: Sat, 13 Oct 2007 00:48:48 -0000 --Y5rl02BVI9TCfPar Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [Please don't top-post] On 2007-Oct-12 18:35:04 -0400, Greg Robinson wrote: >Yes, I suspect you are correct, I am fussing with portmanager & portsupgra= de >as two apps to reestablish a clean ports environment. portmanager & portupgrade are functionally equivalent. Trying to use both is likely to cause confusion both for you and the tools - you would be better off settling on one. >Thus far I have not found the correct sequence of commands to get ports >clean. I'm not sure about portmanager but portupgrade is only intended to manage installed ports, not the ports tree itself. You should use something like portsnap to manage the ports tree. portsnap may be able to recover your ports tree but if you are in doubt, you could delete the ports tree and start from scratch (or a -RELEASE CD) and re-run portsnap. If you problem is the installed ports themselves, judicious use of pkgdb (if you use portupgrade) can probably resolve the problem. If not, a more detailed description of the problem should elicit some assistance here. --=20 Peter Jeremy --Y5rl02BVI9TCfPar Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHEBXu/opHv/APuIcRAu6FAJ0REExLbWznmARHvSLgZ3V1lHAczQCgpYGl hXr8vlJ754jceoX9tXkczyE= =f9af -----END PGP SIGNATURE----- --Y5rl02BVI9TCfPar-- From owner-freebsd-x11@FreeBSD.ORG Sat Oct 13 07:50:54 2007 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BD1C16A417 for ; Sat, 13 Oct 2007 07:50:54 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 2227B13C457 for ; Sat, 13 Oct 2007 07:50:53 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1294681waf for ; Sat, 13 Oct 2007 00:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=IYkm2Nrti9qvx5NO+BxEkCnIEWXVQefKcZ5JmjwzqS0=; b=KTaGohCAUL93HtVpJ0Pa9qXQCa7vhU3SAZlWiGOlUjvRaVEzMaXfklt9gVlNLkw32n3F955m5B1PmNK8/7I2J+VD73YQ5G8U+BdAQiGXQHJEr4PkPDPYmkVc6jbLFvPLRa7kZfIKjsAa4EN+1/eASB/FA54aGndfTK6682E+dmA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ea8VUdYiz3/pxieDpPxPGMrKF7/Ubbl86f4QfComTuRsFQZNlrx6gCQ+6NsaorMOTFWkoLODlsHUjAf6kC9UrQl13v8lVCxsvt8DbipN5tOg1xUEuQGP4Zh4aXVIpkyPsWXIXsckEE3NOus8XVxlFntCz4Mj6gYnVDmY6KJZMbY= Received: by 10.115.60.1 with SMTP id n1mr4512238wak.1192261853558; Sat, 13 Oct 2007 00:50:53 -0700 (PDT) Received: by 10.114.110.16 with HTTP; Sat, 13 Oct 2007 00:50:53 -0700 (PDT) Message-ID: Date: Sat, 13 Oct 2007 09:50:53 +0200 From: "Rene Ladan" To: x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: preliminary ATI R500/R600 driver available 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: Sat, 13 Oct 2007 07:50:54 -0000 Hi, there is a preliminary driver available for ATI R500/R600 cards (aka X1000 and higher) from the xorg git repository. For my laptop (ASUS A6JE running i386 8.0-CURRENT), which has a Radeon Mobility X1450 card : * panel works in native resolution (1280x800) * DVI out works. If I plug in a 1280x1024 monitor, I get 1280x800 on both the panel and the monitor, but maybe my xorg.conf was wrongly configured. * VGA out works, but apparently only for monitors which support reduced blanking. Other monitors are detected and set up, but xorg-server bails out at the last moment. As this driver is under development, there is no support yet for TV out or 2d/3d acceleration. I could make a local copy of the git sources and spam the PR database with daily updates (the developers seem to be off in the weekend) for x11-drivers/xf86-video-radeonhd . Users might want to subscribe to radeonhd(at)opensuse(dot)org Interested? Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 From owner-freebsd-x11@FreeBSD.ORG Sat Oct 13 10:42:29 2007 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DA7016A417 for ; Sat, 13 Oct 2007 10:42:29 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 0A11613C459 for ; Sat, 13 Oct 2007 10:42:28 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1333081waf for ; Sat, 13 Oct 2007 03:42:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=NHJZbOuHRadzNKoeDxlJkRz8zpP5+V2uSOQTkwlcO9c=; b=A0hQrQ781WvwWdp00U0rGH4deTK5HJsHSsjDgrZcdQvS8q+c5KOaQ5Lg27Fec9p2vMd3MzRG2WM8CN+wognvLQljuVIWXHo2UY8U0PEkHPpLnZSRmdmyeHo/2LUJRGdRzlilbauefIux4I9iaQZeDxxrwPMc6Zqp8MQNygePBUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=CJtsJQRimaMgx5VLYQn14tkOww39fpgU/W4ss1/y2SvvhkWtNFvD1njrmAwqE/W6gEGBHOia/f0jDSTaTyghgnWGic5VxM/41WN0qJnjg23A9YvlCM82jM6FeF+HZ6l+4p+dSitmiUMgxlAvVguZid6PBArSJdJOnFYUg55G9kc= Received: by 10.114.176.1 with SMTP id y1mr4625343wae.1192272148221; Sat, 13 Oct 2007 03:42:28 -0700 (PDT) Received: by 10.114.110.16 with HTTP; Sat, 13 Oct 2007 03:42:28 -0700 (PDT) Message-ID: Date: Sat, 13 Oct 2007 12:42:28 +0200 From: "Rene Ladan" To: Sebastien In-Reply-To: <1191659373.1056.31.camel@dell.sinux.seb> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_19906_13637017.1192272148232" References: <47066CA0.1090507@FreeBSD.org> <1191659373.1056.31.camel@dell.sinux.seb> Cc: x11@freebsd.org, cokane@freebsd.org Subject: Re: RadeonHD driver on FreeBSD/amd64? 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: Sat, 13 Oct 2007 10:42:29 -0000 ------=_Part_19906_13637017.1192272148232 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 2007/10/6, Sebastien : > Le Vendredi 05 octobre 2007 =E0 12:56 -0400, Coleman Kane a =E9crit : > > Hi, > > > > I am curious if anybody has had success w/ a RadeonHD card on FreeBSD/a= md64. > > > > I'm trying to...but no success by now. > > Athlon64 with ati radeon x1200 (r690) > [..] > I don't have a good enough skill to debug. So I'm interested in any > help, feed back, tips,... I'll post any success. > > > X.Org X Server 1.4.0 > Release Date: 5 September 2007 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 6.2-RELEASE amd64 > Current Operating System: FreeBSD fred.home.bsd 6.2-RELEASE FreeBSD > 6.2-RELEASE #0: Fri Jan 12 08:32:24 UTC 2007 > root@portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > Build Date: 05 October 2007 10:25:22PM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 6 10:11:36 2007 > (++) Using config file: "/root/xorg.conf.new" > (=3D=3D) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" You have a Monitor section defined in your xorg.conf. The driver doesn't like that. See http://home.tiscali.nl/rladan/radeonhd/xorg.conf.radeonhd for a working example (at least for me :) ) > (WW) RADEONHD(0): Unknown card detected: 0x791F:0x1734:0x110A. > Your card might not work or might not work optimally. > To rectify this, please contact radeonhd@opensuse.org. > Include your X log, the full name of the device > and the conntest (found in utils/conntest) output. > (--) RADEONHD(0): Detected an RS690 on an unidentified card Did you have any success in running this utility? You'll need the attached patch to get it compiled. Regards, Rene --=20 GPG fingerprint =3D E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." =09=09-- me, 2001 ------=_Part_19906_13637017.1192272148232 Content-Type: text/x-patch; name="freebsd.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="freebsd.diff"; filename="freebsd.diff" X-Attachment-Id: f_f7q01534 LS0tIHNyYy9BdG9tQmlvcy9pbmNsdWRlcy9DRF9Db21tb25fVHlwZXMuaC5vcmlnCTIwMDctMDkt MjYgMjE6MzQ6MDIuMDAwMDAwMDAwICswMjAwCisrKyBzcmMvQXRvbUJpb3MvaW5jbHVkZXMvQ0Rf Q29tbW9uX1R5cGVzLmgJMjAwNy0wOS0yNiAyMTozNDoyMi4wMDAwMDAwMDAgKzAyMDAKQEAgLTQ3 LDcgKzQ3LDcgQEAKIAkvLyAgICB0eXBlZGVmIF9faW50NjQgICAgICAgICAgICAgaW50NjRfdDsK IAkJdHlwZWRlZiB1bnNpZ25lZCBfX2ludDMyICAgIHVpbnQzMl90OwogCQl0eXBlZGVmIF9faW50 MzIgICAgICAgICAgICAgaW50MzJfdDsKLSNlbGlmIGRlZmluZWQgKGxpbnV4KSB8fCBkZWZpbmVk IChfX05ldEJTRF9fKSB8fCBkZWZpbmVkKF9fc3VuKSB8fCBkZWZpbmVkKF9fT3BlbkJTRF9fKQor I2VsaWYgZGVmaW5lZCAobGludXgpIHx8IGRlZmluZWQgKF9fTmV0QlNEX18pIHx8IGRlZmluZWQo X19zdW4pIHx8IGRlZmluZWQoX19PcGVuQlNEX18pIHx8IGRlZmluZWQoX19GcmVlQlNEX18pCiAJ CXR5cGVkZWYgdW5zaWduZWQgaW50IHVpbnQzMl90OwogCQl0eXBlZGVmIGludCBpbnQzMl90Owog CSNlbHNlCi0tLSB1dGlscy9jb25udGVzdC9yaGRfY29ubnRlc3QuYy5vcmlnCTIwMDctMDktMjcg MDA6MDU6MDguMDAwMDAwMDAwICswMjAwCisrKyB1dGlscy9jb25udGVzdC9yaGRfY29ubnRlc3Qu YwkyMDA3LTA5LTI2IDIxOjM2OjE3LjAwMDAwMDAwMCArMDIwMApAQCAtMjksNyArMjksOSBAQAog ICovCiAKICNpbmNsdWRlIDxzdGRpby5oPgorI2lmICFkZWZpbmVkIChfX0ZyZWVCU0RfXykKICNp bmNsdWRlIDxzeXMvaW8uaD4KKyNlbmRpZgogI2luY2x1ZGUgPHN5cy90eXBlcy5oPgogI2luY2x1 ZGUgPHN5cy9zdGF0Lmg+CiAjaW5jbHVkZSA8ZmNudGwuaD4KQEAgLTQ5LDYgKzUxLDExIEBACiAj ZGVmaW5lIFZCSU9TX01BWFNJWkUgMHgxMDAwMAogI2RlZmluZSBERVZfTUVNICIvZGV2L21lbSIK IAorI2lmIGRlZmluZWQgKF9fRnJlZUJTRF9fKQorI2RlZmluZSBQQ0lfU1VCU1lTVEVNX1ZFTkRP Ul9JRCAweDJDCisjZGVmaW5lIFBDSV9TVUJTWVNURU1fSUQgMHgyRQorI2VuZGlmCisKIC8qIFNv bWUgcmVnaXN0ZXIgbmFtZXMgKi8KIGVudW0gewogICAgIC8qIERBQyBBICovCi0tLSB1dGlscy9j b25udGVzdC9NYWtlZmlsZS5vcmlnCTIwMDctMDktMjggMTE6MTI6NTQuMDAwMDAwMDAwICswMjAw CisrKyB1dGlscy9jb25udGVzdC9NYWtlZmlsZQkyMDA3LTA5LTI4IDExOjEzOjIyLjAwMDAwMDAw MCArMDIwMApAQCAtMSw1ICsxLDUgQEAKIHJoZF9jb25udGVzdDogcmhkX2Nvbm50ZXN0LmMKLQln Y2MgLVdhbGwgLW8gcmhkX2Nvbm50ZXN0IHJoZF9jb25udGVzdC5jIC1scGNpIC1seiAtSS4uLy4u L3NyYy9BdG9tQmlvcy9pbmNsdWRlcworCWdjYyAtV2FsbCAtbyByaGRfY29ubnRlc3QgcmhkX2Nv bm50ZXN0LmMgLWxwY2kgLWx6IC1JLi4vLi4vc3JjL0F0b21CaW9zL2luY2x1ZGVzIC1JL3Vzci9s b2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIKIAogYWxsOiByaGRfY29ubnRlc3QKIAo= ------=_Part_19906_13637017.1192272148232-- From owner-freebsd-x11@FreeBSD.ORG Sat Oct 13 14:05:28 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A69F16A417 for ; Sat, 13 Oct 2007 14:05:28 +0000 (UTC) (envelope-from greg@ltcc.com) Received: from m1.imap-partners.net (m1.imap-partners.net [64.13.152.131]) by mx1.freebsd.org (Postfix) with ESMTP id 34AAD13C44B for ; Sat, 13 Oct 2007 14:05:28 +0000 (UTC) (envelope-from greg@ltcc.com) Received: from [192.168.1.100] (cpe-66-65-47-70.nyc.res.rr.com [66.65.47.70]) by m1.imap-partners.net (MOS 3.8.4-GA) with ESMTP id AFN80492 (AUTH via LOGINBEFORESMTP); Sat, 13 Oct 2007 07:05:23 -0700 (PDT) From: User & Robinson Organization: Lusrosol To: Peter Jeremy Date: Sat, 13 Oct 2007 10:06:40 -0400 User-Agent: KMail/1.9.4 References: <20071012210313.GA93545@turion.vk2pj.dyndns.org> <200710122235.l9CMZ4QV008472@ms-smtp-01.rdc-nyc.rr.com> <20071013004846.GF93545@turion.vk2pj.dyndns.org> In-Reply-To: <20071013004846.GF93545@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710131006.40494.greg@ltcc.com> Cc: freebsd-x11@freebsd.org Subject: Re: "Makefile", line 85: Could not find/usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefi le.inc 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: Sat, 13 Oct 2007 14:05:28 -0000 On Friday 12 October 2007 20:48, Peter Jeremy wrote: > [Please don't top-post] Ugh, spending too many years with Outlook, sorry. > > On 2007-Oct-12 18:35:04 -0400, Greg Robinson wrote: > >Yes, I suspect you are correct, I am fussing with portmanager & > > portsupgrade as two apps to reestablish a clean ports environment. > > portmanager & portupgrade are functionally equivalent. Trying to use > both is likely to cause confusion both for you and the tools - you would > be better off settling on one. I did not realize that, (perhaps I'm not reading the manual carefully) This snippit of information makes my observations easier to understand. I will re-approach ports install and usage with a new frame of reference. > > >Thus far I have not found the correct sequence of commands to get ports > >clean. > > I'm not sure about portmanager but portupgrade is only intended to > manage installed ports, not the ports tree itself. You should use > something like portsnap to manage the ports tree. > > portsnap may be able to recover your ports tree but if you are in doubt, > you could delete the ports tree and start from scratch (or a -RELEASE CD) > and re-run portsnap. > Yes, exactly what I did. > If you problem is the installed ports themselves, judicious use of pkgdb > (if you use portupgrade) can probably resolve the problem. If not, a > more detailed description of the problem should elicit some assistance > here. Just before this email was read - I did exactly that. Now begins the process of making everything "current" if that is the right term. From owner-freebsd-x11@FreeBSD.ORG Sat Oct 13 18:52:17 2007 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E3DB16A418 for ; Sat, 13 Oct 2007 18:52:17 +0000 (UTC) (envelope-from rainer@jabbe.de) Received: from viefep34-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 6CD4B13C458 for ; Sat, 13 Oct 2007 18:52:15 +0000 (UTC) (envelope-from rainer@jabbe.de) Received: from medea.jabbe.local ([80.218.182.40]) by viefep27-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20071013183626.SVHA26314.viefep27-int.chello.at@medea.jabbe.local>; Sat, 13 Oct 2007 20:36:26 +0200 Message-ID: <4711102B.5060709@jabbe.de> Date: Sat, 13 Oct 2007 20:36:27 +0200 From: Rainer Goellner Organization: Arctopile User-Agent: Thunderbird 2.0.0.6 (X11/20071007) MIME-Version: 1.0 To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: dmx compilation failure X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rgoellner@gmx.de List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 18:52:17 -0000 Hi there, Building the xorg 7.3 Xdmx server module fails because the linker can't find some dbus and hal methods. The ports last words are: cc -DHAVE_DMX_CONFIG_H -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstric t-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-extern s -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT - D_THREAD_SAFE -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include -I/usr/l ocal/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/includ e/hal -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/includ e -I../../include -I../../include -I../../Xext -I../../composite -I../.. /damageext -I../../xfixes -I../../Xi -I../../mi -I../../miext/shadow -I. ./../miext/damage -I../../render -I../../randr -I../../fb -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/includ e/pixman-1 -O -pipe -rdynamic -o Xdmx dmx.o dmxcb.o dmxcmap.o dmxcursor. o dmxdpms.o dmxextension.o dmxfont.o dmxgc.o dmxgcops.o dmxinit.o dmxinp ut.o dmxlog.o dmxpict.o dmxpixmap.o dmxprop.o dmxscrinit.o dmxshadow.o d mxstat.o dmxsync.o dmxvisual.o dmxwindow.o miinitext.o fbcmap_mi.o ../. ./dix/.libs/libdix.a ../../fb/.libs/libfb.a ../../mi/.libs/libmi.a ../.. /Xext/.libs/libXext.a ../../config/libconfig.a ../../render/.libs/libren der.a ../../XTrap/.libs/libxtrap.a ../../record/.libs/librecord.a ../../ Xi/.libs/libXi.a ../../xkb/.libs/libxkb.a ../../xkb/.libs/libxkbstubs.a ../../miext/damage/.libs/libdamage.a ../../miext/shadow/.libs/libshadow. a ../../os/.libs/libos.a ../../os/.libs/libcwrapper.a input/libdmxinput. a config/libdmxconfig.a -L/usr/local/lib /usr/local/lib/libXmuu.so /usr/ local/lib/libXrender.so /usr/local/lib/libXfixes.so /usr/local/lib/libXf ont.so /usr/local/lib/libfreetype.so /usr/local/lib/libfontenc.so -lz /u sr/local/lib/libXi.so /usr/local/lib/libXext.so /usr/local/lib/libX11.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so /usr/local/lib/libp ixman-1.so -lrpcsvc -lm -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/ usr/local/lib ../../config/libconfig.a(dbus-core.o)(.text+0x31): In function `wakeup_h andler': : undefined reference to `dbus_connection_read_write_dispatch' ../../config/libconfig.a(dbus-core.o)(.text+0x3c): In function `wakeup_h andler': : undefined reference to `dbus_connection_get_dispatch_status' ../../config/libconfig.a(dbus-core.o)(.text+0x97): In function `teardown ': : undefined reference to `dbus_connection_unref' ../../config/libconfig.a(dbus-core.o)(.text+0x11c): In function `message _filter': : undefined reference to `dbus_message_is_signal' ../../config/libconfig.a(dbus-core.o)(.text+0x16c): In function `connect _to_bus': : undefined reference to `dbus_error_init' ../../config/libconfig.a(dbus-core.o)(.text+0x177): In function `connect _to_bus': : undefined reference to `dbus_bus_get' ... and so on until ... ../../config/libconfig.a(hal.o)(.text+0x81e): In function `connect_hook' : : undefined reference to `libhal_ctx_shutdown' ../../config/libconfig.a(hal.o)(.text+0x82f): In function `connect_hook' : : undefined reference to `libhal_ctx_free' ../../config/libconfig.a(hal.o)(.text+0x83e): In function `connect_hook' : : undefined reference to `dbus_error_free' *** Error code 1 Stop in /opt/FreeBSD/ports/x11-servers/xorg-dmx/work/xorg-server-1.4/hw/ dmx. *** Error code 1 Stop in /opt/FreeBSD/ports/x11-servers/xorg-dmx/work/xorg-server-1.4/hw/ dmx. *** Error code 1 Stop in /opt/FreeBSD/ports/x11-servers/xorg-dmx/work/xorg-server-1.4/hw. *** Error code 1 Stop in /opt/FreeBSD/ports/x11-servers/xorg-dmx/work/xorg-server-1.4. *** Error code 1 Stop in /opt/FreeBSD/ports/x11-servers/xorg-dmx. Any hints what's going on here? All of my ports where built after the import of Xorg 7.3, and I tried to compile dmx several times since then with an updated ports tree. BTW, nm(1) can see the missing symbols. I don't know whether they are exported though. Thx, Rainer From owner-freebsd-x11@FreeBSD.ORG Sat Oct 13 20:40:02 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD73416A421 for ; Sat, 13 Oct 2007 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B30F613C447 for ; Sat, 13 Oct 2007 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9DKe2w5031557 for ; Sat, 13 Oct 2007 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9DKe2Tu031556; Sat, 13 Oct 2007 20:40:02 GMT (envelope-from gnats) Date: Sat, 13 Oct 2007 20:40:02 GMT Message-Id: <200710132040.l9DKe2Tu031556@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: clemens fischer Cc: Subject: Re: ports/113292: xorg-7.2: dga(1) kills xorg-server X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: clemens fischer List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 20:40:02 -0000 The following reply was made to PR ports/113292; it has been noted by GNATS. From: clemens fischer To: bug-followup@freebsd.org, ino-news@spotteswoode.dnsalias.org Cc: Subject: Re: ports/113292: xorg-7.2: dga(1) kills xorg-server Date: Sat, 13 Oct 2007 22:33:18 +0200 (sorry, i thought i had already answered your request for feedback) > State Changed > From-To: open->feedback > By: flz > When: Fri Sep 14 13:11:23 UTC 2007 > Why: Can you reproduce the issue with X.org 7.3? no, i can't, although i cannot figure out how this program is supposed to work. since this is a very minor issue, don't let it spoil your day. please close this PR, thanks. regards, clemens