Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2017 18:14:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219284] devel/aegis: fails to build with lang/gcc6 or later
Message-ID:  <bug-219284-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219284

            Bug ID: 219284
           Summary: devel/aegis: fails to build with lang/gcc6 or later
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: aryeh.friedman@gmail.com, gerald@FreeBSD.org
            Blocks: 219275
             Flags: maintainer-feedback?(aryeh.friedman@gmail.com)
                CC: aryeh.friedman@gmail.com, gerald@FreeBSD.org

common/mem.cc: In function 'void* operator new(size_t)':
common/mem.cc:246:1: error: declaration of 'void* operator new(size_t) throw
(std::bad_alloc)' has a different exception specifier
 operator new(size_t nbytes)
 ^~~~~~~~
In file included from common/mem.cc:26:0:
./common/mem.h:132:7: note: from previous declaration 'void* operator
new(std::size_t)'
 void *operator new(size_t nbytes) THROW_BAD_ALLOC;
       ^~~~~~~~
common/mem.cc: In function 'void* operator new [](size_t)':
common/mem.cc:266:1: error: declaration of 'void* operator new [](size_t) t=
hrow
(std::bad_alloc)' has a different exception specifier
 operator new[](size_t nbytes)
 ^~~~~~~~
In file included from common/mem.cc:26:0:
./common/mem.h:139:7: note: from previous declaration 'void* operator new
[](std::size_t)'
 void *operator new[](size_t nbytes) THROW_BAD_ALLOC;
       ^~~~~~~~

build log: http://sprunge.us/JKGI


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219275
[Bug 219275] [exp-run] Update GCC_DEFAULT from 5 to 6
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219284-13>