Opened 4 years ago
Closed 4 years ago
#62628 closed defect (duplicate)
Unable to Upgrade "librsvg" on Lion -- Needs "rust" Which Only Builds on Yosemite or Later!
Reported by: | RobK88 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | tiger leopard snowleopard lion mountainlion mavericks | Cc: | dbevans (David B. Evans), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), herbygillot (Herby Gillot) |
Port: | librsvg rust |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I am trying to upgrade librsvg on an old Mac running Lion. But the upgrade fails since rust is NOW needed and rust can only be built on Macs running Yosemite or later.
This bug looks similar to #62614
sudo port upgrade librsvg ---> Computing dependencies for rust ---> Fetching distfiles for rust Error: rust is only supported on macOS 10.10 or later. Error: Failed to fetch rust: unsupported platform version Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_rust/rust/main.log for details. Error: Problem while installing rust Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Change History (5)
comment:1 Changed 4 years ago by RobK88
comment:2 Changed 4 years ago by RobK88
You can close this ticket.
librsvg must depend on libheif. Once I applied Marcus's proposed fix to libheif, I was able to run "sudo port upgrade librsvg" successfully.
So this bug will disappear once libheif is fixed. See #62614
comment:3 Changed 4 years ago by kencu (Ken)
only the newer version of librsvg depends on rust; we use a held-back pre-rust version for all the older systems.
Something must be messed up.
comment:4 Changed 4 years ago by RobK88
librsvg depends on libheif. See below.
$ port rdependents libheif The following ports are dependent on libheif: gd2 graphviz vala librsvg adwaita-icon-theme
So once libheif gets fixed, librsvg will compile again.
I can confirm that this is the case. Once I was able to compile and install the latest version of libheif after applying Marcus's proposed fix, I was able to compile and install the latest version of librsvg without any issues.
comment:5 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | dbevans MarcusCalhoun-Lopez herbygillot added; devans@… mcalhoun@… herby.gillot@… removed |
---|---|
Description: | modified (diff) |
Keywords: | tiger leopard snowleopard lion mountainlion mavericks added; Tiger Leopard SnowLeopard Lion MountainLion Mavericks removed |
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #62614.
Here is the strange part! Macports shows that the latest version of librsvg is already installed!