Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #14661 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Sudo Ports Install Icon-Naming-Utils fails; file on tango is .tar.gz, not bzip as expeced

Reported by: jonathandueck@… Owned by: macports-tickets@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.6.0
Keywords: gnome icon-naming-utils Cc:
Port:

Description

In attempting to install libgnomeprintui, "sudo port install libgnomeprintui" failed while installing the dependency "icon-naming-utils". It fails during the "fetch" phase, since it cannot download the package. I looked in the portfile for "icon-naming-utils" and noted that it expects a .bz2 file from http://tango.freedesktop.org/releases/. However, not bzip2 file is posted there; instead one can download the same version as http://tango.freedesktop.org/releases/. I downloaded the file, created a local repository and edited the portfile to point to the correct source, and used it to install the dependency. The portfile could be fixed on MacPorts by setting the "use_bzip2" flag to "no," and updating the checksums to match the gzip'ed file, in the icon-naming-utils portfile. A portfile is attached reflecting these changes.

Attachments

Portfile (0.9 KB) - added by jonathandueck@… 9 months ago.
An edited portfile for icon-naming-utils, pointing and checksumming to the current gzipped file on the Tango Icon Library project site (not the missing bzip2 file it used to point to)

Change History

Changed 9 months ago by jonathandueck@…

An edited portfile for icon-naming-utils, pointing and checksumming to the current gzipped file on the Tango Icon Library project site (not the missing bzip2 file it used to point to)

Changed 9 months ago by jmr@…

  • status changed from new to closed
  • resolution set to fixed

This was fixed by r35043.

Note: See TracTickets for help on using tickets.