From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Dittmar Subject: org master: make fails Date: Tue, 29 May 2018 13:20:48 +0200 Message-ID: <3237dcd8-2d8c-43f4-b958-93cbed95eed2@gmx.de> 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]:44198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNcgR-0007d8-P3 for emacs-orgmode@gnu.org; Tue, 29 May 2018 07:20:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNcgM-0008RB-Sb for emacs-orgmode@gnu.org; Tue, 29 May 2018 07:20:55 -0400 Received: from mout.gmx.net ([212.227.17.21]:43665) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fNcgM-0008Pz-Ix for emacs-orgmode@gnu.org; Tue, 29 May 2018 07:20:50 -0400 Received: from [192.168.175.209] ([87.139.53.30]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0LgdBZ-1g8j0n2B2T-00nueG for ; Tue, 29 May 2018 13:20:48 +0200 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 Hi, 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? Thanks in advance, Julius