From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 03:39:09 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8D2D7FB; Mon, 7 Oct 2013 03:39:09 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAA9D2102; Mon, 7 Oct 2013 03:39:09 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id ro12so6562105pbb.27 for ; Sun, 06 Oct 2013 20:39:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=WSBHMEPmKocY/fu2pZzTAiBm2szoQoWTy4NShcHJPjY=; b=iDahxl1iHT6iGfXAiw7cAsYS87U9oPImvCDoc76GGQS6oskcS0YoYH+UB4Ebevbi0i Z1pK/nvNew9X5RVHghqlalHExxrWOxgKfckoR0LnMSJc2bUO1VnS8ecg7iNwbi/QPIHY LTdksBO+X2aKa9jfSTCTjsgY2EUao1GyaPsIeGtSiI2zf+ySbwL2GtqiKElEUAgvBa3t f3P+H0aLqOaVwoVTgAzj2eIklT/h5tTi0qrHhyJTA4KtOZUtCKf3NgqOVHQi//pDXNuL Y3OKDZLcAdjdk9Cp+37IOsLpR1KFjaUheKh3MhfzBrZBV4c+NjnKw/uLSmNwj3tNkRcM Y9IQ== MIME-Version: 1.0 X-Received: by 10.69.4.100 with SMTP id cd4mr19969732pbd.120.1381117148932; Sun, 06 Oct 2013 20:39:08 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.219.74 with HTTP; Sun, 6 Oct 2013 20:39:08 -0700 (PDT) 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> Date: Sun, 6 Oct 2013 20:39:08 -0700 X-Google-Sender-Auth: m6Q2h2kC4q5Vv3JDH2sUM9T9FTw Message-ID: Subject: Re: X related ports not finding version strings and hanging From: Kevin Oberman To: Steve Kargl Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 03:39:10 -0000 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