From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Dittmar Subject: Re: org master: make fails Date: Wed, 30 May 2018 13:45:02 +0200 Message-ID: <04233b3f-26e2-ab71-3bae-d2ce4c47d589@gmx.de> References: <3237dcd8-2d8c-43f4-b958-93cbed95eed2@gmx.de> <87k1rl1lc5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNzXQ-0004Az-Tr for emacs-orgmode@gnu.org; Wed, 30 May 2018 07:45:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNzXN-0004d0-Ou for emacs-orgmode@gnu.org; Wed, 30 May 2018 07:45:08 -0400 Received: from mout.gmx.net ([212.227.17.21]:37525) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fNzXN-0004cL-Eh for emacs-orgmode@gnu.org; Wed, 30 May 2018 07:45:05 -0400 Received: from [192.168.175.209] ([87.139.53.30]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0LxcbX-1gPU8a0SV9-017Emt for ; Wed, 30 May 2018 13:45:03 +0200 In-Reply-To: <87k1rl1lc5.fsf@nicolasgoaziou.fr> Content-Language: de-DE 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: emacs-orgmode@gnu.org Am 30.05.2018 um 12:36 schrieb Nicolas Goaziou: > Julius Dittmar writes: >> on two of my computers, both openSUSE-based with org-mode current master >> and current texlive installed, make fails. >> >> The last messages are: >> >> make -C doc info >> make[1]: Entering directory `/XXX/git/org-mode-CURRENT/doc' >> emacs -Q -batch --eval '(setq vc-handled-backends nil >> org-startup-folded nil)' \ >> --eval '(add-to-list '"'"'load-path "../lisp")' \ >> --eval '(load "../mk/org-fixup.el")' \ >> --eval '(org-make-manuals)' >> Loading /XXX/git/org-mode-CURRENT/mk/org-fixup.el (source)... >> Wrong number of arguments: #[(string &optional separators omit-nulls) >> >> ... followed by a long mainly empty and unreadable quoted string, >> followed by ... >> >> " [separators omit-nulls split-string-default-separators list notfirst >> start t 0 nil string-match ...] 5 1648329], 4 >> make[1]: *** [org.texi] Fehler 255 >> make[1]: Leaving directory `/XXX/git/org-mode-CURRENT/doc' >> make: *** [info] Fehler 2 >> >> As on the third of my computers (with an old debian and texlive 2017) >> make works, I guess that's a local problem, not one of org-mode. >> Nonetheless: Do you have any hints on what might be missing there, or >> how I could proceed tracking down the problem? > > Is your Emacs old (e.g., Emacs 23)? GNU Emacs 24.3.1 in one instance, the other not older than that (can't check the details right now). > Did you try with emacs -Q, just > loading Emacs? As far as I can tell, the make fails somewhere in the 'make doc' part. According to the quote above emacs is called with -Q. 'make autoloads' does not throw errors, and what I use of org-mode works except for a minor and probably unrelated glitch I did not yet find time to track down. Thanks for looking into it and for a terrific tool, Julius