Date: Wed, 6 Oct 2021 09:38:40 -0400 From: Janos Dohanics <web@3dresearch.com> To: Gleb Popov <arrowd@freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: x11-toolkits/qt5-declarative Project ERROR Message-ID: <20211006093840.5a7cad86f949570d8fe3db4d@3dresearch.com> In-Reply-To: <CALH631kgmXN-k8ssr9uTPvXvi1D7MsMQ9gyXcJ3X72ZGmCwZPg@mail.gmail.com> References: <20211005165039.13a5db7db2a9f37643f87420@3dresearch.com> <CALH631kgmXN-k8ssr9uTPvXvi1D7MsMQ9gyXcJ3X72ZGmCwZPg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211006093840.5a7cad86f949570d8fe3db4d>