From nobody Sun Jun 9 03:30:10 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VxgRt1bwhz5NQpw for ; Sun, 09 Jun 2024 03:30:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4VxgRs5xqJz4ST2 for ; Sun, 9 Jun 2024 03:30:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.5.3] (c-98-42-44-116.hsd1.ca.comcast.net [98.42.44.116]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 4593UBnM082504 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 8 Jun 2024 20:30:11 -0700 (PDT) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host c-98-42-44-116.hsd1.ca.comcast.net [98.42.44.116] claimed to be [192.168.5.3] Content-Type: multipart/alternative; boundary="------------U7fiEDLlMl382xu51vb0Vk2n" Message-ID: <187dec33-ae28-435b-9dce-04968da0a45d@FreeBSD.org> Date: Sat, 8 Jun 2024 20:30:10 -0700 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: After following the advise from UPDATING about pythoin-3.11, 'pkg add' now says: pkg: "Cannot solve problem using SAT solver" and attempts to install and then offers to remove py39- packages To: Tatsuki Makino , "ports@freebsd.org" References: Content-Language: en-US From: Yuri In-Reply-To: X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/23, country:US] X-Rspamd-Queue-Id: 4VxgRs5xqJz4ST2 This is a multi-part message in MIME format. --------------U7fiEDLlMl382xu51vb0Vk2n Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hello, On 6/8/24 14:24, Tatsuki Makino wrote: > I feel that there is a slight possibility that this upgrade may > include the following issues. ( echo py39-foo ; echo py311-foo ) | sort You are right. Package DB contains both py39- and py311- packages: $ pkg search py311- | wc    4477   33240  346412 $ pkg search py39- | wc    3506   25946  270059 Since pkg has no awareness of the current python version - it attempts to install all found candidates for each particular PKGORIGIN. Anybody knows what caused this regression in the package database? Thanks, Yuri --------------U7fiEDLlMl382xu51vb0Vk2n Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
Hello,


On 6/8/24 14:24, Tatsuki Makino wrote:
I feel that there is a slight possibility that this upgrade may include the following issues. ( echo py39-foo ; echo py311-foo ) | sort


You are right. Package DB contains both py39- and py311- packages:
$ pkg search py311- | wc
   4477   33240  346412
$ pkg search py39- | wc
   3506   25946  270059

Since pkg has no awareness of the current python version - it attempts to install all found candidates for each particular PKGORIGIN.



Anybody knows what caused this regression in the package database?


Thanks,
Yuri
--------------U7fiEDLlMl382xu51vb0Vk2n--