JoseExposito / touche

The desktop application to configure Touchégg
GNU General Public License v3.0
543 stars 26 forks source link

Clock skew detected #90

Closed yochananmarqos closed 1 year ago

yochananmarqos commented 1 year ago

Describe the bug

2.0.9 fails to build from source:

Found ninja-1.11.1 at /usr/bin/ninja
Failed to guess install tag for /usr/share/applications/com.github.joseexposito.touche.desktop
Failed to guess install tag for /usr/share/appdata/com.github.joseexposito.touche.appdata.xml
Failed to guess install tag for /usr/share/glib-2.0/schemas/com.github.joseexposito.touche.gschema.xml
Failed to guess install tag for /usr/share/icons/hicolor/16x16/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/16x16@2/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/24x24/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/24x24@2/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/32x32/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/32x32@2/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/48x48/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/48x48@2/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/64x64/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/64x64@2/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/128x128/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for /usr/share/icons/hicolor/128x128@2/apps/com.github.joseexposito.touche.svg
Failed to guess install tag for install script: /build/touche/src/touche-2.0.9/bundle/scripts/postinstall.py

ERROR: Clock skew detected. File /build/touche/src/touche-2.0.9/build/../meson.build has a time stamp 96191.5133s in the future.

Logs

meson-log.txt

Your environment

yochananmarqos commented 1 year ago

I was able to successfully build by running the following command in the source directory:

find . -exec touch {} \;
JoseExposito commented 1 year ago

Something must gone wrong with my system. Closing the issue since you found a workaround. Thanks for maintaining the package!