From: PA Zolczynski on
See `config.log' for more details.
===> Script "configure" failed unexpectedly.
Please report the problem to ports(a)FreeBSD.org [maintainer] and attach the
"/usr/ports/net/mpich2/work/mpich2-1.2.1p1/config.log" including the output
of the failure of your make command. Also, it might be a good idea to
provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

From: "b. f." on
PA Zolczynski wrote:
....
>configure:4483: gcc44 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc44 -fno-strict-aliasing -I/usr/local/include -I/usr/ports/net/mpich2/work/mpich2-1.2.1p1/src/openpa/src -I/usr/ports/net/mpich2/work/mpich2-1.2.1p1/src/openpa/src -L/usr/local/lib -lexecinfo -pthread conftest.c >&5
>/usr/local/bin/ld: cannot find -lexecinfo
>collect2: ld returned 1 exit status
....
>ac_cv_env_LDFLAGS_value='-L/usr/local/lib -lexecinfo -pthread'
....
>LDFLAGS='-L/usr/local/lib -lexecinfo -pthread'

The configure script is breaking because you're passing a library from
devel/libexecinfo in the LDFLAGS, and the linker can't find it. Is
the library intact, and registered in the linker hints file (that is,
is the output of 'ldconfig -vr | egrep execinfo' correct?)?

On top of that, the dmesg output at the bottom of your message shows
some disk- and swap-related problems that should concern you. Is your
hard drive in good condition? How about your memory? Is your system
properly configured?

b.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"