https://bugs.kde.org/show_bug.cgi?id=432440

--- Comment #5 from [email protected] ---
(In reply to Paul Floyd from comment #4)
> (In reply to asomers from comment #2)
> > Thanks for the pointer Tom.  However, I should add that the Rust code in
> > question is identical on every platform except Linux.  So this bug might
> > affect Solaris and OSX in addition to FreeBSD.  However, I don't have the
> > ability to test on those platforms.
> 
> I can test Solaris if I can get my hands on a rust executable. macOS is
> rather more difficult to test, even though I do have a MacBook.
> 
> I'll try to figure what is going on with FreeBSD.

I don't have an easy way to build you an executable, but the following commands
should work if you have an Illumos machine.

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ . ~/.cargo/env
$ cargo new hello
$ cd hello
$ cargo build
$ target/debug/hello

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to