Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 850619 - dev-python/yara-python-4.2.0 - rm: cannot remove .../bin: No such file or directory
Summary: dev-python/yara-python-4.2.0 - rm: cannot remove .../bin: No such file or dir...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: mario.haustein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-08 12:58 UTC by Toralf Förster
Modified: 2022-06-09 07:31 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.97 KB, text/plain)
2022-06-08 12:58 UTC, Toralf Förster
Details
dev-python:yara-python-4.2.0:20220608-113902.log (dev-python:yara-python-4.2.0:20220608-113902.log,8.79 KB, text/plain)
2022-06-08 12:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,183.41 KB, text/plain)
2022-06-08 12:58 UTC, Toralf Förster
Details
environment (environment,130.29 KB, text/plain)
2022-06-08 12:58 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.31 KB, application/x-bzip)
2022-06-08 12:58 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,30.46 KB, application/x-bzip)
2022-06-08 12:58 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-06-08 12:58:29 UTC
>>> Test phase [disabled because of RESTRICT=test]: dev-python/yara-python-4.2.0

>>> Install dev-python/yara-python-4.2.0 into /var/tmp/portage/dev-python/yara-python-4.2.0/image
 * python3_9: running distutils-r1_run_phase distutils-r1_python_install
rm: cannot remove '/var/tmp/portage/dev-python/yara-python-4.2.0/work/yara-python-4.2.0-python3_9/install/usr/bin': No such file or directory
 * ERROR: dev-python/yara-python-4.2.0::gentoo failed (install phase):
 *   (no error message)

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20220606-211540

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-12.1.1 *
clang/llvm (if any):
clang version 14.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.4
Python 3.9.13
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-1.61.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.3_p7 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.332_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 572374252e6d8cb9982e2efa5b68ff65079dbd04
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Jun 8 10:48:00 2022 +0000

    2022-06-08 10:48:00 UTC

emerge -qpvO dev-python/yara-python
[ebuild  N    ] dev-python/yara-python-4.2.0  USE="-test" PYTHON_TARGETS="python3_9 -python3_8 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2022-06-08 12:58:30 UTC
Created attachment 783617 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-06-08 12:58:31 UTC
Created attachment 783620 [details]
dev-python:yara-python-4.2.0:20220608-113902.log
Comment 3 Toralf Förster gentoo-dev 2022-06-08 12:58:33 UTC
Created attachment 783623 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-06-08 12:58:34 UTC
Created attachment 783626 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-06-08 12:58:35 UTC
Created attachment 783629 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-06-08 12:58:36 UTC
Created attachment 783632 [details]
temp.tar.bz2
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-09 02:10:24 UTC
Bisected to:

commit 448736a03302467f8a44f47467e486c26e87bb6c
distutils-r1.eclass: Move venv creation to post-compile
Comment 8 Larry the Git Cow gentoo-dev 2022-06-09 05:17:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e8373eefd379b9e2424b696abe7094e4e292eb

commit 66e8373eefd379b9e2424b696abe7094e4e292eb
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-09 05:16:52 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-09 05:17:37 +0000

    dev-python/yara-python: fix python_compile
    
    We shouldn't be using foreach_impl w/ distutils-r1 (at least
    when D_U_PEP517!=no)
    
    Closes: https://bugs.gentoo.org/850619
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/yara-python/yara-python-4.2.0-r1.ebuild | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2022-06-09 07:29:31 UTC
The bug has been closed via the following commit(s):

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

commit bd5608b95a8b57f9c3eca99fec9a326d4b81952f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-09 07:29:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-09 07:29:25 +0000

    dev-python/yara-python: fix option passing
    
    Closes: https://bugs.gentoo.org/850619
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{yara-python-4.2.0-r1.ebuild => yara-python-4.2.0-r2.ebuild}   | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)