Ticket #1075 (closed defect: invalid)
libopensync build does not check for zlib1g-dev
| Reported by: | Graham Cobb | Owned by: | bricks |
|---|---|---|---|
| Priority: | low | Milestone: | OpenSync 0.41 |
| Component: | OpenSync: Build Environment | Version: | 0.38 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
The libopensync build checks for several prerequisite modules (e.g. glib-2.0, libxml-2.0). However it does not check for zlib1g-dev and the build fails if it is not installed (because the link stage includes -lz).
Change History
Note: See
TracTickets for help on using
tickets.

Hi Graham,
zlib isn't a direct dependency of opensync. I guess it is required by an other lib. Maybe some FindXXX.cmake file is incorrect but I guess the package dependencies aren't correctly handled by the package system. To clarify this error could you paste the output of make VERBOSE=1?