You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@lenmom pedis-master]# ./configure.py --compiler=/opt/scylladb/bin/g++ --static-stdc++
Traceback (most recent call last):
File "./configure.py", line 348, in
for w in warnings
File "./configure.py", line 349, in
if warning_supported(warning = w, compiler = args.cxx)]
File "./configure.py", line 97, in warning_supported
return try_compile(flags = ['-Werror', adjusted], compiler = compiler)
File "./configure.py", line 92, in try_compile
stderr = subprocess.DEVNULL) == 0
File "/usr/lib64/python3.4/subprocess.py", line 534, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib64/python3.4/subprocess.py", line 856, in init
restore_signals, start_new_session)
File "/usr/lib64/python3.4/subprocess.py", line 1464, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '/opt/scylladb/bin/g++'
The text was updated successfully, but these errors were encountered:
please check '/opt/scylladb/bin/g++' exist or not? if not exist, check '/opt/scylladb/bin/g++-7.3' exist or not? if you compile and install seastar correctly, you should see something below:
[root@lenmom pedis-master]# ./configure.py --compiler=/opt/scylladb/bin/g++ --static-stdc++
Traceback (most recent call last):
File "./configure.py", line 348, in
for w in warnings
File "./configure.py", line 349, in
if warning_supported(warning = w, compiler = args.cxx)]
File "./configure.py", line 97, in warning_supported
return try_compile(flags = ['-Werror', adjusted], compiler = compiler)
File "./configure.py", line 92, in try_compile
stderr = subprocess.DEVNULL) == 0
File "/usr/lib64/python3.4/subprocess.py", line 534, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib64/python3.4/subprocess.py", line 856, in init
restore_signals, start_new_session)
File "/usr/lib64/python3.4/subprocess.py", line 1464, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '/opt/scylladb/bin/g++'
The text was updated successfully, but these errors were encountered: