From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: error while upgrading to 8.3.5 Date: Mon, 25 Jul 2016 10:52:02 +0200 Message-ID: <87invuw159.fsf@saiph.selenimh> References: <4FD287AC-306C-437C-A27E-0383205AD12A@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRbcM-00059Z-LN for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 04:52:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRbcK-0001lL-Pq for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 04:52:05 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:40474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRbcK-0001l9-Jn for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 04:52:04 -0400 In-Reply-To: <4FD287AC-306C-437C-A27E-0383205AD12A@gmail.com> (Vikas Rawal's message of "Mon, 25 Jul 2016 06:12:16 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Vikas Rawal Cc: org-mode mailing list Hello, Vikas Rawal writes: > I did the usual "make up2" in my git repository but got the following > error (just pasting the tail of the log): Note that "make up2" doesn't upgrade to 8.3.5, as subject suggests, but moves to the head of the development version, i.e., something like 9.0-alpha. > Ran 634 tests, 633 results as expected, 1 unexpected (2016-07-25 06:07:28= +0530) > 7 expected failures > > 1 unexpected results: > FAILED test-org-colview/columns-summary > > mk/targets.mk:103: recipe for target 'test-dirty' failed > make[1]: *** [test-dirty] Error 1 > make[1]: Leaving directory '/Users/vikas/.emacs.d/src/org-mode' > mk/targets.mk:115: recipe for target 'up2' failed > make: *** [up2] Error 2 > > =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 > > What do I do? Re-install? Could you run the failing test again using, e.g., BTEST_RE=3Dcolumns-summary make test and paste the exact failure? Thank you. Regards, --=20 Nicolas Goaziou