Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 17:12:40 +1030
From:      Tim Peters <tim@lost.net.au>
To:        Roger Merritt <mcrogerm@stjohn.ac.th>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Portsupgrade -uU
Message-ID:  <20021121064240.GD55919@adelaide.edu.au>
In-Reply-To: <5.2.0.9.0.20021121132627.00a0e670@127.0.0.1>
References:  <BA011293.2BD6%scott@g-it.ca> <BA011293.2BD6%scott@g-it.ca> <5.2.0.9.0.20021121132627.00a0e670@127.0.0.1>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 21, 2002 at 01:28:45PM +0700, Roger Merritt wrote:
> At 02:04 AM 11/21/02, you wrote:
> >On Wed, Nov 20, 2002 at 10:21:07AM -0600, Scott Gerhardt wrote:
> >>
> >> When running "portsupgrade -uU" I get the output below.  How can I fix 
> >these
> >> malformed entries, non-existent entries and incomplete dependencies?
> >> Running "pkgdb -F" shows everything to be fine.
> >
> >If you're running "portsdb -Uu", you *don't*. It's up to port
> >maintainers to fix the problem with the port entries. Most of the
> >output are just warnings (intended for maintainers).
> 
> 
> Well, then, is there some way to turn off these error messages? I'm awfully 
> tired of 'can't find **: dependency list incomplete".

How about:

# portsdb -uU 2>&1 | grep -v "dependency list incomplete"

(not tested).

-tim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021121064240.GD55919>