Re: x11-toolkits/qt5-declarative Project ERROR
- Reply: Tatsuki Makino : "Re: x11-toolkits/qt5-declarative Project ERROR"
- In reply to: Gleb Popov : "Re: x11-toolkits/qt5-declarative Project ERROR"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 13:38:40 UTC
On Wed, 6 Oct 2021 10:44:18 +0300 Gleb Popov <arrowd@freebsd.org> wrote: > On Tue, Oct 5, 2021 at 11:52 PM Janos Dohanics <web@3dresearch.com> > wrote: > > > Hello, > > > > trying to update emulators/virtualbox-ose which appears to depend on > > x11-toolkits/qt5-declarative. > > > > However, I get: > > > > cd testlib/ && ( test -e Makefile || /usr/local/lib/qt5/bin/qmake -o > > Makefile > > /usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everywhere-src-5.15.2/src/imports/testlib/ > > testlib.pro -spec /usr/local/lib/qt5/mkspecs/freebsd-clang > > QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc > > QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ 'QMAKE_CFLAGS=-O2 -pipe > > -fstack-protector-strong -fno-strict-aliasing ' 'QMAKE_CXXFLAGS=-O2 > > -pipe -fstack-protector-strong -fno-strict-aliasing ' > > 'QMAKE_LFLAGS= -Wl,--as-needed -fstack-protector-strong ' > > QMAKE_LIBS= QMAKE_CFLAGS_DEBUG= QMAKE_CFLAGS_RELEASE= > > QMAKE_CXXFLAGS_DEBUG= QMAKE_CXXFLAGS_RELEASE= PREFIX=/usr/local > > CONFIG+=release 'CONFIG-=debug separate_debug_info' > > QT_CONFIG+=release 'QT_CONFIG-=debug separate_debug_info' > > DEFINES+=QT_ACCESSIBILITY 'QT_CONFIG+=accessibility > > accessibility-atspi-bridge' ) && /usr/bin/make -f Makefile all > > Project ERROR: Unknown module(s) in QT: qmltest-private *** Error > > code 3 > > > > This port has been splitted up recently into > x11-toolkits/qt5-declarative and x11-toolkits/qt5-declarative-test. > Maybe try installing the latter one? Gleb, thanks for your reply. Tried to build x11-toolkits/qt5-declarative-test and got the error apparently at the same place. I did "make clean" then "make 'MAKE_JOBS_UNSAFE=yes' install clean": cd testlib/ && ( test -e Makefile || /usr/local/lib/qt5/bin/qmake -o Makefile /usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everywhere-src-5.15.2/src/imports/testlib/testlib.pro -spec /usr/local/lib/qt5/mkspecs/freebsd-clang QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ 'QMAKE_CFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing ' 'QMAKE_CXXFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing ' 'QMAKE_LFLAGS= -Wl,--as-needed -fstack-protector-strong ' QMAKE_LIBS= QMAKE_CFLAGS_DEBUG= QMAKE_CFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= QMAKE_CXXFLAGS_RELEASE= PREFIX=/usr/local CONFIG+=release 'CONFIG-=debug separate_debug_info' QT_CONFIG+=release 'QT_CONFIG-=debug separate_debug_info' DEFINES+=QT_ACCESSIBILITY 'QT_CONFIG+=accessibility accessibility-atspi-bridge' ) && /usr/bin/make -f Makefile all Project ERROR: Unknown module(s) in QT: qmltest-private *** Error code 3 Stop. make[4]: stopped in /usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everywhere-src-5.15.2/src/imports *** Error code 1 Stop. make[3]: stopped in /usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everywhere-src-5.15.2/src *** Error code 1 Stop. make[2]: stopped in /usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everywhere-src-5.15.2 *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11-toolkits/qt5-declarative *** Error code 1 Stop. make: stopped in /usr/ports/x11-toolkits/qt5-declarative-test -- Janos Dohanics