From unknown Thu Mar 28 11:39:06 2024 Received: (at 574) by bugs.devuan.org; 14 Apr 2021 11:20:02 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Wed, 14 Apr 2021 11:20:02 +0000 (UTC) Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 094C0F60CE1 for <574@bugs.devuan.org>; Wed, 14 Apr 2021 13:08:59 +0200 (CEST) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from ) id 1lWdOE-0005b2-Lv; Wed, 14 Apr 2021 12:08:58 +0100 Received: (nullmailer pid 31233 invoked by uid 1000); Wed, 14 Apr 2021 11:08:58 -0000 Date: Wed, 14 Apr 2021 12:08:58 +0100 From: Mark Hindley To: florine forine , 574@bugs.devuan.org Subject: Re: bug#574: libczmq4: czmq doesn't compile when using libelogind-dev instead of libsystemd-dev Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Debbugs-No-Ack: No Thanks X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Control: reassign -1 libelogind0 Control: forcemerge 435 -1 Florine, On Wed, Apr 07, 2021 at 08:14:40PM +0000, florine forine wrote: > Package: libczmq4 > Version: 4.2.1-1 > Severity: wishlist > > Dear Maintainer, > > I tried to compile czmq (using `apt source czmq`) using > libelogind-dev but it is not recognized by the configure script of the czmq > package and depends on libsystemd-dev. This is not the correct approach. The libelogind0 libsystemd0 ABI compatibility is runtime only. Packages are still compiled against libsystemd-dev. You may need to use a builder chroot if you have libelogind0 installed on the host system. This is all documented in libelogind0's README.Debian. Merging with the original bug (#435). Thanks Mark