You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to install qml-material on the Raspberry Pi. I have the qt5 packages installed from the official repos. I am following the system wide installation guide in the readme file. After executing make, it seems as if I enter a loop. The following is a small terminal snippet:
/usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile ../qml-material.pro make: Warning: File '../qml-material.pro' has modification time 2351454 s in the future /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile ../qml-material.pro make: Warning: File '../qml-material.pro' has modification time 2351454 s in the future /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile ../qml-material.pro make: Warning: File '../qml-material.pro' has modification time 2351453 s in the future /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile ../qml-material.pro make: Warning: File '../qml-material.pro' has modification time 2351453 s in the future
This repeats indefinitely, I have left it to execute for well over an hour. There are no other messages. The only change that happens is the modification time that is referenced slowly decreases. I've only installed libraries using make and make install a few times, but those instances gave much different output.
I apologize in advance if this is the expected behavior and I am simply not giving it enough time.
The text was updated successfully, but these errors were encountered:
Hello all,
I am attempting to install qml-material on the Raspberry Pi. I have the qt5 packages installed from the official repos. I am following the system wide installation guide in the readme file. After executing
make
, it seems as if I enter a loop. The following is a small terminal snippet:/usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile ../qml-material.pro make: Warning: File '../qml-material.pro' has modification time 2351454 s in the future /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile ../qml-material.pro make: Warning: File '../qml-material.pro' has modification time 2351454 s in the future /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile ../qml-material.pro make: Warning: File '../qml-material.pro' has modification time 2351453 s in the future /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile ../qml-material.pro make: Warning: File '../qml-material.pro' has modification time 2351453 s in the future
This repeats indefinitely, I have left it to execute for well over an hour. There are no other messages. The only change that happens is the modification time that is referenced slowly decreases. I've only installed libraries using
make
andmake install
a few times, but those instances gave much different output.I apologize in advance if this is the expected behavior and I am simply not giving it enough time.
The text was updated successfully, but these errors were encountered: