From owner-freebsd-pkg@freebsd.org Wed Jul 25 16:01:26 2018 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 473FB104E6BD for ; Wed, 25 Jul 2018 16:01:26 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DF3E183B75 for ; Wed, 25 Jul 2018 16:01:25 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9EEA8104E6BC; Wed, 25 Jul 2018 16:01:25 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D3BC104E6BA for ; Wed, 25 Jul 2018 16:01:25 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3292183B72 for ; Wed, 25 Jul 2018 16:01:25 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (124-169-199-167.dyn.iinet.net.au [124.169.199.167]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id w6PG1Kxu082208 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 25 Jul 2018 09:01:23 -0700 (PDT) (envelope-from julian@freebsd.org) To: pkg@freebsd.org From: Julian Elischer Subject: anyone have an explanation for this? pkg 10.5.1 Message-ID: <9a30741a-97ff-384d-5425-b7bfe5cad1a8@freebsd.org> Date: Thu, 26 Jul 2018 00:01:15 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2018 16:01:26 -0000 This one has me stumped. sudo /usr/local/sbin/pkg -o IGNORE_OSVERSION=yes -c /usr/build/buildroot/build/cloudcc/build_x86_64/root add -M -f /pkg/All/curl-7.60.0.txz Installing curl-7.60.0... package curl is already installed, forced install pkg: Missing dependency 'ca_root_nss' pkg: Missing dependency 'libnghttp2' Extracting curl-7.60.0: 100% yet the packages for ca_root_nss and libnghttp2 are sitting there right next to the package for curl. They were all compiled together. -rw-r--r--  1 julian  wheel    111632 Jul 25 06:50 libnghttp2-1.32.0.txz -rw-r--r--  1 julian  wheel    293912 Jul 25 06:50 ca_root_nss-3.38.txz -rw-r--r--  1 julian  wheel    942624 Jul 25 06:50 curl-7.60.0.txz Am I doing something wrong? Julian