Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problem with mpich2 on freebsd 7.2

1 view
Skip to first unread message

ady

unread,
May 24, 2009, 8:11:20 AM5/24/09
to freebsd...@freebsd.org
hi everyone, i'm ady, undergraduate student@bandung institute of tech.
i'm planning to develop a HPC with MPICH2 and SGE on freebsd 7.2 for my
final assessment.
i install sge-6.2.2.1_1 successfully, but getting stuck when installing
mpich2. here's the log

master# cd /usr/ports/net/mpich2
master# make install clean
===> mpich2-1.0.7_3,3 depends on file: /usr/local/bin/python2.5 - found
===> mpich2-1.0.7_3,3 depends on executable: gfortran43 - not found
===> Verifying install for gfortran43 in /usr/ports/lang/gcc43
Making GCC 4.3.4 for FreeBSD 7.2 target=i386-portbld-freebsd7.2
You need to increase the datasize limit to at least 700000 (and set
kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java
support.
*** Error code 1
Stop in /usr/ports/lang/gcc43.
*** Error code 1
Stop in /usr/ports/net/mpich2.

master# uname -a
FreeBSD master.blackbox.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May
1 08:49:13 UTC 2009
ro...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

does anybody can help me explain this problem?what should i do?
thx for ur appreciation

-regards
NB: i running 7.2 on vmware 5.5, and planning develop diskless system

Boris Samorodov

unread,
May 24, 2009, 8:35:37 AM5/24/09
to ady, freebsd...@freebsd.org
ady <a...@comlabs.itb.ac.id> writes:

> hi everyone, i'm ady, undergraduate student@bandung institute of
> tech. i'm planning to develop a HPC with MPICH2 and SGE on freebsd 7.2
> for my final assessment.

Ady, welcome and good luck!

> i install sge-6.2.2.1_1 successfully, but getting stuck when
> installing mpich2. here's the log
>
> master# cd /usr/ports/net/mpich2
> master# make install clean
> ===> mpich2-1.0.7_3,3 depends on file: /usr/local/bin/python2.5 - found
> ===> mpich2-1.0.7_3,3 depends on executable: gfortran43 - not found
> ===> Verifying install for gfortran43 in /usr/ports/lang/gcc43
> Making GCC 4.3.4 for FreeBSD 7.2 target=i386-portbld-freebsd7.2
> You need to increase the datasize limit to at least 700000 (and set
> kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java
> support.

Did you do what had been suggested here?

> *** Error code 1
> Stop in /usr/ports/lang/gcc43.
> *** Error code 1
> Stop in /usr/ports/net/mpich2.
>
> master# uname -a
> FreeBSD master.blackbox.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri
> May 1 08:49:13 UTC 2009
> ro...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>
> does anybody can help me explain this problem?what should i do?
> thx for ur appreciation

BTW, the "FreeBSD Handbook" may give you some additional helpful
information:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html


WBR
--
bsam

Alexandre "Sunny" Kovalenko

unread,
May 26, 2009, 7:10:00 AM5/26/09
to Boris Samorodov, ady, freebsd...@freebsd.org
On Sun, 2009-05-24 at 16:35 +0400, Boris Samorodov wrote:
> ady <a...@comlabs.itb.ac.id> writes:
>
> > hi everyone, i'm ady, undergraduate student@bandung institute of
> > tech. i'm planning to develop a HPC with MPICH2 and SGE on freebsd 7.2
> > for my final assessment.
>
> Ady, welcome and good luck!
>
> > i install sge-6.2.2.1_1 successfully, but getting stuck when
> > installing mpich2. here's the log
> >
> > master# cd /usr/ports/net/mpich2
> > master# make install clean
> > ===> mpich2-1.0.7_3,3 depends on file: /usr/local/bin/python2.5 - found
> > ===> mpich2-1.0.7_3,3 depends on executable: gfortran43 - not found
> > ===> Verifying install for gfortran43 in /usr/ports/lang/gcc43
> > Making GCC 4.3.4 for FreeBSD 7.2 target=i386-portbld-freebsd7.2
> > You need to increase the datasize limit to at least 700000 (and set
> > kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java
> > support.
>
> Did you do what had been suggested here?
Given that the goal is to build MPICH2, I would recommend doing

setenv WITHOUT_JAVA

before the build.

--
Alexandre Kovalenko (Олександр Коваленко)


John Baldwin

unread,
May 26, 2009, 8:12:53 AM5/26/09
to freebsd...@freebsd.org, ady

I almost wonder if that shouldn't be the default given the requirements of a
non-standard maxdsiz. (I also ran into this trying to build kde4 on a
machine this weekend.)

--
John Baldwin

0 new messages