From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <2fe0ec7a5f6105481e6f1b79a33a1fb3bbb796a6.camel@altlinux.org> From: Yuri Sedunov To: devel@lists.altlinux.org Date: Mon, 06 Apr 2020 13:58:35 +0300 In-Reply-To: <20200406095854.GA29031@imap.altlinux.org> References: <20200406095854.GA29031@imap.altlinux.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.1-alt1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [devel] [girar-builder@altlinux.org: [#249453] [test-only] FAILED (try 4) manatee-open.git=2.167.10-alt1 gdex.git=3.12-alt1 ...] X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 10:58:36 -0000 Archived-At: List-Archive: List-Post: В Пн, 06/04/2020 в 12:58 +0300, Kirill Maslinsky пишет: > Всем привет, > > затрудняюсь понять, откуда берется unmet в задании #249453: > > $ rpmquery --provides -p ~/hasher/repo/x86_64/RPMS.hasher/manatee- > open-2.167.10-alt1.x86_64.rpm > > tail -3 > python3(_manatee) > python3(manatee) > manatee-open = 2.167.10-alt1 > > #100 manatee-open 2.158.8-alt1 -> 2.167.10-alt1 > Thu Mar 12 2020 Kirill Maslinsky 2.167.10-alt1 > - 2.167.10 > - built with python3 > - drop java and ruby API, as apparently dropped upstream > 2020-Apr-06 09:43:44 :: generated apt indices > 2020-Apr-06 09:43:44 :: created next repo > i586: NEW unmet dependencies detected: > bonito-open#4.24.6-alt1 python3(manatee) < 0 > python3-module-gdex#3.12-alt1 python3(manatee) < 0 > aarch64: NEW unmet dependencies detected: > bonito-open#4.24.6-alt1 python3(manatee) < 0 > python3-module-gdex#3.12-alt1 python3(manatee) < 0 > ppc64le: NEW unmet dependencies detected: > bonito-open#4.24.6-alt1 python3(manatee) < 0 > python3-module-gdex#3.12-alt1 python3(manatee) < 0 > ACLs of affected packages (2): > bonito-open > python3-module-gdex > > Подскажите что-нибудь, пожалуйста, Неудачненько получилось заменить python на python3: http://git.altlinux.org/tasks/249453/gears/100/git?p=git;a=commitdiff;h=5627286fda5ad585180a4523bfccfedd163163da;hp=a81fe36e92950377232c0bddc643bb260d3f9afe diff --git a/api/addwcattr b/api/addwcattr index 40766f9..b7030d7 100755 (executable) --- a/api/addwcattr +++ b/api/addwcattr @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python32 # Copyright 2007-2015 Pavel Rychly, Milos Jakubicek from __future__ import print_function from __future__ import unicode_literals diff --git a/api/concinfo b/api/concinfo index 30ee9c4..4f0b70f 100755 (executable) --- a/api/concinfo +++ b/api/concinfo @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python32 ... -- Yuri N. Sedunov