Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2019 20:37:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239480] net/samba48: samba-tool fails with ImportError: /usr/local/lib/python2.7/site-packages/ldb.so: Undefined symbol "ldb_handler_copy"
Message-ID:  <bug-239480-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239480

            Bug ID: 239480
           Summary: net/samba48: samba-tool fails with ImportError:
                    /usr/local/lib/python2.7/site-packages/ldb.so:
                    Undefined symbol "ldb_handler_copy"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: timur@FreeBSD.org
          Reporter: andriys@gmail.com
          Assignee: timur@FreeBSD.org
             Flags: maintainer-feedback?(timur@FreeBSD.org)

The net/samba48 (from both head and quarterly) now fails with:

# samba-tool
Traceback (most recent call last):
  File "/usr/local/bin/samba-tool", line 33, in <module>
    from samba.netcmd.main import cmd_sambatool
  File "/usr/local/lib/python2.7/site-packages/samba/__init__.py", line 28,=
 in
<module>
    import ldb
ImportError: /usr/local/lib/python2.7/site-packages/ldb.so: Undefined symbol
"ldb_handler_copy"


The seems to be because ldb has become a "builtin" library in this port. The
port from rev. 504590 works just fine.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239480-7788>