I think this is the actual error:
/home1/04179/abean/julia/deps/srccache/llvm-svn/lib/Demangle/ItaniumDemangle.cpp(946):
error #303: explicit type is missing ("int" assumed)
auto args = db.names.back().move_full();
^
detected during:
instantiation of "const char *parse_unresolved_name(const char
*, const char *, C &) [with C=<unnamed>::Db]" at line 3042
instantiation of "const char *parse_expression(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 1520
instantiation of "const char *parse_array_type(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 1707
instantiation of "const char *parse_type(const char *, const
char *, C &) [with C=<unnamed>::Db]" at line 3866
instantiation of "const char *parse_special_name(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 4026
instantiation of "const char *parse_encoding(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 4185
instantiation of "void demangle(const char *, const char *, C
&, int &) [with C=<unnamed>::Db]" at line 4267
/home1/04179/abean/julia/deps/srccache/llvm-svn/lib/Demangle/ItaniumDemangle.cpp(948):
error: namespace "std" has no member "move"
db.names.back().first += std::move(args);
^
detected during:
instantiation of "const char *parse_unresolved_name(const char
*, const char *, C &) [with C=<unnamed>::Db]" at line 3042
instantiation of "const char *parse_expression(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 1520
instantiation of "const char *parse_array_type(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 1707
instantiation of "const char *parse_type(const char *, const
char *, C &) [with C=<unnamed>::Db]" at line 3866
instantiation of "const char *parse_special_name(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 4026
instantiation of "const char *parse_encoding(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 4185
instantiation of "void demangle(const char *, const char *, C
&, int &) [with C=<unnamed>::Db]" at line 4267
/home1/04179/abean/julia/deps/srccache/llvm-svn/lib/Demangle/ItaniumDemangle.cpp(3476):
error: namespace "std" has no member "move"
db.names.push_back(std::move(args));
^
detected during:
instantiation of "const char *parse_base_unresolved_name(const
char *, const char *, C &) [with C=<unnamed>::Db]" at line 1000
instantiation of "const char *parse_unresolved_name(const char
*, const char *, C &) [with C=<unnamed>::Db]" at line 3042
instantiation of "const char *parse_expression(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 1520
instantiation of "const char *parse_array_type(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 1707
instantiation of "const char *parse_type(const char *, const
char *, C &) [with C=<unnamed>::Db]" at line 3866
instantiation of "const char *parse_special_name(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 4026
instantiation of "const char *parse_encoding(const char *,
const char *, C &) [with C=<unnamed>::Db]" at line 4185
instantiation of "void demangle(const char *, const char *, C
&, int &) [with C=<unnamed>::Db]" at line 4267
compilation aborted for
/home1/04179/abean/julia/deps/srccache/llvm-svn/lib/Demangle/ItaniumDemangle.cpp
(code 4)
make[4]: ***
[lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o] Error 4
make[3]: *** [lib/Demangle/CMakeFiles/LLVMDemangle.dir/all] Error 2
make[2]: *** [all] Error 2
make[1]: *** [scratch/llvm-svn/build_Release/build-compiled] Error 2
make: *** [julia-deps] Error 2
On Saturday, October 15, 2016 at 1:54:54 PM UTC-5, ABB wrote:
>
> How smart of me. I was confused because it looked like the version of
> curl was the correct one. I'll run it again and see where it messes up
> this time. Thanks for fixing that.
>
> On Saturday, October 15, 2016 at 1:51:28 PM UTC-5, Erik Schnetter wrote:
>>
>> You didn't show the actual error message. Debugging is easier if (after
>> seeing an error) you re-run with "make -j1", so that the error message
>> doesn't scroll away.
>>
>> -erik
>>
>> On Sat, Oct 15, 2016 at 1:41 PM, ABB <[email protected]> wrote:
>>
>>> I'm getting a new error. This is with the following make.user:
>>>
>>> LLVM_VER=svn
>>> USEICC=1
>>> USEIFC=1
>>> USE_INTEL_MKL=1
>>> USE_INTEL_MKL_FFT=1
>>> USE_INTEL_LIBM=1
>>>
>>>
>>> building directly on the (KNL) compute node (in parallel: make -j 68)
>>>
>>> configure: amending tests/server/Makefile
>>> configure: amending tests/libtest/Makefile
>>> configure: amending docs/examples/Makefile
>>> configure: Configured to build curl/libcurl:
>>>
>>> curl version: 7.50.1
>>> Host setup: x86_64-unknown-linux-gnu
>>> Install prefix: /home1/04179/abean/julia/usr
>>> Compiler: icc
>>> SSL support: enabled (mbedTLS)
>>> SSH support: enabled (libSSH2)
>>> zlib support: no (--with-zlib)
>>> GSS-API support: no (--with-gssapi)
>>> TLS-SRP support: no (--enable-tls-srp)
>>> resolver: default (--enable-ares / --enable-threaded-resolver)
>>> IPv6 support: enabled
>>> Unix sockets support: enabled
>>> IDN support: no (--with-{libidn,winidn})
>>> Build libcurl: Shared=yes, Static=yes
>>> Built-in manual: enabled
>>> --libcurl option: enabled (--disable-libcurl-option)
>>> Verbose errors: enabled (--disable-verbose)
>>> SSPI support: no (--enable-sspi)
>>> ca cert bundle: /etc/pki/tls/certs/ca-bundle.crt
>>> ca cert path: no
>>> ca fallback: no
>>> LDAP support: no (--enable-ldap / --with-ldap-lib /
>>> --with-lber-lib)
>>> LDAPS support: no (--enable-ldaps)
>>> RTSP support: enabled
>>> RTMP support: no (--with-librtmp)
>>> metalink support: no (--with-libmetalink)
>>> PSL support: no (--with-libpsl)
>>> HTTP2 support: disabled (--with-nghttp2)
>>> Protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3
>>> POP3S RTSP SCP SFTP SMTP SMTPS TELNET TFTP
>>>
>>> make: *** [julia-deps] Error 2
>>>
>>>
>>> Does anyone have any advice for this one? I didn't find previous
>>> discussion of this problem.
>>>
>>
>>
>>
>> --
>> Erik Schnetter <[email protected]>
>> http://www.perimeterinstitute.ca/personal/eschnetter/
>>
>