Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Apr 2019 02:42:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237029] textproc/libucl: Python module cannot find libucl.so.6
Message-ID:  <bug-237029-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 237029
           Summary: textproc/libucl: Python module cannot find libucl.so.6
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs@FreeBSD.org
          Reporter: stefan@gronke.net
          Assignee: koobs@FreeBSD.org
             Flags: maintainer-feedback?(koobs@FreeBSD.org)

The Python ucl module cannot be imported, because libucl.so.6 cannot be fou=
nd.
The package info section "Shared Libs provided" mentions libucl.so.5 instea=
d.

$ python3.6 -c "import ucl"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: Shared object "libucl.so.6" not found, required by "ucl.so"

freebsd-version: 12.0-RELEASE-p3
kernel: 1200505
userland: 1200505

$ pkg info libucl
libucl-0.8.1
Name           : libucl
Version        : 0.8.1
Installed on   : Fri Apr  5 02:09:43 2019 UTC
Origin         : textproc/libucl
Architecture   : FreeBSD:12:amd64
Prefix         : /usr/local
Categories     : devel textproc
Licenses       : BSD2CLAUSE
Maintainer     : koobs@FreeBSD.org
WWW            : https://github.com/vstakhov/libucl
Comment        : Universal configuration library parser
Options        :
        LUA            : off
        REGEX          : on
        SIGNATURES     : off
        URLS           : off
        UTILS          : on
Shared Libs provided:
        libucl.so.5
Annotations    :
        FreeBSD_version: 1200086
        repo_type      : binary
        repository     : FreeBSD
Flat size      : 482KiB

--=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-237029-7788>