Bug 216340 - graphics/lensfun: Doesn't install on 10.3-RELEASE
Summary: graphics/lensfun: Doesn't install on 10.3-RELEASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-21 09:20 UTC by Vladimir Omelchuk
Modified: 2017-04-18 14:25 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Omelchuk 2017-01-21 09:20:15 UTC
Part of log:
...
===>  Installing for lensfun-0.3.2_1
===>  Checking if lensfun already installed
===>   Registering installation for lensfun-0.3.2_1
pkg-static: Unable to access file /usr/ports/graphics/lensfun/work/stage/usr/local/lib/python3.5/site-packages/lensfun-0.3.2-py3.5.egg-info: No such file or directory
pkg-static: Unable to access file /usr/ports/graphics/lensfun/work/stage/usr/local/lib/python3.5/site-packages/lensfun/__init__.py: No such file or directory
pkg-static: Unable to access file /usr/ports/graphics/lensfun/work/stage/usr/local/lib/python3.5/site-packages/lensfun/__pycache__/__init__.cpython-35.pyc: No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/graphics/lensfun
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/lensfun

<uname>
FreeBSD 10.3-RELEASE-p16 amd64

<make.conf>
CPUTYPE?=core2
OPTIONS_SET=CUPS
WITHOUT_LPR=YES
DEFAULT_VERSIONS+=apache=2.4
QT4_OPTIONS=CUPS NAS QGTKSTYLE
LOCALIZED_LANG=ru
MAKE_JOBS_UNSAFE=yes
DEFAULT_VERSIONS+=mysql=5.7
.if ${.CURDIR:M*/ports/devel/ccache}
NO_CCACHE=yes
.endif
DEFAULT_VERSIONS+=ssl=openssl
CC=clang39
CXX=clang++39
CPP=clang-cpp39
Comment 1 frank.ebert 2017-02-17 17:13:43 UTC
My 11.0-RELEASE/amd64 is also affected:

====> Compressing man pages (compress-man)
===>  Installing for lensfun-0.3.2_1
===>  Checking if lensfun already installed
===>   Registering installation for lensfun-0.3.2_1
pkg-static: Unable to access file /usr/ports/graphics/lensfun/work/stage/usr/local/lib/python3.5/site-packages/lensfun-0.3.2-py3.5.egg-info: No such file or directory
pkg-static: Unable to access file /usr/ports/graphics/lensfun/work/stage/usr/local/lib/python3.5/site-packages/lensfun/__init__.py: No such file or directory
pkg-static: Unable to access file /usr/ports/graphics/lensfun/work/stage/usr/local/lib/python3.5/site-packages/lensfun/__pycache__/__init__.cpython-35.pyc: No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/graphics/lensfun
*** Error code 1
Comment 2 sfoster 2017-03-16 17:02:55 UTC
I get the same on 
FreeBSD 10.3-STABLE #0 r301836
Comment 3 Vladimir Omelchuk 2017-04-18 14:25:55 UTC
After set default version of python to 3.5 (see UPDATING 20161014), port installed without any erorrs!
PR can be closed.