Summary: | dev-python/msgpack-0.6.1 : rm: cannot remove msgpack/_packer.cpp : No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | atoth, dharding, fkrogh, hazelnusse |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-python:msgpack-0.6.1:20190409-125834.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 |
Created attachment 572324 [details]
emerge-info.txt
Created attachment 572326 [details]
dev-python:msgpack-0.6.1:20190409-125834.log
Created attachment 572328 [details]
emerge-history.txt
Created attachment 572330 [details]
environment
Created attachment 572332 [details]
etc.portage.tbz2
Created attachment 572334 [details]
temp.tbz2
The following patch seems to fix it: --- /usr/portage/dev-python/msgpack/msgpack-0.6.1.ebuild +++ /usr/local/portage/dev-python/msgpack/msgpack-0.6.1.ebuild @@ -30,7 +30,6 @@ python_prepare_all() { # Remove pre-generated cython files - rm msgpack/{_packer,_unpacker,_cmsgpack}.pyx || die if ! use native-extensions ; then sed -i -e "/have_cython/s:True:False:" ./setup.py || die --- /usr/portage/dev-python/msgpack/msgpack-0.6.1.ebuild 2019-04-09 09:39:40.000000000 +0200 +++ /usr/local/portage/dev-python/msgpack/msgpack-0.6.1-r1.ebuild 2019-04-10 11:40:03.794472591 +0200 @@ -30,7 +30,7 @@ DEPEND=" python_prepare_all() { # Remove pre-generated cython files - rm msgpack/{_packer,_unpacker}.cpp || die + rm msgpack/_cmsgpack.cpp || die if ! use native-extensions ; then sed -i -e "/have_cython/s:True:False:" ./setup.py || die *** Bug 682936 has been marked as a duplicate of this bug. *** This seems to have been already fixed: https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-python/msgpack?id=162b0e220dacce6d76c7db581bae715f02b94851 |
>>> Source unpacked in /var/tmp/portage/dev-python/msgpack-0.6.1/work >>> Preparing source in /var/tmp/portage/dev-python/msgpack-0.6.1/work/msgpack-0.6.1 ... rm: cannot remove 'msgpack/_packer.cpp': No such file or directory rm: cannot remove 'msgpack/_unpacker.cpp': No such file or directory * ERROR: dev-python/msgpack-0.6.1::gentoo failed (prepare phase): * (no error message) ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-desktop-gnome_libressl_20190403-233926 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.1 [2] x86_64-pc-linux-gnu-8.3.0 * Available Python interpreters, in order of preference: [1] python3.7 [2] python3.6 [3] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) * [2] ruby25 (with Rubygems) [3] ruby26 (with Rubygems) Available Rust versions: [1] rust-1.33.0 * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.10.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm emerge -qpvO dev-python/msgpack [ebuild N ] dev-python/msgpack-0.6.1 USE="native-extensions -test" PYTHON_TARGETS="python2_7 python3_6 -pypy -python3_5 -python3_7"