Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18501 closed defect (worksforme)

checksum for cdparanoia not valid when installing ffmpeg

Reported by: sri@… Owned by: jrdittmann@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: cdparanoia

Description (last modified by jmroot (Joshua Root))

sudo port install ffmpeg +gpl +lame +x264 +xvid

Password:

Portfile changed since last build; discarding previous state.

--->  Verifying checksum(s) for cdparanoia

Error: Checksum (md5) mismatch for cdparanoia-0.9.8.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: The following dependencies failed to build: schroedinger gst-plugins-base cdparanoia gnome-vfs dbus dbus-glib desktop-file-utils gconf orbit2 libidl gnome-mime-data gstreamer bison flex gzip liboil
Error: Status 1 encountered during processing.

Change History (8)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: changed from macports-tickets@… to jrdittmann@…
Port: cdparanoia added; ffmpeg removed

The checksum matches here. Have you tried the advice in the FAQ?

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

concerning ffmpeg, the current version of ffmpeg does not require the variants +gpl +lame +x264 +xvid as these are now included by default. Please make sure that your ports tree is up to date and just install ffmpeg without any variants

sudo port selfupdate
sudo port clean ffmpeg
sudo port install ffmpeg

comment:3 Changed 15 years ago by sri@…

I am sorry but I still get the same error.

$ sudo port install ffmpeg

---> Verifying checksum(s) for cdparanoia Error: Checksum (md5) mismatch for cdparanoia-0.9.8.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: schroedinger gst-plugins-base cdparanoia gnome-vfs dbus dbus-glib desktop-file-utils gconf orbit2 libidl gnome-mime-data gstreamer bison flex gzip liboil Error: Status 1 encountered during processing.

comment:4 in reply to:  1 ; Changed 15 years ago by sri@…

Replying to jmr@…:

The checksum matches here. Have you tried the advice in the FAQ?

I tried the FAQ

sudo port sync sudo port clean cdparanoia sudo port install cdparanoia

get the same error.

---> Fetching cdparanoia ---> Verifying checksum(s) for cdparanoia Error: Checksum (md5) mismatch for cdparanoia-0.9.8.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing.

Am a newbie to mac. how are u able to checksum match ?

comment:5 in reply to:  4 ; Changed 15 years ago by jmroot (Joshua Root)

Replying to sri@…:

I tried the FAQ

sudo port clean cdparanoia

That's not what the FAQ says to do. You should run:

sudo port clean --all cdparanoia

comment:6 in reply to:  5 Changed 15 years ago by sri@…

Replying to jmr@…:

Replying to sri@…:

I tried the FAQ

sudo port clean cdparanoia

That's not what the FAQ says to do. You should run:

sudo port clean --all cdparanoia

Thank you for being patient and helping me. Worked like a charm. Thanks again !!

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

Resolution: worksforme
Status: newclosed

Problem resolved.

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.