#11863 closed defect (fixed)
Glimpse port install fails on checksum error
Reported by: | ged (Michael Granger) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.4.3 |
Keywords: | glimpse checksum mismatch md5 | Cc: | |
Port: |
Description
# port -d install MacPorts 1.430 Entering interactive mode... ("help" for help, "quit" to quit) [Users/ged] > install glimpse DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/textproc/glimpse DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/textproc/glimpse DEBUG: Requested variant no_bdb is not provided by port glimpse. DEBUG: Requested variant darwin is not provided by port glimpse. DEBUG: Requested variant i386 is not provided by port glimpse. DEBUG: Requested variant macosx is not provided by port glimpse. DEBUG: Requested variant openldap is not provided by port glimpse. DEBUG: Executing com.apple.main (glimpse) ---> Fetching glimpse DEBUG: Executing com.apple.fetch (glimpse) ---> glimpse-4.18.5.tar.gz doesn't seem to exist in /opt/local/var/db/dports/distfiles/glimpse ---> Attempting to fetch glimpse-4.18.5.tar.gz from http://webglimpse.net/trial/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 372k 100 372k 0 0 65684 0 0:00:05 0:00:05 --:--:-- 67785 ---> Verifying checksum(s) for glimpse DEBUG: Executing com.apple.checksum (glimpse) ---> Checksumming glimpse-4.18.5.tar.gz Error: Checksum (md5) mismatch for glimpse-4.18.5.tar.gz Portfile checksum: glimpse-4.18.5.tar.gz md5 6e71194f9bd504f8f864dd9de3dcb897 Distfile checksum: glimpse-4.18.5.tar.gz md5 10204ab813f3bbb558e22dedf19d1dfb Error: Target com.apple.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for glimpse): com.apple.activate com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing.
Change History (3)
comment:1 Changed 17 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | → Port Bugs |
---|
The fix was committed in r26131. The difference between the old and new distfiles is minor:
diff -ru 4.18.5_old/glimpse-4.18.5/ChangeLog 4.18.5_new/glimpse-4.18.5/ChangeLog --- 4.18.5_old/glimpse-4.18.5/ChangeLog 2006-03-27 13:38:26.000000000 -0600 +++ 4.18.5_new/glimpse-4.18.5/ChangeLog 2007-01-18 05:15:35.000000000 -0600 @@ -1,3 +1,7 @@ +2006-08-22 10:18 dkreil + + * index/glimpse.h: fixed version number [tt] + 2006-03-24 19:36 root * index/: asearch.c, ss/hash.c, dir.c: Add "const" to match *exact* Only in 4.18.5_old/glimpse-4.18.5: Makefile Only in 4.18.5_old/glimpse-4.18.5/dynfilters: htuml2txt.so diff -ru 4.18.5_old/glimpse-4.18.5/index/glimpse.h 4.18.5_new/glimpse-4.18.5/index/glimpse.h --- 4.18.5_old/glimpse-4.18.5/index/glimpse.h 2006-02-03 16:04:32.000000000 -0600 +++ 4.18.5_new/glimpse-4.18.5/index/glimpse.h 2007-01-18 05:14:47.000000000 -0600 @@ -176,7 +176,7 @@ #define NUM_EXTRACT_INFO_SUFFIX 9 /* Version and release year: same for glimpse and glimspeindex since glimpse HAS to interpret glimpseindex */ -#define GLIMPSE_VERSION "4.18.2" +#define GLIMPSE_VERSION "4.18.5" #define GLIMPSE_DATE "2006" #define GLIMPSE_EMAIL "glimpse-mail@webglimpse.net" #define GLIMPSE_URL "http://webglimpse.net/" Only in 4.18.5_new/glimpse-4.18.5/libtemplate/include: autoconf.h Only in 4.18.5_old/glimpse-4.18.5/libtemplate/template: mktemplate $
Note: See
TracTickets for help on using
tickets.
A checksum fix has been committed.