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:   maintainer-feedback requested: [Bug 218131] [patch] x11-toolkits/pango needs to specify USES=c++11-lang feature
Message-ID:  <bug-218131-6497-fZlsTs4WJu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218131-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218131-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Hiroo Ono <hiroo.ono+freebsd@gmail.com> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.o=
rg:
Bug 218131: [patch] x11-toolkits/pango needs to specify USES=3Dc++11-lang f=
eature
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218131



--- Description ---
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.



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