Opened 5 years ago

Closed 4 years ago

#59394 closed defect (duplicate)

librsvg fails to build under Macports 2.6.1 on Mac OS Catalina

Reported by: infopox Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: catalina Cc: cjones051073 (Chris Jones)
Port: librsvg

Description

Installing librsvg 2.44.14 fails during build with the following message :

Error: Failed to build librsvg: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_github.com_macports_macports-ports_archive_master_ports_graphics_librsvg/librsvg/main.log for details. Error: Problem while installing librsvg Error: Follow https://guide.macports.org/#project.tickets to report a bug.

The corresponding log is attached

Attachments (1)

main.log (227.0 KB) - added by infopox 5 years ago.
build log file

Download all attachments as: .zip

Change History (5)

Changed 5 years ago by infopox

Attachment: main.log added

build log file

comment:1 Changed 5 years ago by cjones051073 (Chris Jones)

Builds fine here, macOS 10.15, Xcode 11.1

Can you please start by making sure you system is fully up to date

sudo port sync
sudo port upgrade outdated

then try again, with a clean build

sudo port clean librsvg
sudo port -s install librsvg

if that still fails, please try uninstalling rust and cargo, rebuilding them,

sudo port -f uninstall cargo rust
sudo port -s install cargo rust

and then try again with a clean rebuild.

comment:2 Changed 5 years ago by cjones051073 (Chris Jones)

Cc: cjones051073 added

comment:3 Changed 5 years ago by cjones051073 (Chris Jones)

Keywords: catalina added; librsvg removed
Port: librsvg added

comment:4 Changed 4 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.