pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/47902: samba (nmbd) needs libexecinfo



>Number:         47902
>Category:       pkg
>Synopsis:       samba (nmbd) needs libexecinfo
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 06 21:05:00 +0000 2013
>Originator:     Makoto Fujiwara
>Release:        NetBSD 5.1
>Organization:
KINU Corporation
>Environment:
System: NetBSD kuro 5.1 NetBSD 5.1 (RAID0A) #0: Sun Oct 2 17:34:44 JST 2011 
root%t-105.i.ki.nu@localhost:/export/cvs-work/src/sys/arch/amd64/compile/obj/RAID0A
 amd64
Architecture: x86_64
Machine: amd64
>Description:
        samba-3.6.15nb1     SMB/CIFS protocol server suite
        Needs libexecinfo
>How-To-Repeat:
        Have NetBSD/amd64 5.1
        cd /usr/pkgsrc/net/samba
        make package-install
        ldd 'which nmbd'
        (You will get)
        /usr/pkg/sbin/nmbd:
          -lresolv.1 => /usr/lib/libresolv.so.1
          -lc.12 => /usr/lib/libc.so.12
          -lexecinfo.1 => not found
           ( ... omitted ...)           
        (Or)
        kuro@makoto 05:56:45/130607(..net/samba)% sudo nmbd
        Shared object "libexecinfo.so.1" not found
>Fix:
        Following patch will resolve this problem at least :-)
Index: Makefile
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/net/samba/Makefile,v
retrieving revision 1.233
diff -u -r1.233 Makefile
--- Makefile    31 May 2013 12:41:43 -0000      1.233
+++ Makefile    6 Jun 2013 20:54:02 -0000
@@ -166,4 +166,5 @@
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index