Re: [MacPorts] #58848: Error: Failed to build rust: command execution failed

2019-08-20 Thread Ryan Schmidt
On Aug 20, 2019, at 02:19, Dmitri Zaitsev wrote: > Just trying to understand it better, does it mean when I attempted to access > those file, their mirroring had been initiated but it took many hours before > the completion? Is it documented somewhere? When a change to a port is committed, o

Re: [MacPorts] #58848: Error: Failed to build rust: command execution failed

2019-08-20 Thread Dmitri Zaitsev
> > > > 1. As I did not change anything on my system, why did all the files > download correctly this time but not the last time? > > Most likely the files were successfully fetched via one of the > macports mirror this time, while last time you tried: > - the file was not mirrored yet (at the loca

Re: [MacPorts] #58848: Error: Failed to build rust: command execution failed

2019-08-19 Thread Ryan Schmidt
On Aug 19, 2019, at 05:22, Chris Jones wrote: >> It could be that switching to the latest compiler would help. You can >> try building with >> sudo port -v build rust configure.compiler=macports-clang-7.0 >> or something like that (I'm not 100% sure if the command is exactly >> right as I'm

Re: [MacPorts] #58848: Error: Failed to build rust: command execution failed

2019-08-19 Thread Chris Jones
It could be that switching to the latest compiler would help. You can try building with sudo port -v build rust configure.compiler=macports-clang-7.0 or something like that (I'm not 100% sure if the command is exactly right as I'm not behind my mac right now). Tried that, doesn't help.

Re: [MacPorts] #58848: Error: Failed to build rust: command execution failed

2019-08-18 Thread Ryan Schmidt
On Aug 18, 2019, at 03:56, Dmitri Zaitsev wrote: > 3. What kind of build error is that and how to deal with it? Rust does not build on an OS X version as old as you are using. Software developers frequently remove support for older operating systems from their projects, on the assumption tha

Re: [MacPorts] #58848: Error: Failed to build rust: command execution failed

2019-08-18 Thread Christopher Jones
Hi, > What I find puzzling: > > 1. As I did not change anything on my system, why did all the files download > correctly this time but not the last time? Any number of possible reasons. Transient network issues to some mirrors for instance. The mirrors used for downloads are not the same each

Re: [MacPorts] #58848: Error: Failed to build rust: command execution failed

2019-08-18 Thread Dmitri Zaitsev
First of all, I appreciate any advice and apologies for any misunderstanding, I am still very new to MacPorts (after giving up on HB). I have now ran all of these: {{{ sudo port clean rust sudo port selfupdate sudo port upgrade outdated sudo port reclaim }}} The reclaim command suggested to dele