From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: make test on Mac Date: Sat, 04 Aug 2012 10:05:07 +0200 Message-ID: <87boirqdzg.fsf@Rainer.invalid> References: <01862F34-A919-41E0-965A-360C4836EB91@univie.ac.at> <1353139.E680GS25m4@rainer> <40389E38-6C84-4233-B641-39CEC844A09D@univie.ac.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxZMN-0006Sl-3B for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 04:05:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxZMM-0004Pw-0c for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 04:05:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:58333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxZML-0004Ps-Pe for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 04:05:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SxZMK-0002sg-Us for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 10:05:16 +0200 Received: from pd9eb2709.dip.t-dialin.net ([217.235.39.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Aug 2012 10:05:16 +0200 Received: from Stromeko by pd9eb2709.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Aug 2012 10:05:16 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Neuwirth Erich writes: > I do (of course) have /bin/bash and the error is produced by bash. OK, so the linebreaks have been corrupted in your original post. You actually got two error messages it seems: >>> i686-apple-darwin11-gfortran-4.2.1: error trying to exec 'cc1': >>> execvp: No such file or directory This is the gfortran frontend telling you that it doesn't find its own compiler backend… >>> /bin/bash: >>> /var/folders/cl/zktxb0v51ng7jfv0mspj2w940000gn/T/babel-9230sRi/fortran-bi >>> n-9230CSz: Permission denied …and this is bash telling you that no executable was produced, which is explained by the first error message. > It seems that the test suite does not find cc1 on Mountain Lion. The test suite does not even look for that file, it is part of the compiler. This seems to be a problem with the installation of your compiler(s), but Org can't do anything about it. Just do $ make TMPDIR=`pwd` TEST_NO_AUTOCLEAN=1 test $ cd tmp-orgtest and try to compile any of the (non-empty) *.F90 files you'll find there. > cc1 in installed byXCode, but PATH does not include the directory with cc1. > So I will try to add it there and report again. No, the compiler frontends should know where their backends are, they should not be in path (otherwise it would become impossible to use different versions of a compiler). Have you moved the files after installation, perhaps? > Any further suggestions? Reinstall XCode, maybe. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Q+, Q and microQ: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds