From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 17:00:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 968EE1065670 for ; Fri, 4 Mar 2011 17:00:15 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4F1178FC0A for ; Fri, 4 Mar 2011 17:00:15 +0000 (UTC) Received: by iwn33 with SMTP id 33so2412630iwn.13 for ; Fri, 04 Mar 2011 09:00:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=BcenVQpq2esZrc7wFIH9ZKyouC2uUfbhw4owgfC4WL4=; b=RyWsH/eR6y5iNPYablR4TixayIPh8UQ7DaHnz61jTpIXXf1xBJE1oiIV3lRsQ4ShxP DpX3cLHpaK3W9kIbYCwd1R8SmKdr7LpXfx9b74kAbC0c2XSqjE2fk5lPNAJRNBjy+icv iX0hgNSeGJa/Mq6mDf+x9ciSYSX1it9YwsIhU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qWbOdhNgL4Ko579fgy+0a7XN+gGOR1NF3DiKwX5zCcxTUNZnclDvxBGsCivX04IdVM cS9uQpc1lm+UVOPwJ9FmgSgRxp1nfUh5cRJ0BfevK9lKjkmXjeZELapau0OvTV7r8stS 0BCvqD6FLb7qBNdJJ4cUJeQ3SfvVMn0urbiJg= MIME-Version: 1.0 Received: by 10.231.171.200 with SMTP id i8mr554144ibz.124.1299258014491; Fri, 04 Mar 2011 09:00:14 -0800 (PST) Received: by 10.231.199.4 with HTTP; Fri, 4 Mar 2011 09:00:14 -0800 (PST) In-Reply-To: References: Date: Fri, 4 Mar 2011 09:00:14 -0800 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: "portmaster -a" command fails - *** Error code 1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2011 17:00:15 -0000 Thanks gentlemen; I was not running portmaster as root. When I re-run portmaster -a as root, I get the following: ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for devel/automake from ports ===>>> Dependency check complete for devel/automake en-freebsd-doc-20100625 >> textproc/docproj-nojadetex >> graphics/netpbm >> graphics/jasper >> graphics/libglut >> x11-toolkits/libXmu >> x11-toolkits/libXt >> x11/libSM >> devel/automake ===> Installing for automake-1.11.1 ===> Generating temporary packing list ===> Checking if devel/automake already installed ===> automake-1.11.1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/automake without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/devel/automake. Suggestions? Thank you, Ed