Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 20:39:08 -0700
From:      Kevin Oberman <rkoberman@gmail.com>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>
Subject:   Re: X related ports not finding version strings and hanging
Message-ID:  <CAN6yY1vVUj%2BmRjqi4Fd5wjjYbM22%2BjKNNNuJ8zS2mimzLAZAdA@mail.gmail.com>
In-Reply-To: <20131006232913.GA50021@troutmask.apl.washington.edu>
References:  <1381098538.1683.1.camel@localhost> <1381099002.1683.2.camel@localhost> <20131006232913.GA50021@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 6, 2013 at 4:29 PM, Steve Kargl <
sgk@troutmask.apl.washington.edu> wrote:

> On Sun, Oct 06, 2013 at 03:36:42PM -0700, Sean Bruno wrote:
> > On Sun, 2013-10-06 at 15:28 -0700, Sean Bruno wrote:
> > > Was doing a portmaster -a today and noted that bsd.xorg.mk seems to be
> > > causing problems duing the update.  When this happens, some prompt is
> > > waiting for me to hit "enter" that has scrolled past and I cannot see
> > > it.
> > >
> > >
> > > ===>>> All >> cairo-1.10.2_5,2 >> libGL-8.0.5_4 (13/35)
> > >
> > > make: "/usr/ports/Mk/bsd.xorg.mk" line 158: warning: Couldn't read
> > > shell's output for "/usr/local/bin/X -version 2>&1 | sed -n 's;^X\.Org
> X
> > > Server \([^ ]*\).*;\1;p'"
> > > make: "/usr/ports/Mk/bsd.xorg.mk" line 158: warning: Couldn't read
> > > shell's output for "/usr/local/bin/X -version 2>&1 | sed -n 's;^X\.Org
> X
> > > Server \([^ ]*\).*;\1;p'"
> > > make: "/usr/ports/Mk/bsd.xorg.mk" line 158: warning: Couldn't read
> > > shell's output for "/usr/local/bin/X -version 2>&1 | sed -n 's;^X\.Org
> X
> > > Server \([^ ]*\).*;\1;p'"
> > > make: "/usr/ports/Mk/bsd.xorg.mk" line 158: warning: Couldn't read
> > > shell's output for "/usr/local/bin/X -version 2>&1 | sed -n 's;^X\.Org
> X
> > > Server \([^ ]*\).*;\1;p'"
> > >
> >
> >
> > Oh ... this is due to the bump in pixman.  Wow.  Let me *try* to rebuild
> > it.
> >
>
> Yep.  Yet another port change disaster during a code freeze.
>
>
As usual with such upgrades, pkg_libchk is your friend. Assuming you have
updated pixman:
portmaster graphics/libGL graphics/dri
pkg_libchk -o | grep pixman | cut -d: -f1 | sort | uniq > pixman-files.txt
portmaster =D `cat pixman-files.txt`
portmaster -aD
portmaster -y -clean-distfiles

This will do the job much more quickly than "portmaster -r pixman

-- 
R. Kevin Oberman, Network Engineer
E-mail: rkoberman@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1vVUj%2BmRjqi4Fd5wjjYbM22%2BjKNNNuJ8zS2mimzLAZAdA>