Re: lftp-pre2.6.0-20020731

2002-08-02 Thread Ayamura KIKUCHI
Patch applied. Thanks! I wonder why term.h should be included later if it provides a lower level interface than curses. Compilation errors occur while compilng testing/lftp-2.6.0.tar.gz (lftp-pre2.6.0-20020801 ?). (1) Solaris 9 with openssl-0.9.7-beta3 (a) % gcc -DHAVE_CONFIG_H -I.

Re: lftp-pre2.6.0-20020724

2002-07-31 Thread Alexander V. Lukyanov
On Tue, Jul 30, 2002 at 09:21:58PM +0200, Piotr Krukowiecki wrote: On Thu, 25 Jul 2002, Alexander V. Lukyanov wrote: It looks like a bug not related to slots. Does the same work without slots? No. Without slots works fine Ok, I have found the bug. Next pre-release will have it fixed.

Re: lftp-pre2.6.0-20020731

2002-07-31 Thread Ayamura KIKUCHI
New pre-release if available at ftp://lftp.yar.ru/lftp/devel/. Compilation errors given below occur while compilng lftp-pre2.6.0-20020731 on IRIX 6.5.15f with MIPSpro Compilers 7.3.1.3m. % CC -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include \ -O2 -OPT:Olimit=0 -LANG:ansi-for-init-scope=ON

Re: lftp-pre2.6.0-20020731

2002-07-31 Thread Martin Carpenter
Ayamura KIKUCHI [EMAIL PROTECTED] wrote: Compilation errors given below occur while compilng lftp-pre2.6.0-20020731 on IRIX 6.5.15f with MIPSpro Compilers 7.3.1.3m. Similar errors on Solaris 2.6 with gcc. Tried including curses.h but got other, exciting errors. Don't have time to debug

Re: lftp-pre2.6.0-20020731

2002-07-31 Thread Glenn Maynard
On Wed, Jul 31, 2002 at 05:37:10PM +0200, Martin Carpenter wrote: Similar errors on Solaris 2.6 with gcc. Tried including curses.h but got other, exciting errors. Don't have time to debug further :( This is the advantage of using the full link test; it makes sure the header actually *works*.

Re: lftp-pre2.6.0-20020724

2002-07-30 Thread Piotr Krukowiecki
Sorry for long response On Thu, 25 Jul 2002, Alexander V. Lukyanov wrote: It looks like a bug not related to slots. Does the same work without slots? No. Without slots works fine Try to compile lftp with ElectricFence (add -lefence to lftp_LDADD in src/Makefile). It segfaults after PWD:

Re: lftp-pre2.6.0-20020724

2002-07-25 Thread Alexander V. Lukyanov
On Wed, Jul 24, 2002 at 06:04:36PM +0200, Piotr Krukowiecki wrote: Something is wrong with slot's: lftp :~ slot A lftp A :~ o X [standart messages] --- 230 User 'piotr' login successful. --- PWD --- 257 / is the current directory. cd ok, cwd=/ lftp A piotr@X:p?7 rels --- CWD p?7 ---

Re: lftp-pre2.6.0-20020724

2002-07-24 Thread Piotr Krukowiecki
On Wed, 24 Jul 2002, Alexander V. Lukyanov wrote: New prerelease is available. Some bugs fixed, documentation updated. Something is wrong with slot's: lftp :~ slot A lftp A :~ o X [standart messages] --- 230 User 'piotr' login successful. --- PWD --- 257 / is the current directory. cd ok,

Re: lftp-pre2.6.0

2002-07-23 Thread Alexander V. Lukyanov
On Mon, Jul 22, 2002 at 08:25:02PM +0200, Piotr Krukowiecki wrote: 'set net:limit-rate 5' doesn't work. (it should set the same rate for both down and up) Here is the fix. --- ResMgr.cc 2002/07/18 09:13:49 1.43 +++ ResMgr.cc 2002/07/23 08:25:16 -854,6 +854,7 const char

Re: lftp-pre2.6.0

2002-07-22 Thread Piotr Krukowiecki
'set net:limit-rate 5' doesn't work. (it should set the same rate for both down and up) set net:limit-rate 5 set | grep limit-rate set net:limit-rate -- Piotrek irc: #debian.pl Mors Drosophilis melanogastribus!

Re: lftp-pre2.6.0

2002-07-18 Thread Alexander V. Lukyanov
On Thu, Jul 18, 2002 at 11:24:42PM +0900, Ayamura KIKUCHI wrote: lftp-pre2.6.0 is available for testing: Compilation errors occur on IRIX 6.5.16f with MIPSpro Compilers 7.3.1.3m. Thanks! The fix is to remove the `return'. -- Alexander.