devel@ where you _can_ ask
 help / color / mirror / Atom feed
* Re: [newbies] [#193009] EPERM sunfish.git=0.1-alt2
  @ 2017-11-02 16:20 ` Grigory Ustinov
  2017-11-02 20:28   ` [newbies] /usr/bin/env; was: " Ivan Zakharyaschev
  0 siblings, 1 reply; 2+ messages in thread
From: Grigory Ustinov @ 2017-11-02 16:20 UTC (permalink / raw)
  To: devel-newbies

Есть у кого-нибудь какие-нибудь возражения по поводу этого пакета?


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [newbies] /usr/bin/env; was: Re:  [#193009] EPERM sunfish.git=0.1-alt2
  2017-11-02 16:20 ` [newbies] [#193009] EPERM sunfish.git=0.1-alt2 Grigory Ustinov
@ 2017-11-02 20:28   ` Ivan Zakharyaschev
  0 siblings, 0 replies; 2+ messages in thread
From: Ivan Zakharyaschev @ 2017-11-02 20:28 UTC (permalink / raw)
  To: devel@ where you _can_ ask; +Cc: grenka

[-- Attachment #1: Type: text/plain, Size: 2436 bytes --]

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 <grenka@altlinux.org>
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
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-02 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 16:20 ` [newbies] [#193009] EPERM sunfish.git=0.1-alt2 Grigory Ustinov
2017-11-02 20:28   ` [newbies] /usr/bin/env; was: " Ivan Zakharyaschev

devel@ where you _can_ ask

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
		devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
	public-inbox-index devel-newbies

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-newbies


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git