#1012575 libarcus: FTBFS with protobuf 3.20.1+

Package:
src:libarcus
Source:
libarcus
Submitter:
László Böszörményi
Date:
2022-06-13 09:39:05 UTC
Severity:
important
Tags:
#1012575#5
Date:
2022-06-09 18:22:31 UTC
From:
To:
Hi,

I would like to start the Protobuf 3.20.1 transition in a few days.
Your package is currently FTBFS for a simple reason. The function
SetTotalBytesLimit doesn't have a second argument for long (protobuf
3.6) and it was ignored previously. Now it's finally removed and hence
your package doesn't build anymore.
As it was ignored for a long time, the fix is easy, just remove that
argument when calling the mentioned function. Patch is attached,
please apply it soon.

Thanks,
Laszlo/GCS

#1012575#10
Date:
2022-06-10 21:09:50 UTC
From:
To:
https://github.com/Ultimaker/libArcus/issues/121

I suppose it would be best if we add your patch right away and drop it
when upstream releases a fix.

I took the liberty to branch from the last 4.13 release, so we can push
a fixed version before 5.0 arrives:
https://salsa.debian.org/3dprinting-team/libarcus/-/tree/testing

And I added it to the master branch for the 5.0 release as well.

@myon Please upload 4.13.0-3 when you have time. Thank you!

#1012575#15
Date:
2022-06-12 20:03:07 UTC
From:
To:
Re: Gregor Riepl

Done. Thanks for preparing it!

Christoph

#1012575#24
Date:
2022-06-13 09:29:52 UTC
From:
To:
close 1012575 4.13.0-3
thanks