Re: [OMPI devel] FreeBSD Support?

2007-11-06 Thread Jeff Squyres
Done: https://svn.open-mpi.org/trac/ompi/changeset/16683 Thanks! On Nov 2, 2007, at 2:56 PM, Karol Mroz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone. So I noticed, after doing a build of the latest ompi- trunk (rev. 16641) on a FreeBSD 6.2 machine, that the autogen.sh

Re: [OMPI devel] FreeBSD Support?

2007-11-02 Thread Karol Mroz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone. So I noticed, after doing a build of the latest ompi-trunk (rev. 16641) on a FreeBSD 6.2 machine, that the autogen.sh script is still dying due to a configure script permissions issue. I'm pasting a diff that solves the problem on my

Re: [OMPI devel] FreeBSD Support?

2007-09-20 Thread Karol Mroz
Hi, Ralf. So it seems that either approach works. One can `chmod u+w *` or `chmod u+w configure` on its own, allowing the autogen process to complete successfully on FreeBSD 6.2. Note also, that neither change to autogen.sh breaks the Linux autogen process. Ralf Wildenhues wrote: > Hello Karol, >

Re: [OMPI devel] FreeBSD Support?

2007-09-20 Thread Ralf Wildenhues
Hello Karol, * Karol Mroz wrote on Wed, Sep 19, 2007 at 07:23:50PM CEST: > When running the autogen.sh script as non-root, I see the following error: [...] > autom4te-2.61: cannot open configure: Permission denied [...] > After some searching, it would appear that this is an autoconf issue

Re: [OMPI devel] FreeBSD Support?

2007-09-19 Thread Tim Prins
This is fixed in r16164. Tim Brian Barrett wrote: On Sep 19, 2007, at 4:11 PM, Tim Prins wrote: Here is where it gets nasty. On FreeBSD, /usr/include/string.h includes strings.h in some cases. But there is a strings.h in the ompi/mpi/f77 directory, so that is getting included instead of

Re: [OMPI devel] FreeBSD Support?

2007-09-19 Thread Brian Barrett
On Sep 19, 2007, at 4:11 PM, Tim Prins wrote: Here is where it gets nasty. On FreeBSD, /usr/include/string.h includes strings.h in some cases. But there is a strings.h in the ompi/mpi/f77 directory, so that is getting included instead of the proper /usr/include/strings.h. I suppose we could

Re: [OMPI devel] FreeBSD Support?

2007-09-19 Thread Karol Mroz
Hi, Tim. Thanks for the reply. v1.2.3 and v1.2.4rc1 were both compiled, without problems, from tarballs. Tim Prins wrote: > Hi Karol, > > Thanks for the reports. > > I cannot help with the first problem. Maybe someone else can. > > Problem 2: I have committed your suggested fix in r16163. >

[OMPI devel] FreeBSD Support?

2007-09-19 Thread Karol Mroz
Hi. I have been trying to build the latest ompi-trunk (as of yesterday) svn snapshot (r16158) of OpenMPI on a FreeBSD 6.2 machine and have run into 3 build problems. I was curious if anyone else has encountered these errors and if they are being addressed. Problem 1 - When running the