Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703938 - dev-util/perf-5.4.6 execvp: util/setup.py: Permission denied during install phase
Summary: dev-util/perf-5.4.6 execvp: util/setup.py: Permission denied during install p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
: 703956 703980 704224 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-12-27 08:15 UTC by Anton Gubarkov
Modified: 2019-12-30 02:52 UTC (History)
13 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
log collection (perf-5.4.6-logs.tar.bz,48.57 KB, application/x-bzip)
2019-12-27 08:17 UTC, Anton Gubarkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Gubarkov 2019-12-27 08:15:11 UTC
util/setup.py --quiet install --root='//var/tmp/portage/dev-util/perf-5.4.6/image'
make[1]: execvp: util/setup.py: Permission denied
make[1]: *** [Makefile.perf:937: install-python_ext] Error 127
make[1]: Leaving directory '/var/tmp/portage/dev-util/perf-5.4.6/work/linux-5.4/tools/perf'
make: *** [Makefile.perf:221: sub-make] Error 2
 * ERROR: dev-util/perf-5.4.6::gentoo failed (install phase):
 *   emake failed
Comment 1 Anton Gubarkov 2019-12-27 08:17:56 UTC
Created attachment 600986 [details]
log collection
Comment 2 Kobboi 2019-12-27 10:53:41 UTC
*** Bug 703956 has been marked as a duplicate of this bug. ***
Comment 3 Georgy Yakovlev archtester gentoo-dev 2019-12-28 18:35:33 UTC
that file lacking exec bit and a valid shebang
Comment 4 Mike Gilbert gentoo-dev 2019-12-29 23:30:22 UTC
*** Bug 703980 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2019-12-29 23:31:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d793234f4b8caf46f62f51fa7e4eec5f6430b7b

commit 2d793234f4b8caf46f62f51fa7e4eec5f6430b7b
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2019-12-29 23:31:30 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-12-29 23:31:50 +0000

    dev-util/perf: fix install with python disabled
    
    Closes: https://bugs.gentoo.org/703938
    Package-Manager: Portage-2.3.82, Repoman-2.3.20_p9
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 dev-util/perf/perf-5.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 6 Mike Gilbert gentoo-dev 2019-12-30 02:52:43 UTC
*** Bug 704224 has been marked as a duplicate of this bug. ***