roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.88k stars 1.64k forks source link

ERROR: Incorrect sha1 sum of /var/www/html/webmail/temp/js_cache/less-2.7.3.js #7738

Closed sergiokessler closed 3 years ago

sergiokessler commented 3 years ago

rc v1.4.9 (on branch release-1.4) from git:

./bin/install-jsdeps.sh

...
ERROR: Incorrect sha1 sum of /var/www/html/webmail/temp/js_cache/less-2.7.3.js. Expected: 45ea4f9fed6c0568ec11faba048c3e3cb7612e9e, got: 1209f0ee3c2fafa0d1103bb703ede58936364045
alecpl commented 3 years ago

Works for me. Maybe temporal issue?

sergiokessler commented 3 years ago

tried again, same error, the complete output is:

Installing jQuery...
Wrote file /var/www/html/webmail/program/js/jquery.min.js
Done.
Installing jsTimezoneDetect...
Wrote file /var/www/html/webmail/program/js/jstz.min.js
Done.
Installing PublicKey.js...
Wrote file /var/www/html/webmail/program/js/publickey.js
Done.
Installing tinymce...
Installing /var/www/html/webmail/temp/js_cache/tinymce-extract/tinymce/js/tinymce into /var/www/html/webmail/program/js/tinymce
Wrote file /var/www/html/webmail/program/js/tinymce/tinymce.min.js
Done.
Installing tinymce-langs...
Extracting zip archive into /var/www/html/webmail/program/js/tinymce
Done.
Installing OpenPGP.js...
Wrote file /var/www/html/webmail/plugins/enigma/openpgp.min.js
Done.
Installing codemirror...
Installing /var/www/html/webmail/temp/js_cache/codemirror-extract/codemirror-5.46.0/lib into /var/www/html/webmail/plugins/managesieve/codemirror/lib
Installing /var/www/html/webmail/temp/js_cache/codemirror-extract/codemirror-5.46.0/addon/selection into /var/www/html/webmail/plugins/managesieve/codemirror/addon/selection
Installing /var/www/html/webmail/temp/js_cache/codemirror-extract/codemirror-5.46.0/mode/sieve into /var/www/html/webmail/plugins/managesieve/codemirror/mode/sieve
Done.
Installing Bootstrap...
Installing /var/www/html/webmail/temp/js_cache/bootstrap-extract/bootstrap.bundle.min.js into /var/www/html/webmail/skins/elastic/deps/bootstrap.bundle.min.js
Installing /var/www/html/webmail/temp/js_cache/bootstrap-extract/bootstrap.min.css into /var/www/html/webmail/skins/elastic/deps/bootstrap.min.css
Done.
ERROR: Incorrect sha1 sum of /var/www/html/webmail/temp/js_cache/less-2.7.3.js. Expected: 45ea4f9fed6c0568ec11faba048c3e3cb7612e9e, got: 1209f0ee3c2fafa0d1103bb703ede58936364045
alecpl commented 3 years ago

You may need to remove /var/www/html/webmail/temp/js_cache/less-2.7.3.js file.

sergiokessler commented 3 years ago

thanks ! it worked ! =)