Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Oct 2017 09:03:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222748] lang/cling: Jupyter integration not working
Message-ID:  <bug-222748-13@https.bugs.freebsd.org/bugzilla/>

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

            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@freebsd.org
          Reporter: ben.lauwens@gmail.com
             Flags: maintainer-feedback?(mmokhi@freebsd.org)
          Assignee: mmokhi@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=3D   "/usr/local/llvm39_cern-root"
LLVM_SUFFIX=3D   "39_cern-root"

tool=3D$(basename $0)
tool=3D"${LLVM_PREFIX}/bin/${tool%${LLVM_SUFFIX}}"
LD_LIBRARY_PATH=3D"${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 someh=
ow
during make install it is not copied into /usr/local/lib but the script is.

Kind regards

Ben Lauwens

--=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-222748-13>