Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2004 20:49:48 -0600
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        Rob Lahaye <lahaye@snu.ac.kr>, ports@freebsd.org
Subject:   Re: FreeBSD Port: grace-5.1.14_1
Message-ID:  <40566B4C.90009@math.missouri.edu>
In-Reply-To: <40565F3D.6010603@snu.ac.kr>
References:  <40565F3D.6010603@snu.ac.kr>

next in thread | previous in thread | raw e-mail | index | archive | help
Rob Lahaye wrote:
> 
> 
> Hi,
> 
> I'm running 4.9-STABLE.
> 
> My 'make' in Grace port ends with the output below.
> A temporary, and thus incorrect, fix is following patch,
> which disables netcdf support in grace:
> 
> ===========================================================
> --- Makefile    Tue Mar 16 10:20:39 2004
> +++ Makefile    Tue Mar 16 10:20:05 2004
> @@ -42,7 +42,7 @@
>  CONFIGURE_ARGS=        -prefix=${X11BASE} \
>         --with-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \
>         --with-extra-ldpath=${LOCALBASE}/lib --without-bundled_xbae \
> -       --enable-grace-home=${X11BASE}/lib/X11/grace
> +       --enable-grace-home=${X11BASE}/lib/X11/grace --enable-netcdf=no
> 
>  ALL_TARGET=
>  INSTALL_TARGET=        install links
> ===========================================================
> 
> 
> The Grace port has a dependency on netcdf and I have netcdf installed.
> So somehow the link to the netcdf library seems to break the build.
> 
> Any suggestion to a better fix for this port?
> 
> Regards,
> Rob.
> 


I remember having a similar problem with science/vis5d+.  I think that there is 
another port that also loads include and/or library files with the same names as 
the netcdf files.  I don't remember offhand which port that was.  I found that a 
solution was to delete the netcdf port, and then reinstall it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40566B4C.90009>