Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jan 2018 19:27:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224827] devel/RStudio: fails to build with boost 1.66
Message-ID:  <bug-224827-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224827

            Bug ID: 224827
           Summary: devel/RStudio: fails to build with boost 1.66
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 223922

As part of exp-run in bug 223922 this port was found to break on Boost upda=
te.
If the issue won't disappear on its own on update I plan to mark the port as
BROKEN. Can you check with upstream maintainer or help with a fix?

$ fetch -qo- 'https://reviews.freebsd.org/D13279?download=3Dtrue' | patch -=
Efsp0
-d /usr/ports
$ make all deinstall install clean -C/usr/ports/devel/boost-libs
$ make -C/usr/ports/devel/RStudio
[...]
src/cpp/core/BoostErrors.cpp:151:47: error: use of undeclared identifier
'get_system_category'; did you mean 'system_category'?
      return error_code(e.get_native_error(), get_system_category()) ;
                                              ^~~~~~~~~~~~~~~~~~~
                                              system_category
/usr/local/include/boost/system/error_code.hpp:196:47: note: 'system_catego=
ry'
declared here
    BOOST_SYSTEM_DECL const error_category &  system_category()
BOOST_SYSTEM_NOEXCEPT;
                                              ^
src/cpp/core/Error.cpp:168:35: error: use of undeclared identifier
'get_system_category'; did you mean 'system_category'?
   return Error(error_code(value, get_system_category()), location);
                                  ^~~~~~~~~~~~~~~~~~~
                                  system_category
/usr/local/include/boost/system/error_code.hpp:196:47: note: 'system_catego=
ry'
declared here
    BOOST_SYSTEM_DECL const error_category &  system_category()
BOOST_SYSTEM_NOEXCEPT;
                                              ^
src/cpp/core/Error.cpp:176:35: error: use of undeclared identifier
'get_system_category'; did you mean 'system_category'?
   return Error(error_code(value, get_system_category()), cause, location);
                                  ^~~~~~~~~~~~~~~~~~~
                                  system_category
/usr/local/include/boost/system/error_code.hpp:196:47: note: 'system_catego=
ry'
declared here
    BOOST_SYSTEM_DECL const error_category &  system_category()
BOOST_SYSTEM_NOEXCEPT;
                                              ^

build log: https://clbin.com/Fw29i


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223922
[Bug 223922] devel/boost-all: Update to 1.66.0
--=20
You are receiving this mail because:
You are the assignee for the bug.=



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