From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 08:30:36 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5296716A41F for ; Sun, 20 Nov 2005 08:30:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7B343D45 for ; Sun, 20 Nov 2005 08:30:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAK8UZ23067802 for ; Sun, 20 Nov 2005 08:30:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAK8UZov067793; Sun, 20 Nov 2005 08:30:35 GMT (envelope-from gnats) Date: Sun, 20 Nov 2005 08:30:35 GMT Message-Id: <200511200830.jAK8UZov067793@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Jean-Francois Gobin Cc: Subject: Re: ports/89074: Segmentation Violation during "make install" of XFree86-4 (fwd) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean-Francois Gobin List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 08:30:36 -0000 The following reply was made to PR ports/89074; it has been noted by GNATS. From: Jean-Francois Gobin To: bug-followup@freebsd.org Cc: Subject: Re: ports/89074: Segmentation Violation during "make install" of XFree86-4 (fwd) Date: Sun, 20 Nov 2005 09:21:11 +0100 (CET) And here you are ... ns# /usr/X11R6/bin/mkfontdir -x bdf . Segmentation fault (core dumped) ns# ns# ns# gdb /usr/X11R6/bin/mkfontdir GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... (gdb) run -x bdf . Starting program: /usr/X11R6/bin/mkfontdir -x bdf . Program received signal SIGSEGV, Segmentation fault. 0x2822d1b9 in __vfprintf () from /lib/libc.so.5 (gdb) bt #0 0x2822d1b9 in __vfprintf () from /lib/libc.so.5 #1 0x2822bb07 in vfprintf () from /lib/libc.so.5 #2 0x282188ba in fprintf () from /lib/libc.so.5 #3 0x080490d5 in WriteFontTable (dirName=0x720e5000 , table=0xbfbfe7e0) at mkfontdir.c:204 #4 0x08049f2d in DoDirectory (dirName=0xbfbfedb8 ".", encodings=0x720e5000, count=1913540608) at mkfontdir.c:664 #5 0x0804a437 in main (argc=4, argv=0xbfbfecb4) at mkfontdir.c:793 Hope it helps On Fri, 18 Nov 2005, Dejan Lesjak wrote: > That seems fine. > There are no debugging symbols in default install of XFree86-clients (where > mkfontdir comes from). To get them you need to add '-g' to CFLAGS and add a > line to scripts/configure of x11/XFree86-4-clients port: > > echo "#define StripInstalledPrograms NO" >> $LOCALDEF > > (below the line > echo "#define UseInstalledLibraries YES" >> $LOCALDEF > for example). > Then recompile this port and when you get to gdb, obtain a backtrace with > 'bt'. > Is the hardware in good shape (see > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGNAL11)? > ---------- Jean-Francois Gobin - Administrateur gobinjf.be http://www.gobinjf.be mailto:gobin@gobinjf.be From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 12:50:36 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9287116A41F for ; Sun, 20 Nov 2005 12:50:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F0F43D5C for ; Sun, 20 Nov 2005 12:50:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAKCoZcD001098 for ; Sun, 20 Nov 2005 12:50:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAKCoZkt001097; Sun, 20 Nov 2005 12:50:35 GMT (envelope-from gnats) Date: Sun, 20 Nov 2005 12:50:35 GMT Message-Id: <200511201250.jAKCoZkt001097@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Jean-Francois Gobin Cc: Subject: Re: ports/89074: Segmentation Violation during "make install" of XFree86-4 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean-Francois Gobin List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 12:50:36 -0000 The following reply was made to PR ports/89074; it has been noted by GNATS. From: Jean-Francois Gobin To: Dejan Lesjak Cc: bug-followup@freebsd.org Subject: Re: ports/89074: Segmentation Violation during "make install" of XFree86-4 Date: Sun, 20 Nov 2005 13:49:55 +0100 (CET) Don't look too far. This can really be a HW trouble (httpd is also showing SEGV behaviour) jF On Fri, 18 Nov 2005, Dejan Lesjak wrote: > That seems fine. > There are no debugging symbols in default install of XFree86-clients (where > mkfontdir comes from). To get them you need to add '-g' to CFLAGS and add a > line to scripts/configure of x11/XFree86-4-clients port: > > echo "#define StripInstalledPrograms NO" >> $LOCALDEF > > (below the line > echo "#define UseInstalledLibraries YES" >> $LOCALDEF > for example). > Then recompile this port and when you get to gdb, obtain a backtrace with > 'bt'. > Is the hardware in good shape (see > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGNAL11)? > ---------- Jean-Francois Gobin - Administrateur gobinjf.be http://www.gobinjf.be mailto:gobin@gobinjf.be From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 15:38:21 2005 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E77316A41F for ; Sun, 20 Nov 2005 15:38:21 +0000 (GMT) (envelope-from h=x11=freebsd.org=lrnuyokm@erathia.be) Received: from mail.llorien.org (mail.llorien.org [209.216.230.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0589343D46 for ; Sun, 20 Nov 2005 15:38:20 +0000 (GMT) (envelope-from h=x11=freebsd.org=lrnuyokm@erathia.be) Received: from d54c11694.access.telenet.be [84.193.22.148] by mail.llorien.org with esmtpsa (SSLv3:RC4-MD5:128) id=1EdkZ7-0006ty-IY for x11@freebsd.org; Sun, 20 Nov 2005 03:28:50 -0500 From: h To: x11@freebsd.org Date: Sun, 20 Nov 2005 16:38:20 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511201638.20976.h@erathia.be> X-Authenticated-Sender: h X-AntiAbuse: If this mail is spam, please forward it as attachment to abuse@llorien.org X-Virus-State: clean Cc: Subject: can't compile xorg clients 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, 20 Nov 2005 15:38:21 -0000 i can't build new xorg clients in 5.4: making all in programs/xdriinfo... cc -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer- arith -Wundef -I/usr/ports/x11/xorg-clients/work/xc -I/usr/ports/x11/xorg-cl ients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -c xdriinfo.c xdriinfo.c: In function `main': xdriinfo.c:60: warning: pointer targets in passing arg 1 of `glXGetProcAddress' differ in signedness xdriinfo.c:61: warning: pointer targets in passing arg 1 of `glXGetProcAddress' differ in signedness rm -f xdriinfo cc -o xdriinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm - Wall -Wpointer-arith -Wundef -L/usr/ports/x11/xorg-clients/work/xc/exports/l ib xdriinfo.o -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -Wl,-rpath,/usr/X 11R6/lib -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib xdriinfo.o(.text+0x4a): In function `main': : undefined reference to `glXGetProcAddress' xdriinfo.o(.text+0x5b): In function `main': : undefined reference to `glXGetProcAddress' *** Error code 1 Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xdriinfo. *** Error code 1 Stop in /usr/ports/x11/xorg-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/xorg-clients. From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 18:30:31 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F25816A41F for ; Sun, 20 Nov 2005 18:30:31 +0000 (GMT) (envelope-from alvest@earthlink.net) Received: from smtpauth04.mail.atl.earthlink.net (smtpauth04.mail.atl.earthlink.net [209.86.89.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8569F43D53 for ; Sun, 20 Nov 2005 18:30:26 +0000 (GMT) (envelope-from alvest@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=cb2r0+SFww1jWjbGW8RpUJOb6FTYbrqwIDzJOwFrH0OCACTfd8Dq6Y6pdNcNiDuU; h=Received:Date:From:To:Subject:Message-Id:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [24.145.140.172] (helo=discovery.vesthome.oh.us) by smtpauth04.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1EdtxJ-00025m-NO for freebsd-x11@freebsd.org; Sun, 20 Nov 2005 13:30:25 -0500 Date: Sun, 20 Nov 2005 13:30:25 -0500 From: Albert Vest To: freebsd-x11@freebsd.org Message-Id: <20051120133025.14162ae3.alvest@earthlink.net> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: a37e7a5645c8e49994f5150ab1c16ac0e95ccacfd8efebe23e6081f615e59f57e73d96455ce8d81a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.145.140.172 Subject: Thanks for agp_ati.c 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, 20 Nov 2005 18:30:31 -0000 Just writing to thank the X11 team, eanholt in particular, for committing agp_ati.c to the source tree. After rebuilding world and kernel, I seem to actually have agp now under 6.0-STABLE on my Shuttle ST62K machine: # dmesg | grep drm drm0: port 0xc000-0xc0ff mem 0xe8000000-0xebffffff,0xec020000-0xec02ffff at device 5.0 on pci1 info: [drm] AGP at 0xe4000000 64MB info: [drm] Initialized radeon 1.16.0 20050311 on minor 0 It freezes now when I try an xorg.conf file with "dri" included in the list of modules to load, even after a fresh build of the dri-devel port, but glxgears runs faster now (~450 fps) when starting with no file at all (Xorg autodetect). -- Albert Vest, al vest at earth link dot net From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 20:50:03 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0987D16A42D; Sun, 20 Nov 2005 20:50:02 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7615543D45; Sun, 20 Nov 2005 20:50:02 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id A0CFE17B88A; Sun, 20 Nov 2005 21:50:01 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35403-04; Sun, 20 Nov 2005 21:49:55 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id E212F17B86B; Sun, 20 Nov 2005 21:49:54 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 1009A1702F; Sun, 20 Nov 2005 21:49:54 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sun, 20 Nov 2005 21:49:53 +0100 User-Agent: KMail/1.8.3 References: <200511201638.20976.h@erathia.be> In-Reply-To: <200511201638.20976.h@erathia.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511202149.53789.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: x11@freebsd.org, h Subject: Re: can't compile xorg clients 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, 20 Nov 2005 20:50:03 -0000 On Sunday 20 of November 2005 16:38, h wrote: > i can't build new xorg clients in 5.4: > > making all in programs/xdriinfo... > cc -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall > -Wpointer- > arith -Wundef -I/usr/ports/x11/xorg-clients/work/xc > -I/usr/ports/x11/xorg-cl > ients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED > -DFUNCPROTO=15 > -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -c xdriinfo.c > xdriinfo.c: In function `main': > xdriinfo.c:60: warning: pointer targets in passing arg 1 of > `glXGetProcAddress' > differ in signedness > xdriinfo.c:61: warning: pointer targets in passing arg 1 of > `glXGetProcAddress' > differ in signedness > rm -f xdriinfo > cc -o xdriinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm > - > Wall -Wpointer-arith -Wundef > -L/usr/ports/x11/xorg-clients/work/xc/exports/l > ib xdriinfo.o -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread > -Wl,-rpath,/usr/X > 11R6/lib -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib > > xdriinfo.o(.text+0x4a): In function `main': > : undefined reference to `glXGetProcAddress' > > xdriinfo.o(.text+0x5b): In function `main': > : undefined reference to `glXGetProcAddress' Remove nvidia-driver port, then upgrade xorg-clients. After that you can reinstall nvidia-driver. Dejan From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 20:50:03 2005 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0987D16A42D; Sun, 20 Nov 2005 20:50:02 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7615543D45; Sun, 20 Nov 2005 20:50:02 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id A0CFE17B88A; Sun, 20 Nov 2005 21:50:01 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35403-04; Sun, 20 Nov 2005 21:49:55 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id E212F17B86B; Sun, 20 Nov 2005 21:49:54 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 1009A1702F; Sun, 20 Nov 2005 21:49:54 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sun, 20 Nov 2005 21:49:53 +0100 User-Agent: KMail/1.8.3 References: <200511201638.20976.h@erathia.be> In-Reply-To: <200511201638.20976.h@erathia.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511202149.53789.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: x11@freebsd.org, h Subject: Re: can't compile xorg clients 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, 20 Nov 2005 20:50:03 -0000 On Sunday 20 of November 2005 16:38, h wrote: > i can't build new xorg clients in 5.4: > > making all in programs/xdriinfo... > cc -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall > -Wpointer- > arith -Wundef -I/usr/ports/x11/xorg-clients/work/xc > -I/usr/ports/x11/xorg-cl > ients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED > -DFUNCPROTO=15 > -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -c xdriinfo.c > xdriinfo.c: In function `main': > xdriinfo.c:60: warning: pointer targets in passing arg 1 of > `glXGetProcAddress' > differ in signedness > xdriinfo.c:61: warning: pointer targets in passing arg 1 of > `glXGetProcAddress' > differ in signedness > rm -f xdriinfo > cc -o xdriinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm > - > Wall -Wpointer-arith -Wundef > -L/usr/ports/x11/xorg-clients/work/xc/exports/l > ib xdriinfo.o -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread > -Wl,-rpath,/usr/X > 11R6/lib -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib > > xdriinfo.o(.text+0x4a): In function `main': > : undefined reference to `glXGetProcAddress' > > xdriinfo.o(.text+0x5b): In function `main': > : undefined reference to `glXGetProcAddress' Remove nvidia-driver port, then upgrade xorg-clients. After that you can reinstall nvidia-driver. Dejan From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 20:50:29 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBE416A4D4 for ; Sun, 20 Nov 2005 20:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603AA43D46 for ; Sun, 20 Nov 2005 20:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAKKoTnc059434 for ; Sun, 20 Nov 2005 20:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAKKoTsf059433; Sun, 20 Nov 2005 20:50:29 GMT (envelope-from gnats) Date: Sun, 20 Nov 2005 20:50:29 GMT Message-Id: <200511202050.jAKKoTsf059433@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: ports/89074: Segmentation Violation during "make install" of XFree86-4 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 20:50:29 -0000 The following reply was made to PR ports/89074; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@freebsd.org, gobin@gobinjf.be Cc: Subject: Re: ports/89074: Segmentation Violation during "make install" of XFree86-4 Date: Sun, 20 Nov 2005 21:48:57 +0100 It's curious though that problems should happen always on same spot. If you do suspect hardware problems, you might want to take a look at Memtest86+ (http://www.memtest.org/) - you can grab a bootable CD which should check the memory. From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 21:15:18 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F0A16A41F for ; Sun, 20 Nov 2005 21:15:18 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCF543D46 for ; Sun, 20 Nov 2005 21:15:18 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.4/8.13.1) with ESMTP id jAKLFFJD011470; Sun, 20 Nov 2005 13:15:15 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by leguin.anholt.net (8.13.4/8.13.1/Submit) id jAKLFFRF011469; Sun, 20 Nov 2005 13:15:15 -0800 (PST) (envelope-from eta@lclark.edu) X-Authentication-Warning: leguin.anholt.net: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Albert Vest In-Reply-To: <20051120133025.14162ae3.alvest@earthlink.net> References: <20051120133025.14162ae3.alvest@earthlink.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jsxZZh2zEj06c7CoQZXL" Date: Sun, 20 Nov 2005 13:15:14 -0800 Message-Id: <1132521314.1197.2.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Cc: freebsd-x11@freebsd.org Subject: Re: Thanks for agp_ati.c 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, 20 Nov 2005 21:15:18 -0000 --=-jsxZZh2zEj06c7CoQZXL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2005-11-20 at 13:30 -0500, Albert Vest wrote: > Just writing to thank the X11 team, eanholt in particular, for committing= agp_ati.c to the source tree. After rebuilding world and kernel, I seem t= o actually have agp now under 6.0-STABLE on my Shuttle ST62K machine: >=20 > # dmesg | grep drm > drm0: port 0xc000-0xc0ff mem 0xe8000000-0xebffffff= ,0xec020000-0xec02ffff at device 5.0 on pci1 > info: [drm] AGP at 0xe4000000 64MB > info: [drm] Initialized radeon 1.16.0 20050311 on minor 0 >=20 > It freezes now when I try an xorg.conf file with "dri" included in the li= st of modules to load, even after a fresh build of the dri-devel port, but = glxgears runs faster now (~450 fps) when starting with no file at all (Xorg= autodetect). Is it enabling direct rendering with no config file? Do you have any AGP options in your xorg.conf file? --=20 Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org --=-jsxZZh2zEj06c7CoQZXL Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDgOdiHUdvYGzw6vcRAmnoAKCTcVAHRHVFLeeJ1C3l5o76Ece+SQCfaTIU OAjXQR3LCkV/E3lXjSnX2hQ= =+AZV -----END PGP SIGNATURE----- --=-jsxZZh2zEj06c7CoQZXL-- From owner-freebsd-x11@FreeBSD.ORG Sun Nov 20 22:37:03 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5AB16A41F for ; Sun, 20 Nov 2005 22:37:03 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6335B43D45 for ; Sun, 20 Nov 2005 22:37:03 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (nieser.net [194.109.160.131]) by smtp-vbr11.xs4all.nl (8.13.3/8.13.3) with ESMTP id jAKMb1ov082011 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 20 Nov 2005 23:37:02 +0100 (CET) (envelope-from h.nieser@xs4all.nl) Message-ID: <4380FA8D.50107@xs4all.nl> Date: Sun, 20 Nov 2005 23:37:01 +0100 From: Hans Nieser User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <437E8B98.8090700@nieser.net> <437F6D7A.9070401@xs4all.nl> In-Reply-To: <437F6D7A.9070401@xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: nvidia X driver and OpenGL performance problem 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, 20 Nov 2005 22:37:04 -0000 Hans Nieser wrote: > Hans Nieser wrote: > >> Hi list, >> >> Recently I've been trying out games such as the Doom 3 demo (Linux >> binaries), Quake 2, Quake 3 Demo (Linux binaries) and the new Quake 4 >> port (also Linux binaries) under FreeBSD, and although they run >> without any errors or visual oddities, the performance has been >> somewhat dissappointing - they all run about 3 to 4 times slower than >> they do on Windows and are hardly playable (except for Quake 3 / 2, >> but those obviously require much less of the video hardware). This >> seems to be the case with all OpenGL games / apps. glxgears with its >> default settings (that is, I just typed 'glxgears' with no options) >> renders about 7200 FPS on average. > > Well here's an interesting twist; when I log into X/Gnome as root, the > games run a heck of a lot smoother (note that su/sudo doesn't have the > same effect, I really have to login as root). Quake 4 went from 10-20 > fps in the first level to 40-50 fps on average. > > I'm guesssing however that playing games as root (online games, that is) > might not be a good idea. Now I just need to figure out what exactly > makes games run slower for non-root users. To continue my monologue, it seems I was either mistaken about improved performance when running OpenGL apps as root (I guess I should start doing real benchmarks), or it was some kind of fluke as I have been unable to reproduce it. I've been told by an individual in #nvidia on freenode IRC that PCI Express cards run at the speed of the normal PCI bus in FreeBSD because it doesn't have complete support for PCI Express yet, and conseuently, neither does the nvidia FreeBSD driver. Although this would certainly explain my troubles, after numerous searches on google on FreeBSD and PCI Express I have been unable to confirm the above. Could anyone shed some light on this? Should I give up trying to get my OpenGL apps to perform like they should as PCI Express is simply not fully supported (yet)? From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 09:55:41 2005 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3F216A41F for ; Mon, 21 Nov 2005 09:55:41 +0000 (GMT) (envelope-from h=x11=freebsd.org=lrnuyokm@erathia.be) Received: from mail.llorien.org (mail.llorien.org [209.216.230.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 023C643D4C for ; Mon, 21 Nov 2005 09:55:40 +0000 (GMT) (envelope-from h=x11=freebsd.org=lrnuyokm@erathia.be) Received: from d54c11694.access.telenet.be [84.193.22.148] by mail.llorien.org with esmtpsa (SSLv3:RC4-MD5:128) id=1Ee1h4-0003v4-5k; Sun, 20 Nov 2005 21:46:10 -0500 From: h To: Dejan Lesjak Date: Mon, 21 Nov 2005 10:55:45 +0100 User-Agent: KMail/1.8.2 References: <200511201638.20976.h@erathia.be> <200511202149.53789.dejan.lesjak@ijs.si> In-Reply-To: <200511202149.53789.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511211055.46273.h@erathia.be> X-Authenticated-Sender: h X-AntiAbuse: If this mail is spam, please forward it as attachment to abuse@llorien.org X-Virus-State: clean Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: can't compile xorg clients 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, 21 Nov 2005 09:55:41 -0000 On Sunday 20 November 2005 21:49, Dejan Lesjak wrote: > On Sunday 20 of November 2005 16:38, h wrote: > > i can't build new xorg clients in 5.4: > > > > making all in programs/xdriinfo... ... > > cc -o xdriinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm > > - > > Wall -Wpointer-arith -Wundef > > -L/usr/ports/x11/xorg-clients/work/xc/exports/l > > ib xdriinfo.o -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread > > -Wl,-rpath,/usr/X > > 11R6/lib -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib > > > > xdriinfo.o(.text+0x4a): In function `main': > > : undefined reference to `glXGetProcAddress' > > > > xdriinfo.o(.text+0x5b): In function `main': > > : undefined reference to `glXGetProcAddress' > > Remove nvidia-driver port, then upgrade xorg-clients. After that you can > reinstall nvidia-driver. i tried, but it doesn't work either. i got a linker error. i lost the log because i screw it up trying to paste it from tty console. do i have to reboot with no nvidia drivers? cause all i did was log out, go to tty console and cd /var/db/pkg && pkg_delete -f nvidia-driver-1..... && portupgrade xorg-* && ... which failed so i just reinstalled nvidia driver and rebooted to be able to restore the system. From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 09:55:41 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A25A16A420 for ; Mon, 21 Nov 2005 09:55:41 +0000 (GMT) (envelope-from h=freebsd-x11=freebsd.org=mlpscvik@erathia.be) Received: from mail.llorien.org (mail.llorien.org [209.216.230.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0257843D53 for ; Mon, 21 Nov 2005 09:55:40 +0000 (GMT) (envelope-from h=freebsd-x11=freebsd.org=mlpscvik@erathia.be) Received: from d54c11694.access.telenet.be [84.193.22.148] by mail.llorien.org with esmtpsa (SSLv3:RC4-MD5:128) id=1Ee1h4-0003v4-5k; Sun, 20 Nov 2005 21:46:10 -0500 From: h To: Dejan Lesjak Date: Mon, 21 Nov 2005 10:55:45 +0100 User-Agent: KMail/1.8.2 References: <200511201638.20976.h@erathia.be> <200511202149.53789.dejan.lesjak@ijs.si> In-Reply-To: <200511202149.53789.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511211055.46273.h@erathia.be> X-Authenticated-Sender: h X-AntiAbuse: If this mail is spam, please forward it as attachment to abuse@llorien.org X-Virus-State: clean Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: can't compile xorg clients 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, 21 Nov 2005 09:55:41 -0000 On Sunday 20 November 2005 21:49, Dejan Lesjak wrote: > On Sunday 20 of November 2005 16:38, h wrote: > > i can't build new xorg clients in 5.4: > > > > making all in programs/xdriinfo... ... > > cc -o xdriinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm > > - > > Wall -Wpointer-arith -Wundef > > -L/usr/ports/x11/xorg-clients/work/xc/exports/l > > ib xdriinfo.o -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread > > -Wl,-rpath,/usr/X > > 11R6/lib -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib > > > > xdriinfo.o(.text+0x4a): In function `main': > > : undefined reference to `glXGetProcAddress' > > > > xdriinfo.o(.text+0x5b): In function `main': > > : undefined reference to `glXGetProcAddress' > > Remove nvidia-driver port, then upgrade xorg-clients. After that you can > reinstall nvidia-driver. i tried, but it doesn't work either. i got a linker error. i lost the log because i screw it up trying to paste it from tty console. do i have to reboot with no nvidia drivers? cause all i did was log out, go to tty console and cd /var/db/pkg && pkg_delete -f nvidia-driver-1..... && portupgrade xorg-* && ... which failed so i just reinstalled nvidia driver and rebooted to be able to restore the system. From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 10:26:58 2005 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0926316A41F; Mon, 21 Nov 2005 10:26:58 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DA443D49; Mon, 21 Nov 2005 10:26:56 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 8C9CA17B87D; Mon, 21 Nov 2005 11:26:55 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87567-10; Mon, 21 Nov 2005 11:26:53 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by patsy.ijs.si (Postfix) with ESMTP id B122917B885; Mon, 21 Nov 2005 11:26:52 +0100 (CET) Received: from idefix.ijs.si (clj8-144.dial-up.arnes.si [194.249.52.144]) by metatron.ijs.si (Postfix) with ESMTP id 6015D1C00CEB; Mon, 21 Nov 2005 11:26:52 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id D83575C18; Mon, 21 Nov 2005 11:26:51 +0100 (CET) From: Dejan Lesjak To: h Date: Mon, 21 Nov 2005 11:26:50 +0100 User-Agent: KMail/1.8.2 References: <200511201638.20976.h@erathia.be> <200511202149.53789.dejan.lesjak@ijs.si> <200511211055.46273.h@erathia.be> In-Reply-To: <200511211055.46273.h@erathia.be> X-Face: l`biwj7ErNt!P.,J7a!e:(1e=K=NSp5kC`U:f"{,=?utf-8?q?=25ehAE3=5CW=7DYb=60=3AP=60m4Or-k=3Dy=24=7C=3BoF51=0A=09xZ=3A?=),6FF&_y; =Ty5^c>T1+7cC?z\J@YDEjb MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511211126.51403.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: can't compile xorg clients 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, 21 Nov 2005 10:26:58 -0000 On Monday 21 of November 2005 10:55, h wrote: > On Sunday 20 November 2005 21:49, Dejan Lesjak wrote: > > Remove nvidia-driver port, then upgrade xorg-clients. After that you can > > reinstall nvidia-driver. > > i tried, but it doesn't work either. i got a linker error. i lost the log > because i screw it up trying to paste it from tty console. > > do i have to reboot with no nvidia drivers? cause all i did was log out, go > to tty console and cd /var/db/pkg && pkg_delete -f nvidia-driver-1..... && > portupgrade xorg-* && ... which failed so i just reinstalled nvidia driver > and rebooted to be able to restore the system. No, you shouldn't have to reboot; you don't even have to log out or otherwise get out of X session. As long as you reinstall nvidia-driver at the end and don't run glx stuff in between things should be fine. If just removing nvidia-driver port didn't help, try to reinstall xorg-libraries. This should bring back the glx libraries that nvidia-driver overwrites. Dejan From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 10:26:58 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0926316A41F; Mon, 21 Nov 2005 10:26:58 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DA443D49; Mon, 21 Nov 2005 10:26:56 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 8C9CA17B87D; Mon, 21 Nov 2005 11:26:55 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87567-10; Mon, 21 Nov 2005 11:26:53 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by patsy.ijs.si (Postfix) with ESMTP id B122917B885; Mon, 21 Nov 2005 11:26:52 +0100 (CET) Received: from idefix.ijs.si (clj8-144.dial-up.arnes.si [194.249.52.144]) by metatron.ijs.si (Postfix) with ESMTP id 6015D1C00CEB; Mon, 21 Nov 2005 11:26:52 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id D83575C18; Mon, 21 Nov 2005 11:26:51 +0100 (CET) From: Dejan Lesjak To: h Date: Mon, 21 Nov 2005 11:26:50 +0100 User-Agent: KMail/1.8.2 References: <200511201638.20976.h@erathia.be> <200511202149.53789.dejan.lesjak@ijs.si> <200511211055.46273.h@erathia.be> In-Reply-To: <200511211055.46273.h@erathia.be> X-Face: l`biwj7ErNt!P.,J7a!e:(1e=K=NSp5kC`U:f"{,=?utf-8?q?=25ehAE3=5CW=7DYb=60=3AP=60m4Or-k=3Dy=24=7C=3BoF51=0A=09xZ=3A?=),6FF&_y; =Ty5^c>T1+7cC?z\J@YDEjb MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511211126.51403.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: can't compile xorg clients 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, 21 Nov 2005 10:26:58 -0000 On Monday 21 of November 2005 10:55, h wrote: > On Sunday 20 November 2005 21:49, Dejan Lesjak wrote: > > Remove nvidia-driver port, then upgrade xorg-clients. After that you can > > reinstall nvidia-driver. > > i tried, but it doesn't work either. i got a linker error. i lost the log > because i screw it up trying to paste it from tty console. > > do i have to reboot with no nvidia drivers? cause all i did was log out, go > to tty console and cd /var/db/pkg && pkg_delete -f nvidia-driver-1..... && > portupgrade xorg-* && ... which failed so i just reinstalled nvidia driver > and rebooted to be able to restore the system. No, you shouldn't have to reboot; you don't even have to log out or otherwise get out of X session. As long as you reinstall nvidia-driver at the end and don't run glx stuff in between things should be fine. If just removing nvidia-driver port didn't help, try to reinstall xorg-libraries. This should bring back the glx libraries that nvidia-driver overwrites. Dejan From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 11:02:56 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914AF16A41F for ; Mon, 21 Nov 2005 11:02:56 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E81F43D5F for ; Mon, 21 Nov 2005 11:02:49 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jALB2mg3090286 for ; Mon, 21 Nov 2005 11:02:49 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jALB2mTL090280 for freebsd-x11@freebsd.org; Mon, 21 Nov 2005 11:02:48 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 21 Nov 2005 11:02:48 GMT Message-Id: <200511211102.jALB2mTL090280@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter 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, 21 Nov 2005 11:02:56 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2005/03/25] ports/79231 x11 XORG / FBSD5.4 stuck at 640x480 on HP XE2 o [2005/08/11] ports/84820 x11 x11-servers/xorg-server fails to start w/ o [2005/08/30] ports/85470 x11 82845GV video mode switching with Xorg o [2005/09/05] ports/85735 x11 Force imake respect CC/CXX o [2005/10/09] ports/87171 x11 Don't build low-quality Korean bitmap fon o [2005/10/28] ports/88115 x11 ivview (installed by inventor port) end i f [2005/11/08] ports/88641 x11 x11/xproto: Xorg package fails to work o [2005/11/11] ports/88854 x11 xorg takes forever initializing my 82845G o [2005/11/15] ports/89074 x11 Segmentation Violation during "make insta 10 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/10/22] ports/73009 x11 5.3-RC1 ports refer to XF86Config - shoul s [2004/11/09] ports/73743 x11 XOrg/XFree xauth add/startx problem o [2005/05/13] ports/80979 x11 x11/xorg-clients: when hostname is not co o [2005/05/24] ports/81428 x11 [PATCH] x11-servers/mga_hal: also install o [2005/08/19] ports/85132 x11 XOrg 6.8.2 won't start on Toshiba Satelli o [2005/09/28] ports/86671 x11 xorg does not recognize newer ATI chipset o [2005/10/09] ports/87160 x11 [UPDATE] xorg-server: nv GeForce screento s [2005/10/16] ports/87528 x11 Missing koi8-r encoding for xorg-fonts-en f [2005/11/08] ports/88642 x11 Xorg compilation problem o [2005/11/14] ports/89025 x11 Keyboard doesnt work with X on old acerno 10 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 11:26:29 2005 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C456016A41F for ; Mon, 21 Nov 2005 11:26:29 +0000 (GMT) (envelope-from h=x11=freebsd.org=lrnuyokm@erathia.be) Received: from mail.llorien.org (mail.llorien.org [209.216.230.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B0443D45 for ; Mon, 21 Nov 2005 11:26:29 +0000 (GMT) (envelope-from h=x11=freebsd.org=lrnuyokm@erathia.be) Received: from d54c11694.access.telenet.be [84.193.22.148] by mail.llorien.org with esmtpsa (SSLv3:RC4-MD5:128) id=1Ee36x-00087e-7x; Sun, 20 Nov 2005 23:16:59 -0500 From: h To: Dejan Lesjak Date: Mon, 21 Nov 2005 12:26:35 +0100 User-Agent: KMail/1.8.2 References: <200511201638.20976.h@erathia.be> <200511211055.46273.h@erathia.be> <200511211126.51403.dejan.lesjak@ijs.si> In-Reply-To: <200511211126.51403.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511211226.36350.h@erathia.be> X-Authenticated-Sender: h X-AntiAbuse: If this mail is spam, please forward it as attachment to abuse@llorien.org X-Virus-State: clean Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: can't compile xorg clients 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, 21 Nov 2005 11:26:29 -0000 i made: pkg_delete -f nvidia-driver-1.0.7676_1/ ; cd /usr/ports/x11/xorg-libraries/ && make install clean && rehash && cd /var/db/pkg/ && portupgrade xorg-* && cd /usr/ports/x11/nvidia-driver/ && make install clean with FORCE_PKG_REGISTER=yes in make.conf. and it worked. From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 11:26:29 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D270F16A420 for ; Mon, 21 Nov 2005 11:26:29 +0000 (GMT) (envelope-from h=freebsd-x11=freebsd.org=mlpscvik@erathia.be) Received: from mail.llorien.org (mail.llorien.org [209.216.230.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C6843D46 for ; Mon, 21 Nov 2005 11:26:29 +0000 (GMT) (envelope-from h=freebsd-x11=freebsd.org=mlpscvik@erathia.be) Received: from d54c11694.access.telenet.be [84.193.22.148] by mail.llorien.org with esmtpsa (SSLv3:RC4-MD5:128) id=1Ee36x-00087e-7x; Sun, 20 Nov 2005 23:16:59 -0500 From: h To: Dejan Lesjak Date: Mon, 21 Nov 2005 12:26:35 +0100 User-Agent: KMail/1.8.2 References: <200511201638.20976.h@erathia.be> <200511211055.46273.h@erathia.be> <200511211126.51403.dejan.lesjak@ijs.si> In-Reply-To: <200511211126.51403.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511211226.36350.h@erathia.be> X-Authenticated-Sender: h X-AntiAbuse: If this mail is spam, please forward it as attachment to abuse@llorien.org X-Virus-State: clean Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: can't compile xorg clients 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, 21 Nov 2005 11:26:29 -0000 i made: pkg_delete -f nvidia-driver-1.0.7676_1/ ; cd /usr/ports/x11/xorg-libraries/ && make install clean && rehash && cd /var/db/pkg/ && portupgrade xorg-* && cd /usr/ports/x11/nvidia-driver/ && make install clean with FORCE_PKG_REGISTER=yes in make.conf. and it worked. From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 18:13:40 2005 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D4716A41F for ; Mon, 21 Nov 2005 18:13:40 +0000 (GMT) (envelope-from bodoburns@web.de) Received: from fmmailgate04.web.de (fmmailgate04.web.de [217.72.192.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id F216243D46 for ; Mon, 21 Nov 2005 18:13:39 +0000 (GMT) (envelope-from bodoburns@web.de) Received: by fmmailgate04.web.de (8.12.10/8.12.10/webde Linux 0.7) with SMTP id jALICGXs026016 for ; Mon, 21 Nov 2005 19:13:37 +0100 Received: from [80.171.8.182] by freemailng1304.web.de with HTTP; Mon, 21 Nov 2005 19:13:36 +0100 Date: Mon, 21 Nov 2005 19:13:36 +0100 Message-Id: <1257354651@web.de> MIME-Version: 1.0 From: Bodo Benitz To: freebsd-x11@FreeBSD.org Precedence: fm-user Organization: http://freemail.web.de/ Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: PR 89025 "Keyboard doesn`t work ..." X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 18:13:40 -0000 hello! please delete the entry, now i use XFree86 without any problems. i couldn`t solve it anyway. thanks for your patience! bodo benitz ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 18:45:57 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C19A16A41F; Mon, 21 Nov 2005 18:45:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1660E43D45; Mon, 21 Nov 2005 18:45:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jALIju3W063690; Mon, 21 Nov 2005 18:45:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jALIjuW5063686; Mon, 21 Nov 2005 18:45:56 GMT (envelope-from linimon) Date: Mon, 21 Nov 2005 18:45:56 GMT From: Mark Linimon Message-Id: <200511211845.jALIjuW5063686@freefall.freebsd.org> To: bodoburns@web.de, linimon@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/89025: Keyboard doesnt work with X on old acernote light 370pcx laptop 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, 21 Nov 2005 18:45:57 -0000 Synopsis: Keyboard doesnt work with X on old acernote light 370pcx laptop State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Nov 21 18:45:36 GMT 2005 State-Changed-Why: Submitter notes that this problem can be closed. http://www.freebsd.org/cgi/query-pr.cgi?pr=89025 From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 18:57:24 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CAE816A41F; Mon, 21 Nov 2005 18:57:24 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC8BB43D49; Mon, 21 Nov 2005 18:57:23 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jALIvNhc064015; Mon, 21 Nov 2005 18:57:23 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jALIvN4S064011; Mon, 21 Nov 2005 18:57:23 GMT (envelope-from lesi) Date: Mon, 21 Nov 2005 18:57:23 GMT From: Dejan Lesjak Message-Id: <200511211857.jALIvN4S064011@freefall.freebsd.org> To: lesi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/89336: Xorg-clients compile fails with "undefined reference to `gLXGetProcAddress`" 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, 21 Nov 2005 18:57:24 -0000 Synopsis: Xorg-clients compile fails with "undefined reference to `gLXGetProcAddress`" Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: lesi Responsible-Changed-When: Mon Nov 21 18:56:34 GMT 2005 Responsible-Changed-Why: To X11 bin. http://www.freebsd.org/cgi/query-pr.cgi?pr=89336 From owner-freebsd-x11@FreeBSD.ORG Mon Nov 21 19:00:43 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C5616A41F for ; Mon, 21 Nov 2005 19:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3947943D66 for ; Mon, 21 Nov 2005 19:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jALJ0hK7064195 for ; Mon, 21 Nov 2005 19:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jALJ0hnE064194; Mon, 21 Nov 2005 19:00:43 GMT (envelope-from gnats) Date: Mon, 21 Nov 2005 19:00:43 GMT Message-Id: <200511211900.jALJ0hnE064194@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: ports/89336: Xorg-clients compile fails with "undefined reference to `gLXGetProcAddress`" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 19:00:43 -0000 The following reply was made to PR ports/89336; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@freebsd.org, supraexpress@globaleyes.net Cc: Subject: Re: ports/89336: Xorg-clients compile fails with "undefined reference to `gLXGetProcAddress`" Date: Mon, 21 Nov 2005 19:55:54 +0100 A workaround: Remove nvidia-driver port, then upgrade xorg-clients. After that you can reinstall nvidia-driver. If xorg-clients upgrade still fails after removing nvidia-driver, force reinstall of xorg-libraries to get back glx libraries from X.Org and then try upgrading. More information about this problem is in ports/76257. From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 02:40:08 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A21916A41F for ; Fri, 25 Nov 2005 02:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F179B43D55 for ; Fri, 25 Nov 2005 02:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAP2e7cE068749 for ; Fri, 25 Nov 2005 02:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAP2e7hW068748; Fri, 25 Nov 2005 02:40:07 GMT (envelope-from gnats) Date: Fri, 25 Nov 2005 02:40:07 GMT Message-Id: <200511250240.jAP2e7hW068748@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: User1001 Cc: Subject: Re: ports/89336: Xorg-clients compile fails with "undefined reference to `gLXGetProcAddress`" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User1001 List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 02:40:08 -0000 The following reply was made to PR ports/89336; it has been noted by GNATS. From: User1001 To: bug-followup@FreeBSD.org, supraexpress@globaleyes.net Cc: Dejan Lesjak Subject: Re: ports/89336: Xorg-clients compile fails with "undefined reference to `gLXGetProcAddress`" Date: Thu, 24 Nov 2005 20:29:44 -0600 Following the suggestion of de-installing "nvidia-driver" allowed me to successfully upgrade "xorg-clients". Until whatever it is about glX is resolved, perhaps it would be a good idea to insert a CONFLICT tag in xorg-clients with the simple workaround provided related to "nvidia-driver". From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 10:03:34 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABAFA16A41F; Fri, 25 Nov 2005 10:03:34 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2372743D64; Fri, 25 Nov 2005 10:03:34 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPA3Xf4036970; Fri, 25 Nov 2005 10:03:33 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPA3XAJ036966; Fri, 25 Nov 2005 10:03:33 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 10:03:33 GMT From: Dejan Lesjak Message-Id: <200511251003.jAPA3XAJ036966@freefall.freebsd.org> To: lesi@FreeBSD.org, danfe@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/76257: nvidia_driver breaks xorg-clients build 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, 25 Nov 2005 10:03:34 -0000 Synopsis: nvidia_driver breaks xorg-clients build Responsible-Changed-From-To: danfe->freebsd-x11 Responsible-Changed-By: lesi Responsible-Changed-When: Fri Nov 25 10:02:02 GMT 2005 Responsible-Changed-Why: Transfer back to freebsd-x11 as it seems the problem will be solved in xorg-clients. http://www.freebsd.org/cgi/query-pr.cgi?pr=76257 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 10:05:35 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ED5A16A420; Fri, 25 Nov 2005 10:05:35 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F3D743D4C; Fri, 25 Nov 2005 10:05:34 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPA5YpV041820; Fri, 25 Nov 2005 10:05:34 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPA5Yh8041816; Fri, 25 Nov 2005 10:05:34 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 10:05:34 GMT From: Dejan Lesjak Message-Id: <200511251005.jAPA5Yh8041816@freefall.freebsd.org> To: supraexpress@globaleyes.net, lesi@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/89336: Xorg-clients compile fails with "undefined reference to `gLXGetProcAddress`" 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, 25 Nov 2005 10:05:35 -0000 Synopsis: Xorg-clients compile fails with "undefined reference to `gLXGetProcAddress`" State-Changed-From-To: open->closed State-Changed-By: lesi State-Changed-When: Fri Nov 25 10:04:36 GMT 2005 State-Changed-Why: Duplicate of ports/76257. http://www.freebsd.org/cgi/query-pr.cgi?pr=89336 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 12:18:57 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F45916A41F; Fri, 25 Nov 2005 12:18:57 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB23843D66; Fri, 25 Nov 2005 12:18:56 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPCIuNI062024; Fri, 25 Nov 2005 12:18:56 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPCIuoZ062020; Fri, 25 Nov 2005 12:18:56 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 12:18:56 GMT From: Dejan Lesjak Message-Id: <200511251218.jAPCIuoZ062020@freefall.freebsd.org> To: skv@freebsd.org, lesi@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/85735: Force imake respect CC/CXX 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, 25 Nov 2005 12:18:57 -0000 Synopsis: Force imake respect CC/CXX State-Changed-From-To: open->closed State-Changed-By: lesi State-Changed-When: Fri Nov 25 12:15:24 GMT 2005 State-Changed-Why: I still believe making just imake build respect CC as opposed to changing it's configuration files is better solution so I've committed that one. http://www.freebsd.org/cgi/query-pr.cgi?pr=85735 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 12:35:47 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F9616A420; Fri, 25 Nov 2005 12:35:47 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C3443D4C; Fri, 25 Nov 2005 12:35:47 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPCZkBV063743; Fri, 25 Nov 2005 12:35:46 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPCZkfJ063739; Fri, 25 Nov 2005 12:35:46 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 12:35:46 GMT From: Dejan Lesjak Message-Id: <200511251235.jAPCZkfJ063739@freefall.freebsd.org> To: mirya@matrix.ua, lesi@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/84820: x11-servers/xorg-server fails to start w/ GENERIC & hangs up the system 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, 25 Nov 2005 12:35:47 -0000 Synopsis: x11-servers/xorg-server fails to start w/ GENERIC & hangs up the system State-Changed-From-To: open->closed State-Changed-By: lesi State-Changed-When: Fri Nov 25 12:35:23 GMT 2005 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=84820 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 12:36:50 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1BDC16A41F; Fri, 25 Nov 2005 12:36:49 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8A343D58; Fri, 25 Nov 2005 12:36:49 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPCan5K063806; Fri, 25 Nov 2005 12:36:49 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPCandN063802; Fri, 25 Nov 2005 12:36:49 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 12:36:49 GMT From: Dejan Lesjak Message-Id: <200511251236.jAPCandN063802@freefall.freebsd.org> To: stacey@vickiandstacey.com, lesi@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/79231: XORG / FBSD5.4 stuck at 640x480 on HP XE2, used to get 800x600 on XFree86 / FBSD4Stable 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, 25 Nov 2005 12:36:50 -0000 Synopsis: XORG / FBSD5.4 stuck at 640x480 on HP XE2, used to get 800x600 on XFree86 / FBSD4Stable State-Changed-From-To: open->closed State-Changed-By: lesi State-Changed-When: Fri Nov 25 12:36:30 GMT 2005 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=79231 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 12:39:14 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48EB016A420; Fri, 25 Nov 2005 12:39:14 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C68BE43D5A; Fri, 25 Nov 2005 12:39:13 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPCdDSk063877; Fri, 25 Nov 2005 12:39:13 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPCdDgH063873; Fri, 25 Nov 2005 12:39:13 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 12:39:13 GMT From: Dejan Lesjak Message-Id: <200511251239.jAPCdDgH063873@freefall.freebsd.org> To: brandon.thomas@gmail.com, lesi@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/86671: xorg does not recognize newer ATI chipsets 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, 25 Nov 2005 12:39:14 -0000 Synopsis: xorg does not recognize newer ATI chipsets State-Changed-From-To: open->closed State-Changed-By: lesi State-Changed-When: Fri Nov 25 12:38:57 GMT 2005 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=86671 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 12:40:09 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBBDC16A420 for ; Fri, 25 Nov 2005 12:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B5243D5C for ; Fri, 25 Nov 2005 12:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPCe866063996 for ; Fri, 25 Nov 2005 12:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPCe8p6063995; Fri, 25 Nov 2005 12:40:08 GMT (envelope-from gnats) Date: Fri, 25 Nov 2005 12:40:08 GMT Message-Id: <200511251240.jAPCe8p6063995@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: ports/87171: Don't build low-quality Korean bitmap font in x11-fonts/xorg-fonts-miscbitmaps. X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 12:40:09 -0000 The following reply was made to PR ports/87171; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@freebsd.org, sangwoos@gmail.com Cc: Subject: Re: ports/87171: Don't build low-quality Korean bitmap font in x11-fonts/xorg-fonts-miscbitmaps. Date: Fri, 25 Nov 2005 13:32:02 +0100 This is not the kind of problem that can be resolved in FreeBSD ports collection. xorg-* ports only install what is provided by X.Org X11 distribution. Discussion about which fonts belong there for particular character sets belongs rather on X.Org fora such as xorg@lists.freedesktop.org mailing list. From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 12:42:32 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D50416A41F; Fri, 25 Nov 2005 12:42:32 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E719C43D5F; Fri, 25 Nov 2005 12:42:31 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPCgV5Y064108; Fri, 25 Nov 2005 12:42:31 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPCgVB7064104; Fri, 25 Nov 2005 12:42:31 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 12:42:31 GMT From: Dejan Lesjak Message-Id: <200511251242.jAPCgVB7064104@freefall.freebsd.org> To: sangwoos@gmail.com, lesi@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/87171: Don't build low-quality Korean bitmap font in x11-fonts/xorg-fonts-miscbitmaps. 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, 25 Nov 2005 12:42:32 -0000 Synopsis: Don't build low-quality Korean bitmap font in x11-fonts/xorg-fonts-miscbitmaps. State-Changed-From-To: open->closed State-Changed-By: lesi State-Changed-When: Fri Nov 25 12:42:14 GMT 2005 State-Changed-Why: Not a ports problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=87171 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 13:00:29 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2A3116A422 for ; Fri, 25 Nov 2005 13:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A478F43D96 for ; Fri, 25 Nov 2005 13:00:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPD0JJf064504 for ; Fri, 25 Nov 2005 13:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPD0JIZ064503; Fri, 25 Nov 2005 13:00:19 GMT (envelope-from gnats) Date: Fri, 25 Nov 2005 13:00:19 GMT Message-Id: <200511251300.jAPD0JIZ064503@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 13:00:29 -0000 The following reply was made to PR ports/88854; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@freebsd.org, lekernel@prism54.org Cc: Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip Date: Fri, 25 Nov 2005 13:55:29 +0100 Can you try x11-servers/xorg-server-snap port instead of x11-servers/xorg-server to see if the problem has been fixed for the next version of X.Org? From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 13:02:57 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C0AB16A41F; Fri, 25 Nov 2005 13:02:57 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C9343D53; Fri, 25 Nov 2005 13:02:56 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPD2uY8064670; Fri, 25 Nov 2005 13:02:56 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPD2uVu064666; Fri, 25 Nov 2005 13:02:56 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 13:02:56 GMT From: Dejan Lesjak Message-Id: <200511251302.jAPD2uVu064666@freefall.freebsd.org> To: lekernel@prism54.org, lesi@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip 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, 25 Nov 2005 13:02:57 -0000 Synopsis: xorg takes forever initializing my 82845GV chip State-Changed-From-To: open->feedback State-Changed-By: lesi State-Changed-When: Fri Nov 25 13:02:39 GMT 2005 State-Changed-Why: Await feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=88854 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 13:40:08 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 429E016A41F for ; Fri, 25 Nov 2005 13:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6032C43D69 for ; Fri, 25 Nov 2005 13:40:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPDe6ba073001 for ; Fri, 25 Nov 2005 13:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPDe6nT073000; Fri, 25 Nov 2005 13:40:06 GMT (envelope-from gnats) Date: Fri, 25 Nov 2005 13:40:06 GMT Message-Id: <200511251340.jAPDe6nT073000@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Sebastien Cc: Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sebastien List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 13:40:08 -0000 The following reply was made to PR ports/88854; it has been noted by GNATS. From: Sebastien To: Dejan Lesjak Cc: bug-followup@freebsd.org, lekernel@prism54.org Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip Date: Fri, 25 Nov 2005 14:37:22 +0100 Yes, it is now fixed :) > Can you try x11-servers/xorg-server-snap port instead of > x11-servers/xorg-server to see if the problem has been fixed for the next > version of X.Org? From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 14:00:19 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 053CA16A420 for ; Fri, 25 Nov 2005 14:00:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77AA843D58 for ; Fri, 25 Nov 2005 14:00:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPE0Imk073626 for ; Fri, 25 Nov 2005 14:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPE0Itl073625; Fri, 25 Nov 2005 14:00:18 GMT (envelope-from gnats) Date: Fri, 25 Nov 2005 14:00:18 GMT Message-Id: <200511251400.jAPE0Itl073625@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 14:00:19 -0000 The following reply was made to PR ports/88854; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@freebsd.org, lekernel@prism54.org Cc: Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip Date: Fri, 25 Nov 2005 14:54:18 +0100 Neat :) Are you comfortable using xorg-server-snap or should we try to get specific change into xorg-server port? Note that the next version of Xorg is currently at RC2 stage so it probably won't be too long until xorg-server is updated anyway. From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 15:36:40 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2260216A41F; Fri, 25 Nov 2005 15:36:40 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E811943D90; Fri, 25 Nov 2005 15:36:36 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPFaZCB090339; Fri, 25 Nov 2005 15:36:35 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPFaZ0P090335; Fri, 25 Nov 2005 15:36:35 GMT (envelope-from arved) Date: Fri, 25 Nov 2005 15:36:35 GMT From: Tilman Linneweh Message-Id: <200511251536.jAPFaZ0P090335@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/88508: bad xorg packages in ISO image for Disc1 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, 25 Nov 2005 15:36:40 -0000 Synopsis: bad xorg packages in ISO image for Disc1 Responsible-Changed-From-To: freebsd-i386->freebsd-x11 Responsible-Changed-By: arved Responsible-Changed-When: Fri Nov 25 15:35:58 GMT 2005 Responsible-Changed-Why: Refile under ports and assign to package maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=88508 From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 17:30:29 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB65916A41F for ; Fri, 25 Nov 2005 17:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74EA43D72 for ; Fri, 25 Nov 2005 17:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPHUAtF007221 for ; Fri, 25 Nov 2005 17:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPHUASQ007215; Fri, 25 Nov 2005 17:30:10 GMT (envelope-from gnats) Date: Fri, 25 Nov 2005 17:30:10 GMT Message-Id: <200511251730.jAPHUASQ007215@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Sebastien Cc: Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sebastien List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 17:30:30 -0000 The following reply was made to PR ports/88854; it has been noted by GNATS. From: Sebastien To: Dejan Lesjak Cc: bug-followup@freebsd.org Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip Date: Fri, 25 Nov 2005 18:21:23 +0100 > Neat :) > Are you comfortable using xorg-server-snap or should we try to get specific > change into xorg-server port? xorg-server-snap works just fine :) From owner-freebsd-x11@FreeBSD.ORG Fri Nov 25 17:44:56 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D06C416A41F; Fri, 25 Nov 2005 17:44:56 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E5143D75; Fri, 25 Nov 2005 17:44:56 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPHiumt008820; Fri, 25 Nov 2005 17:44:56 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPHiud6008816; Fri, 25 Nov 2005 17:44:56 GMT (envelope-from lesi) Date: Fri, 25 Nov 2005 17:44:56 GMT From: Dejan Lesjak Message-Id: <200511251744.jAPHiud6008816@freefall.freebsd.org> To: lekernel@prism54.org, lesi@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/88854: xorg takes forever initializing my 82845GV chip 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, 25 Nov 2005 17:44:57 -0000 Synopsis: xorg takes forever initializing my 82845GV chip State-Changed-From-To: feedback->closed State-Changed-By: lesi State-Changed-When: Fri Nov 25 17:43:12 GMT 2005 State-Changed-Why: Problem is solved in xorg-server-snap, which means fix will be present in upcoming Xorg version. http://www.freebsd.org/cgi/query-pr.cgi?pr=88854 From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 01:20:08 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CD5F16A41F for ; Sat, 26 Nov 2005 01:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA60B43D69 for ; Sat, 26 Nov 2005 01:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAQ1K5XD073293 for ; Sat, 26 Nov 2005 01:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAQ1K5b6073292; Sat, 26 Nov 2005 01:20:05 GMT (envelope-from gnats) Date: Sat, 26 Nov 2005 01:20:05 GMT Message-Id: <200511260120.jAQ1K5b6073292@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Pav Lucistnik Cc: Subject: Re: ports/80979: x11/xorg-clients: when hostname is not configured well, xsm core dumps on login X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pav Lucistnik List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 01:20:08 -0000 The following reply was made to PR ports/80979; it has been noted by GNATS. From: Pav Lucistnik To: bug-followup@FreeBSD.org, colin@under-the-fridge.com Cc: Subject: Re: ports/80979: x11/xorg-clients: when hostname is not configured well, xsm core dumps on login Date: Sat, 26 Nov 2005 02:15:25 +0100 Is this still a problem? Do you have any patches to fix this problem? -- Pav Lucistnik It also explains why paper clips just lie there while you look at them, but as soon as you turn your back, they run away, giggling wildly, and transform themselves into coat hangers. From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 03:08:58 2005 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CA1A16A41F for ; Sat, 26 Nov 2005 03:08:58 +0000 (GMT) (envelope-from udo@ebi.xs4all.nl) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342E243D72 for ; Sat, 26 Nov 2005 03:08:57 +0000 (GMT) (envelope-from udo@ebi.xs4all.nl) Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id AABBFC1B9B for ; Sat, 26 Nov 2005 04:08:55 +0100 (CET) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id 9CED6A70A for ; Sat, 26 Nov 2005 04:08:55 +0100 (CET) Received: from i18n (dslc-213-023-142-059.pools.arcor-ip.net [213.23.142.59]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 5153882A63 for ; Sat, 26 Nov 2005 04:08:55 +0100 (CET) Date: Sat, 26 Nov 2005 04:09:30 +0100 From: Udo Mueller To: x11@FreeBSD.org Message-Id: <20051126040930.4b042a17.udo@ebi.xs4all.nl> X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.7; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__26_Nov_2005_04_09_30_+0100_dij/f_kGsJfZS0w2" Cc: Subject: FreeBSD Port: x11/XFree86-4-libraries 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, 26 Nov 2005 03:08:58 -0000 --Signature=_Sat__26_Nov_2005_04_09_30_+0100_dij/f_kGsJfZS0w2 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Since last upgrade the libraries will not build. Hope to help you fixing the problem by sending the rest of the error output. I'm working with FreeBSD 6.0 STABLE: ------------------------- snip EXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -fPIC nvfragparse.c cc: nvfragparse.c: No such file or directory cc: No input files specified *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib/GL/mesa/shader. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib/GL/mesa. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib/GL. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade58047.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! x11/XFree86-4-libraries (XFree86-libraries-4.5.0) (unknown build error) ----------------------------------------- snap Regards, Udo. --=20 Nullum magnum ingenium sine mixtura dementiae fuit. Seneca -- There is no great genius without madness. --Signature=_Sat__26_Nov_2005_04_09_30_+0100_dij/f_kGsJfZS0w2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDh9HwFOigOPcVhfkRArmaAKCfnzHkkLBXHz+OHiWuX9qFx+O8ywCcC3UP e5ALzKjWO5XP5s9QU5jOvuo= =MIiy -----END PGP SIGNATURE----- --Signature=_Sat__26_Nov_2005_04_09_30_+0100_dij/f_kGsJfZS0w2-- From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 18:41:12 2005 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8163716A41F for ; Sat, 26 Nov 2005 18:41:12 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E31CD43D68 for ; Sat, 26 Nov 2005 18:41:11 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.4]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1Eg4xb-00067h-LU for x11@FreeBSD.org; Sat, 26 Nov 2005 21:39:43 +0300 Message-ID: <4388AC34.9020902@FreeBSD.org> Date: Sat, 26 Nov 2005 21:40:52 +0300 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: x11@FreeBSD.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: xterm updating problem 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, 26 Nov 2005 18:41:12 -0000 xterm conflicts with xorg-clients now. How is it possible to update xterm without loss dependencies? -- Sem. From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 20:13:34 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C8B16A41F; Sat, 26 Nov 2005 20:13:34 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1208943D5E; Sat, 26 Nov 2005 20:13:33 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 918AE17B8CF; Sat, 26 Nov 2005 21:13:32 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46608-18; Sat, 26 Nov 2005 21:13:30 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 7583717B892; Sat, 26 Nov 2005 21:13:30 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 42C721702F; Sat, 26 Nov 2005 21:13:30 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sat, 26 Nov 2005 21:13:28 +0100 User-Agent: KMail/1.8.3 References: <4388AC34.9020902@FreeBSD.org> In-Reply-To: <4388AC34.9020902@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511262113.29662.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: x11@freebsd.org Subject: Re: xterm updating problem 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, 26 Nov 2005 20:13:35 -0000 On Saturday 26 of November 2005 19:40, Sergey Matveychuk wrote: > xterm conflicts with xorg-clients now. > How is it possible to update xterm without loss dependencies? By upgrading xorg-clients first. Xterm only conflicts with older versions of xorg-clients. Dejan From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 20:13:34 2005 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C8B16A41F; Sat, 26 Nov 2005 20:13:34 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1208943D5E; Sat, 26 Nov 2005 20:13:33 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 918AE17B8CF; Sat, 26 Nov 2005 21:13:32 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46608-18; Sat, 26 Nov 2005 21:13:30 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 7583717B892; Sat, 26 Nov 2005 21:13:30 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 42C721702F; Sat, 26 Nov 2005 21:13:30 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sat, 26 Nov 2005 21:13:28 +0100 User-Agent: KMail/1.8.3 References: <4388AC34.9020902@FreeBSD.org> In-Reply-To: <4388AC34.9020902@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511262113.29662.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: x11@freebsd.org Subject: Re: xterm updating problem 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, 26 Nov 2005 20:13:35 -0000 On Saturday 26 of November 2005 19:40, Sergey Matveychuk wrote: > xterm conflicts with xorg-clients now. > How is it possible to update xterm without loss dependencies? By upgrading xorg-clients first. Xterm only conflicts with older versions of xorg-clients. Dejan From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 20:54:48 2005 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8287316A427; Sat, 26 Nov 2005 20:54:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1832343D46; Sat, 26 Nov 2005 20:54:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.4]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1Eg72o-0006X9-PQ; Sat, 26 Nov 2005 23:53:14 +0300 Message-ID: <4388CB80.7070300@FreeBSD.org> Date: Sat, 26 Nov 2005 23:54:24 +0300 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dejan Lesjak References: <4388AC34.9020902@FreeBSD.org> <200511262113.29662.dejan.lesjak@ijs.si> In-Reply-To: <200511262113.29662.dejan.lesjak@ijs.si> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: xterm updating problem 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, 26 Nov 2005 20:54:48 -0000 Dejan Lesjak wrote: > On Saturday 26 of November 2005 19:40, Sergey Matveychuk wrote: > >>xterm conflicts with xorg-clients now. >>How is it possible to update xterm without loss dependencies? > > > By upgrading xorg-clients first. Xterm only conflicts with older versions of > xorg-clients. Oh, I've read UPDATING and was sure I've updated xorg-clients. But I was wrong. It's all right now. Thanks. -- Sem. From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 20:54:48 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8287316A427; Sat, 26 Nov 2005 20:54:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1832343D46; Sat, 26 Nov 2005 20:54:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.4]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1Eg72o-0006X9-PQ; Sat, 26 Nov 2005 23:53:14 +0300 Message-ID: <4388CB80.7070300@FreeBSD.org> Date: Sat, 26 Nov 2005 23:54:24 +0300 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dejan Lesjak References: <4388AC34.9020902@FreeBSD.org> <200511262113.29662.dejan.lesjak@ijs.si> In-Reply-To: <200511262113.29662.dejan.lesjak@ijs.si> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: xterm updating problem 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, 26 Nov 2005 20:54:48 -0000 Dejan Lesjak wrote: > On Saturday 26 of November 2005 19:40, Sergey Matveychuk wrote: > >>xterm conflicts with xorg-clients now. >>How is it possible to update xterm without loss dependencies? > > > By upgrading xorg-clients first. Xterm only conflicts with older versions of > xorg-clients. Oh, I've read UPDATING and was sure I've updated xorg-clients. But I was wrong. It's all right now. Thanks. -- Sem. From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 21:14:02 2005 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA3A16A41F for ; Sat, 26 Nov 2005 21:14:02 +0000 (GMT) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [64.81.112.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A1943D8B for ; Sat, 26 Nov 2005 21:13:41 +0000 (GMT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com (tethys.ringofsaturn.com [64.81.112.182]) by tethys.ringofsaturn.com (8.13.4/8.13.4) with ESMTP id jAQLDdw9015953 for ; Sat, 26 Nov 2005 15:13:39 -0600 (CST) (envelope-from rnejdl@ringofsaturn.com) Received: from 64.81.112.182 (SquirrelMail authenticated user rnejdl) by mail.ringofsaturn.com with HTTP; Sat, 26 Nov 2005 15:13:39 -0600 (CST) Message-ID: <54871.64.81.112.182.1133039619.squirrel@mail.ringofsaturn.com> Date: Sat, 26 Nov 2005 15:13:39 -0600 (CST) From: "Rusty Nejdl" To: x11@FreeBSD.org User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (tethys.ringofsaturn.com [64.81.112.182]); Sat, 26 Nov 2005 15:13:39 -0600 (CST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on tethys.ringofsaturn.com X-Virus-Status: Clean Cc: Subject: Patch needed for xorg-clients X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 21:14:02 -0000 I ran into this thread's problem with portupgrading xorg-clients when having the nvidia driver installed. I followed the patching instructions on this page and they worked. http://lists.freebsd.org/pipermail/freebsd-questions/2005-November/104473.html Thanks! Rusty Nejdl From owner-freebsd-x11@FreeBSD.ORG Sat Nov 26 21:26:42 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4906C16A41F for ; Sat, 26 Nov 2005 21:26:42 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDEEC43D46 for ; Sat, 26 Nov 2005 21:26:41 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 80C0717B8AD; Sat, 26 Nov 2005 22:26:40 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50639-16; Sat, 26 Nov 2005 22:26:37 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 505EA17B865; Sat, 26 Nov 2005 22:26:37 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 0BC4B1702F; Sat, 26 Nov 2005 22:26:37 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org, rnejdl@ringofsaturn.com Date: Sat, 26 Nov 2005 22:26:36 +0100 User-Agent: KMail/1.8.3 References: <54871.64.81.112.182.1133039619.squirrel@mail.ringofsaturn.com> In-Reply-To: <54871.64.81.112.182.1133039619.squirrel@mail.ringofsaturn.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511262226.36748.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Subject: Re: Patch needed for xorg-clients 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, 26 Nov 2005 21:26:42 -0000 On Saturday 26 of November 2005 22:13, Rusty Nejdl wrote: > I ran into this thread's problem with portupgrading xorg-clients when > having the nvidia driver installed. I followed the patching instructions > on this page and they worked. > > http://lists.freebsd.org/pipermail/freebsd-questions/2005-November/104473.h >tml Thanks! However, the fix for this problem is being discussed on xorg@lists.freedesktop.org mailing list: http://lists.freedesktop.org/pipermail/xorg/2005-November/011214.html so the fix from there will get into ports soonish. Dejan