From owner-freebsd-pkg@freebsd.org Mon Jul 30 13:28:03 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 55A6E1056B73 for ; Mon, 30 Jul 2018 13:28:03 +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 E181E71AE1 for ; Mon, 30 Jul 2018 13:28:02 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A278F1056B72; Mon, 30 Jul 2018 13:28:02 +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 911691056B71 for ; Mon, 30 Jul 2018 13:28:02 +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 2459871AE0 for ; Mon, 30 Jul 2018 13:28:02 +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 w6UDRoOT014390 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 30 Jul 2018 06:27:54 -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> <611551b5-b3b7-51be-4db7-58cfd674a66b@freebsd.org> Message-ID: <52bfd590-f4f4-0a31-15bd-f750e801528b@freebsd.org> Date: Mon, 30 Jul 2018 21:27:45 +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: <611551b5-b3b7-51be-4db7-58cfd674a66b@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: Mon, 30 Jul 2018 13:28:03 -0000 On 26/7/18 12:35 pm, Julian Elischer wrote: > oops of course that is 1.10.5 not 10.5.1 I'm still seeing this regresssion in pkg1.10.5. bapt told me how to get debug output so it is at: http://people.freebsd.org/~julian/pkg-debug.txt command is: sudo /usr/local/sbin/pkg -o DEBUG_LEVEL=4 -o IGNORE_OSVERSION=yes -c /usr/build/buildroot/build/cloudcc/build_x86_64/root add -M -f /pkg/All/glib-2.50.3_4,1.txz It would appear that pkg is deciding whether the dependencies are present OUTSIDE the chroot instead of inside it... > > > > 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 >> >> >> > > _______________________________________________ > freebsd-pkg@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-pkg > To unsubscribe, send any mail to "freebsd-pkg-unsubscribe@freebsd.org" > >