Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608294 - dev-db/firebird-2.5.6.27020.0 : ../.../alloc.cpp:2127:7: error: declaration of ‘void* operator new(size_t) throw (std::bad_alloc)’ has a different exception specifier
Summary: dev-db/firebird-2.5.6.27020.0 : ../.../alloc.cpp:2127:7: error: declaration o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL: http://tracker.firebirdsql.org/browse...
Whiteboard: ~arch only
Keywords:
Depends on:
Blocks: gcc-6
  Show dependency tree
 
Reported: 2017-02-05 10:43 UTC by Toralf Förster
Modified: 2017-11-10 20:34 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.32 KB, text/plain)
2017-02-05 10:43 UTC, Toralf Förster
Details
config.log (config.log,301.26 KB, text/plain)
2017-02-05 10:43 UTC, Toralf Förster
Details
dev-db:firebird-2.5.6.27020.0:20170204-234225.log (dev-db:firebird-2.5.6.27020.0:20170204-234225.log,44.10 KB, text/plain)
2017-02-05 10:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,88.66 KB, text/plain)
2017-02-05 10:43 UTC, Toralf Förster
Details
environment (environment,139.15 KB, text/plain)
2017-02-05 10:43 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.79 KB, application/x-bzip)
2017-02-05 10:43 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-02-05 10:43:08 UTC
x86_64-pc-linux-gnu-g++  -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -MMD -fPIC -fmessage-length=0 -pthread -Werror=terminate -O2 -pipe -march=native -fno-rtti -fno-rtti -fno-rtti  -c ../src/common/classes/alloc.cpp -o ../temp/boot/common/classes/alloc.o
../src/common/classes/alloc.cpp: In function ‘void* operator new(size_t)’:
../src/common/classes/alloc.cpp:2127:7: error: declaration of ‘void* operator new(size_t) throw (std::bad_alloc)’ has a different exception specifier
 void* operator new(size_t s) THROW_BAD_ALLOC
       ^~~~~~~~
In file included from ../src/common/classes/alloc.cpp:32:0:

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named 13.0-no-multilib-unstable_20170203-153432) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config --version:
3.9.1

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:

  -----------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2017-02-05 10:43:11 UTC
Created attachment 462480 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-05 10:43:14 UTC
Created attachment 462482 [details]
config.log
Comment 3 Toralf Förster gentoo-dev 2017-02-05 10:43:17 UTC
Created attachment 462484 [details]
dev-db:firebird-2.5.6.27020.0:20170204-234225.log
Comment 4 Toralf Förster gentoo-dev 2017-02-05 10:43:20 UTC
Created attachment 462486 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2017-02-05 10:43:23 UTC
Created attachment 462488 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2017-02-05 10:43:26 UTC
Created attachment 462490 [details]
etc.portage.tbz2
Comment 7 Peter Levine 2017-07-26 02:31:28 UTC
PR: https://github.com/gentoo/gentoo/pull/5212
Comment 8 Larry the Git Cow gentoo-dev 2017-11-10 20:34:23 UTC
The bug has been closed via the following commit(s):

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

commit e82963f83a9027ae6da34734a5bb7c21e152c58a
Author:     Peter Levine <plevine457@gmail.com>
AuthorDate: 2017-07-26 02:27:16 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-11-10 20:34:03 +0000

    dev-db/firebird: Fix building with GCC-6
    
    Closes: https://bugs.gentoo.org/608294
    Closes: https://github.com/gentoo/gentoo/pull/5212
    Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../files/firebird-2.5.7.27050.0-gcc6.patch        | 35 ++++++++++++++++++++++
 dev-db/firebird/firebird-2.5.7.27050.0.ebuild      |  5 +++-
 2 files changed, 39 insertions(+), 1 deletion(-)