Re: [Cooker] Re: [CHRPM] aspell-0.33.7.1-4mdk

2002-05-29 Thread Gwenole Beauchesne

On Tue, 28 May 2002, Charles A Edwards wrote:

 Am assuming this is caused by aspell-en-0.33.7.1-3mdk which Has not been
 rebuilt for gcc3.1

Make sure you have latest libpspell too. Likewise for libgcc3.1.





[Cooker] Re: [CHRPM] aspell-0.33.7.1-4mdk

2002-05-28 Thread Charles A Edwards

On Tue, 28 May 2002 16:16:39 +0200 (CEST)
Gwenole Beauchesne [EMAIL PROTECTED] wrote:

 --=-=-=
 Name: aspell   Relocations: (not
 relocateable) Version : 0.33.7.1  Vendor:
 MandrakeSoft Release : 4mdk  Build Date:
 Wed May 22 03:45:03 2002
 
 
 - Automated rebuild with gcc 3.1-1mdk
 
Rebuild causes sylpheed-claws CVS to crash when either creating or
replying to email if spell-check is enabled.

sylpheed --debug

gtkspell.c:622:Pspell: removed all paths.
gtkspell.c:625:Pspell: added path /usr/share/pspell//.
gtkspell.c:653:Pspell: Language: en, spelling: (null), jargon: (null),
module: aspell
Segmentation fault
...
sylpheed -strace 

open(/etc/ld.so.cache, O_RDONLY)  = 14
fstat64(14, {st_mode=S_IFREG|0644, st_size=93283, ...}) = 0
mmap2(NULL, 93283, PROT_READ, MAP_PRIVATE, 14, 0) = 0x4084f000
close(14)   = 0
open(/usr/lib/libpspell-impl.so.6, O_RDONLY) = 14
read(14, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\5\0\000...,
1024) = 1024
fstat64(14, {st_mode=S_IFREG|0755, st_size=3100, ...}) = 0
mmap2(NULL, 6228, PROT_READ|PROT_EXEC, MAP_PRIVATE, 14, 0) = 0x40025000
mprotect(0x40026000, 2132, PROT_NONE)   = 0
mmap2(0x40026000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 14,
0) = 0x40026000
close(14)   = 0
open(/usr/lib/libaspell.so.10, O_RDONLY) = 14
read(14, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@|\3\000...,
1024) = 1024
fstat64(14, {st_mode=S_IFREG|0755, st_size=769344, ...}) = 0
mmap2(NULL, 768572, PROT_READ|PROT_EXEC, MAP_PRIVATE, 14, 0) =
0x40866000
mprotect(0x40908000, 105020, PROT_NONE) = 0
mmap2(0x40908000, 106496, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
14, 0xa2) = 0x40908000
close(14)   = 0
munmap(0x4084f000, 93283)   = 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

...

Am assuming this is caused by aspell-en-0.33.7.1-3mdk which Has not been
rebuilt for gcc3.1


Charles






Re: [Cooker] Re: [CHRPM] aspell-0.33.7.1-4mdk

2002-05-28 Thread Charles A Edwards

On Tue, 28 May 2002 16:18:41 -0400
Charles A Edwards [EMAIL PROTECTED] wrote:

 
  
 Rebuild causes sylpheed-claws CVS to crash when either creating or
 replying to email if spell-check is enabled.
 
 
 Am assuming this is caused by aspell-en-0.33.7.1-3mdk which Has not
 been rebuilt for gcc3.1
 

Even after install of aspell-en-0.33.7.1-4 and complete new dl and build
of
cvs claws seg faults still occur.

Reverted to 1-3 for all aspell and all is normal.


Charles 




Re: [Cooker] Re: [CHRPM] aspell-0.33.7.1-4mdk

2002-05-28 Thread Charles A Edwards

On Tue, 28 May 2002 21:08:55 -0400
Charles A Edwards [EMAIL PROTECTED] wrote:
  
 
 Even after install of aspell-en-0.33.7.1-4 and complete new dl and
 build of
 cvs claws seg faults still occur.
 

Found problem.
pspell needs to be rebuilt with gcc3.1.
src does rebuild easily and after installation of pspell-0.12.2-5,
libpspell4-0.12.2-5, libpspell4-devel-0.12.2-5 Sylpheed functions
normally with spell-check enabled.   


Charles