Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2007 17:11:05 -0400
From:      Andrew Partan <asp@partan.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        x11@FreeBSD.org
Subject:   Re: HEADS UP: xorg 7.2 ready for testing
Message-ID:  <20070511211104.GA71170@partan.com>
In-Reply-To: <20070511184540.GC23483@xor.obsecurity.org>
References:  <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511151824.GA60070@partan.com> <20070511184540.GC23483@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070511211104.GA71170>