Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread Charles Swiger
On Mar 3, 2004, at 1:47 PM, [EMAIL PROTECTED] wrote:
After running a make clean and removing the file from 
/usr/ports/distfiles
It still downloads the file and shows it as being corrupt.  Is there 
any
way that i can specify a different server for it to download the bz2 
from?
"corrupt" meaning the downloaded file doesn't pass the checksum test?  
Anyway, yes, you can download the file by hand from any SourceForge 
server you want.  If it helps, I've put a copy at:

http://www.pkix.net/mirror/squirrelmail-1.4.2.tar.bz2

...which seems to have an the right checksum:

MD5 (squirrelmail-1.4.2.tar.bz2) = 8d8271c704a9f23d53138a4ceea38fb4

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


Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread Eric Pogroski
On Wed, 03 Mar 2004 10:05:17 -0800 (PST)
[EMAIL PROTECTED] wrote:

> 
> > Delete /usr/ports/distfiles/squirrelmail-1.4.2.tar.bz2, and try again.
> >
> > The file you have by that name has been corrupted somehow and the ports
> system is not happy with it. I just checked, and the tarball I
> downloaded from sourceforge is identical to the one I used the last time
> I updated squirrelmail.  You should end up with:
> >
> > % ls -la squirrelmail-1.4.2.tar.bz2
> > -rw-r--r--  1 root  wheel  1888703 Oct  1 20:42
> > squirrelmail-1.4.2.tar.bz2
> > % md5 squirrelmail-1.4.2.tar.bz2
> > MD5 (squirrelmail-1.4.2.tar.bz2) = 8d8271c704a9f23d53138a4ceea38fb4
> >
> > but the ports system will check that automatically for you.
> >
> > Cheers,
> >
> > Matthew
> >
> > --
> > Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
> >   Savill Way
> > PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
> > Tel: +44 1628 476614  Bucks., SL7 1TH UK
> >
> 
> after deleting the file, I run make and get
> 
> # make
> ===>  Patching for squirrelmail-1.4.2_1
> ===>  Applying FreeBSD patches for squirrelmail-1.4.2_1
> patch:  can't cd to
> /usr/ports/mail/squirrelmail/work/squirrelmail-1.4.2: No such file or
> directory
> >> Patch patch-config-config_default.php failed to apply cleanly.
> *** Error code 1
> 
> Stop in /usr/ports/mail/squirrelmail.
> 
> what I can do to get the port downloaded again?  or how can I clean up
> after a failed install?
> 
> 

cd /usr/ports/mail/squirrelmail && make clean && rm -rf work && make distclean && make 
fetch && make (-DANY_OPTIONS_HERE)
cleans the workfiles out
forces the work directory to disappear.. :)
cleans (removes) the distribution file
fetch's a new copy of the distfile
make's the software (with any option's that you decide that you need)

hth.

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


Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread whizkid
> "make clean" is the most thorough procedure-- it will also clean
> dependencies of the current port-- or you could simply delete the work
> subdirectory...
>
> --
> -Chuck
>

After running a make clean and removing the file from /usr/ports/distfiles
It still downloads the file and shows it as being corrupt.  Is there any
way that i can specify a different server for it to download the bz2 from?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread Charles Swiger
On Mar 3, 2004, at 1:00 PM, [EMAIL PROTECTED] wrote:
what I can do to get the port downloaded again?  or how can I clean up
after a failed install?
"make clean" is the most thorough procedure-- it will also clean 
dependencies of the current port-- or you could simply delete the work 
subdirectory...

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


Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread whizkid

> Delete /usr/ports/distfiles/squirrelmail-1.4.2.tar.bz2, and try again.
>
> The file you have by that name has been corrupted somehow and the ports
system is not happy with it. I just checked, and the tarball I
downloaded from sourceforge is identical to the one I used the last time
I updated squirrelmail.  You should end up with:
>
> % ls -la squirrelmail-1.4.2.tar.bz2
> -rw-r--r--  1 root  wheel  1888703 Oct  1 20:42
> squirrelmail-1.4.2.tar.bz2
> % md5 squirrelmail-1.4.2.tar.bz2
> MD5 (squirrelmail-1.4.2.tar.bz2) = 8d8271c704a9f23d53138a4ceea38fb4
>
> but the ports system will check that automatically for you.
>
>   Cheers,
>
>   Matthew
>
> --
> Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
>   Savill Way
> PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
> Tel: +44 1628 476614  Bucks., SL7 1TH UK
>

after deleting the file, I run make and get

# make
===>  Patching for squirrelmail-1.4.2_1
===>  Applying FreeBSD patches for squirrelmail-1.4.2_1
patch:  can't cd to
/usr/ports/mail/squirrelmail/work/squirrelmail-1.4.2: No such file or
directory
>> Patch patch-config-config_default.php failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/mail/squirrelmail.

what I can do to get the port downloaded again?  or how can I clean up
after a failed install?


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


Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread whizkid

