Re: math/arpack patch.tar.gz timestamp differs between ports and freebsd.org

2009-10-29 Thread Scott Bennett
 On Thu, 29 Oct 2009 19:41:37 + "b. f." 
wrote:
>>=> patch.tar.gz doesn't seem to exist in /usr/ports/distfiles/arpack.
>>=> Attempting to fetch from http://www.caam.rice.edu/software/ARPACK/SRC/.
>>fetch: patch.tar.gz: local modification time does not match remote
>
>rm -v /usr/ports/distfiles/arpack/patch.tar.gz and start again.
>
 Well, well.  I took the message shown above to the effect that that
file didn't exist there at face value.  But the file was indeed there, so
I guess portmaster or something that portmaster runs can lie.  After manually
deleting the file per your suggestion, math/arpack installed just fine.
 Thank you very much!  math/octave is now compiling as I write this.


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: math/arpack patch.tar.gz timestamp differs between ports and freebsd.org

2009-10-29 Thread b. f.
>=> patch.tar.gz doesn't seem to exist in /usr/ports/distfiles/arpack.
>=> Attempting to fetch from http://www.caam.rice.edu/software/ARPACK/SRC/.
>fetch: patch.tar.gz: local modification time does not match remote

rm -v /usr/ports/distfiles/arpack/patch.tar.gz and start again.

b.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: math/arpack patch.tar.gz timestamp differs between ports and freebsd.org

2009-10-29 Thread RW
On Thu, 29 Oct 2009 03:29:12 -0500 (CDT)
Scott Bennett  wrote:

>  The build of math/octave dies when the build for math/arpack
> dies due to a timestamp mismatch between local ports tree information
> and ftp.freebsd.org.  

It's a mismatch between the timestamps on the local cached distfiles and
their counterparts on the file server. Try doing a "make distclean" in
the port directory.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


math/arpack patch.tar.gz timestamp differs between ports and freebsd.org

2009-10-29 Thread Scott Bennett
 The build of math/octave dies when the build for math/arpack dies due
to a timestamp mismatch between local ports tree information and
ftp.freebsd.org.  So I did a "portsnap fetch extract math/arpack" and tried
the build of math/arpack the old-fashioned way.

Script started on Thu Oct 29 03:17:23 2009
hellas# cd /usr/ports/math/arpack
hellas# unsetenv MAKEFLAGS
hellas# unsetenv ftp_proxy
hellas# unsetenv http_proxy
hellas# time nice +20 make install
===>  Extracting for arpack-96_6
=> MD5 Checksum OK for arpack/arpack96.tar.gz.
=> SHA256 Checksum OK for arpack/arpack96.tar.gz.
=> MD5 Checksum mismatch for arpack/patch.tar.gz.
=> SHA256 Checksum mismatch for arpack/patch.tar.gz.
=> MD5 Checksum mismatch for arpack/ug.ps.gz.
=> SHA256 Checksum mismatch for arpack/ug.ps.gz.
===>  Refetch for 1 more times files: arpack/patch.tar.gz arpack/patch.tar.gz 
arpack/ug.ps.gz arpack/ug.ps.gz 
=> patch.tar.gz doesn't seem to exist in /usr/ports/distfiles/arpack.
=> Attempting to fetch from http://www.caam.rice.edu/software/ARPACK/SRC/.
fetch: patch.tar.gz: local modification time does not match remote
=> Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/arpack/.
fetch: patch.tar.gz: local modification time does not match remote
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/arpack and try again.
*** Error code 1

Stop in /usr/ports/math/arpack.
*** Error code 1

Stop in /usr/ports/math/arpack.
0.359u 0.158s 0:03.81 13.1% 174+849k 12+0io 0pf+0w
hellas# exit
exit

Script done on Thu Oct 29 03:19:31 2009

 Any helpful suggestions out there?


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"