From owner-freebsd-questions@FreeBSD.ORG Thu Aug 29 17:18:40 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 50D338F4 for ; Thu, 29 Aug 2013 17:18:40 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from mail-oa0-x235.google.com (mail-oa0-x235.google.com [IPv6:2607:f8b0:4003:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C0C02976 for ; Thu, 29 Aug 2013 17:18:40 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id k18so981225oag.12 for ; Thu, 29 Aug 2013 10:18:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6W58SbvaLgtO+0iV6DdN61KUA/2SMJm38vhM584aDec=; b=o1C1363+vmqln7MrQMYZx6FnwF+jCAZlwnz5fWzGv7l5MDKlUIKYKgrbxffx2+Xg74 23uOwrjY+GgrFRB35RB9ipaxTf+iZKCP5Q7AlqSTvedlIWeRyryixS9a+4ntN7Io2RaI 17QuBhKNMsTaVaQBcowT4dbo07hfv9n+CiTr7fws4+iX+qEpYlpGWqoqja9614OWmGTU SOSjFih4+AIdK1yw38UOp/5CValRBrfT6jkcSsUbvTWfK/8eDcuIDsrq3ANvNT/zZJTq JFxS0EeqwfPZWEMhRSYqOb/QKk0V9XRpQIqZdtzilRBcT200c0sl57fcSuH6qv8Wajqa pDzQ== X-Received: by 10.60.125.138 with SMTP id mq10mr912659oeb.90.1377796719387; Thu, 29 Aug 2013 10:18:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.111.194 with HTTP; Thu, 29 Aug 2013 10:18:18 -0700 (PDT) In-Reply-To: References: From: Amitabh Kant Date: Thu, 29 Aug 2013 22:48:18 +0530 Message-ID: Subject: Re: FreeBSD ports problem To: Harpreet Singh Chawla Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 17:18:40 -0000 On Thu, Aug 29, 2013 at 7:32 PM, Harpreet Singh Chawla < preet10101992@gmail.com> wrote: > I have been trying to install virtualbox support for my FreeBSD 9.1. A > package named v4l_compat-1.0.20120501.tar.gz is causing problems in the > installation. The package was downloaded automatically and it exists in > /usr/ports/distfiles, yet it keeps giving an error stating that the file > doesn't exist. > > Please help. > *Harpreet Singh Chawla* > _______________________________________________ > No idea about virtualbox port, but have you tried deleting the offending file (rm -f /usr/ports/distfiles/v4l_compat-1.0.20120501.tar.gz)? Amitabh