Opened 8 years ago
Closed 7 years ago
#12906 closed bug (duplicate)
pkgman install checksum error
Reported by: | Eddy | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Package Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #12969 | 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 (4)
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) |
---|
comment:3 by , 8 years ago
I have two repositories, Haiku and HaikuPorts. I can do a pkgman add-repo and HaikuPorts, but trying it on Haiku gives the following error:
Activating repository config from http://packages.haiku-os.org/haiku/master/x86_gcc2/r1-alpha_pm_hrev50481 ... *** failed! : Bad data
Whether I am using my VPN or not.
comment:4 by , 7 years ago
Blocked By: | 12969 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
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.