From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#40003: 27.0.70; Windows build is without jansson support Date: Mon, 22 Jun 2020 19:13:50 +0300 Message-ID: <83pn9rt6wx.fsf@gnu.org> References: <87y2s9qp7t.fsf@gmail.com> <8336agc2qk.fsf@gnu.org> <858siyyvi2.fsf@gmail.com> <87366nqeq2.fsf@russet.org.uk> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="77619"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 40003@debbugs.gnu.org, npostavs@gmail.com, yyoncho@gmail.com To: Phillip Lord Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jun 22 18:15:18 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jnP6M-000K39-5f for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 22 Jun 2020 18:15:18 +0200 Original-Received: from localhost ([::1]:41980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnP6L-0003z6-6Y for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 22 Jun 2020 12:15:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40132) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnP66-0003yE-Tu for bug-gnu-emacs@gnu.org; Mon, 22 Jun 2020 12:15:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51070) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jnP66-0002AQ-Jy for bug-gnu-emacs@gnu.org; Mon, 22 Jun 2020 12:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jnP66-0003Vs-En for bug-gnu-emacs@gnu.org; Mon, 22 Jun 2020 12:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Jun 2020 16:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40003 X-GNU-PR-Package: emacs Original-Received: via spool by 40003-submit@debbugs.gnu.org id=B40003.159284244413415 (code B ref 40003); Mon, 22 Jun 2020 16:15:02 +0000 Original-Received: (at 40003) by debbugs.gnu.org; 22 Jun 2020 16:14:04 +0000 Original-Received: from localhost ([127.0.0.1]:34383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnP59-0003UJ-GX for submit@debbugs.gnu.org; Mon, 22 Jun 2020 12:14:03 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnP56-0003Tf-PV for 40003@debbugs.gnu.org; Mon, 22 Jun 2020 12:14:02 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44515) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnP50-00024p-PS; Mon, 22 Jun 2020 12:13:54 -0400 Original-Received: from [176.228.60.248] (port=4021 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jnP50-0005ee-6P; Mon, 22 Jun 2020 12:13:54 -0400 In-Reply-To: <87366nqeq2.fsf@russet.org.uk> (message from Phillip Lord on Mon, 22 Jun 2020 16:53:25 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182282 Archived-At: > From: Phillip Lord > Cc: Eli Zaretskii , Ivan Yonchovski , > 40003@debbugs.gnu.org > Date: Mon, 22 Jun 2020 16:53:25 +0100 > > I am trying to build this against Emacs-28 at the moment. What test can > I run on Emacs-28 to let me know if it has worked? cd test && make src/json-tests If this says tests were not skipped, you've succeeded, and your Emacs uses the libjansson library. > After that, the decision is what to do for Emacs-27. I can add the > dependency, but it will require rebuilding the deps file which will > update *all* of the dependencies. Not a big problem in one sense, but we > are in the pre-release test phase, IIUC. I'd say go for it. I don't expect trivial changes in the dependencies to affect Emacs. Thanks.