Bug 3872 - bin/libsmbsharemodes.so: libexc.so is not used for resolving any symbol
Summary: bin/libsmbsharemodes.so: libexc.so is not used for resolving any symbol
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-27 11:05 UTC by Jason Mader (mail bounces back)
Modified: 2019-06-18 10:37 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2006-06-27 11:05:45 UTC
--- bin/libsmbsharemodes.so ---
Linking libsmbsharemodes shared library bin/libsmbsharemodes.so
ld32: WARNING 84 : /usr/lib32/libexc.so is not used for resolving any symbol.
Comment 1 Jason Mader (mail bounces back) 2006-06-27 11:06:32 UTC
--- bin/libsmbsharemodes.so ---
ld32: WARNING 84 : /opt/lib32/libiconv.so is not used for resolving any symbol.
Comment 2 Andrew Bartlett 2019-06-18 10:37:12 UTC
Fixed in Samba 4.10 by removal of the feature:

commit 46e171e2e07e61d1184b185989bca5e5e29313d4
Author: Volker Lendecke <vl@samba.org>
Date:   Mon Sep 24 13:52:25 2018 -0700

    libsmb: Remove smb_share_modes.[ch]
    
    This was declared nonfunctional in 2014. Finally remove it.
    
    Signed-off-by: Volker Lendecke <vl@samba.org>
    Reviewed-by: Jeremy Allison <jra@samba.org>