Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178399 - app-emulation/dosemu-1.4.0 does not work because of a missing symbol in slang
Summary: app-emulation/dosemu-1.4.0 does not work because of a missing symbol in slang
Status: RESOLVED DUPLICATE of bug 198859
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 18:02 UTC by Pablo De Nápoli
Modified: 2008-02-07 20:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo De Nápoli 2007-05-13 18:02:18 UTC
Dosemu-1.4.0 in a virtual console does not work. It gives
the following error message:

/usr/bin/dosemu: symbol lookup error: /usr/lib/dosemu/libplugin_term.so: undefined symbol: SLutf8_enable

Under X, however, it works fine.
I'm using:

app-emulation/doesmu-1.4.0

I've both sys-libs/slang-1.4.9-r2 (compiled with unicode
support) and sys-libs/slang-2.0.6 installed.

The plugin is linked against slang-1.4.9-r2 

ldd /usr/lib/dosemu/libplugin_term.so
	linux-gate.so.1 =>  (0xffffe000)
	libslang.so.1 => /usr/lib/libslang.so.1 (0xb7e74000)
	libm.so.6 => /lib/libm.so.6 (0xb7e4c000)
	libc.so.6 => /lib/libc.so.6 (0xb7d03000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7cff000)
	/lib/ld-linux.so.2 (0x80000000)

 

Reproducible: Always
Comment 1 Rafał Mużyło 2007-11-30 15:44:34 UTC
If you still care:
that's of course is a symbol from slang-2,
my patch from bug #198859 may fix the issue, please check it.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-02-07 20:04:03 UTC

*** This bug has been marked as a duplicate of bug 198859 ***