From patchwork Tue Jun 21 11:25:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joerg Bornkessel X-Patchwork-Id: 34746 Received: from localhost ([127.0.0.1] helo=www.linuxtv.org) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bFJoH-00023c-VR; Tue, 21 Jun 2016 11:25:37 +0000 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bFJoE-00023V-Sp for vdr@linuxtv.org; Tue, 21 Jun 2016 11:25:35 +0000 X-tubIT-Incoming-IP: 80.237.133.68 Received: from wp299.webpack.hosteurope.de ([80.237.133.68]) by mail.tu-berlin.de (exim-4.84_2/mailfrontend-7) with esmtps [TLSv1:AES256-SHA:256] for id 1bFJoD-0003zX-1f; Tue, 21 Jun 2016 13:25:34 +0200 Received: from [5.28.114.65] (helo=smtpd.astrali.lan); authenticated by wp299.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1bFJoC-0000Db-R7; Tue, 21 Jun 2016 13:25:32 +0200 Received: from localhost (localhost [127.0.0.1]) by server.astrali.lan (Postfix) with ESMTP id 46ADB45FFD for ; Tue, 21 Jun 2016 13:25:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at astrali.lan Received: from smtpd.astrali.lan ([127.0.0.1]) by localhost (server.astrali.lan [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Elio-D4vLLel for ; Tue, 21 Jun 2016 13:25:30 +0200 (CEST) Received: from [192.168.3.9] (newmain.astrali.lan [192.168.3.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtpd.astrali.lan (Postfix) with ESMTPS id A6C4942050 for ; Tue, 21 Jun 2016 13:25:30 +0200 (CEST) To: vdr@linuxtv.org From: Joerg Bornkessel X-Enigmail-Draft-Status: N1110 Message-ID: <5769242A.5080808@astrali.lan> Date: Tue, 21 Jun 2016 13:25:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 X-bounce-key: webpack.hosteurope.de;ml@websitec.de;1466508333;910f783f; X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2016.6.21.112116 X-PMX-Spam: Gauge=X, Probability=10%, Report=' TO_IN_SUBJECT 0.5, HTML_00_01 0.05, HTML_00_10 0.05, MIME_TEXT_ONLY_MP_MIXED 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1700_1799 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __ANY_URI 0, __BAT_BOUNDARY 0, __CP_URI_IN_BODY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __HAS_ATTACHMENT 0, __HAS_ATTACHMENT1 0, __HAS_FROM 0, __HAS_MSGID 0, __HTTPS_URI 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __SANE_MSGID 0, __SUBJ_ALPHA_START 0, __TO_IN_SUBJECT2 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NO_MAILTO 0, __URI_NO_WWW 0, __URI_NS , __URI_WITH_PATH 0, __USER_AGENT 0' X-LSpam-Score: 0.6 (/) X-LSpam-Report: No, score=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=1.274 autolearn=no autolearn_force=no Subject: [vdr] vdr-2.2.0 fails on compile with systemd-230 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: VDR Mailing List Errors-To: vdr-bounces@linuxtv.org Sender: "vdr" vdr-2.2.0 failed on compile up from systemd-230, this results, as systemd upstream has removed some pkg-configure files. removed files are marked as deprecated in previous version. reviewing the removed files, they include the same content, exclude the description, atached patch fix this problem. So far the theory as i don't have test it. I dont have a systemd install and never ever i will infect my mashines with the Poettering MALWARE. see also https://bugs.gentoo.org/show_bug.cgi?id=586070 Cheers /bin/joerg vdr-2.2.0 failed on compile with systemd-230 as systemd upstram has removed some pkg-configure files see bug https://bugs.gentoo.org/show_bug.cgi?id=586070 Signed-of-by: Joerg Bornkessel (2016/jun/21) diff -Naur vdr-2.2.0.orig/Makefile vdr-2.2.0/Makefile --- vdr-2.2.0.orig/Makefile 2016-06-21 12:17:20.000000000 +0200 +++ vdr-2.2.0/Makefile 2016-06-21 12:17:59.000000000 +0200 @@ -95,9 +95,9 @@ LIBS += $(shell pkg-config --libs fribidi) endif ifdef SDNOTIFY -INCLUDES += $(shell pkg-config --cflags libsystemd-daemon) +INCLUDES += $(shell pkg-config --cflags libsystemd) DEFINES += -DSDNOTIFY -LIBS += $(shell pkg-config --libs libsystemd-daemon) +LIBS += $(shell pkg-config --libs libsystemd) endif LIRC_DEVICE ?= /var/run/lirc/lircd