Opened 8 years ago
Last modified 7 years ago
#12906 closed bug
pkgman install checksum error — at Version 2
Reported by: | Eddy | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Package Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Hi,
When using the pkgman command install I have the following error:
/Storage/dev/llvm> pkgman install subversion Downloading repochecksum-1...done. Validating checksum for Haiku...done. Downloading repocache-2...done. Checksum error: *** expected '<?xml version="1.0" encoding="UTF-8"?> *** <!DOCTYPE html PUBLIC "-/' *** got 'e49d399c4740a8de7404a2c9c3885357706f6e1e0a93328740df11dcd7ba0a5c'*** aborted : No Error (1701273973) Validating checksum for Haiku.../Storage/dev/llvm> /Storage/dev/llvm>
While it is possible to install the package in HaikuDepot.
Change History (2)
comment:1 by , 8 years ago
Component: | - General → Kits/Package Kit |
---|---|
Keywords: | pkgman removed |
Milestone: | Unscheduled → R1 |
Owner: | changed from | to
Platform: | x86 → All |
comment:2 by , 8 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
This happens when the repos you have are somehow corrupted (maybe it tried to download the checksum and got an error page from the server, or from a login-wall in a public wifi).
You can re-add the repositories with pkgman add-repo, it could fix the problem. But we need some validation because
<?xml version="1.0" encoding="UTF-8"?>
definitely isn't a valid repo checksum.