Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#20118 closed defect (worksforme)

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 mf2k (Frank Schima))

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 (4)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Port: libgpg-error added
Resolution: worksforme
Status: newclosed
Summary: Problems installing GimpProblems 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.

comment:3 Changed 15 years ago by dbevans (David B. Evans)

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

comment:4 in reply to:  2 Changed 15 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.