[Bug 218131] [patch] x11-toolkits/pango needs to specify USES=c++11-lang feature

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 26 00:43:33 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218131

            Bug ID: 218131
           Summary: [patch] x11-toolkits/pango needs to specify
                    USES=c++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 at FreeBSD.org
          Reporter: hiroo.ono+freebsd at gmail.com
                CC: freebsd-powerpc at FreeBSD.org
                CC: freebsd-powerpc at FreeBSD.org
          Assignee: gnome at FreeBSD.org
          Keywords: patch
             Flags: maintainer-feedback?(gnome at FreeBSD.org)

Created attachment 181199
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181199&action=edit
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 at CXXABI_1.3.8'

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list