On 2022-11-15 20:04, Shengjing Zhu wrote:
On Wed, Nov 16, 2022 at 2:43 AM Drew Parsons <[email protected]>
wrote:
On 2022-11-15 12:02, Drew Parsons wrote:
> On 2022-11-09 19:04, Drew Parsons wrote:
>> With today's release of pristine-tar we're now able to update the
>> source for rclone from 1.53.3 to 1.60.0. I've been uploading upgrades
>> for the many dependencies of rclone 1.60.0.
>>
>> rclone's go.mod declares that it requires golang-google-api-dev
>> 0.91.0. The current version is 0.61.0, while latest version is
>> 0.102.0.
>
>
> I'm able to update golang-google-api-dev in the next week or so.
>
> The latest version 0.102.0 references some unfinalised standards
> (enterprise-certificate-proxy V0.2.0 Public Preview Release), so I'll
> be conservative and upgrade golang-google-api-dev
> only to 0.91.0 as required by rclone.
golang-google-api-dev 0.91.0 will need golang-google-grpc 1.47.0.
Upstream already wants grpc 1.44 for 0.61.0(the version in unstable).
https://github.com/googleapis/google-api-go-client/blob/v0.61.0/go.mod
So it's lucky that it works with old grpc. What error when building
0.91.0 with old grpc?
I haven't attempted it yet, I've just been updating debian/control in
anticipation. I'll try some permutations and report back. In the worst
case, might have to compromise with an older version update to rclone.
Drew