Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2019 10:13:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240747] Cannot build multimedia/shotcut without option NLS
Message-ID:  <bug-240747-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: ml@netfence.it

Compiling multimedia/shotcut with poudriere, fails if option NLS is deselec=
ted.

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.0=
9.14
*** Error code 1



Enabling NLS lets me compile.



I believe the problem might be in Makefile, where it says:
USE_QT=3D         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=3D       qt:5
NLS_USE=3D                QT=3Dlinguisttools_build


Perhaps qt:5 shoud be in USES in any case?

--=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-240747-7788>