Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636490 - dev-python/pypy-5.9.0 : ImportError: No module named _audioop_cffi
Summary: dev-python/pypy-5.9.0 : ImportError: No module named _audioop_cffi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-11-04 10:10 UTC by Toralf Förster
Modified: 2017-11-05 12:20 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.44 KB, text/plain)
2017-11-04 10:10 UTC, Toralf Förster
Details
dev-python:pypy-5.9.0:20171104-024421.log.bz2 (dev-python:pypy-5.9.0:20171104-024421.log.bz2,45.63 KB, application/x-bzip)
2017-11-04 10:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,166.67 KB, text/plain)
2017-11-04 10:10 UTC, Toralf Förster
Details
environment (environment,135.81 KB, text/plain)
2017-11-04 10:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,40.23 KB, application/x-bzip)
2017-11-04 10:10 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.52 KB, application/x-bzip)
2017-11-04 10:10 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 2017-11-04 10:10:03 UTC
  File "/var/tmp/portage/dev-python/pypy-5.9.0/work/pypy2-v5.9.0-src/lib_pypy/audioop.py", line 5, in <module>
    from _audioop_cffi import ffi, lib
ImportError: No module named _audioop_cffi

_______________________________________  _______________________________________
test_bug7732 (test.test_import.ImportTests) ... ok

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_abi32+64-test_20171029-135004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-python/pypy
[ebuild  N    ] dev-python/pypy-5.9.0  USE="bzip2 gdbm jit ncurses -doc -libressl -low-memory (-sandbox) -sqlite {-test} -tk" CPU_FLAGS_X86="(-sse2)"
Comment 1 Toralf Förster gentoo-dev 2017-11-04 10:10:06 UTC
Created attachment 502388 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-04 10:10:09 UTC
Created attachment 502390 [details]
dev-python:pypy-5.9.0:20171104-024421.log.bz2
Comment 3 Toralf Förster gentoo-dev 2017-11-04 10:10:14 UTC
Created attachment 502392 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-11-04 10:10:17 UTC
Created attachment 502394 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-11-04 10:10:20 UTC
Created attachment 502396 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-04 10:10:23 UTC
Created attachment 502398 [details]
logs.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2017-11-05 12:20:11 UTC
The bug has been closed via the following commit(s):

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

commit 61ee5e7fe94a944842077b4740c6857d2c60ba2a
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2017-11-04 23:59:59 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2017-11-05 12:19:19 +0000

    dev-python/pypy: Generate caches earlier, in compile
    
    Generate the caches in compile phase since they are needed for tests.
    
    Closes: https://bugs.gentoo.org/636490

 dev-python/pypy/pypy-5.9.0.ebuild | 72 ++++++++++++++++++++-------------------
 dev-python/pypy/pypy-9999.ebuild  | 72 ++++++++++++++++++++-------------------
 2 files changed, 74 insertions(+), 70 deletions(-)