Rust 1.7 rust-lldb error + fix
by gildbg from LinuxQuestions.org on (#6EJW2)
Hello,
the rust-lldb on Slackware x64 current which is part from rust language unable to find the modules because it's looking for them into /usr/lib not /usr/lib64
Code:error: file specified in --source (-s) option doesn't exist: '/usr/lib/rustlib/etc/lldb_commands'need to be added into rust.SlackBuild
Code:sed -i "s,/lib/rustlib/,/lib64/rustlib/,g" $PKG/usr/bin/rust-lldb
the rust-lldb on Slackware x64 current which is part from rust language unable to find the modules because it's looking for them into /usr/lib not /usr/lib64
Code:error: file specified in --source (-s) option doesn't exist: '/usr/lib/rustlib/etc/lldb_commands'need to be added into rust.SlackBuild
Code:sed -i "s,/lib/rustlib/,/lib64/rustlib/,g" $PKG/usr/bin/rust-lldb