> Delete /usr/ports/distfiles/squirrelmail-1.4.2.tar.bz2, and try again.
>
> The file you have by that name has been corrupted somehow and the
> ports system is not happy with it. I just checked, and the tarball I
> downloaded from sourceforge is identical to the one I used the last
> time I updated squirrelmail.  You should end up with:
>
> % ls -la squirrelmail-1.4.2.tar.bz2
> -rw-r--r--  1 root  wheel  1888703 Oct  1 20:42
> squirrelmail-1.4.2.tar.bz2
> % md5 squirrelmail-1.4.2.tar.bz2
> MD5 (squirrelmail-1.4.2.tar.bz2) = 8d8271c704a9f23d53138a4ceea38fb4
>
> but the ports system will check that automatically for you.
>
>   Cheers,
>
>   Matthew
>
> --
> Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
>   Savill Way
> PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
> Tel: +44 1628 476614  Bucks., SL7 1TH UK
>

after deleting the file, I run make and get

# make
===>  Patching for squirrelmail-1.4.2_1
===>  Applying FreeBSD patches for squirrelmail-1.4.2_1
patch:  can't cd to
/usr/ports/mail/squirrelmail/work/squirrelmail-1.4.2: No such file or
directory
>> Patch patch-config-config_default.php failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/mail/squirrelmail.

what I can do to get the port downloaded again?  or how can I clean up
after a failed install?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote:

Running FreeBSD 5.1, I Just ran CVSUP on my ports to bring them current. 
When I try to install Squirrelmail from /usr/ports/mail/squirrelmail I get
the following error:

 



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/mail/squirrelmail.
*** Error code 1
Stop in /usr/ports/mail/squirrelmail.

 

So, take a deep breath and decide if you want
to try "make -DNO_CHECKSUM install clean" 
The real error is the "requested range not
available" error ... and that's a tad beyond
me.  See RFC 2616 for the actual description.
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread Matthew Seaman
On Wed, Mar 03, 2004 at 08:59:50AM -0800, [EMAIL PROTECTED] wrote:

[...]
> >> Checksum mismatch for squirrelmail-1.4.2.tar.bz2.
> ===>  Giving up on fetching files: squirrelmail-1.4.2.tar.bz2
> Make sure the Makefile and distinfo file
> (/usr/ports/mail/squirrelmail/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/mail/squirrelmail.
> *** Error code 1
> 
> Stop in /usr/ports/mail/squirrelmail.

Delete /usr/ports/distfiles/squirrelmail-1.4.2.tar.bz2, and try again.

The file you have by that name has been corrupted somehow and the
ports system is not happy with it. I just checked, and the tarball I
downloaded from sourceforge is identical to the one I used the last
time I updated squirrelmail.  You should end up with:

% ls -la squirrelmail-1.4.2.tar.bz2
-rw-r--r--  1 root  wheel  1888703 Oct  1 20:42 squirrelmail-1.4.2.tar.bz2
% md5 squirrelmail-1.4.2.tar.bz2
MD5 (squirrelmail-1.4.2.tar.bz2) = 8d8271c704a9f23d53138a4ceea38fb4

but the ports system will check that automatically for you.

Cheers,

Matthew 

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Installing Squirrel Mail from the Ports

2004-03-03 Thread whizkid
Running FreeBSD 5.1, I Just ran CVSUP on my ports to bring them current. 
When I try to install Squirrelmail from /usr/ports/mail/squirrelmail I get
the following error:

SquirrelMail is installed into /usr/local/www/squirrelmail
To use the old location /usr/local/squirrelmail define
WITHOUT_WWWDIR when patching or installing

===>  Vulnerability check disabled
===>  Extracting for squirrelmail-1.4.2_1
>> Checksum mismatch for squirrelmail-1.4.2.tar.bz2.
===>  Refetch for 1 more times files: squirrelmail-1.4.2.tar.bz2
SquirrelMail is installed into /usr/local/www/squirrelmail
To use the old location /usr/local/squirrelmail define
WITHOUT_WWWDIR when patching or installing

===>  Vulnerability check disabled
>> squirrelmail-1.4.2.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://eu.dl.sourceforge.net/squirrelmail/.
fetch:
http://eu.dl.sourceforge.net/squirrelmail/squirrelmail-1.4.2.tar.bz2:
Requested Range Not Satisfiable
>> Attempting to fetch from http://us.dl.sourceforge.net/squirrelmail/.
fetch:
http://us.dl.sourceforge.net/squirrelmail/squirrelmail-1.4.2.tar.bz2:
Requested Range Not Satisfiable
>> Attempting to fetch from
ftp://ftp.kddlabs.co.jp/sourceforge/squirrelmail/.
fetch: squirrelmail-1.4.2.tar.bz2: local modification time does not match
remote
>> Attempting to fetch from ftp://ftp.chg.ru/pub/sourceforge/squirrelmail/.
SquirrelMail is installed into /usr/local/www/squirrelmail
To use the old location /usr/local/squirrelmail define
WITHOUT_WWWDIR when patching or installing

===>  Vulnerability check disabled
>> Checksum mismatch for squirrelmail-1.4.2.tar.bz2.
===>  Giving up on fetching files: squirrelmail-1.4.2.tar.bz2
Make sure the Makefile and distinfo file
(/usr/ports/mail/squirrelmail/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/mail/squirrelmail.
*** Error code 1

Stop in /usr/ports/mail/squirrelmail.

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