From owner-freebsd-ports@FreeBSD.ORG Sun Nov 27 11:43:22 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98FEB106564A; Sun, 27 Nov 2011 11:43:22 +0000 (UTC) (envelope-from kayasaman@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id E4DEF8FC08; Sun, 27 Nov 2011 11:43:21 +0000 (UTC) Received: by wwe5 with SMTP id 5so6239070wwe.31 for ; Sun, 27 Nov 2011 03:43:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=c8P+8Km6cd7oFNBycqs20aO0bUXT2eP57c/OMHlBF7U=; b=NBVlHXh+XxcXwqlADXMDcp5ZlxO2B1Ay5M6/4aEjtre3CXf6faY1h1vnqxyj1QY8PH wVYIUP+M4wAuWOJRV9P9D06Y4i3zJydyv6YqNOt0hx1zJFyA8WXWL7cSJdr+qpdTi3Eg H9/deMAUmXNxeZek6gGzqdxvfIxFBiyPlOjYY= Received: by 10.180.109.106 with SMTP id hr10mr51647396wib.9.1322394201109; Sun, 27 Nov 2011 03:43:21 -0800 (PST) Received: from Hp2230s.localhost (81-178-2-118.dsl.pipex.com. [81.178.2.118]) by mx.google.com with ESMTPS id gd6sm35091192wbb.1.2011.11.27.03.43.18 (version=SSLv3 cipher=OTHER); Sun, 27 Nov 2011 03:43:19 -0800 (PST) Message-ID: <4ED22255.5020906@gmail.com> Date: Sun, 27 Nov 2011 13:43:17 +0200 From: Kaya Saman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Kevin Oberman References: <4ECF9B06.1090602@gmail.com> <201111251506.pAPF609d081562@fire.js.berklix.net> <4ED1B626.8010700@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris Rees , ports@freebsd.org, "Julian H. Stacey" Subject: Re: Strange issues while upgrading ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2011 11:43:22 -0000 On 11/27/2011 08:03 AM, Kevin Oberman wrote: > On Sat, Nov 26, 2011 at 8:01 PM, Kaya Saman wrote: >> I tried that and it didn't help :-( >> >> I also just performed a version upgrade to 8.2 and still get the same >> errors? >> >> After running portsnap fetch; portsnap update; then portupgrade -a I get >> these errors: >> >> ** Listing the failed packages (-:ignored / *:skipped / !:failed) >> - devel/automake110 (marked as IGNORE) >> - devel/automake15 (marked as IGNORE) >> - devel/automake19 (marked as IGNORE) >> - devel/libltdl22 (marked as IGNORE) > These versions of automake are obsolete. See /usr/ports/UPDATING for > the 20101208 entry for how to deal with them. > Just taking this into account, the /usr/ports/UPDATING file claims to run: # portmaster -o devel/autoconf devel/autoconf268 # portmaster -o devel/automake devel/automake111 # portmaster -o devel/libtool devel/libtool22 # portmaster -o devel/libltdl devel/libltdl22 However, after cd'ing to /usr/ports/ the output I get is as so: # portmaster -o devel/autoconf devel/autoconf268 ===>>> The second argument to -o can be a port in /var/db/pkg, or a port directory from /usr/ports devel/autoconf268 does not seem to be installed, or listed as a dependency ===>>> No valid installed port, or port directory given ===>>> Try portmaster --help Some comments in-line, but you MUST read /us/ports/UPDATING when ports upgrading ports, especially when it has been a long time since the existing ports were installed. I don't really understand how to use the /usr/ports/UPDATING file as I had a look for the Apache22 version that I have installed only couldn't find anything as it spoke about updating Apache13 to Apache20 then Apache22. Nothing came up with the different sub-versions of the Apache22 port which I have installed. Per this: http://www.freebsd.org/doc/handbook/ports-using.html I have run portmaster -L and am now running portmaster -a however, on doing so my terminal now seems to be caught in a recursive loop under: devel/php5-spl as it's displaying the same thing over and over again and not seeming to make any progress???