Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 787761 - dev-cpp/commoncpp2-1.8.1-r4 fails to compile with gcc-11
Summary: dev-cpp/commoncpp2-1.8.1-r4 fails to compile with gcc-11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-05-02 18:30 UTC by Agostino Sarubbo
Modified: 2021-06-15 09:24 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,120.11 KB, text/plain)
2021-05-02 18:30 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-05-02 18:30:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/commoncpp2-1.8.1-r4 fails to compile with gcc-11.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-05-02 18:30:55 UTC
Created attachment 705423 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-02 18:30:57 UTC
Possible context of error(s):

../inc/cc++/config.h:944:19: error: ISO C++17 does not allow dynamic exception specifications
Comment 3 Larry the Git Cow gentoo-dev 2021-06-15 09:24:48 UTC
The bug has been closed via the following commit(s):

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

commit e92ca0aaccb92b4dc59645bdede1d3f3174afa82
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-06-15 09:24:35 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-06-15 09:24:35 +0000

    dev-cpp/commoncpp2: Fix for C++17
    
    Closes: https://bugs.gentoo.org/787761
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-cpp/commoncpp2/Manifest                        |  1 +
 dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild      | 33 ++++++------
 dev-cpp/commoncpp2/files/1.8.0-glibc212.patch      | 12 -----
 .../commoncpp2/files/1.8.1-autoconf-update.patch   | 61 ----------------------
 .../files/1.8.1-configure_detect_netfilter.patch   | 14 -----
 .../files/1.8.1-fix-buffer-overflow.patch          | 13 -----
 dev-cpp/commoncpp2/files/1.8.1-fix-c++14.patch     | 52 ------------------
 dev-cpp/commoncpp2/files/1.8.1-fix-gcc9.patch      | 28 ----------
 dev-cpp/commoncpp2/files/1.8.1-gnutls-3.4.patch    | 36 -------------
 dev-cpp/commoncpp2/files/1.8.1-libgcrypt.patch     | 48 -----------------
 .../commoncpp2/files/1.8.1-parallel-build.patch    | 11 ----
 11 files changed, 19 insertions(+), 290 deletions(-)