From owner-freebsd-pkg@freebsd.org Thu Jul 26 04:36:09 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 CE9E2103C56C for ; Thu, 26 Jul 2018 04:36:09 +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 6EBDE7C8EF for ; Thu, 26 Jul 2018 04:36:09 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 33100103C56B; Thu, 26 Jul 2018 04:36:09 +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 21E39103C56A for ; Thu, 26 Jul 2018 04:36:09 +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 BA27C7C8EE for ; Thu, 26 Jul 2018 04:36:08 +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 w6Q4a3wN085110 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 25 Jul 2018 21:36:07 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: anyone have an explanation for this? pkg 1.10.5 From: Julian Elischer To: pkg@freebsd.org References: <9a30741a-97ff-384d-5425-b7bfe5cad1a8@freebsd.org> Message-ID: <611551b5-b3b7-51be-4db7-58cfd674a66b@freebsd.org> Date: Thu, 26 Jul 2018 12:35:58 +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 In-Reply-To: <9a30741a-97ff-384d-5425-b7bfe5cad1a8@freebsd.org> 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: Thu, 26 Jul 2018 04:36:10 -0000 oops of course that is 1.10.5 not 10.5.1 On 26/7/18 12:01 am, Julian Elischer wrote: > 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 > > >