#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 follow-up: 4 Changed 16 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to jrdittmann@… |
Port: | cdparanoia added; ffmpeg removed |
comment:2 Changed 16 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 16 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 follow-up: 5 Changed 16 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 follow-up: 6 Changed 16 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 Changed 16 years ago by sri@…
comment:7 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Problem resolved.
The checksum matches here. Have you tried the advice in the FAQ?