From owner-freebsd-questions@FreeBSD.ORG Sat Jan 4 08:43:23 2014 Return-Path: Delivered-To: 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 ESMTPS id 86ED0BDC for ; Sat, 4 Jan 2014 08:43:23 +0000 (UTC) Received: from mail-qa0-x231.google.com (mail-qa0-x231.google.com [IPv6:2607:f8b0:400d:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4567F1F8D for ; Sat, 4 Jan 2014 08:43:23 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id ii20so1288439qab.15 for ; Sat, 04 Jan 2014 00:43:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oiayKI8gPwnzJJrqdqCvRvl0cQY1jlv5MjkEWXD30h8=; b=fVz4hxlmnMQtIhlvI3L5ZuT4kAwqOF5GlCxVp45woXY+HTz6CKyzfQLCzeyLknDc/P CdSOH1XBWdTX4rPIc3Ukj4PO2dVAoBFo79T0uwm6aq/e8vdHRoaQw/cPPpQAdUS4HGrI iQhMpQEuXpLQtKXhC91iEZpk9JPSQnDzNFz/3zhA4qfmpjBP3NMZhNSVEmN1yLZCl1j6 ESC+h8VYMKFzM9F/vWrgd0NCgq9usp72PFwJrjzv6ztuHREzJRt1stHq3jk9RdkXw0G5 WIJxOeD+eV8+jB59ApOFvesV/t1zga/RCx+INi9/BAbcv0EZifeF4r92WBodlb+nqL+8 o/UQ== MIME-Version: 1.0 X-Received: by 10.229.249.66 with SMTP id mj2mr154761641qcb.4.1388825002510; Sat, 04 Jan 2014 00:43:22 -0800 (PST) Received: by 10.224.98.69 with HTTP; Sat, 4 Jan 2014 00:43:22 -0800 (PST) In-Reply-To: References: Date: Sat, 4 Jan 2014 10:43:22 +0200 Message-ID: Subject: Re: Need a hand for resolving package installation errors on NanoBSD From: Dimitar Vassilev To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2014 08:43:23 -0000 Hi all, For the record, I managed to build the packages with a bit of manual stop and check.Turned out I had some packages missing, duplicated or obsolete. 32 bit jail and portmaster helped me a lot. Once you're about to begin the next build of packages, remember to archive and truncate /usr/ports/packages/All directory in the jail/build host, so that you're not spending 3-4 hours wondering why the installation of package X failed. Extra care should be taken when one is updating perl/php/mysql/berkley db /ruby et all. Full rebuild of packages/modules in that case is recommended. Have a nice week-end! Best regards, Dimitar