New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20118 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

Problems fetching libgpg-error while installing Gimp

Reported by: alex.markelov@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: libgpg-error

Description (last modified by macsforever2000@…) (diff)

Trying to install gimp from ports and getting the following error when it comes to libgpg:

--->  Fetching libgpg-error
--->  Verifying checksum(s) for libgpg-error
Error: Checksum (md5) mismatch for libgpg-error-1.7.tar.bz2
Error: Checksum (sha1) mismatch for libgpg-error-1.7.tar.bz2
Error: Checksum (rmd160) mismatch for libgpg-error-1.7.tar.bz2
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: The following dependencies failed to build: gimp-app gimp2 libgnomeui gnome-keyring libgcrypt libgpg-error libtasn1 libbonoboui libglade2 libgnome esound audiofile libgnomecanvas libmng lcms libwmf poppler openjpeg poppler-data py25-gtk py25-cairo py25-numpy fftw-3 py25-nose py25-setuptools py25-gobject gimp-jp2 gimp-lqr-plugin liblqr gtk-nodoka-engine coreutils gmp gutenprint icns-gimp macclipboard-gimp macfile-gimp ufraw exiv2 gtkimageview xsane sane-backends libusb
Error: Status 1 encountered during processing.

Tried to do 'port clean all' followed by 'port selfupdate', but no luck.

Change History

  Changed 3 years ago by macsforever2000@…

  • description modified (diff)

follow-up: ↓ 4   Changed 3 years ago by macsforever2000@…

  • status changed from new to closed
  • resolution set to worksforme
  • port set to libgpg-error
  • summary changed from Problems installing Gimp to Problems fetching libgpg-error while installing Gimp

It checksums fine for me. Run the following:

sudo port clean --all libgpg-error
sudo port install gimp

You need to use "clean --all" - note the 2 dashes - to retry downloading the archive file.

  Changed 3 years ago by devans@…

sudo port -d distcheck

shows several mirrors returning errors for this port so he may be getting a different mirror than you. If the above doesn't work try

sudo port clean --all libgpg-error
sudo port -d checksum libgpg-error

to see which mirror is causing problems if any

in reply to: ↑ 2   Changed 3 years ago by alex.markelov@…

Replying to macsforever2000@…:

It checksums fine for me. Run the following: {{{ sudo port clean --all libgpg-error sudo port install gimp }}} You need to use "clean --all" - note the 2 dashes - to retry downloading the archive file.

Thanks a million! Worked like a charm :-)

Note: See TracTickets for help on using tickets.