From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org master: make fails Date: Wed, 30 May 2018 12:36:42 +0200 Message-ID: <87k1rl1lc5.fsf@nicolasgoaziou.fr> References: <3237dcd8-2d8c-43f4-b958-93cbed95eed2@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNyTP-0000w2-Vv for emacs-orgmode@gnu.org; Wed, 30 May 2018 06:36:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNyTL-00030k-38 for emacs-orgmode@gnu.org; Wed, 30 May 2018 06:36:56 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:55535) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fNyTK-0002zq-TV for emacs-orgmode@gnu.org; Wed, 30 May 2018 06:36:51 -0400 In-Reply-To: <3237dcd8-2d8c-43f4-b958-93cbed95eed2@gmx.de> (Julius Dittmar's message of "Tue, 29 May 2018 13:20:48 +0200") 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: Julius Dittmar Cc: emacs-orgmode@gnu.org Hello, 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)? Did you try with emacs -Q, just loading Emacs? Regards, -- Nicolas Goaziou