Re: Error: Failed to build librsvg: command execution failed

2021-10-13 Thread Lenore Horner
I’m not sure that’s the same bug (it’s 4 years old too). That one was not finding rust. The log you posted says lbrsvg prefers compilers macports-clang- anything from 5.0 up to 12 but then says it’s going to use Xcode Clang (which doesn’t make sense to me but could be just I don’t know enough)

Re: Error: Failed to build librsvg: command execution failed

2021-10-13 Thread Christopher Jones
That old ticket indeed has nothing to do with the issues here The rust port does indeed require macports clang (on older systems) to be available when building with rustic. However, macOS 10.13 is not one of these (at starts with 10.12) so it shouldn’t be needing it. Please run `port info librs

Re: Error: Failed to build librsvg: command execution failed

2021-10-13 Thread Christopher Jones
oh, and to be sure please first run `sudo port sync` t make sure your ports are fully up to date…. > On 13 Oct 2021, at 1:30 pm, Christopher Jones > wrote: > > That old ticket indeed has nothing to do with the issues here > > The rust port does indeed require macports clang (on older systems)

Re: Error: Failed to build librsvg: command execution failed

2021-10-13 Thread Michael Newman via macports-users
> On Oct 13, 2021, at 18:12, Lenore Horner wrote: > > Do you have /opt/local/bin/clang-mp-11? Axe:~ mnewman$ ls /opt/local/bin/clang-mp-11 ls: /opt/local/bin/clang-mp-11: No such file or directory > On Oct 13, 2021, at 19:31, Christopher Jones wrote: > > oh, and to be sure please first run

Re: Error: Failed to build librsvg: command execution failed

2021-10-13 Thread Christopher Jones
> On 13 Oct 2021, at 1:54 pm, Michael Newman wrote: > >> On Oct 13, 2021, at 18:12, Lenore Horner > > wrote: >> >> Do you have /opt/local/bin/clang-mp-11? > > Axe:~ mnewman$ ls /opt/local/bin/clang-mp-11 > ls: /opt/local/bin/clang-mp-11: No such file or dir

Re: Error: Failed to build librsvg: command execution failed

2021-10-13 Thread Michael Newman via macports-users
> On Oct 13, 2021, at 20:28, Christopher Jones wrote: > > In the meantime if you are in a hurry installing macports clang 11 should > also fix things. I wasn't in a hurry, but I wanted to try this. It worked. Thank you very much. Mike