[Bug 222748] lang/cling: Jupyter integration not working

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 3 09:03:02 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222748

            Bug ID: 222748
           Summary: lang/cling: Jupyter integration not working
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mmokhi at freebsd.org
          Reporter: ben.lauwens at gmail.com
             Flags: maintainer-feedback?(mmokhi at freebsd.org)
          Assignee: mmokhi at freebsd.org

Hi

When launching a Jupyter notebook, I get the following error:

OSError: /usr/local/lib/libclingJupyter.so: invalid file format

It seems that this file is not a shared library but a shell script:

#!/bin/sh
# $FreeBSD$

LLVM_PREFIX=   "/usr/local/llvm39_cern-root"
LLVM_SUFFIX=   "39_cern-root"

tool=$(basename $0)
tool="${LLVM_PREFIX}/bin/${tool%${LLVM_SUFFIX}}"
LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${LLVM_PREFIX}/lib
" \
    "${tool}" "${@}"

I suppose something went wrong during the installation. When doing make in the
port directory, the shared library is build in the work directory but somehow
during make install it is not copied into /usr/local/lib but the script is.

Kind regards

Ben Lauwens

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


More information about the freebsd-ports-bugs mailing list