[Bug 226861] textproc/libqxp needs c++11

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 23 02:18:21 UTC 2018


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

            Bug ID: 226861
           Summary: textproc/libqxp needs c++11
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jhibbits at FreeBSD.org
                CC: greg at unrelenting.technology
             Flags: maintainer-feedback?(greg at unrelenting.technology)
                CC: greg at unrelenting.technology

Attempting to build textproc/libqxp, in order to build libreoffice, I see the
following errors on powerpc64:

checking whether c++ supports C++11 features by default... no
checking whether c++ supports C++11 features with -std=gnu++11... no
checking whether c++ supports C++11 features with -std=gnu++0x... no
checking whether c++ supports C++11 features with -std=c++11... no
checking whether c++ supports C++11 features with +std=c++11... no
checking whether c++ supports C++11 features with -h std=c++11... no
checking whether c++ supports C++11 features with -std=c++0x... no
checking whether c++ supports C++11 features with +std=c++0x... no
checking whether c++ supports C++11 features with -h std=c++0x... no
configure: error: *** A compiler with support for C++11 language features is
required.

Changing the "compiler:features" to "compiler:c++11-lang" should fix this.

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


More information about the freebsd-ports-bugs mailing list