From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 01 05:54:23 2022 Received: (at 54786) by debbugs.gnu.org; 1 Jun 2022 09:54:23 +0000 Received: from localhost ([127.0.0.1]:49761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwL3X-0006lI-F2 for submit@debbugs.gnu.org; Wed, 01 Jun 2022 05:54:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwL3S-0006l1-Sj for 54786@debbugs.gnu.org; Wed, 01 Jun 2022 05:54:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58858) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwL3N-0003Rm-Ip; Wed, 01 Jun 2022 05:54:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=2gPzJcOwol8BMNV8G0w02uI86lzmugwJp6VdEJzKKUU=; b=TXKGbajbexTCq0Dqp3Hq IKinsJxPIgipLEd3p6if4I0AFvggbhToI8rLtW+6mqBR+dqdhtGRt9IcyaR+6xzsmZqzXTLNSciRf DEqtVU0+fD22bQPfFyFsGwShSvBprSm1pYBg5HazM/S9sQlf/Bf4b8xk/VgHqh0uK+wgFMCN1A/5/ NKN2v8LMSSPE8yKi6zr5yelU4HuJqc7YLT29JMGcSNKJ49inPDwA7oSNhiPRPDbXN1H7qzn5rKold 8QWauykUFVsM7PyvfDIpGdtY1+kTQf0PB+YAKBarRatFFKMLxs2Cej959hfu2WA/K8eVPNSpXvY3U D31sK7wu0/yBSQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=59482 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwL3L-0007z5-JN; Wed, 01 Jun 2022 05:54:13 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxim Cournoyer Subject: Re: bug#54786: Installation tests are failing References: <878rql9wh9.fsf@gnu.org> <20220531164407.13914-1-maxim.cournoyer@gmail.com> Date: Wed, 01 Jun 2022 11:54:09 +0200 In-Reply-To: <20220531164407.13914-1-maxim.cournoyer@gmail.com> (Maxim Cournoyer's message of "Tue, 31 May 2022 12:44:07 -0400") Message-ID: <87o7zcwvy6.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54786 Cc: othacehe@gnu.org, 54786@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Maxim, Maxim Cournoyer skribis: > gnu/build/dbus-service.scm | 212 ++++++++++++++++ > gnu/build/jami-service.scm | 390 +++++------------------------ > gnu/local.mk | 1 + > gnu/packages/glib.scm | 19 +- > gnu/services/telephony.scm | 500 +++++++++++++++++-------------------- > gnu/tests/telephony.scm | 412 +++++++++++++++--------------- > 6 files changed, 726 insertions(+), 808 deletions(-) > create mode 100644 gnu/build/dbus-service.scm Before going further, I=E2=80=99d like to understand: this does more than j= ust fix the Jami system tests, right? It would have been nice to have surgical changes to =E2=80=9Cjust=E2=80=9D = fix the tests, along the lines of , possibly followed by a rework of the whole machinery, if that=E2=80=99s possible. Besides, I think we should talk to Jami upstream (which shouldn=E2=80=99t b= e too hard :-)). It doesn=E2=80=99t seem reasonable to me to have 800+ lines of = code in the distro to start one service. Usually the =E2=80=98start=E2=80=99 an= d =E2=80=98stop=E2=80=99 methods are between 2 and 10 lines of code. What do you think is missing upstream so that starting Jami is simpler? Thanks, Ludo=E2=80=99.