Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 777072 - media-libs/portaudio-19.06.00-r3 error logged in slbt_exec_compile(), line 159: No such file or directory. when using rlibtool
Summary: media-libs/portaudio-19.06.00-r3 error logged in slbt_exec_compile(), line 15...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-03-18 19:03 UTC by Alessandro Barbieri
Modified: 2021-03-19 03:22 UTC (History)
2 users (show)

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


Attachments
portaudio-19.06.00-r3:20210318-130036.log (portaudio-19.06.00-r3:20210318-130036.log,31.80 KB, text/plain)
2021-03-18 19:04 UTC, Alessandro Barbieri
Details
https://github.com/PortAudio/portaudio/pull/451.patch (portaudio-out-of-tree.patch,587 bytes, patch)
2021-03-18 19:29 UTC, orbea
Details | Diff
https://github.com/PortAudio/portaudio/pull/452.patch (portaudio-parallel.patch,1007 bytes, patch)
2021-03-18 19:29 UTC, orbea
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2021-03-18 19:03:51 UTC
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_allocation.lo] Error 2
make: *** Waiting for unfinished jobs....
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_cpuload.lo] Error 2
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_converters.lo] Error 2
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_dither.lo] Error 2
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_process.lo] Error 2
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_front.lo] Error 2
make: *** [Makefile:227: src/hostapi/alsa/pa_linux_alsa.lo] Error 2
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_trace.lo] Error 2
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_debugprint.lo] Error 2
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/hostapi/skeleton/pa_hostapi_skeleton.lo] Error 2
rlibtool: error logged in slbt_exec_compile(), line 159: No such file or directory.
make: *** [Makefile:227: src/common/pa_stream.lo] Error 2
touch lib-stamp
 * ERROR: media-libs/portaudio-19.06.00-r3::gentoo failed (compile phase):
 *   emake failed
Comment 1 Alessandro Barbieri 2021-03-18 19:04:08 UTC
Created attachment 692280 [details]
portaudio-19.06.00-r3:20210318-130036.log

buildlog
Comment 4 orbea 2021-03-18 19:30:10 UTC
Using slibtool-9999 will give a much more useful error here.

However this should already be fixed upstream.

https://github.com/PortAudio/portaudio/pull/451
https://github.com/PortAudio/portaudio/pull/452

I attached both patches which should solve all slibtool issues in portaudio.
Comment 5 Larry the Git Cow gentoo-dev 2021-03-19 03:22:31 UTC
The bug has been closed via the following commit(s):

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

commit 0efb8321303facab933de4d04a214cc3acf30fc1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-19 03:21:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-19 03:21:14 +0000

    media-libs/portaudio: fix slibtool build
    
    Closes: https://bugs.gentoo.org/777072
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/portaudio-19.06.00-slibtool.patch        | 60 ++++++++++++++++++++++
 media-libs/portaudio/portaudio-19.06.00-r3.ebuild  |  1 +
 2 files changed, 61 insertions(+)