Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis testsuite fails with clang #113

Open
pieterlexis opened this issue Jun 19, 2019 · 2 comments
Open

Travis testsuite fails with clang #113

pieterlexis opened this issue Jun 19, 2019 · 2 comments

Comments

@pieterlexis
Copy link
Collaborator

Travis runs clang 7, I can't reproduce the failures on clang 8 (with lld 8). Needs investigating!

@pieterlexis
Copy link
Collaborator Author

Boost co-routine errors:

> configure:17126: checking boost/coroutine/coroutine.hpp usability
> configure:17126: clang++ -c -g -O2   -pthread conftest.cpp >&5
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:525:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:533:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:553:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:561:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:910:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:918:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:938:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:946:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1291:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1299:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1319:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1327:25: error: ordered comparison between pointer and zero ('int' and 'void *')
>         BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                       ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1666:21: error: ordered comparison between pointer and zero ('int' and 'void *')
>     BOOST_ASSERT( 0 < stack_ctx.sp);
>                   ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1674:21: error: ordered comparison between pointer and zero ('int' and 'void *')
>     BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                   ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1694:21: error: ordered comparison between pointer and zero ('int' and 'void *')
>     BOOST_ASSERT( 0 < stack_ctx.sp);
>                   ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1702:21: error: ordered comparison between pointer and zero ('int' and 'void *')
>     BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                   ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1722:21: error: ordered comparison between pointer and zero ('int' and 'void *')
>     BOOST_ASSERT( 0 < stack_ctx.sp);
>                   ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1730:21: error: ordered comparison between pointer and zero ('int' and 'void *')
>     BOOST_ASSERT( 0 < internal_stack_ctx.sp);
>                   ~ ^ ~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> In file included from conftest.cpp:63:
> In file included from /usr/include/boost/coroutine/coroutine.hpp:10:
> /usr/include/boost/coroutine/asymmetric_coroutine.hpp:1750:21: error: ordered comparison between pointer and zero ('int' and 'void *')
>     BOOST_ASSERT( 0 < stack_ctx.sp);
>                   ~ ^ ~~~~~~~~~~~~
> /usr/include/boost/assert.hpp:56:36: note: expanded from macro 'BOOST_ASSERT'
> # define BOOST_ASSERT(expr) assert(expr)
>                                    ^~~~
> /usr/include/assert.h:89:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^~~~
> fatal error: too many errors emitted, stopping now [-ferror-limit=]
> 20 errors generated.
> configure:17126: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_DLFCN_H 1
> | #define LT_OBJDIR ".libs/"
> | #define HAVE_BOOST 1
> | #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
> | #define HAVE_BOOST_SYSTEM 1
> | #define HAVE_BOOST_THREAD_HPP 1
> | #define HAVE_BOOST_THREAD 1
> | #define HAVE_BOOST_CONTEXT_FCONTEXT_HPP 1
> | #define HAVE_BOOST_CONTEXT 1
> | #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
> | #define HAVE_BOOST_SYSTEM 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <boost/coroutine/coroutine.hpp>
> configure:17126: result: no

@pieterlexis
Copy link
Collaborator Author

Boost Regex errors:

> configure:15416: checking for the Boost regex library
> configure:15459: clang++ -c -g -O2   conftest.cpp >&5
> configure:15459: $? = 0
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-clang70-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-clang70-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-clang70-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-clang70-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-clang70-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-clang70-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-clang70-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-clang70-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-clang70-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-clang70-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-clang70-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-clang70-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-clang70-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-clang70-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-clang70-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-clang70-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-clang70-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-clang70-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-clang70-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-clang70-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-clang70-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-clang70-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-clang70-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-clang70-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-clang70-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-clang70  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-clang70  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-clang70  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-clang70  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-clang70  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-clang70-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-clang70-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-clang70-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-clang70-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-clang70-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-clang70-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-clang70-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-clang70-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-clang70-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-clang70-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-clang70-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-clang70-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-mt-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-mt-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-d-1_58  >&5
> /usr/bin/ld: cannot find -lboost_regex-d-1_58
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-mt  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex  >&5
> conftest.o: In function `boost::cpp_regex_traits<char>::transform[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const'
> conftest.o: In function `boost::cpp_regex_traits<char>::transform_primary[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const'
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex  >&5
> conftest.o: In function `boost::cpp_regex_traits<char>::transform[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const'
> conftest.o: In function `boost::cpp_regex_traits<char>::transform_primary[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const'
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex  >&5
> conftest.o: In function `boost::cpp_regex_traits<char>::transform[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const'
> conftest.o: In function `boost::cpp_regex_traits<char>::transform_primary[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const'
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex  >&5
> conftest.o: In function `boost::cpp_regex_traits<char>::transform[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const'
> conftest.o: In function `boost::cpp_regex_traits<char>::transform_primary[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const'
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex  >&5
> conftest.o: In function `boost::cpp_regex_traits<char>::transform[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const'
> conftest.o: In function `boost::cpp_regex_traits<char>::transform_primary[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const'
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex  >&5
> conftest.o: In function `boost::cpp_regex_traits<char>::transform[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const'
> conftest.o: In function `boost::cpp_regex_traits<char>::transform_primary[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const'
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex  >&5
> conftest.o: In function `boost::cpp_regex_traits<char>::transform[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const'
> conftest.o: In function `boost::cpp_regex_traits<char>::transform_primary[abi:cxx11](char const*, char const*) const':
> /usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const'
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-mt-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-mt-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/lib conftest.o -lboost_regex-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/local/libexec conftest.o -lboost_regex-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/usr/lib conftest.o -lboost_regex-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    conftest.o -lboost_regex-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib conftest.o -lboost_regex-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15517: re-using the existing conftest.o
> configure:15523: clang++ -o conftest -g -O2    -L/lib64 conftest.o -lboost_regex-d  >&5
> /usr/bin/ld: cannot find -lboost_regex-d
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:15532: $? = 1
> configure:15644: result: no
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_DLFCN_H 1
> | #define LT_OBJDIR ".libs/"
> | #define HAVE_BOOST 1
> | #define HAVE_BOOST_REGEX_HPP 1
> | /* end confdefs.h.  */
> | 
> | #include <boost/regex.hpp>
> | 
> | int
> | main ()
> | {
> | boost::regex exp("*"); boost::regex_match("foo", exp);
> |   ;
> |   return 0;
> | }
> configure:15660: error: cannot find flags to link with the Boost regex library (libboost-regex)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant