[OpenIndiana-discuss] INFO: pkg update manifest hash error in package readline

Andreas Wacknitz A.Wacknitz at gmx.de
Sat Oct 28 11:31:13 UTC 2023


Am 28.10.23 um 13:08 schrieb Stephan Althaus:
> On 10/28/23 12:52, Stephan Althaus wrote:
>> On 6/1/23 22:28, Stephan Althaus wrote:
>>>> I have issued a package rebuild. This will hopefully create a
>>>> correct hash.
>>>>
>>>> Regards,
>>>> Andreas
>>>>
>>>> _______________________________________________
>>>> openindiana-discuss mailing list
>>>> openindiana-discuss at openindiana.org
>>>> https://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>> Hello!
>>>
>>> Yes, the hash error is gone and the package can be downloaded now.
>>>
>>> Thanks!!
>>>
>>> Regards,
>>> Stephan
>>
>> Hello!
>>
>> I am hit by the same error today within a zone:
>>
>> Errors were encountered while attempting to retrieve package or file
>> data for
>> the requested operation.
>> Details follow:
>>
>> pkg://openindiana.org/library/readline@6.3,5.11-2023.0.0.5:20230906T050309Z
>>
>>   Invalid content: manifest hash failure: fmri:
>> pkg://openindiana.org/library/readline@6.3,5.11-2023.0.0.5:20230906T050309Z
>> expected: cb02cbdaa6cda8a1ed1915185fe38015a6dce552 computed:
>> a159de951797140d09295c42401e58092f2c8fd9. (happened 4 times)
>>
>>
>> A pkg update in the global and an other local zone have been
>> successful yesterday...
>>
>> A pkg refresh --full && pkg update an an other global zone got this:
>>
>>
>> pkg refresh --full && pkg update && exit
>> Creating Plan (Package planning:  64/614): /
>>
>> Errors were encountered while attempting to retrieve package or file
>> data for
>> the requested operation.
>> Details follow:
>>
>> pkg://openindiana.org/developer/golang-120@1.20.10,5.11-2023.0.0.0:20231011T212216Z
>>
>>   Invalid content: manifest hash failure: fmri:
>> pkg://openindiana.org/developer/golang-120@1.20.10,5.11-2023.0.0.0:20231011T212216Z
>>
>> expected: cefb854835a501b27a457630019ebc73cb3c099d computed:
>> e3d9c336f4cb17b3e0a8ea59c8a2003c4eae6db1. (happened 4 times)
>>
>>
>> I don't understand this.
>>
>> Maybe this is an error in my local network/transport ??
>>
>> I will reset my network now and try again.
>>
>>
>> Regards,
>>
>> Stephan
>>
>> _______________________________________________
>> openindiana-discuss mailing list
>> openindiana-discuss at openindiana.org
>> https://openindiana.org/mailman/listinfo/openindiana-discuss
>
> Hello!
>
> Seems to be not network related on my side..
>
> Anyone else seeing this ?
>
> Regards,
>
> Stephan
>
>
>
> _______________________________________________
> openindiana-discuss mailing list
> openindiana-discuss at openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
Hi,

I have released new install media yesterday (the 2023.10 release will be
announced soonish).
After that I have cleaned up the repositories. The problems you are
experiencing seem to be related to that.
I don't have an idea what causes this. It might that the underlying
infrastructure has problems I am not aware of.
The cleanup only takes the latest revisions of packages, it is done like
this (repo is the old repository and repo.new the new one):

pkgrecv -s repo --newest | tee pkg-list
cat pkg-list | split -l 100
for i in $(ls x*); do pkgrecv -s repo -d repo.new $(cat $i); done

It looks like the pkgrecv got some damaged packages. It happened before
and the simplest solution was to rebuild the affected packages.

Regards,
Andreas



More information about the openindiana-discuss mailing list