Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686752 - games-emulation/dolphin with media-libs/libsoundtouch-2.1.2 - /usr/include/soundtouch/FIFOSamplePipe.h:62:9: error: exception handling disabled, use -fexceptions to enable
Summary: games-emulation/dolphin with media-libs/libsoundtouch-2.1.2 - /usr/include/so...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-05-25 16:57 UTC by Sławomir Nizio
Modified: 2019-05-25 22:38 UTC (History)
2 users (show)

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


Attachments
Patch from Debian. (05_soundtouch-2.1.2.patch,559 bytes, patch)
2019-05-25 17:12 UTC, Sławomir Nizio
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sławomir Nizio 2019-05-25 16:57:29 UTC
[  9%] Building CXX object Source/Core/Common/CMakeFiles/common.dir/Analytics.cpp.o
In file included from /usr/include/soundtouch/FIFOSamplePipe.h:46:0,
                 from /usr/include/soundtouch/SoundTouch.h:68,
                 from /var/tmp/portage/games-emulation/dolphin-5.0/work/dolphin-5.0/Source/Core/AudioCommon
/OpenALStream.h:35,
                 from /var/tmp/portage/games-emulation/dolphin-5.0/work/dolphin-5.0/Source/Core/AudioCommon
/AudioCommon.cpp:12:
/usr/include/soundtouch/FIFOSamplePipe.h: In member function ‘bool soundtouch::FIFOSamplePipe::verifyNumber
OfChannels(int) const’:
/usr/include/soundtouch/FIFOSamplePipe.h:62:9: error: exception handling disabled, use -fexceptions to enable
         ST_THROW_RT_ERROR("Error: Illegal number of channels");
         ^


games-emulation/dolphin-5.0
media-libs/libsoundtouch-2.1.2
Comment 1 Sławomir Nizio 2019-05-25 17:12:14 UTC
Created attachment 577790 [details, diff]
Patch from Debian.
Comment 2 Larry the Git Cow gentoo-dev 2019-05-25 22:38:49 UTC
The bug has been closed via the following commit(s):

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

commit 0e0022cf7c98344343eb04454f8309aacff18b9b
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-05-25 22:38:31 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-05-25 22:38:42 +0000

    games-emulation/dolphin: fix libsoundtouch build, bug #686752
    
    Reported-and-fixed-by:  Sławomir Nizio
    Closes: https://bugs.gentoo.org/686752
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 games-emulation/dolphin/dolphin-5.0.ebuild            |  3 ++-
 .../files/dolphin-5.0-soundtouch-exceptions.patch     | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)