From owner-freebsd-questions@freebsd.org Mon May 2 19:38:18 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC670B2A9C5 for ; Mon, 2 May 2016 19:38:18 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 970F81FC7 for ; Mon, 2 May 2016 19:38:18 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-ig0-x233.google.com with SMTP id s8so1706824ign.0 for ; Mon, 02 May 2016 12:38:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=5B+zAktLOat0VcoAAaQWiN34ZFApCiUH6CuK6Fi6Bqo=; b=E6iTsHMqgCRVOdLx3orSBugTY+qAd/Ei4eZSyNSiSFzHH2BEIzMXwnZk2VqnAnhJTf /Z+J0Fc56wQ3Bltz54VrGCe0sZwfVk9JHqP2iI1PWN/uFc5qqBSI7QiPMNrUqXedaPOC c28/h+hVRHzbPFIL8Ii4UYCV7EmDLXwoqDyCZemr/AdO8kkp2FW/6tWrJ05/+1xv6c3L N3QmZDde7QzSAjfcUSlW05ruNZknCsiE0DTv+jr/L5lo7xK+BdURs+H3arYQ17p8ofR7 ZXVCUNCuUXxr+FdnDvQWXYhZNR5Ky5aOCgmCDbbsvxMUPcQQpT/lwSI5WMTdLTllWvym 0HAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=5B+zAktLOat0VcoAAaQWiN34ZFApCiUH6CuK6Fi6Bqo=; b=Fu/2Gft6AX4sUJik43ZGAAAxRPvWnVyyCkdrAXTF6D7cCdPFqXqT9/Frd3co3nLHWJ 64+Nvf0O6cixXFqX0li88s0/jx61XG/HqTC7FJoNnKNB3Zd7X1sZ0oHxguDP4T9Hqa4n 5sI4IXtP/bge8qb2cJIVW52IjlzVt2jg+KzPuVqZs3LyZGK7UlM8npIY6uifM7IdabEp Y1TnjngRaoyLDolAjkEzcDCJlDmGcXOSIma4SMLIU/AEk/F6VRr32iKRacZfvz/hDNKY uRa2QKQtOury10SsFdQ+WHCSj9zEZG7XdCNG5EhWmoBtWM1oS4iq6zAvFyg4uj/ub/WW YuVA== X-Gm-Message-State: AOPr4FWQxi6E40gGj2SUqpjsuh20E9LERz0Qg4uyvHKodCSG3D7HF2PSkWRfxA845yjEloKOFUBm7Q6dwZcPtg== MIME-Version: 1.0 X-Received: by 10.50.100.2 with SMTP id eu2mr22892979igb.89.1462217898170; Mon, 02 May 2016 12:38:18 -0700 (PDT) Received: by 10.107.11.220 with HTTP; Mon, 2 May 2016 12:38:18 -0700 (PDT) Date: Mon, 2 May 2016 15:38:18 -0400 Message-ID: Subject: Re: pkg method failed From: Jonathan Moore To: freebsd-questions@freebsd.org, arnabbhowmick08@gmail.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 19:38:18 -0000 Hi, Try pkg update -f Jonathan Moore