Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2018 21:27:45 +0800
From:      Julian Elischer <julian@freebsd.org>
To:        pkg@freebsd.org
Subject:   Re: anyone have an explanation for this? pkg 1.10.5
Message-ID:  <52bfd590-f4f4-0a31-15bd-f750e801528b@freebsd.org>
In-Reply-To: <611551b5-b3b7-51be-4db7-58cfd674a66b@freebsd.org>
References:  <9a30741a-97ff-384d-5425-b7bfe5cad1a8@freebsd.org> <611551b5-b3b7-51be-4db7-58cfd674a66b@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52bfd590-f4f4-0a31-15bd-f750e801528b>