When trying to install (through ports) graphics/argyllcms, it gives me the error:
It is this line in the Makefile:
I don't have a License.txt in work/stage/usr/local/bin/ for it to be moved to another place.
If I remove that line, the next command in the Makefile gives also an error:
Just before throwing the error, the installation gives a warning:
As an aside, it is a bit strange. Because this port seems to be pulled by graphics/colord, which seems a GTK thing. And what I am trying to install is devel/qt5.
Any idea what could be the problem?
P.s. I am tracking 'main' in /user/ports
Code:
mv: rename /usr/ports/graphics/argyllcms/work/stage/usr/local/bin/License.txt to /usr/ports/graphics/argyllcms/work/stage/usr/local/share/argyll/: No such file or directory
Bash:
${MV} ${STAGEDIR}${PREFIX}/bin/License.txt \
${STAGEDIR}${PREFIX}/share/argyll/
If I remove that line, the next command in the Makefile gives also an error:
Bash:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
Just before throwing the error, the installation gives a warning:
Code:
WARNING :- no project Jamtop found, not TOP set !
/root/.dot/Jamfile: No such file or directory
As an aside, it is a bit strange. Because this port seems to be pulled by graphics/colord, which seems a GTK thing. And what I am trying to install is devel/qt5.
Any idea what could be the problem?
P.s. I am tracking 'main' in /user/ports