Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2017 20:58:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220715] devel/libcutl: fails to build with boost 1.65
Message-ID:  <bug-220715-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 220715
           Summary: devel/libcutl: fails to build with boost 1.65
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rakuco@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 220714
             Flags: maintainer-feedback?(rakuco@FreeBSD.org)
          Assignee: rakuco@FreeBSD.org

checking if we should use external boost... yes
checking for boost base headers... yes
checking for boost regex library... no
checking for boost system library... yes
configure: error: boost regex is not found; consider using CPPFLAGS/LDFLAGS=
 or
--with-boost=3DDIR to specify its location
=3D=3D=3D>  Script "configure" failed unexpectedly.

configure:17644: c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing=20
-I/usr/local/include -I/usr/local conftest.cpp >&5
conftest.cpp:25:10: fatal error: 'boost/tr1/regex.hpp' file not found
#include <boost/tr1/regex.hpp>
         ^
[...]
| #include <boost/tr1/regex.hpp>
|=20
| int
| main ()
| {
|   std::tr1::regex r ("te.t", std::tr1::regex_constants::ECMAScript);
|   return std::tr1::regex_match ("test", r) ? 0 : 1;
| }

http://sprunge.us/jTFN


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220714
[Bug 220714] devel/boost-all: update to 1.65
--=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-220715-13>