From owner-freebsd-x11@FreeBSD.ORG Fri May 11 21:30:54 2007 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B94EE16A405 for ; Fri, 11 May 2007 21:30:54 +0000 (UTC) (envelope-from asp@partan.com) Received: from tower.partan.com (tower.partan.com [198.6.255.248]) by mx1.freebsd.org (Postfix) with ESMTP id 655C013C455 for ; Fri, 11 May 2007 21:30:54 +0000 (UTC) (envelope-from asp@partan.com) Received: from tower.partan.com (localhost.partan.com [127.0.0.1]) by tower.partan.com (8.13.1/8.13.1) with ESMTP id l4BLB5fW076386; Fri, 11 May 2007 17:11:05 -0400 (EDT) (envelope-from asp@tower.partan.com) Received: (from asp@localhost) by tower.partan.com (8.13.1/8.13.1/Submit) id l4BLB59u076383; Fri, 11 May 2007 17:11:05 -0400 (EDT) (envelope-from asp) Date: Fri, 11 May 2007 17:11:05 -0400 From: Andrew Partan To: Kris Kennaway Message-ID: <20070511211104.GA71170@partan.com> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511151824.GA60070@partan.com> <20070511184540.GC23483@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511184540.GC23483@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: x11@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 21:30:54 -0000 Seven other things I spotted: portsclean -L from portupgrade-devel-2.3.0_5 checks in both /usr/X11R6 and /usr/local leading to lots of output like this: ** /usr/local/lib/libruby18.so.18 is shadowed by /usr/X11R6/lib/libruby18.so.18 /usr/X11R6/lib/libruby18.so.18 <- ruby-1.8.6,1 /usr/local/lib/libruby18.so.18 <- ruby-1.8.6,1 --> Two packages install the same library in different directories! libchk-1.9 also checks in both /usr/X11R6 and /usr/local. xorg-printserver-1.2.0,1 installs 2 symlinks that link to themselves: lrwxr-xr-x 1 root wheel 89 May 11 01:25 /usr/local/lib/X11/xserver/C/print/models/CANONC3200-PS/fonts/NewCenturySchlbk-BoldItalic.pmf -> /usr/local/lib/X11/xserver/C/print/models/PSdefault/fonts/NewCenturySchlbk-BoldItalic.pmf lrwxr-xr-x 1 root wheel 89 May 11 01:25 /usr/local/lib/X11/xserver/C/print/models/HPLJ4050-PS/fonts/NewCenturySchlbk-BoldItalic.pmf -> /usr/local/lib/X11/xserver/C/print/models/PSdefault/fonts/NewCenturySchlbk-BoldItalic.pmf /etc/ttys mentions /usr/X11R6/bin/xdm. This is not really a problem (due to the symlink) but maybe Tools/scripts/mergebase.sh should fix this. The default path in /etc/login.conf should be updated to remove /usr/X11R6/bin. This is not really a problem, but maybe Tools/scripts/mergebase.sh should fix this. There are more mentions of X11 in /etc/defaults/rc.conf that perhaps Tools/scripts/mergebase.sh should take care of like it takes care of local_startup. See settings for these: ldconfig_paths ldconfig_paths_aout ldconfig_local_dirs ldconfig_local32_dirs It could be that these settings that are causing the above problems I spotted with libchk and portsclean -L. Tools/scripts/mergebase.sh correctly disabled local_startup but it didn't correctly disable local_periodic. I'm running: asp@test3-1378: uname -a FreeBSD test3.partan.com 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #2: Wed May 2 15:38:59 EDT 2007 asp@test3.partan.com:/usr/obj/usr/src/sys/SMP amd64 --asp@partan.com (Andrew Partan)