From owner-freebsd-questions@FreeBSD.ORG Sat Sep 27 22:13:53 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22CF133F for ; Sat, 27 Sep 2014 22:13:53 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F26EC989 for ; Sat, 27 Sep 2014 22:13:52 +0000 (UTC) Received: from [192.168.1.65] ([172.15.184.248]) by mail.gmx.com (mrgmxus002) with ESMTPSA (Nemesis) id 0MegOs-1XwGIB3liC-00OKZz for ; Sun, 28 Sep 2014 00:13:52 +0200 Message-ID: <54273713.5000102@gmx.us> Date: Sat, 27 Sep 2014 18:15:47 -0400 From: Dutch Ingraham User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: building ports broken References: <5426E044.4040503@rcn.com> In-Reply-To: <5426E044.4040503@rcn.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:iW67IocdHUy2s0B+tIhQUcDrvuiuhIXxKW82BHQYHrG0ZzwThlD 2VJCIMa8u8voSus0/qYBJPTfYJm7CZBGcjj059QOA9Wagkny3Zy1yvV2Vl3iYIkMIbcgBcD bEUEArOTWorX1dgwT/FYDd2mrAgJ90INrBkVKQ9p5MEpdEF07q+GvHpwZs7YHW25xeilCd/ pMa9YqjKMR3bUMCjll/0Q== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 22:13:53 -0000 On 09/27/2014 12:05 PM, Robert Huff wrote: > (I posted this to ports@ and got no response, so you are my last > best hope .... > This (as far as I know) is something I've screwed up, not a problem > with the ports build process; I just need some help setting things right.) > > After a morning of updating various ports, the build process is > broken; specifically, it _appears_ to involve "make". > (This happened on the 20th, but I don't think there's anything > special about that days changes.) > Test case: > > huff@>> cd /usr/ports/misc/pciids > huff@>> make clean > > ... and nothing happens. > After waiting a few seconds I start hitting 'ctl-t' and get this: > > load: 0.20 cmd: sh 41244 [running] 0.00r 0.00u 0.00s 1% 1388k > make[2]: Working in: /usr/ports/lang/python33 > make[11]: Working in: /usr/ports/lang/python33 > make[1]: Working in: /usr/ports/lang/python33 > make[3]: Working in: /usr/ports/lang/python33 > make[9]: Working in: /usr/ports/lang/python33 > make[7]: Working in: /usr/ports/lang/python33 > make[12]: Working in: /usr/ports/lang/python33 > make[14]: Working in: /usr/ports/lang/python33 > make[6]: Working in: /usr/ports/lang/python33 > make[5]: Working in: /usr/ports/lang/python33 > make[4]: Working in: /usr/ports/lang/python33 > make[10]: Working in: /usr/ports/lang/python33 > make[15]: Working in: /usr/ports/lang/python33 > make[13]: Working in: /usr/ports/lang/python33 > make: Working in: /usr/ports/misc/pciids > make[8]: Working in: /usr/ports/lang/python33 > load: 0.20 cmd: sh 41403 [running] 0.00r 0.00u 0.00s 2% 332k > make[23]: Working in: /usr/ports/lang/python33 > make[18]: Working in: /usr/ports/lang/python33 > make[14]: Working in: /usr/ports/lang/python33 > make: Working in: /usr/ports/misc/pciids > make[3]: Working in: /usr/ports/lang/python33 > make[17]: Working in: /usr/ports/lang/python33 > make[16]: Working in: /usr/ports/lang/python33 > make[9]: Working in: /usr/ports/lang/python33 > > until I ctl-c out. > I have no idea what happened; as far as I know there's no reason > for this to try to build python. > > Help, please? > > Bewildered, > > > Robert Huff > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > What are you trying to do here? You mention updating, but the command "make clean" only removes a working subdirectory after compilation. ctrl-t is used to display the current state of certain builds; typically this would be invoked like "make install clean." Are you trying to build and install this port, update it, or something else? Whether you have already installed pciids or are just updating it, "portmaster misc/pciids" should work.