Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 869677 - media-libs/audiofile-0.3.6-r5 fails to link tests: multiple undefined references
Summary: media-libs/audiofile-0.3.6-r5 fails to link tests: multiple undefined references
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-11 09:04 UTC by tka
Modified: 2022-09-14 22:23 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,102.98 KB, text/plain)
2022-09-11 09:06 UTC, tka
Details
environment (environment,84.64 KB, text/plain)
2022-09-11 09:06 UTC, tka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tka 2022-09-11 09:04:43 UTC
make[2]: Entering directory '/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6-abi_x86_64.amd64/libaudiofile'
make  UnitTests
make[3]: Entering directory '/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6-abi_x86_64.amd64/libaudiofile'
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6/libaudiofile -I..  -I/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6  -fno-rtti -fno-exceptions -DGTEST_HAS_RTTI=0 -DGTEST_HAS_EXCEPTIONS=0 -march=native -mtune=native -O2 -pipe -c -o UnitTests-UT_RebufferModule.o `test -f 'modules/UT_RebufferModule.cpp' || echo '/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6/libaudiofile/'`modules/UT_RebufferModule.cpp
/bin/sh ../libtool  --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++ -fno-rtti -fno-exceptions -DGTEST_HAS_RTTI=0 -DGTEST_HAS_EXCEPTIONS=0 -march=native -mtune=native -O2 -pipe -static -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o UnitTests UnitTests-UT_RebufferModule.o libaudiofile.la ../gtest/libgtest.la 
libtool: link: x86_64-pc-linux-gnu-g++ -fno-rtti -fno-exceptions -DGTEST_HAS_RTTI=0 -DGTEST_HAS_EXCEPTIONS=0 -march=native -mtune=native -O2 -pipe -Wl,-O1 -Wl,--hash-style=gnu -o UnitTests UnitTests-UT_RebufferModule.o  -Wl,--as-needed ./.libs/libaudiofile.so -lFLAC ../gtest/.libs/libgtest.a -lpthread -Wl,-rpath -Wl,/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6-abi_x86_64.amd64/libaudiofile/.libs
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o: in function `testFixedToVariable(bool)':
UT_RebufferModule.cpp:(.text+0x5a8): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x5bd): undefined reference to `RebufferModule::RebufferModule(RebufferModule::Direction, int, int, bool)'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x5d6): undefined reference to `Module::Module()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x600): undefined reference to `Module::setSource(Module*)'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x6b6): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x73e): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o: in function `testBufferingAfterShortChunk(bool)':
UT_RebufferModule.cpp:(.text+0x19c1): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x19d6): undefined reference to `RebufferModule::RebufferModule(RebufferModule::Direction, int, int, bool)'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x19ef): undefined reference to `Module::Module()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x1a19): undefined reference to `Module::setSource(Module*)'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x1ace): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x1b55): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o: in function `testVariableToFixed(bool)':
UT_RebufferModule.cpp:(.text+0x2648): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x2660): undefined reference to `RebufferModule::RebufferModule(RebufferModule::Direction, int, int, bool)'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x2679): undefined reference to `Module::Module()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x269b): undefined reference to `Module::setSink(Module*)'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x2745): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text+0x27d7): undefined reference to `AudioFormat::bytesPerFrame() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o: in function `TestSourceModule::~TestSourceModule()':
UT_RebufferModule.cpp:(.text._ZN16TestSourceModuleD2Ev[_ZN16TestSourceModuleD5Ev]+0xb): undefined reference to `Module::~Module()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o: in function `TestSourceModule::~TestSourceModule()':
UT_RebufferModule.cpp:(.text._ZN16TestSourceModuleD0Ev[_ZN16TestSourceModuleD5Ev]+0xf): undefined reference to `Module::~Module()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o: in function `TestSinkModule::~TestSinkModule()':
UT_RebufferModule.cpp:(.text._ZN14TestSinkModuleD2Ev[_ZN14TestSinkModuleD5Ev]+0xb): undefined reference to `Module::~Module()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o: in function `TestSinkModule::~TestSinkModule()':
UT_RebufferModule.cpp:(.text._ZN14TestSinkModuleD0Ev[_ZN14TestSinkModuleD5Ev]+0xf): undefined reference to `Module::~Module()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV16TestSourceModule[_ZTV16TestSourceModule]+0x20): undefined reference to `Module::name() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV16TestSourceModule[_ZTV16TestSourceModule]+0x28): undefined reference to `Module::describe()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV16TestSourceModule[_ZTV16TestSourceModule]+0x30): undefined reference to `Module::maxPull()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV16TestSourceModule[_ZTV16TestSourceModule]+0x38): undefined reference to `Module::maxPush()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV16TestSourceModule[_ZTV16TestSourceModule]+0x58): undefined reference to `Module::runPush()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV14TestSinkModule[_ZTV14TestSinkModule]+0x20): undefined reference to `Module::name() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV14TestSinkModule[_ZTV14TestSinkModule]+0x28): undefined reference to `Module::describe()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV14TestSinkModule[_ZTV14TestSinkModule]+0x30): undefined reference to `Module::maxPull()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV14TestSinkModule[_ZTV14TestSinkModule]+0x38): undefined reference to `Module::maxPush()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o:(.data.rel.ro._ZTV14TestSinkModule[_ZTV14TestSinkModule]+0x40): undefined reference to `Module::runPull()'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:816: UnitTests] Error 1
make[3]: Leaving directory '/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6-abi_x86_64.amd64/libaudiofile'
make[2]: *** [Makefile:1274: check-am] Error 2
make[2]: Leaving directory '/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6-abi_x86_64.amd64/libaudiofile'
make[1]: *** [Makefile:961: check-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-libs/audiofile-0.3.6-r5/work/audiofile-0.3.6-abi_x86_64.amd64/libaudiofile'
make: *** [Makefile:488: check-recursive] Error 1
 * ERROR: media-libs/audiofile-0.3.6-r5::gentoo failed (test phase):
 *   emake failed


Reproducible: Always
Comment 1 tka 2022-09-11 09:06:02 UTC
Created attachment 804598 [details]
build.log

# emerge -pqv '=media-libs/audiofile-0.3.6-r5::gentoo'
[ebuild     U ] media-libs/audiofile-0.3.6-r5 [0.3.6-r4] USE="flac" 


# emerge --info '=media-libs/audiofile-0.3.6-r5::gentoo'
Portage 3.0.36 (python 3.10.7-final-0, default/linux/amd64/17.1/no-multilib/hardened, gcc-12.2.0, glibc-2.35-r8, 5.19.8 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.19.8-x86_64-Intel-R-_Core-TM-_i7-4810MQ_CPU_@_2.80GHz-with-glibc2.35
KiB Mem:    16285068 total,  12567776 free
KiB Swap:   20971516 total,  20971516 free
Timestamp of repository gentoo: Sun, 11 Sep 2022 08:30:01 +0000
Head commit of repository gentoo: b304491e410bf640b87f5499ad69cf13d0e0fa2e
sh bash 5.1_p16-r2
ld GNU ld (Gentoo 2.39 p4) 2.39.0
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.1_p16-r2::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.36.0::gentoo
dev-lang/python:           3.10.7::gentoo, 3.11.0_rc1_p2::gentoo
dev-lang/rust:             1.62.1::gentoo
dev-util/cmake:            3.24.1::gentoo
dev-util/meson:            0.63.2::gentoo
sys-apps/baselayout:       2.8-r2::gentoo
sys-apps/openrc:           0.45.2::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-devel/autoconf:        2.13-r2::gentoo, 2.71-r2::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.39-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           15.0.0::gentoo
sys-devel/gcc:             12.2.0::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/lld:             15.0.0::gentoo
sys-devel/llvm:            14.0.6-r2::gentoo, 15.0.0::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.19::gentoo (virtual/os-headers)
sys-libs/glibc:            2.35-r8::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: --new-compress
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1

local
    location: /var/lib/portage-local/local
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -mtune=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live cgroup collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LINGUAS=""
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--new-compress"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 acl acpi alsa amd64 avx bzip2 cairo caps cdda cddb cdparanoia crypt cups dbus dri dts dvd elogind fam ffmpeg fftw flac fontconfig gif gimp gmp gnutls gtk hardened iconv icu idn ipv6 jpeg lame lcms libglvnd libnotify libtirpc lzma mad matroska mmap mmx mmxext mp3 mpeg ncurses networkmanager nptl ogg opengl openmp pam pcre pie png policykit ppds readline sasl sdl seccomp split-usr sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssp ssse3 startup-notification svg test theora threads tiff truetype udev udisks unicode upower vaapi verify-sig vorbis wayland x264 xattr xcb xinerama xml xtpax xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby27" USERLAND="GNU" VIDEO_CARDS="crocus intel nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LANG, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 2 tka 2022-09-11 09:06:21 UTC
Created attachment 804601 [details]
environment
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-11 22:04:27 UTC
Did -r4 tests work?
Comment 4 Paolo Pedroni 2022-09-12 12:39:01 UTC
(In reply to Sam James from comment #3)
> Did -r4 tests work?

I have the same problem. Tests used to work in -r4.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-14 22:20:07 UTC
Caused by EAPI 8 --disable-static.
Comment 6 Larry the Git Cow gentoo-dev 2022-09-14 22:23:33 UTC
The bug has been closed via the following commit(s):

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

commit e083dfe996e01a289205e104a32925a861b44be0
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-09-14 22:21:58 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-14 22:23:16 +0000

    media-libs/audiofile: fix tests
    
    They need to be linked statically. Not poking further at this, upstream inactive
    since 2016.
    
    Was broken by EAPI 7->8.
    
    Closes: https://bugs.gentoo.org/869677
    Fixes: f20436cb65a32bdd1be7d589485507873427f78a
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/audiofile/audiofile-0.3.6-r4.ebuild | 55 ++++++++++++++++++++++++++
 media-libs/audiofile/audiofile-0.3.6-r5.ebuild |  2 +
 2 files changed, 57 insertions(+)