zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

Problem: Sync with zproject (Android build fails if linkname is different than prefix). #2255

Closed stephan57160 closed 1 year ago

stephan57160 commented 1 year ago

Solution: Regenerate CZMQ with this commit.

Note:

There are many modified files, because of:

libraries.put("libsystemd", true);          # buggy

being replaced by:

libraries.put("systemd", true);             # correct form

in each generated .java files (and there are many classes in CZMQ ...)

stephan57160 commented 1 year ago

Had a look to failing tests. I don't think the failures come from this fix. Most of them fail when updating Ubuntu packages:

The following packages have unmet dependencies:
 libunwind-14-dev : Breaks: libunwind-dev but 1.3.2-2build2 is to be installed
 libzmq5 : Depends: libpgm-5.2-0 (>= 5.1.116~dfsg) but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Error: Process completed with exit code 100.

Could be an idea to relaunch the tests, later today, if possible...