Opened 6 weeks ago

Closed 6 weeks ago

#70506 closed defect (fixed)

lambda @0.1.4: checksum mismatch

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: lambda

Description

--->  Fetching distfiles for lambda
--->  lambda-0.1.4.tar.gz does not exist in /opt/local/var/macports/distfiles/lambda
--->  Attempting to fetch lambda-0.1.4.tar.gz from http://66.47.116.75/~demo/lambda/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--     0
--->  Attempting to fetch lambda-0.1.4.tar.gz from http://distcache.FreeBSD.org/ports-distfiles/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  118k  100  118k    0     0   338k      0 --:--:-- --:--:-- --:--:--  337k
--->  Verifying checksums for lambda
--->  Checksumming lambda-0.1.4.tar.gz
Error: Checksum (md5) mismatch for lambda-0.1.4.tar.gz
Portfile checksum: lambda-0.1.4.tar.gz md5 7987fed0e62a3b639eb09abb5a136d4c
Distfile checksum: lambda-0.1.4.tar.gz md5 09a9c0db8222d23055cae4f864ded5e2
The correct checksum line may be:
checksums           md5     09a9c0db8222d23055cae4f864ded5e2 \
                    rmd160  568ff91c5de7c0cfa0cd5c0d2317ef8a9fcffb8c \
                    sha256  4ba570dea484f95a043ddb0e22bdb0f7b01b80a9a01aaaa685953416cf2d53b3 \
                    size    121052
Error: Failed to checksum lambda: Unable to verify file checksums

Change History (4)

comment:1 Changed 6 weeks ago by ryandesign (Ryan Carsten Schmidt)

MacPorts has a version of lambda 0.1.4 released in 2003. The port has not been updated since it was added in 2005. The FreeBSD server has a version of lambda 0.1.4 released in 2008.

The only changes mentioned in the changelog are:

  • lambda-0.1.4/ChangeLog

    old new  
     12006-09-19 11:10  narwhal
     2
     3        * docs/: lambdamanual.html, lambdamanual_src.html: correction to
     4          ext command description
     5
     62006-08-09 02:44  narwhal
     7
     8        * docs/: lambdamanual.html, lambdamanual_src.html: Correctg typos
     9
     102006-08-09 02:22  narwhal
     11
     12        * docs/: lambdamanual.html, lambdamanual_src.html: Correct typos
     13
    1142003-12-14 13:56  narwhal
    215
    316        * Makefile, configure.ac, lambda, lambda.cc, makefile,

The diff between them is 12,297 lines long but that's mostly due to generated files (automake was updated from 1.6.3 to 1.10 and autoconf was updated from 2.53 to 2.61).

comment:2 Changed 6 weeks ago by ryandesign (Ryan Carsten Schmidt)

Summary: lambda: checksum mismatchlambda @0.1.4: checksum mismatch

comment:3 Changed 6 weeks ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Status: newaccepted

The lambda port only installs /opt/local/bin/lambda and /opt/local/share/lambda/definitions so the improvements to the manual are of no significance to us.

comment:4 Changed 6 weeks ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In bfeece41dd6eeac7fba3fb3ad5b98646be1b84a4/macports-ports (master):

lambda: Avoid inconsequential stealth update

Closes: #70506

Note: See TracTickets for help on using tickets.