Opened 19 years ago
Closed 18 years ago
#7886 closed defect (invalid)
Check file sum on libmcrypt
Reported by: | rmann@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | enrico.franchi@…, jkorchok@… | |
Port: |
Description
The md5 check file sum in the port script for the libmcrypt used in the php5 port doesn't match the file checksum.
Change History (6)
comment:1 Changed 19 years ago by enrico.franchi@…
Cc: | enrico.franchi@… added |
---|
comment:2 Changed 19 years ago by enrico.franchi@…
comment:3 Changed 19 years ago by jkorchok@…
Cc: | jkorchok@… added |
---|
I tried a manual download to the suggested directory, but the check sum error persists and installation halts.
comment:4 Changed 19 years ago by enrico.franchi@…
Here it works. Afterall
$ md5 libmcrypt-2.5.7.tar.gz MD5 (libmcrypt-2.5.7.tar.gz) = b1be163143f8e8ed0474beeb642b3bad
from the portfile
checksums md5 b1be163143f8e8ed0474beeb642b3bad
So if the file is in the right position it works.
- first I made
port install libmcrypt
(and it gave me error)
then I downloaded the file and put it into /opt/local/var/db/dports/distfiles/libmcrypt
and eventually port install libmcrypt
for me it worked.
However I don't think it's a dp bug. In fact it happened with other packages and it seems it's a sourceforge mirrors issue. Some mirrors do not have some files. That's all.
comment:5 Changed 19 years ago by exile@…
Indeed it does: for me the file that was downloaded during the initial port install php5 the file only downloaded 10kb
-rw-r--r-- 1 root admin 523321 Apr 3 19:45 libmcrypt-2.5.7.tar.gz -rw-r--r-- 1 root admin 11421 Apr 2 21:59 libmcrypt-2.5.7.tar.gz_old
The _old file referring to the one that was copied from the mirrors.
(In reply to comment #3)
Here it works. Afterall
comment:6 Changed 18 years ago by markd@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
If you manually downlad the file and put it in /opt/local/var/db/dports/distfiles/libmcrypt/ the installation goes on.