Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634990 - app-crypt/gpgme-1.8.0-r3 fails to build with GCC 4.9
Summary: app-crypt/gpgme-1.8.0-r3 fails to build with GCC 4.9
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-21 12:21 UTC by René Rhéaume
Modified: 2017-11-21 21:57 UTC (History)
1 user (show)

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


Attachments
gpgme-1.8.0-gcc-4.patch (gpgme-1.8.0-gcc-4.patch,2.15 KB, patch)
2017-10-21 12:21 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René Rhéaume 2017-10-21 12:21:12 UTC
Created attachment 499540 [details, diff]
gpgme-1.8.0-gcc-4.patch

GpgME fails to build with GCC 4.9.x because of a few missing C++11 features in libstdc++ . Instead of using these features, we call their C equivalent.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-10-21 13:19:07 UTC
This is unlikely to get accepted upstream, which will be the prerequisite for adding this patch to the ebuild. I can only recommend to make the upgrade to latest stable GCC sooner than later.

@crypto, should the ebuild check for min active gcc version instead?
Comment 2 Andreas Sturmlechner gentoo-dev 2017-10-21 17:03:08 UTC
Please attach your build.log and emerge --info.
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2017-10-21 17:08:53 UTC
(In reply to Andreas Sturmlechner from comment #1)
> @crypto, should the ebuild check for min active gcc version instead?

I would consider that if it was a new compiler or even recent one... However, I do not see any reason to tweak ebuild that far into the past.
Comment 4 Alon Bar-Lev (RETIRED) gentoo-dev 2017-11-21 21:57:22 UTC
Please communicate with upstream.