Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2008 13:18:55 GMT
From:      Karsten Rothemund <karsten@photor.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125867: information in distinfo of lang/expect wrong?
Message-ID:  <200807221318.m6MDItrd092580@www.freebsd.org>
Resent-Message-ID: <200807221320.m6MDK3hE005094@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125867
>Category:       ports
>Synopsis:       information in distinfo of lang/expect wrong?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 22 13:20:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Karsten Rothemund
>Release:        FreeBSD 7
>Organization:
>Environment:
FreeBSD worf.mydomain.home 7.0-STABLE FreeBSD 7.0-STABLE #47: Thu Jun 19 20:00:59 CEST 2008     root@worf.mydomain.home:/usr/obj/usr/src/sys/ATHLON  i386
>Description:
information given in lang/expect/distinfo seems to be wrong. So make tries to refetch the source file expect-5.43.0.tar.gz.

I fetched it manually and modifier distinfo: the port the builds and installs OK. Here is the output of

# diff -p distinfo distinfo.org 
*** distinfo	Tue Jul 22 15:05:35 2008
--- distinfo.org	Tue Jul 22 15:04:35 2008
***************
*** 1,3 ****
! MD5 (expect-5.43.0.tar.gz) = 43e1dc0e0bc9492cf2e1a6f59f276bc3
! SHA256 (expect-5.43.0.tar.gz) = 4c9decec3c5541806f1758706fe649193d5c8afa2913a79361d9fa5f2c993ba1
! SIZE (expect-5.43.0.tar.gz) = 525572
--- 1,3 ----
! MD5 (expect-5.43.0.tar.gz) = 230400129630335b3060a42f66fec11d
! SHA256 (expect-5.43.0.tar.gz) = d11a77e680ddc0244370b46f117f0b28a6571db842885bee3b7c15372c1ca079
! SIZE (expect-5.43.0.tar.gz) = 525570

>How-To-Repeat:
cd /usr/ports/lang/expect
make

--->  Installing 'expect-5.43.0_3' from a port (lang/expect)
--->  Building '/usr/ports/lang/expect'
===>  Cleaning for expect-5.43.0_3
===>  Extracting for expect-5.43.0_3
=> MD5 Checksum mismatch for expect-5.43.0.tar.gz.
=> SHA256 Checksum mismatch for expect-5.43.0.tar.gz.
===>  Refetch for 1 more times files: expect-5.43.0.tar.gz expect-5.43.0.tar.gz 
=> expect-5.43.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://expect.nist.gov/src/.
--2008-07-22 15:00:19--  http://expect.nist.gov/src/expect-5.43.0.tar.gz
Resolving expect.nist.gov... 129.6.13.41
Connecting to expect.nist.gov|129.6.13.41|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 525572 (513K) [application/octet-stream]
Saving to: `expect-5.43.0.tar.gz'

50% [==================>                    ] 525,572     26.1K/s   in 20s     

2008-07-22 15:00:40 (25.5 KB/s) - `expect-5.43.0.tar.gz' saved [525572/525572]

=> MD5 Checksum mismatch for expect-5.43.0.tar.gz.
=> SHA256 Checksum mismatch for expect-5.43.0.tar.gz.
===>  Giving up on fetching files: expect-5.43.0.tar.gz expect-5.43.0.tar.gz 
Make sure the Makefile and distinfo file (/usr/ports/lang/expect/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop in /usr/ports/lang/expect.
*** Error code 1

Stop in /usr/ports/lang/expect.
--->  Installing the new version via the port
===>  Extracting for expect-5.43.0_3

[======= starts again - same result =======]

>Fix:
Apply the patch given above - if the new info is correct!

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807221318.m6MDItrd092580>