From owner-freebsd-questions@FreeBSD.ORG Tue Apr 24 18:04:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F4FA16A409 for ; Tue, 24 Apr 2007 18:04:12 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 510F913C4C5 for ; Tue, 24 Apr 2007 18:04:12 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id EED681A4DD0; Tue, 24 Apr 2007 11:04:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8A4EE51428; Tue, 24 Apr 2007 14:04:11 -0400 (EDT) Date: Tue, 24 Apr 2007 14:04:11 -0400 From: Kris Kennaway To: Ian Lord Message-ID: <20070424180411.GA37150@xor.obsecurity.org> References: <003f01c78699$ca296fe0$6400a8c0@msdi.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003f01c78699$ca296fe0$6400a8c0@msdi.local> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Port marked as broken 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: Tue, 24 Apr 2007 18:04:12 -0000 On Tue, Apr 24, 2007 at 01:55:48PM -0400, Ian Lord wrote: > Hi, > > > > I just did a "cvsup" and a "pkg_version -v" to see that one of my port is > outdated. > > > > pecl-memcache-2.1.0 < needs updating (port has 2.1.2) > > > > When I tried to "portupgrade -a" I got a message saying "pecl-memcache-2.1.2 > is marked as broken: Configure fails." > > > > I though something was broken on my system so I went to > /usr/ports/databases/pecl-memcache/ and did a "make deinstall" followed by a > "make clean" and a "make" > > > > I get the same error message saying: > > ===> pecl-memcache-2.1.2 is marked as broken: Configure fails. > > *** Error code 1 > > > > Stop in /usr/ports/databases/pecl-memcache. > > > > > > > > I did some research and found that tag "broken" is in the cvs so I guess the > developer set it that way. > > > > 2 questions: > > > > 1- How come a broken port is in the cvs ? Shouldn't the developer do a > rollback or something if something fails ? They should *fix* it, but they've not done so yet. Email the maintainer to ask about their plans for fixing it. > 2- Is there a way to reinstall an older version hoping to get the > functionality back (since I deinstalled :-() You can use CVS or (maybe) the portdowngrade port. Kris