Bug 224334 - devel/llvm50: can't install if default python version != 2.7
Summary: devel/llvm50: can't install if default python version != 2.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-14 10:18 UTC by Oleh Hushchenkov
Modified: 2018-01-28 18:00 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (brooks)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Hushchenkov 2017-12-14 10:18:06 UTC
===>  Building package for llvm50-5.0.0_6
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/__init__.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/_lldb.so:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/embedded_interpreter.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/Logger.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/__init__.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/attrib_fromdict.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/cache.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/cpp/__init__.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/cpp/gnu_libstdcpp.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/cpp/libcxx.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/metrics.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/formatters/synth.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/lldb-argdumper:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/runtime/__init__.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/utils/__init__.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/lldb/utils/symbolication.py:No such file or directory
pkg-static: Unable to access file /tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python3.6/site-packages/six.py:No such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/llvm50
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/llvm50

===

The directory "/tmp/stage/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/python2.7" exist, but not python3.6.

In /etc/make.conf
DEFAULT_VERSIONS+=python=3.6
Comment 1 Brooks Davis freebsd_committer freebsd_triage 2018-01-28 18:00:37 UTC
Should be fixed in commit r459485.