Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5996 - net-news/pan-0.12.92-r1 failing to run
Summary: net-news/pan-0.12.92-r1 failing to run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Leonardo Boshell (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-04 08:46 UTC by Spider (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
panstrace.log (panstrace.log,33.28 KB, text/plain)
2002-08-04 08:46 UTC, Spider (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Spider (RETIRED) gentoo-dev 2002-08-04 08:46:11 UTC
quite simple:
bash-2.05a$ time pan
Aborted

real    0m0.093s
user    0m0.070s
sys     0m0.020s
bash-2.05a$ 


it doesnt even start up


(gdb) run
Starting program: /usr/bin/pan 
[New Thread 1024 (LWP 11797)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 1024 (LWP 11797)]
0x404fbb81 in __kill () from /lib/libc.so.6
(gdb) bt
#0  0x404fbb81 in __kill () from /lib/libc.so.6
#1  0x404c4fd2 in pthread_kill () from /lib/libpthread.so.0
#2  0x404c54bd in raise () from /lib/libpthread.so.0
#3  0x404fd12b in abort () from /lib/libc.so.6
#4  0x4002d4eb in __default_terminate () from /usr/lib/libgtkspell.so.0
#5  0x4002d50c in __terminate () from /usr/lib/libgtkspell.so.0
#6  0x4002e12e in __throw () from /usr/lib/libgtkspell.so.0
#7  0x40876353 in autil::ConfigData::throw_file_exception () from
/usr/lib/libaspell.so.10
#8  0x40835721 in aspell::Config::read_in () from /usr/lib/libaspell.so.10
#9  0x4085833a in aspell::Manager::setup () from /usr/lib/libaspell.so.10
#10 0x407caa40 in pspell_aspell::PA_Manager::PA_Manager () from
/usr/lib/libpspell_aspell.so.2
#11 0x407cbf8c in libpspell_aspell_LTX_new_pspell_manager_class () from
/usr/lib/libpspell_aspell.so.2
#12 0x40045442 in new_pspell_manager_class () from /usr/lib/libpspell.so.4
#13 0x400472f7 in new_pspell_manager () from /usr/lib/libpspell.so.4
#14 0x4002d442 in gtkspell_init () from /usr/lib/libgtkspell.so.0
#15 0x08075866 in main (argc=1, argv=0xbffffa74) at pan.c:171
#16 0x404ea671 in __libc_start_main () from /lib/libc.so.6



I'm assigning it to you because you're the lat one to edit it :)
Comment 1 Spider (RETIRED) gentoo-dev 2002-08-04 08:46:51 UTC
Created attachment 2810 [details]
panstrace.log

here is the results of 
strace -o panstrace.log pan
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2002-08-04 09:18:52 UTC
Yes, I'm well aware of this problem.

It's related to aspell/pspell, as you may suspect from the strace output. I'm
looking at it, but I'm afraid it's not that trivial.

Funny thing, I didn't saw this error until I corrected a segment of the ebuild
which was incorrectly looking for the `gtkspell' USE item, instead of `spell'.

Possible workarounds now are to unmerge the aspell package, or emerge pan again
with `spell' disabled in the USE flags.
Comment 3 Spider (RETIRED) gentoo-dev 2002-10-23 14:43:55 UTC
ok, this works with recent spell updates