roundcube / roundcubemail

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

Cannot install JavaScript dependencies #7572

Closed Bojo78 closed 4 years ago

Bojo78 commented 4 years ago

When I try to install JavaScript dependencies by executing bin/install-jsdeps.sh script the following error occurred:

Fetching https://code.jquery.com/jquery-3.4.1.min.js
Installing jQuery...
Wrote file /var/www/roundcubemail-1.4.8/program/js/jquery.min.js
Done.
Fetching https://bitbucket.org/pellepim/jstimezonedetect/raw/6c427658686c664da52c6a87cd62ec910baab276/dist/jstz.min.js
ERROR: Incorrect sha1 sum of /var/www/roundcubemail-1.4.8/temp/js_cache/jstz-1.0.6.js. Expected: 4291cd3b259d2060460c2a6ab99f428d3c0c9537, got: fc344ae73896cf63791a56b88d0824612888bfa5

Is seems that there is a problem with jsTimezoneDetect Bitbucket repository - https://bitbucket.org/pellepim/jstimezonedetect/raw/6c427658686c664da52c6a87cd62ec910baab276/dist/jstz.min.js

I've installed dependencies by removing jsTimezoneDetect fromjsdeps.json and copied the file "program/js/jstz.min.js" from an older installation.

alecpl commented 4 years ago

Already fixed in fcfde1a0ece8633bd.