Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 07:54:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237868] biology/jellyfish: fix build with GCC-based architectures
Message-ID:  <bug-237868-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 237868
           Summary: biology/jellyfish: fix build with GCC-based
                    architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jwb@freebsd.org
          Reporter: pkubaj@FreeBSD.org
          Assignee: jwb@freebsd.org
             Flags: maintainer-feedback?(jwb@freebsd.org)

Created attachment 204348
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204348&action=
=3Dedit
patch

Add -faligned-new for support for alignment parameter in new when using GCC:
sub_commands/count_main.cc:285:71: note: uses 'void* operator
new(std::size_t)', which does not have an alignment parameter
sub_commands/count_main.cc:285:71: note: use '-faligned-new' to enable C++17
over-aligned new support

Replace couple of exceptions from using value to references:
sub_commands/count_main.cc:333:28: error: catching polymorphic type 'class
MergeError' by value [-Werror=3Dcatch-value=3D]
         } catch(MergeError e) {

--=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-237868-7788>