Bug 18319 - insufficient formal deps: undefined symbol: daemon_close_all
Summary: insufficient formal deps: undefined symbol: daemon_close_all
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: avahi-daemon (show other bugs)
Version: unstable
Hardware: all Linux
: P2 critical
Assignee: Sergey Bolshakov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on: 15079 18320
Blocks:
  Show dependency tree
 
Reported: 2008-12-24 05:11 MSK by Ivan Zakharyaschev
Modified: 2008-12-28 04:25 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2008-12-24 05:11:40 MSK
avahi-daemon-0.6.24-alt1
libdaemon-0.10-alt1

I have apt-get installed the new avahi-daemon, but the formal dependencies of the package don't indicate it requires a newer libdaemon:

[root@dell ~]# avahi-daemon --debug
avahi-daemon: symbol lookup error: avahi-daemon: undefined symbol: daemon_close_all
[root@dell ~]# ldd -r "$(which avahi-daemon )"
undefined symbol: daemon_close_all	(/usr/sbin/avahi-daemon)
	linux-gate.so.1 =>  (0xb7ff2000)
	libavahi-common.so.3 => /usr/lib/libavahi-common.so.3 (0xb7fbe000)
	libavahi-core.so.6 => /usr/lib/libavahi-core.so.6 (0xb7f8b000)
	libdaemon.so.0 => /usr/lib/libdaemon.so.0 (0xb7f85000)
	libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7f65000)
	libcap.so.2 => /lib/libcap.so.2 (0xb7f5e000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7f5a000)
	libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb7f23000)
	libc.so.6 => /lib/libc.so.6 (0xb7dd2000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb7db9000)
	libattr.so.1 => /lib/libattr.so.1 (0xb7db4000)
	/lib/ld-linux.so.2 (0x80000000)
[root@dell ~]# rpm -qf /usr/lib/libdaemon.so.0
libdaemon-0.10-alt1
[root@dell ~]# 

Please add the dependency or rebuild it when libdaemon has versionized ABI.
Comment 1 Ivan Zakharyaschev 2008-12-24 05:16:59 MSK
(In reply to comment #0)

> Please add the dependency or rebuild it when libdaemon has versionized ABI.

https://bugzilla.altlinux.org/show_bug.cgi?id=18320

Comment 2 Sergey Bolshakov 2008-12-24 13:25:56 MSK
когда/если в libdaemon появится версионирование, я рассмотрю возможность пересборки. Добавлять зависимость на определённую версию библиотеки я не намерен.
Comment 3 Sergey Bolshakov 2008-12-24 18:42:14 MSK
fixed in avahi 0.6.24-alt2
Comment 4 Ivan Zakharyaschev 2008-12-26 15:34:04 MSK
(In reply to comment #3)
> fixed in avahi 0.6.24-alt2

Thanks! Now it's OK.