[MacPorts] #54285: podofo @0.9.5: error: no member named 'bind' in namespace 'std'; did you mean 'find'?
MacPorts
noreply at macports.org
Sat Sep 9 06:10:39 UTC 2017
#54285: podofo @0.9.5: error: no member named 'bind' in namespace 'std'; did you
mean 'find'?
---------------------+----------------------
Reporter: MrB74 | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: podofo |
---------------------+----------------------
Comment (by grumpybozo):
'''WORKAROUND''':
{{{
port deactivate cppunit
}}}
Edit the Portfile to remove these lines:
{{{
# cppunit required as a build dependency to enable build of podofo command
line tools
depends_build-append \
port:cppunit
}}}
NOTE: The initial comment is not currently true. The podofo config phase
checks for cppunit but builds the command line tools anyway (and some
tests) if cppunit is absent.
Patch for podofo Portfile attached.
Root cause seems to be in cppunit or its Portfile. The configure script
checks for "-std=c++11'" support in clang, but then never uses that option
in the build phase.
--
Ticket URL: <https://trac.macports.org/ticket/54285#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list