From owner-freebsd-questions@FreeBSD.ORG Sun Mar 31 13:58:08 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D296776A for ; Sun, 31 Mar 2013 13:58:08 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id 6DFCDDF1 for ; Sun, 31 Mar 2013 13:58:07 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d41so748299eek.22 for ; Sun, 31 Mar 2013 06:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=/0AtGvvdsvVimUKTvQGvkQLR4zVuqnJc14T9ROV7c3o=; b=j8Qkfh4CdrdcSRULGr6zCBiyc4e6AaxoyTxvtZG3JBMxxQJhQEp/RQaQ5wvN0IOa0D RaMYdzUeIBeOS+7kRUianIWcu/omiLDiNbOcn/fKTILQsZxnuxHcASYuXQ99xHThdMbe 1xdw6LRBTKFfmEpK6Qxf5iBEKdnRQb2hZWyr+AllIQoabjNkd124bLwTVO5x7W42KotQ dutGJLKQUEPPJfqpIBPTI3MGa04ld3sVemHrXGwB6OG6VrZx20wXsyHcUxR2n27tMStV njGJDZLgMlPbyPRL6hfdrtrS4flzk3X/5plCKp/COmwDQmGQI4tJQcYbaBTkUo3ASF9k 7bHg== X-Received: by 10.14.202.71 with SMTP id c47mr27490656eeo.39.1364738287249; Sun, 31 Mar 2013 06:58:07 -0700 (PDT) Received: from ab_t510i.perfectworld.eu (dhcp-089-099-199-083.chello.nl. [89.99.199.83]) by mx.google.com with ESMTPS id q42sm15639640eem.14.2013.03.31.06.58.05 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 31 Mar 2013 06:58:06 -0700 (PDT) Message-ID: <515840EC.4060706@gmail.com> Date: Sun, 31 Mar 2013 15:58:04 +0200 From: Andrei Brezan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130321 Thunderbird/17.0.4 MIME-Version: 1.0 To: questions@freebsd.org, andrei693@gmail.com Subject: pkgng / poudriere oddity Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 31 Mar 2013 13:58:08 -0000 Hello list, It seems I'm experiencing some issues while trying to install packages that have dependencies that have other dependencies as well, or at least that's how I understand it. # uname -a FreeBSD host.example.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 # pkg install mtr-nox11 Updating repository catalogue Repository catalogue is up-to-date, no need to fetch fresh copy The following packages will be installed: Installing gettext: 0.18.1.1_1 Installing pcre: 8.32 Installing libiconv: 1.14_1 Installing glib: 2.34.3 Installing libffi: 3.0.13 Installing perl: 5.14.2_3 Installing python27: 2.7.3_6 Installing mtr-nox11: 0.84 The installation will require 149 MB more space 0 B to be downloaded Proceed with installing packages [y/N]: y Checking integrity... done Installing gettext-0.18.1.1_1...missing dependency libiconv-1.14_1 # pkg rquery "%n-%v" libiconv libiconv-1.14_1 Is there an obvious reason why gettext dependencies are not pulled in and installed? If I do "pkg install gettext" all goes well and libiconv in installed as dependency. I've already did a "poudriere bulk -j jail_name -p ports_tree -c -f pkg_list.txt" for the pkg repo to no avail. To mention that on the host using pkgng I did several pkg delete -f for all packages installed except pkg. Thank you, Andrei Brezan