FS#62474 - [nextcloud] Some files have not passed the integrity check.

Attached to Project: Community Packages
Opened by Donald Webster (fryfrog) - Thursday, 25 April 2019, 16:01 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 20 January 2020, 17:56 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:
Updated from 15.0.7-1 to 16.0.0-1, but had to use `--overwrite` because of existing files.

```
error: failed to commit transaction (conflicting files)
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/COPYING exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/LICENSE exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/appinfo/app.php exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/appinfo/info.xml exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/js/files.js exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/js/script.js exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/l10n/de.js exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/l10n/de.json exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/l10n/fr.js exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/l10n/fr.json exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/l10n/ru.js exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/l10n/ru.json exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/screenshots/file.png exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/screenshots/folder.png exists in filesystem
nextcloud: /usr/share/webapps/nextcloud/apps/files_rightclick/screenshots/picture.png exists in filesystem
```

After install, UI complains of: "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files… / Rescan…)"

List can be found at https://hastebin.com/ibakocuguj.php
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 20 January 2020, 17:56 GMT
Reason for closing:  Fixed
Additional comments about closing:  There is no critical failures with 18.0.0 for me.
Comment by Donald Webster (fryfrog) - Thursday, 25 April 2019, 16:23 GMT
```
0 ✓ fryfrog@apollo ~/nextcloud-16.0.0-arch/usr/share/webapps/nextcloud/apps/files_external/lib/Controller $ sha256sum AjaxController.php
018a236ab41733ae36a0abdf4bbdd99d5d508c59eb8fc307080675940a74c365 AjaxController.php
0 ✓ fryfrog@apollo ~/nextcloud-16.0.0-arch/usr/share/webapps/nextcloud/apps/files_external/lib/Controller $ sha256sum /usr/share/webapps/nextcloud/apps/files_external/lib/Controller/AjaxController.php
018a236ab41733ae36a0abdf4bbdd99d5d508c59eb8fc307080675940a74c365 /usr/share/webapps/nextcloud/apps/files_external/lib/Controller/AjaxController.php
```

^ The file from the package's xz matches that on disk.
Comment by Donald Webster (fryfrog) - Thursday, 25 April 2019, 16:26 GMT
```
0 ✓ fryfrog@apollo ~/nextcloud-16.0.0/nextcloud/apps/files_external/lib/Controller $ sha256sum AjaxController.php
018a236ab41733ae36a0abdf4bbdd99d5d508c59eb8fc307080675940a74c365 AjaxController.php
```

^ From the .tar.bz2 they offer, it matches. Wut. :/
Comment by Donald Webster (fryfrog) - Thursday, 16 May 2019, 21:31 GMT
I still have this in 16.0.1 :/
Comment by Moabit (Moabit) - Sunday, 10 November 2019, 09:44 GMT
I just upgraded `17.0.0-1 -> 17.0.1-1` (and had to repeat it several times for because of errors similar to `could not get file information for etc/webapps/nextcloud/config/CAN_INSTALL`). The web GUI is giving me the same error as this task: `Some files have not passed the integrity check.` Here is a list of failing files.

```
- files_rightclick
- FILE_MISSING
- CHANGELOG.md
- EXTRA_FILE
- files_rightclick/CHANGELOG.md
- files_rightclick/README.md
- files_rightclick/l10n/gl.json
- files_rightclick/l10n/lv.js
- files_rightclick/l10n/hu.json
- files_rightclick/l10n/gl.js
- files_rightclick/l10n/zh_TW.json
- files_rightclick/l10n/hu.js
- files_rightclick/l10n/zh_TW.js
- files_rightclick/l10n/ca.js
- files_rightclick/l10n/lv.json
- files_rightclick/l10n/ca.json
- files_rightclick/appinfo/app.php
- files_rightclick/appinfo/signature.json
- files_rightclick/appinfo/info.xml
```

Loading...