Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133673 - Missing link libtonezone.so.1 in net-misc/zaptel-1.0.8
Summary: Missing link libtonezone.so.1 in net-misc/zaptel-1.0.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 03:45 UTC by Natanael Copa
Modified: 2006-06-13 11:22 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 Natanael Copa 2006-05-18 03:45:49 UTC
Asterisk module chan_zap.so are linked against libtonezone.so.1
hardened meta # readelf -d /usr/lib/asterisk/modules/chan_zap.so

Dynamic section at offset 0x25bd0 contains 21 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libpri.so.1]
 0x00000001 (NEEDED)                     Shared library: [libtonezone.so.1]
 0x00000001 (NEEDED)                     Shared library: [libc.so.0]
 0x0000000c (INIT)                       0x2db4
...

But libtonezone.so.1 are not in any package:

hardened meta # equery b libtonezone.so.1
[ Searching for file(s) libtonezone.so.1 in *... ]

It should have been included in zaptel:

hardened meta # equery f zaptel
[ Searching for packages matching zaptel... ]
* Contents of net-misc/zaptel-1.0.8:
...
/usr/lib
/usr/lib/libtonezone.so -> libtonezone.so.1.0
/usr/lib/libtonezone.so.1.0

The libtonezone.so.1 link is missing.

The link is on my system but not int the package. This is a problem when you use binary packages. Please add the link in the package.

This is probably related to #133672

Thanks!
Comment 1 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2006-06-12 05:52:21 UTC
does this still happen with zaptel-1.0.10 or higher ?

please paste in the output of `emerge --info`.
Comment 2 Natanael Copa 2006-06-13 00:22:58 UTC
Problem fixed in zaptel-1.0.10 (and above i believe)

hardened ~ # equery f zaptel
[ Searching for packages matching zaptel... ]
* Contents of net-misc/zaptel-1.0.10:
[ snip ]
/usr/lib/libtonezone.so -> libtonezone.so.1.0
/usr/lib/libtonezone.so.1 -> libtonezone.so.1.0
/usr/lib/libtonezone.so.1.0
hardened ~ #
Comment 3 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2006-06-13 11:22:01 UTC
fixed in 1.0.10. older versions will be removed soon.