[Bug 214466] graphics/graphviz: Circular dependency on lang/ruby22 when configured with Ruby bindings
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214466 --- Comment #1 from Kubilay Kocak --- The graphviz dependency is generated via the CAPIDOCS option (in lang/ruby22, which does not appear to be defined in OPTIONS_DEFAULT (not enabled by default) CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ dot:graphics/graphviz A workaround is to disable the CAPIDOCS option -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"
FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/r...@freebsd.org.html Port| Current version | New version +-+ devel/rubygem-flexmock | 2.1.0 | 2.3.4 +-+ net/rubygem-connection_pool | 2.2.0 | 2.2.1 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"
[Bug 214466] graphics/graphviz: Circular dependency on lang/ruby22 when configured with Ruby bindings
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214466 --- Comment #2 from Alex Dowad --- Another workaround is to build graphviz first without Ruby bindings, then build Ruby, then come back and rebuild graphviz with Ruby bindings this time. But if would be better if things "just work"... -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"
maintainer-feedback requested: [Bug 214469] sysutils/facter: fails to build with boost 1.62
Jan Beich (mail not working) has reassigned Bugzilla Automation 's request for maintainer-feedback to r...@freebsd.org: Bug 214469: sysutils/facter: fails to build with boost 1.62 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214469 --- Description --- vendor/leatherman/logging/src/logging.cc:75:44: error: no matching constructor for initialization of 'sink_t' (aka 'synchronous_sink') boost::shared_ptr sink(new sink_t(&dst)); ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:72:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'ostream *' (aka 'basic_ostream *') to 'const boost::log::v2_mt_posix::sinks::synchronous_sink' for 1st argument class synchronous_sink : ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:123:14: note: candidate constructor not viable: no known conversion from 'ostream *' (aka 'basic_ostream *') to 'const shared_ptr' for 1st argument explicit synchronous_sink(shared_ptr< sink_backend_type > const& backend) : ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate template ignored: substitution failure [with T0 = std::__1::basic_ostream > *]: no type named 'type' in 'boost::log::v2_mt_posix::aux::enable_if_named_parameters > *, boost::log::v2_mt_posix::aux::sfinae_dummy>' BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN(BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL, ~) ^ /usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN' BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args) ^ /usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:36:125: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_1' # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256), f, l, m, dt) ^ /usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:54:136: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_D_1' #define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt)) ^ note: (skipping 25 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) /usr/local/include/boost/preprocessor/control/iif.hpp:25:60: note: expanded from macro 'BOOST_PP_IIF_I' #define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_ ## bit(t, f) ^ /usr/local/include/boost/preprocessor/control/iif.hpp:32:31: note: expanded from macro 'BOOST_PP_IIF_1' # define BOOST_PP_IIF_1(t, f) t ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:51:14: note: expanded from macro 'BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL_1' explicit synchronous_sink(T0 const& arg0, typename boost::log::aux::enable_if_named_parameters< T0, boost::log::aux::sfinae_dummy >::type = boost::log::aux::sfinae_dummy()) :\ ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate constructor template not viable: requires 2 arguments, but 1 was provided /usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN' BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args) ^ ___ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"
[Bug 214469] sysutils/facter: fails to build with boost 1.62
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214469 Bug ID: 214469 Summary: sysutils/facter: fails to build with boost 1.62 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: r...@freebsd.org Reporter: jbe...@freebsd.org Blocks: 199601 Assignee: r...@freebsd.org Flags: maintainer-feedback?(r...@freebsd.org) vendor/leatherman/logging/src/logging.cc:75:44: error: no matching constructor for initialization of 'sink_t' (aka 'synchronous_sink') boost::shared_ptr sink(new sink_t(&dst)); ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:72:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'ostream *' (aka 'basic_ostream *') to 'const boost::log::v2_mt_posix::sinks::synchronous_sink' for 1st argument class synchronous_sink : ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:123:14: note: candidate constructor not viable: no known conversion from 'ostream *' (aka 'basic_ostream *') to 'const shared_ptr' for 1st argument explicit synchronous_sink(shared_ptr< sink_backend_type > const& backend) : ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate template ignored: substitution failure [with T0 = std::__1::basic_ostream > *]: no type named 'type' in 'boost::log::v2_mt_posix::aux::enable_if_named_parameters > *, boost::log::v2_mt_posix::aux::sfinae_dummy>' BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN(BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL, ~) ^ /usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN' BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args) ^ /usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:36:125: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_1' # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256), f, l, m, dt) ^ /usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:54:136: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_D_1' #define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt)) ^ note: (skipping 25 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) /usr/local/include/boost/preprocessor/control/iif.hpp:25:60: note: expanded from macro 'BOOST_PP_IIF_I' #define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_ ## bit(t, f) ^ /usr/local/include/boost/preprocessor/control/iif.hpp:32:31: note: expanded from macro 'BOOST_PP_IIF_1' # define BOOST_PP_IIF_1(t, f) t ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:51:14: note: expanded from macro 'BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL_1' explicit synchronous_sink(T0 const& arg0, typename boost::log::aux::enable_if_named_parameters< T0, boost::log::aux::sfinae_dummy >::type = boost::log::aux::sfinae_dummy()) :\ ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate constructor template not viable: requires 2 arguments, but 1 was provided /usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN' BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args) ^ Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199601 [Bug 199601] devel/boost-all: Upgrade to 1.58, 1.59, or 1.60 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"
Problem reports for r...@freebsd.org that need special attention
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status |Bug Id | Description +---+--- New |206108 | lang/ruby21: fix setjmp clobbered variables (usin New |206111 | lang/ruby23: fix setjmp clobbered variables (usin New |211849 | graphics/rubygem-rmagick needs PORTREVISION bump In Progress |213500 | www/rubygem-jekyll: Version 3.1.3 pkg is non-func Open|206502 | devel/rubygem-hike to latest version 2.1.3 In Progress |211276 | [PATCH]: www/redmine: Fix error from duplicate ne 6 problems total for which you should take action. ___ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"
[Bug 214466] graphics/graphviz: Circular dependency on lang/ruby22 when configured with Ruby bindings
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214466 Dirk Meyer changed: What|Removed |Added Flags|maintainer-feedback?(dinoex |maintainer-feedback+ |@FreeBSD.org) | Assignee|din...@freebsd.org |r...@freebsd.org --- Comment #3 from Dirk Meyer --- A possible solution would be to create the CAPIDOCS files in a slave port. To be discussed by the ruby team. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"