availability of distfiles

2006-04-24 Thread Peter
Hi.  I have a question regarding how distfiles become available to the
ports tree.  For example, on freshports it says that a version is
available (since March 28) for a given port.  When I attempt to install
the port (make install clean) I see that FreeBSD is trying to find
the distfile for the same version but it fails.  When I manually take a
look at the distfile location the version indeed does not exist.  So
how can this happen?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: availability of distfiles

2006-04-24 Thread Kevin Kinsey

Peter wrote:

Hi.  I have a question regarding how distfiles become available to the
ports tree.  For example, on freshports it says that a version is
available (since March 28) for a given port.  When I attempt to install
the port (make install clean) I see that FreeBSD is trying to find
the distfile for the same version but it fails.  When I manually take a
look at the distfile location the version indeed does not exist.  So
how can this happen?


Ports tree out of date?  (doesn't seem overly likely, but...)
Hoster problems?
Newer version exists?
Version change backed out due to security issues?
 performance issues?
Distfiles moved ... (see first one above)
Need better MASTER_SITE variable?

Really, one can only guess. You didn't say _which_
port, for starters.

Bill Fenner does some work on this: see:

 http://people.freebsd.org/~fenner/portsurvey/bad.html

HTH,

Kevin Kinsey


--
Love the sea?  I dote upon it -- from the beach.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: availability of distfiles

2006-04-24 Thread Kris Kennaway
On Mon, Apr 24, 2006 at 05:41:50PM -0400, Peter wrote:
 Hi.  I have a question regarding how distfiles become available to the
 ports tree.  For example, on freshports it says that a version is
 available (since March 28) for a given port.  When I attempt to install
 the port (make install clean) I see that FreeBSD is trying to find
 the distfile for the same version but it fails.  When I manually take a
 look at the distfile location the version indeed does not exist.  So
 how can this happen?

Show us what is wrong.

Kris


pgpHukKUP1pWb.pgp
Description: PGP signature


Re: availability of distfiles

2006-04-24 Thread Peter

--- Kevin Kinsey [EMAIL PROTECTED] wrote:

 Peter wrote:
  Hi.  I have a question regarding how distfiles become available to
 the
  ports tree.  For example, on freshports it says that a version is
  available (since March 28) for a given port.  When I attempt to
 install
  the port (make install clean) I see that FreeBSD is trying to
 find
  the distfile for the same version but it fails.  When I manually
 take a
  look at the distfile location the version indeed does not exist. 
 So
  how can this happen?
 

 Ports tree out of date?  (doesn't seem overly likely, but...)

No.  Not on my end.

 Hoster problems?

Not sure.

 Newer version exists?

No.

 Version change backed out due to security issues?

Not sure.

  performance issues?

Not sure.

 Distfiles moved ... (see first one above)

Older versions exist.

 Need better MASTER_SITE variable?

Not sure how to change.


 Bill Fenner does some work on this: see:
 
   http://people.freebsd.org/~fenner/portsurvey/bad.html

multitail is not listed.


Notes:

[EMAIL PROTECTED]:/usr/ports/sysutils/multitail  make install clean
===  Vulnerability check disabled, database not found
= multitail-3.8.10.tgz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from http://www.vanheusden.com/multitail/.
fetch: http://www.vanheusden.com/multitail/multitail-3.8.10.tgz: size
mismatch: expected 82860, actual 422
= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/multitail-3.8.10.tgz:
File unavailable (e.g., file not found, no access)
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/sysutils/multitail.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: availability of distfiles

2006-04-24 Thread Kris Kennaway
On Mon, Apr 24, 2006 at 06:53:06PM -0400, Peter wrote:

 Notes:
 
 [EMAIL PROTECTED]:/usr/ports/sysutils/multitail  make install clean
 ===  Vulnerability check disabled, database not found
 = multitail-3.8.10.tgz doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch from http://www.vanheusden.com/multitail/.
 fetch: http://www.vanheusden.com/multitail/multitail-3.8.10.tgz: size
 mismatch: expected 82860, actual 422

Note: error from vendor's site, not FreeBSD.

 = Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/multitail-3.8.10.tgz:

FreeBSD mirrors only update distfiles periodically.

Kris


pgpDR6mK3bKHC.pgp
Description: PGP signature


Re: availability of distfiles

2006-04-24 Thread Peter

--- Kris Kennaway [EMAIL PROTECTED] wrote:

 On Mon, Apr 24, 2006 at 06:53:06PM -0400, Peter wrote:
 
  Notes:
  
  [EMAIL PROTECTED]:/usr/ports/sysutils/multitail  make install clean
  ===  Vulnerability check disabled, database not found
  = multitail-3.8.10.tgz doesn't seem to exist in
 /usr/ports/distfiles/.
  = Attempting to fetch from http://www.vanheusden.com/multitail/.
  fetch: http://www.vanheusden.com/multitail/multitail-3.8.10.tgz:
 size
  mismatch: expected 82860, actual 422
 
 Note: error from vendor's site, not FreeBSD.
 
  = Attempting to fetch from
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
  fetch:
 

ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/multitail-3.8.10.tgz:
 
 FreeBSD mirrors only update distfiles periodically.


O.  Is there any way to program different/many FreeBSD mirrors on
one's box?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: availability of distfiles

2006-04-24 Thread Kris Kennaway
On Mon, Apr 24, 2006 at 07:11:23PM -0400, Peter wrote:
 
 --- Kris Kennaway [EMAIL PROTECTED] wrote:
 
  On Mon, Apr 24, 2006 at 06:53:06PM -0400, Peter wrote:
  
   Notes:
   
   [EMAIL PROTECTED]:/usr/ports/sysutils/multitail  make install clean
   ===  Vulnerability check disabled, database not found
   = multitail-3.8.10.tgz doesn't seem to exist in
  /usr/ports/distfiles/.
   = Attempting to fetch from http://www.vanheusden.com/multitail/.
   fetch: http://www.vanheusden.com/multitail/multitail-3.8.10.tgz:
  size
   mismatch: expected 82860, actual 422
  
  Note: error from vendor's site, not FreeBSD.
  
   = Attempting to fetch from
   ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
   fetch:
  
 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/multitail-3.8.10.tgz:
  
  FreeBSD mirrors only update distfiles periodically.
 
 
 O.  Is there any way to program different/many FreeBSD mirrors on
 one's box?

Yes (see ports(7)), but it won't help since none of them will have it;
by FreeBSD mirrors I include ftp-master, the site from which all
others update.

Kris


pgpdEVmU7SfL4.pgp
Description: PGP signature


Re: availability of distfiles

2006-04-24 Thread Kevin Kinsey

Peter wrote:


= Attempting to fetch from http://www.vanheusden.com/multitail/.
fetch: http://www.vanheusden.com/multitail/multitail-3.8.10.tgz:


size


mismatch: expected 82860, actual 422




Looks like build gone awry, or script executing on
dead directory.  The gzip file seems to only contain
upgrade.txt anyway.

I've heard patience is a virtue, but I've trouble with
it, myself.  Happy waiting ;-)

Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]