[Bug 240747] Cannot build multimedia/shotcut without option NLS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Sep 22 10:13:23 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240747
Bug ID: 240747
Summary: Cannot build multimedia/shotcut without option NLS
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: ml at netfence.it
Compiling multimedia/shotcut with poudriere, fails if option NLS is deselected.
Log ends with:
/usr/local/lib/qt5/bin/lrelease shotcut_ca.ts -qm
../share/shotcut/translations/shotcut_ca.qm
make[2]: exec(/usr/local/lib/qt5/bin/lrelease) failed (No such file or
directory)
*** Error code 1
Stop.
make[2]: stopped in
/wrkdirs/usr/ports/multimedia/shotcut/work/shotcut-19.09.14/translations
*** Error code 1
Stop.
make[1]: stopped in /wrkdirs/usr/ports/multimedia/shotcut/work/shotcut-19.09.14
*** Error code 1
Enabling NLS lets me compile.
I believe the problem might be in Makefile, where it says:
USE_QT= buildtools_build concurrent_build core declarative \
graphicaleffects_run gui multimedia network opengl \
printsupport quickcontrols_run sql \
sql-sqlite3_run webkit websockets widgets x11extras xml
...
NLS_USES= qt:5
NLS_USE= QT=linguisttools_build
Perhaps qt:5 shoud be in USES in any case?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list