Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2017 00:43:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 218131] [patch] x11-toolkits/pango needs to specify USES=c++11-lang feature
Message-ID:  <bug-218131-6497@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218131
           Summary: [patch] x11-toolkits/pango needs to specify
                    USES=3Dc++11-lang feature
           Product: Ports & Packages
           Version: Latest
          Hardware: powerpc
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: hiroo.ono+freebsd@gmail.com
                CC: freebsd-powerpc@FreeBSD.org
                CC: freebsd-powerpc@FreeBSD.org
          Assignee: gnome@FreeBSD.org
          Keywords: patch
             Flags: maintainer-feedback?(gnome@FreeBSD.org)

Created attachment 181199
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181199&action=
=3Dedit
add c++11-lang featue to USES keyword.

On powerpc64, the default compiler is still gcc 4.2.1, and it produces
following error:

/usr/local/lib/libicui18n.so.58: undefined reference to
`__cxa_throw_bad_array_new_length@CXXABI_1.3.8'

adding USES=3Dc++11-lang feature, gcc49 is used and it succeed in building =
the
port.

--=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-218131-6497>