Article 6EJW2 Rust 1.7 rust-lldb error + fix

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
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments