From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 2 Nov 2017 23:28:49 +0300 (MSK) From: Ivan Zakharyaschev To: "devel@ where you _can_ ask" In-Reply-To: <2cf06d79-4a16-0c74-be2a-2980cc086d93@basealt.ru> Message-ID: References: <20171102142423.GA11081@gyle.altlinux.org> <2cf06d79-4a16-0c74-be2a-2980cc086d93@basealt.ru> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="1807885841-2094550688-1509654529=:1631" Cc: grenka@altlinux.org Subject: [newbies] /usr/bin/env; was: Re: [#193009] EPERM sunfish.git=0.1-alt2 X-BeenThere: devel-newbies@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "devel@ where you _can_ ask" List-Id: "devel@ where you _can_ ask" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2017 20:28:49 -0000 Archived-At: List-Archive: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1807885841-2094550688-1509654529=:1631 Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 8BIT On Thu, 2 Nov 2017, Grigory Ustinov wrote: > Есть у кого-нибудь какие-нибудь возражения по поводу этого пакета? Если уж есть даже патч http://git.altlinux.org/people/grenka/packages/sunfish.git?p=sunfish.git;a=commitdiff;h=9b0aa57c2f99d4cebf7dfb52f12f91d8b900d0aa , то заменять стоит shebang на /usr/bin/python напрямую, избавясь от /usr/bin/env , вносящего непредсказуемость в работу установленного пакета. (Слышал, что в Fedora недавно запретили /usr/bin/env) commit 9b0aa57c2f99d4cebf7dfb52f12f91d8b900d0aa Author: Grigory Ustinov Date: Wed Sep 20 21:19:38 2017 +0300 Replaced pypy by python. diff --git a/sunfish.py b/sunfish.py index 8c01722..f6c1d52 100644 --- a/sunfish.py +++ b/sunfish.py @@ -1,4 +1,4 @@ -#!/usr/bin/env pypy +#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import print_function > On 02.11.2017 17:24, Girar Builder awaiter robot wrote: >> http://git.altlinux.org/tasks/193009/logs/events.1.1.log >> >> 2017-Nov-02 14:22:33 :: task #193009 for sisyphus started by grenka: >> #100 build 0.1-alt2 from /people/grenka/packages/sunfish.git >> 2017-Nov-02 14:22:34 :: [i586] #100 sunfish.git 0.1-alt2: build start >> 2017-Nov-02 14:22:34 :: [x86_64] #100 sunfish.git 0.1-alt2: build start >> 2017-Nov-02 14:23:08 :: [x86_64] #100 sunfish.git 0.1-alt2: build OK >> 2017-Nov-02 14:23:09 :: [i586] #100 sunfish.git 0.1-alt2: build OK >> 2017-Nov-02 14:23:13 :: build check OK >> 2017-Nov-02 14:23:13 :: noarch check OK >> 2017-Nov-02 14:23:14 :: plan: src +1 -1 =17966, noarch +1 -1 =18266 >> 2017-Nov-02 14:23:14 :: version check OK >> 2017-Nov-02 14:23:47 :: generated apt indices >> 2017-Nov-02 14:23:47 :: created next repo >> 2017-Nov-02 14:24:03 :: dependencies check OK >> 2017-Nov-02 14:24:22 :: [i586] #100 sunfish: install check OK >> 2017-Nov-02 14:24:22 :: [x86_64] #100 sunfish: install check OK >> 2017-Nov-02 14:24:23 :: gears inheritance check OK >> 2017-Nov-02 14:24:23 :: srpm inheritance check OK >> girar-check-perms: access to sunfish DENIED for grenka: does not belong to >> maintainers list yet >> sunfish: Operation not permitted >> 2017-Nov-02 14:24:23 :: acl check FAILED >> 2017-Nov-02 14:24:23 :: task #193009 for sisyphus EPERM > > _______________________________________________ > devel-newbies mailing list > devel-newbies@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel-newbies > > --1807885841-2094550688-1509654529=:1631--