You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
I'm trying to build debian packages
libavro-cpp-devandlibavro-cpp1on Ubuntu 16.04 using the following steps:git clone https://github.com/confluentinc/avro-cpp-packaging.gitcd avro-cpp-packagingsudo apt-get updatemk-build-deps -i -r -t 'apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends'dpkg-buildpackage -uc -us -bIn the last step I got these errors:
BTW, I was successful to build packages
libavro-c-devandlibavro-c1in https://github.com/confluentinc/avro-c-packaging with above mentioned commands.