Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Unable to build debian package #3

@Gep-Kistler

Description

@Gep-Kistler

I'm trying to build debian packages libavro-cpp-dev and libavro-cpp1 on Ubuntu 16.04 using the following steps:

  1. git clone https://github.com/confluentinc/avro-cpp-packaging.git
  2. cd avro-cpp-packaging
  3. sudo apt-get update
  4. mk-build-deps -i -r -t 'apt-get -o Debug::pkgProblemResolver=yes --yes --no-install-recommends'
  5. dpkg-buildpackage -uc -us -b

In the last step I got these errors:

...
   dh_install
dh_install: libavro-cpp-dev missing files: usr/lib/*/lib*.so
dh_install: libavro-cpp1 missing files: usr/lib/*/lib*.so.*
dh_install: missing files, aborting
debian/rules:22: recipe for target 'binary' failed
make: *** [binary] Error 20
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

BTW, I was successful to build packages libavro-c-dev and libavro-c1 in https://github.com/confluentinc/avro-c-packaging with above mentioned commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions