From owner-freebsd-questions@FreeBSD.ORG Thu Apr 16 05:40:06 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4DCE6224 for ; Thu, 16 Apr 2015 05:40:06 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 D9EB8E4D for ; Thu, 16 Apr 2015 05:40:05 +0000 (UTC) Received: by widdi4 with SMTP id di4so180341204wid.0 for ; Wed, 15 Apr 2015 22:40:04 -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:content-type; bh=a3PSk1z3XWKGrLa8RuoqkZsBa3Ei/BBYB9iIXdyJZ7Q=; b=eCn7QFxrzs1kNIzNqTFDugvn9O/A9pvLQhQTIg6ye863yMc+97rCPx02EXPpcvM7W/ INcKw1SDORPBsQTKSyg05RzdiY8VP/EyZAMltEpDEig8MrSKqdewqBzxRKGS9++OwplZ nrw1y9M9zWu9jLX+uJ9Wm5zytrT7YqGaoqBmpmN280hw4jN8+4qeXBVFFLTJxO9K+ZXx 85g37/IJHDKEp8BX4vUIwMOXWnTwanB+gTfDk5M6Y7Qntzv6Qjj0XYAN991LAaDwHlmC so1vUAKwnbOaL6b0pi9vajXBiWj4I52vJlhnmK8vuZhT/R+fWD2HKOXOsWeMNa2f1zzW 9nkA== MIME-Version: 1.0 X-Received: by 10.180.75.243 with SMTP id f19mr4356307wiw.94.1429162804216; Wed, 15 Apr 2015 22:40:04 -0700 (PDT) Received: by 10.194.62.114 with HTTP; Wed, 15 Apr 2015 22:40:04 -0700 (PDT) Date: Thu, 16 Apr 2015 05:40:04 +0000 Message-ID: Subject: Errors trying to install libnids packages From: "C. L. Martinez" To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 05:40:06 -0000 Hi all, When I try to install libnids package this morning, I see the following error: The following 10 packages will be affected (of 0 checked): New packages to be INSTALLED: libnids: 1.24_3 libnet: 1.1.6_3,1 glib: 2.42.2 python27: 2.7.9_1 libffi: 3.2.1 indexinfo: 0.2.3 gettext-runtime: 0.19.4 perl5: 5.18.4_12 pcre: 8.35_2 libiconv: 1.14_6 The process will require 142 MiB more space. 28 MiB to be downloaded. Proceed with this action? [y/N]: y Fetching libnids-1.24_3.txz: 100% 47 KiB 48.1kB/s 00:01 pkg: cached package libnids-1.24_3: size mismatch, fetching from remote Fetching libnids-1.24_3.txz: 100% 47 KiB 48.1kB/s 00:01 pkg: cached package libnids-1.24_3: size mismatch, cannot continue Exists some problem with pkg.freebsd.org or is it a problem with the package?? Thanks.