emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: emacs-orgmode@gnu.org
Subject: Re: make test on Mac
Date: Sat, 04 Aug 2012 10:05:07 +0200	[thread overview]
Message-ID: <87boirqdzg.fsf@Rainer.invalid> (raw)
In-Reply-To: 40389E38-6C84-4233-B641-39CEC844A09D@univie.ac.at

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

  reply	other threads:[~2012-08-04  8:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-01 14:10 make test on Mac Neuwirth Erich
2012-08-01 14:23 ` Bastien
2012-08-01 14:50   ` Eric Schulte
2012-08-01 14:54     ` Bastien
2012-08-01 15:09       ` Eric Schulte
2012-08-01 15:22         ` Bastien
2012-08-01 15:35           ` Eric Schulte
2012-08-01 16:00             ` Bastien
2012-08-01 16:25               ` Eric Schulte
2012-08-02 15:14                 ` Bastien
2012-08-01 21:02   ` Neuwirth Erich
2012-08-02  6:35     ` Achim Gratz
     [not found]       ` <01862F34-A919-41E0-965A-360C4836EB91@univie.ac.at>
     [not found]         ` <1353139.E680GS25m4@rainer>
2012-08-04  7:10           ` Neuwirth Erich
2012-08-04  8:05             ` Achim Gratz [this message]
2012-08-08 15:42       ` Neuwirth Erich
2012-08-01 14:46 ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87boirqdzg.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).