#14661 closed defect (fixed)
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: | |
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 (1)
Change History (3)
Changed 17 years ago by jonathandueck@…
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed by r35043.
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)