Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2017 19:59:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220316] devel/llvm40 can not install lldb with non-default Python
Message-ID:  <bug-220316-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 220316
           Summary: devel/llvm40 can not install lldb with non-default
                    Python
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks@FreeBSD.org
          Reporter: mi@ALDAN.algebra.com
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Assignee: brooks@FreeBSD.org

% make -C /usr/ports/devel/llvm40 -V PORT_OPTIONS -V DEFAULT_VERSIONS
 CLANG COMPILER_RT EXAMPLES EXTRAS GOLD LIT LLD LLDB NLS OPENMP
python=3D3.6

The build succeeds, but the install fails:

% make install
=3D=3D=3D>  Installing for llvm40-4.0.1
=3D=3D=3D>   llvm40-4.0.1 depends on file: /opt/bin/python3.6 - found
=3D=3D=3D>   llvm40-4.0.1 depends on package: perl5>=3D5.24<5.25 - found
=3D=3D=3D>   llvm40-4.0.1 depends on shared library: libedit.so.0 - found
(/opt/lib/libedit.so.0)
=3D=3D=3D>   llvm40-4.0.1 depends on shared library: libxml2.so - found
(/opt/lib/libxml2.so)
=3D=3D=3D>  Checking if llvm40 already installed
=3D=3D=3D>   Registering installation for llvm40-4.0.1
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/__init__.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/_lldb.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/embedded_interpreter.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/Logger.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/__init__.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/attrib_fromdict.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/cache.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/cpp/__init__.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/cpp/gnu_libstdcpp.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/cpp/libcxx.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/metrics.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/formatters/synth.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/lldb-argdumper:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/runtime/__init__.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/utils/__init__.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/l=
ldb/utils/symbolication.py:No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/llvm40/work/stage/opt/llvm40/lib/python3.6/site-packages/s=
ix.py:No
such file or directory


Instead of ${WRKSRC}/stage${PREFIX}/llvm40/lib/python3.6 , I have
${WRKSRC}/stage${PREFIX}/llvm40/lib/python2.7 here...

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