Re: ANNOUNCE: balsa-1.1.7 release



Done that.
It compiled.

Now - functionality

It seems to work fine until I try to get mail from my multiple accounts (I
still use pop).
At this point it stops and hangs.
I've tried to trace it using strace <command>: this is the last few lines
of the output.


----- cut here -----

(snip)
gettimeofday({995272443, 394276}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN},
{fd=8, events=POLLIN}], 4, 0) = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "B\0\5\0M\5@\2U\5@\2\t\0X\2\16\0X\0028\0\4\0U\5@\2\0\0\10"...,
288) = 288
gettimeofday({995272443, 395391}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN},
{fd=8, events=POLLIN}], 4, 0) = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "\2\0\4\0X\5@\2\1\0\0\0\1\0\0\0=\0\4\0X\5@\2\0\0\0\0$\0"..., 512)
= 512gettimeofday({995272443, 396225}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN},
{fd=8, events=POLLIN}], 4, 0) = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "\2\0\4\0W\5@\2\1\0\0\0\1\0\0\0=\0\4\0W\5@\2\0\0\0\0-\0"..., 512)
= 512gettimeofday({995272443, 397022}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN},
{fd=8, events=POLLIN}], 4, 0) = 0
ioctl(7, FIONREAD, [0])                 = 0
write(7, "\2\0\4\0V\5@\2\1\0\0\0\1\0\0\0=\0\4\0V\5@\2\0\0\0\0\212"..., 516)
= 516
gettimeofday({995272443, 397807}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN},
{fd=8, events=POLLIN}], 4, 0) = 0
gettimeofday({995272443, 398162}, NULL) = 0
write(7, ";\0\5\0009\5@\2\0\0\0\0\2\0\0\0\6\0\n\0F\5\5\0J\5@\002"..., 312)
= 312ioctl(7, FIONREAD, [0])                 = 0
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN,
revents=POLLIN}, {fd=8, events=POLLIN}], 4, 15919) = 1
gettimeofday({995272443, 408615}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\226\214k\0335\5@\0025\5@\2<hM\0\2\0\36\0v\4\340\3\0\0"..., 32) =
32
gettimeofday({995272443, 409208}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN,
revents=POLLIN}, {fd=8, events=POLLIN}], 4, 15908) = 1
gettimeofday({995272443, 411130}, NULL) = 0
ioctl(7, FIONREAD, [32])                = 0
read(7, "\241 k\0335\5@\2\316\0\0\0\315\0\0\0\0\0\0\0\350*B\10\r"..., 32) =
32
ioctl(7, FIONREAD, [0])                 = 0
gettimeofday({995272443, 411708}, NULL) = 0
ioctl(7, FIONREAD, [0])                 = 0
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN},
{fd=8, events=POLLIN}], 4, 15906) = -1 EINTR (Interrupted system call)
--- SIGRT_1 (Real-time signal 1) ---
wait4(4896, NULL, __WCLONE, NULL)       = 4896
_exit(0)                                = ?

(end)

----- end cut -----

There's something I don't get... why is there an "exit(0)" at the end...
possible crash?

Any ideas?

Thanks (once more)

On 2001.07.16 09:17 Ali Akcaagac wrote:
> On 2001.07.16 10:00:26 +0200 Cristina Nunes wrote:
> > -lpthread /servers/gnome/lib/libglib.so -lpthread
> > /servers/gnome/lib/libesmtp.so /usr/lib/libltdl.so -ldl -lpthread -lssl
> > -lcrypto -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
> -Wl,/servers/gnome/lib
> > -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/servers/gnome/lib
> > ../libbalsa/libbalsa.a(send.o): In function `libbalsa_process_queue':
> > /progs/utils/mail/balsa-1.1.7/libbalsa/send.c:441: undefined reference
> to
> > `smtp_option_require_all_recipients'
> > collect2: ld returned 1 exit status
> > make[2]: *** [balsa] Error 1
> > make[2]: Leaving directory `/home/ftp/pub/utils/mail/balsa-1.1.7/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/ftp/pub/utils/mail/balsa-1.1.7'
> > make: *** [all-recursive-am] Error 2
> 
> yes, your libESMTP needs to be configured with
> 
> --enable-require-all-recipients
> 
> ;--- cut
> ./configure --enable-require-all-recipients
> make
> make install
> ;--- cut
> 
> then compile balsa again and all works.
> 
> -- 
> Name....: Ali Akcaagac
> Status..: Student Of Computer & Economic Science
> E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
> WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa
> 
-- 
Cristina Nunes <cmn@isp.novis.pt>
Novis - Dir. Rede - ISP - Infraes. Portal <http://www.novis.pt/>
Ed. Atrium Saldanha - Pça. Dq. de Saldanha, 1, 7º / 1050 - 094 Lisboa
tel: +351 21 0104400/79 - fax: +351 21 0104301

---------------------------------------------------------------------

"Every absurdity has a champion who will defend it."




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]