From owner-freebsd-questions@FreeBSD.ORG Wed Jul 8 01:16:22 2009 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 090291065674 for ; Wed, 8 Jul 2009 01:16:22 +0000 (UTC) (envelope-from v.prokofyev@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 7F6E68FC16 for ; Wed, 8 Jul 2009 01:16:21 +0000 (UTC) (envelope-from v.prokofyev@gmail.com) Received: by fxm18 with SMTP id 18so4496216fxm.43 for ; Tue, 07 Jul 2009 18:16:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=2lUuDxkCO6F7P6WftUxJUS+Pwtquz/HKRxGWhXE+K14=; b=iBVpAqGaPPDERWfhib/Obov3eNOULMr8+Q/Dht+KVAhTvdJG29g3ZO8Qj5V8M2n5++ Z3EZr/VNiBVo+R43ppeClINhXgknPuwFmdP1G/oM2LqMYgQAYc71RAmL8KYdSAeLoqJ3 LlhFkwbpUhiW5QPD8B1sKqO5u0GXILNMr1sA0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=lZ2MFbSY5sGjsghSkdd9f5xiq5kvRaUaI3lL5VErr0SdwJnJg/asZDBmrdKgt3Dlwi Cj4miFOx7FaLF755eIUDH3bJ7NeIJksBXq31euRlKt5NxZw/f2KlvrRaKytWwBr60czy aUQ6rlnKF/aNBlTHvqalGLSxOSFNDbk0Nce64= MIME-Version: 1.0 Received: by 10.204.71.210 with SMTP id i18mr6388839bkj.48.1247014039101; Tue, 07 Jul 2009 17:47:19 -0700 (PDT) In-Reply-To: <4A53EA20.5090500@shadowlair.com> References: <4A53EA20.5090500@shadowlair.com> From: Prokofyev Vladislav Date: Wed, 8 Jul 2009 04:46:59 +0400 Message-ID: <46dcef4e0907071746y177bf5e3mb700bdeeb7e90095@mail.gmail.com> To: Eric Sheesley Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade not handling dependencies 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: Wed, 08 Jul 2009 01:16:22 -0000 2009/7/8 Eric Sheesley > Well, it has been happening with just about every port(no specific ones) > that have a dependency which is also being built. An example from today: > > ===> Registering installation for libtheora-1.0_1 > ===> Cleaning for libtheora-1.0_1 > ---> Cleaning out obsolete shared libraries > [Updating the pkgdb in /var/db/pkg ... - 456 packages > found (-0 +1) . done] > ---> Skipping 'multimedia/ffmpeg' (ffmpeg-2008.07.27_10) because a > requisite package 'libtheora-1.0' () failed (specify -k to force) > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > - (bsdpan-Acme-Damn-0.04) > * multimedia/ffmpeg (ffmpeg-2008.07.27_10) > %portupgrade -a > ---> Skipping 'bsdpan-Acme-Damn-0.04' because it is held by user > (specify -f to force) > ---> Upgrading 'ffmpeg-2008.07.27_10' to 'ffmpeg-2008.07.27_11' > (multimedia/ffmpeg) > ---> Building '/usr/ports/multimedia/ffmpeg' > > > > As seen above, libtheora built and installed just fine, but ffmpeg was > skipped for some reason. I ran portupgrade -a again and all worked > fine. This ways also occuring when I ran portupgrade -arR. > > Ports tree is updated with cvsup each night. I don't believe I've > overridden anything, most especially not in the past 2 weeks when this > all started happening. The above is just one example of it happening. > It happens almost everyday there is more than one port to upgrade(and > different ports each time of course). > > Thanks again, > Eric > Try to run portsdb -F everytime after cvsup is done. I might be wrong, but it works for me without any problems. -- With best regards, Vladislav Prokofyev