Re: [Fink-devel] Curl revisited

2003-02-20 Thread Ben Hines

On Thursday, February 20, 2003, at 11:40  AM, Bill Bumgarner wrote:


Has there been any further thought/progress on creating a Fink source 
repository that could make all of the various random tarballs 
available from a set of servers that mirror each other's trees?   ... 
or, at the least, mirrors all packages that are only available via FTP 
or on non-mirrored, sometimes down, HTTP servers since those seem to 
be the most problematic?


Yes. I am working on this, they will all be mirrored at opendarwin.org 
(who uses planetmirror). I'll make it optional, so you can prefer the 
fink mirror or the original source URL.

opendarwin's setup is ready, i just need to finish the fink half.

-Ben



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Curl revisited

2003-02-20 Thread Bill Bumgarner
On Thursday, Feb 20, 2003, at 14:29 US/Eastern, Benjamin Reed wrote:

On Thursday, February 20, 2003, at 02:23 PM, Bill Bumgarner wrote:

curl -f -L -s -S -P - -O 
ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.1.1.tar.bz2
Trolltech's server is anal and only allows passive connections.  You 
told it (with the "-P") not to use passive.

Right.  Thanks for the clarification.

Which leaves me in a situation where enabling passive works for some 
packages, but not others.  In other words, I can't install all of the 
packages in Fink without manually grabbing the source and mv'ing it 
into /sw/src...

That's not good.

Has there been any further thought/progress on creating a Fink source 
repository that could make all of the various random tarballs available 
from a set of servers that mirror each other's trees?   ... or, at the 
least, mirrors all packages that are only available via FTP or on 
non-mirrored, sometimes down, HTTP servers since those seem to be the 
most problematic?

Ideally, one should always be able to issue 'fink update-all' with the 
confidence that it will "just work".  As I have more and more Fink 
packages installed, the chances of it "just working" have dropped 
significantly.

While I know enough to work around the problems when they arise, many 
[much] of the Fink user community may not.

b.bum



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Curl revisited

2003-02-20 Thread Benjamin Reed
On Thursday, February 20, 2003, at 02:23 PM, Bill Bumgarner wrote:


curl -f -L -s -S -P - -O 
ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.1.1.tar.bz2

Trolltech's server is anal and only allows passive connections.  You 
told it (with the "-P") not to use passive.



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Curl revisited

2003-02-20 Thread Bill Bumgarner
curl -f -L -s -S -P - -O 
ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.1.1.tar.bz2

More curl problems -- same behavior with /usr/bin/curl or /sw/bin/curl. 
  I'm beginning to dislike curl.

[bumbox:/tmp] bbum% curl -v -f -L -s -S -P - -O 
ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.1.1.tar.bz2
< 220-You are user number 37 of 200 allowed.
< 220-Setting memory limit to 1024+1024kbytes
< 220-Welcome to the Trolltech FTP server.  Here you will find 
Qt-related
< 220-files and miscellaneous other stuff we've written.
< 220-
< 220-If you want to mirror anything here, please write to
< [EMAIL PROTECTED] and notify us of the fact.
< 220-
< 220-Please send comments about the server to [EMAIL PROTECTED]
< 220-
< 220-
< 220-Local time is now 20:22 and the load is 0.54.
< 220-Only anonymous FTP is allowed at ftp.trolltech.com.
< 220 You will be disconnected after 1800 seconds of inactivity.
> USER anonymous
< 331 Any password will work.
> PASS [EMAIL PROTECTED]
< 230 OK.  Current directory is /
* We have successfully logged in
> PWD
< 257 "/"
* Entry path is '/'
* Connected to ftp.trolltech.com (80.232.38.140)
> CWD qt/source
< 250-This directory contains source code for the X version of Qt, which
< 250-contains makefiles for approximately a dozen unixes.
< 250-
< 250-
< 250 Changed to /qt/source
* We connect from bumbox.local.
> PORT 192,168,1,101,253,247
< 502-PORT/EPRT is disabled for security reasons.
< 502 Please use PASV/EPSV instead ("passive on")
curl: (30) Server does not grok PORT, try without it!
* Closing live connection (#0)

However:

[bumbox:/tmp] bbum% curl -v -f -L -s -S -O 
ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.1.1.tar.bz2
< 220-You are user number 34 of 200 allowed.
< 220-Setting memory limit to 1024+1024kbytes
< 220-Welcome to the Trolltech FTP server.  Here you will find 
Qt-related
< 220-files and miscellaneous other stuff we've written.
< 220-
< 220-If you want to mirror anything here, please write to
< [EMAIL PROTECTED] and notify us of the fact.
< 220-
< 220-Please send comments about the server to [EMAIL PROTECTED]
< 220-
< 220-
< 220-Local time is now 20:22 and the load is 0.65.
< 220-Only anonymous FTP is allowed at ftp.trolltech.com.
< 220 You will be disconnected after 1800 seconds of inactivity.
> USER anonymous
< 331 Any password will work.
> PASS [EMAIL PROTECTED]
< 230 OK.  Current directory is /
* We have successfully logged in
> PWD
< 257 "/"
* Entry path is '/'
* Connected to ftp.trolltech.com (80.232.38.140)
> CWD qt/source
< 250-This directory contains source code for the X version of Qt, which
< 250-contains makefiles for approximately a dozen unixes.
< 250-
< 250-
< 250 Changed to /qt/source
> PASV
< 227 Passive mode OK (80,232,38,140,42,167)
* Connecting to ftp.trolltech.com (80.232.38.140) port 10919
* Connected the data stream!
> TYPE I
< 200 TYPE is now 8-bit binary
> RETR qt-x11-free-3.1.1.tar.bz2
< 150-Accepted data connection from 67.86.52.76:65019
< 150 12103.4 kbytes to download
* Getting file with size: -1
 download succeeds 



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel