Re: distfiles first instead of fetch?

2004-12-21 Thread Noah
On Tue, 21 Dec 2004 14:00:14 -0500, Dan Kilbourne wrote
> Giorgos Keramidas extolled:
> > On 2004-12-21 10:51, Noah <[EMAIL PROTECTED]> wrote:
> > > FreeBSD-4.9
> > >
> > >
> > 
> > It *is* looking there.  The downloaded file doesn't match the checksum
> > it should have though.  See the line marked with stars:
> 
> Have you manually checked the checksum? Maybe you pulled a different
> version?


okay I manually downloaded the tar.bz2 file and put it in
/usr/ports/disfiles/gnome2  - everything is working now.  thanks for being an
extra pair of eyes.

cheers,

Noah



> 
> > 
> > > --- snip 
> > >
> > > # make install clean
> > > ===>  Vulnerability check disabled
> > > ===>  Found saved configuration for evolution-2.0.3
> > > ===>  Extracting for evolution-2.0.3
> > *** > => Checksum mismatch for gnome2/evolution-2.0.3.tar.bz2.
> > > ===>  Refetch for 1 more times files: gnome2/evolution-2.0.3.tar.bz2
> > > ===>  Vulnerability check disabled
> > > ===>  Found saved configuration for evolution-2.0.3
> > > => evolution-2.0.3.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/gnome2.
> > > => Attempting to fetch from
> > >
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/evolution/2.0/.
> > > ^Cfetch: transfer interrupted
> > >
> > > --- snip ---
> 
> -- 
> ___
> Dan
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: distfiles first instead of fetch?

2004-12-21 Thread Dan Kilbourne
Giorgos Keramidas extolled:
> On 2004-12-21 10:51, Noah <[EMAIL PROTECTED]> wrote:
> > FreeBSD-4.9
> >
> >
> 
> It *is* looking there.  The downloaded file doesn't match the checksum
> it should have though.  See the line marked with stars:

Have you manually checked the checksum? Maybe you pulled a different
version?


> 
> > --- snip 
> >
> > # make install clean
> > ===>  Vulnerability check disabled
> > ===>  Found saved configuration for evolution-2.0.3
> > ===>  Extracting for evolution-2.0.3
> *** > => Checksum mismatch for gnome2/evolution-2.0.3.tar.bz2.
> > ===>  Refetch for 1 more times files: gnome2/evolution-2.0.3.tar.bz2
> > ===>  Vulnerability check disabled
> > ===>  Found saved configuration for evolution-2.0.3
> > => evolution-2.0.3.tar.bz2 doesn't seem to exist in 
> /usr/ports/distfiles/gnome2.
> > => Attempting to fetch from
> > 
> ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/evolution/2.0/.
> > ^Cfetch: transfer interrupted
> >
> > --- snip ---

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


Re: distfiles first instead of fetch?

2004-12-21 Thread Dan Kilbourne
Noah extolled:
> well I am finding that a particular bz2 file is not fetched from a list of
> servers so I downloaded it locally.  but the build is not looking in
> /usr/ports/distfiles  - how do I control this behavior?

Are you sure you put it in the correct directory? 


> 
> 
> --- snip 
> 
> # make install clean
> ===>  Vulnerability check disabled
> ===>  Found saved configuration for evolution-2.0.3
> ===>  Extracting for evolution-2.0.3
> => Checksum mismatch for gnome2/evolution-2.0.3.tar.bz2.
> ===>  Refetch for 1 more times files: gnome2/evolution-2.0.3.tar.bz2 
> ===>  Vulnerability check disabled
> ===>  Found saved configuration for evolution-2.0.3
> => evolution-2.0.3.tar.bz2 doesn't seem to exist in 
> /usr/ports/distfiles/gnome2.
^^^
It needs to be in /usr/ports/distfiles/gnome2 , not /usr/ports/distfiles

> => Attempting to fetch from
> ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/evolution/2.0/.
> ^Cfetch: transfer interrupted
> 
> --- snip ---
> 
> 
> cheers,
> 
> Noah
> 

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


Re: distfiles first instead of fetch?

2004-12-21 Thread Giorgos Keramidas
On 2004-12-21 10:51, Noah <[EMAIL PROTECTED]> wrote:
> FreeBSD-4.9
>
>
> well I am finding that a particular bz2 file is not fetched from a list of
> servers so I downloaded it locally.  but the build is not looking in
> /usr/ports/distfiles  - how do I control this behavior?

It *is* looking there.  The downloaded file doesn't match the checksum
it should have though.  See the line marked with stars:

> --- snip 
>
> # make install clean
> ===>  Vulnerability check disabled
> ===>  Found saved configuration for evolution-2.0.3
> ===>  Extracting for evolution-2.0.3
*** > => Checksum mismatch for gnome2/evolution-2.0.3.tar.bz2.
> ===>  Refetch for 1 more times files: gnome2/evolution-2.0.3.tar.bz2
> ===>  Vulnerability check disabled
> ===>  Found saved configuration for evolution-2.0.3
> => evolution-2.0.3.tar.bz2 doesn't seem to exist in 
/usr/ports/distfiles/gnome2.
> => Attempting to fetch from
> 
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/evolution/2.0/.
> ^Cfetch: transfer interrupted
>
> --- snip ---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: distfiles first instead of fetch?

2004-12-21 Thread Jorn Argelo
On Tue, 21 Dec 2004 10:51:17 -0800, Noah wrote
> FreeBSD-4.9
> 
> well I am finding that a particular bz2 file is not fetched from a 
> list of servers so I downloaded it locally.  but the build is not 
> looking in /usr/ports/distfiles  - how do I control this behavior?
> 
> --- snip 
> 
> => evolution-2.0.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ 
gnome2.

That's why =) It's expecting the file to be in /usr/ports/distfiles/gnome2.

Cheers,

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


distfiles first instead of fetch?

2004-12-21 Thread Noah
FreeBSD-4.9


well I am finding that a particular bz2 file is not fetched from a list of
servers so I downloaded it locally.  but the build is not looking in
/usr/ports/distfiles  - how do I control this behavior?


--- snip 

# make install clean
===>  Vulnerability check disabled
===>  Found saved configuration for evolution-2.0.3
===>  Extracting for evolution-2.0.3
=> Checksum mismatch for gnome2/evolution-2.0.3.tar.bz2.
===>  Refetch for 1 more times files: gnome2/evolution-2.0.3.tar.bz2 
===>  Vulnerability check disabled
===>  Found saved configuration for evolution-2.0.3
=> evolution-2.0.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2.
=> Attempting to fetch from
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/evolution/2.0/.
^Cfetch: transfer interrupted

--- snip ---


cheers,

Noah

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