Opened 9 years ago
Last modified 9 years ago
#49018 closed defect
libvisio-0.1 @0.1.3_1: fatal error: 'type_traits' file not found — at Version 1
Reported by: | ropolfer@… | Owned by: | devans@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | libvisio-0.1 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Ordenador-de-Roberto:/ imac$ sudo port clean libvisio-0.1 ---> Cleaning libvisio-0.1 Ordenador-de-Roberto:/ imac$ sudo port install libvisio-0.1 ---> Computing dependencies for libvisio-0.1 ---> Fetching archive for libvisio-0.1 ---> Attempting to fetch libvisio-0.1-0.1.3_1.darwin_11.x86_64.tbz2 from http://lil.fr.packages.macports.org/libvisio-0.1 ---> Attempting to fetch libvisio-0.1-0.1.3_1.darwin_11.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libvisio-0.1 ---> Attempting to fetch libvisio-0.1-0.1.3_1.darwin_11.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/libvisio-0.1 ---> Fetching distfiles for libvisio-0.1 ---> Verifying checksums for libvisio-0.1 ---> Extracting libvisio-0.1 ---> Applying patches to libvisio-0.1 ---> Configuring libvisio-0.1 ---> Building libvisio-0.1 Error: org.macports.build for port libvisio-0.1 returned: command execution failed Please see the log file for port libvisio-0.1 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_libvisio-0.1/libvisio-0.1/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port libvisio-0.1 failed
Change History (2)
Changed 9 years ago by ropolfer@…
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | libvisio removed |
Owner: | changed from macports-tickets@… to devans@… |
Priority: | High → Normal |
Summary: | Error: org.macports.build for port libvisio-0.1 returned: command execution failed → libvisio-0.1 @0.1.3_1: fatal error: 'type_traits' file not found |
It's this type of problem: http://stackoverflow.com/questions/14104298/clang-boostspirit-and-c11
So it sounds like we either have to require C++11 support (i.e. use the cxx11 1.0 portgroup), or else define BOOST_NO_VARIADIC_TEMPLATES
as suggested in that stack overflow question, though that might be a global setting for boost which might negatively affect other ports that actually need variadic templates.
Note: See
TracTickets for help on using
tickets.
log file for port libvisio-0.1