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) and then eventually fails because it can’t find the linker `/opt/local/bin/clang-mp-11`. I happen to have clang-12 installed via macports and do have /opt/local/bin/clang-mp-12 so I would guess it thinks you have clang-11 installed. Do you have /opt/local/bin/clang-mp-11? Lenore
> On Oct 13, 2021, at 02:27, Michael Newman via macports-users > <[email protected]> wrote: > > Old 2010 MacBook Air on: 10.13.6 > MacPorts: 2.7.1 > CLTools: 10.1.0.0.1.1539992718 > > Here's the error: > > Error: Failed to build librsvg: command execution failed > Error: See > /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_librsvg/librsvg/main.log > for details. > > I looked at the log, but it's above my pay grade. > > Log is here: https://pastebin.com/ncBFApfH <https://pastebin.com/ncBFApfH> > > A bug report (#56192 <https://trac.macports.org/ticket/56192>) was opened on > this but closed: Resolution: → fixed > > Quite a few ports depend on librsvg: > > Axe:~ mnewman$ port echo depends:librsvg | wc -l > 65 > > I have no idea what to do next. > > Mike Newman > Korat, Thailand > >
