numerous gcc installations

Stephen Montgomery-Smith stephen at math.missouri.edu
Sun Jan 11 08:58:39 PST 2009


Nikolaj Thygesen wrote:
> Hi list,
> 
>    Could anyone please explain to me whether it's really required to 
> have two extra versions of gcc installed. I Recently upgraded 
> "py25-numpy", which in turn pulled in "gcc-4.2.5_20081126" as a 
> dependency. A few days ago  "blas" refused to compile because:
> 
> ===>    Verifying reinstall for gfortran43 in /usr/ports/lang/gcc43
> Making GCC 4.3.3 for FreeBSD 7.1  target=i386-portbld-freebsd7.1
> 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
> 
> ... so if it wasn't for these missing settings, I would now be the proud 
> owner of two extra gcc installations, "gcc-4.2.5" and "gcc-4.3.3". Is 
> this correct??? "blas" is required by "py-num", which then effectively 
> requires the two gcc's.
> 
>    br - Nikolaj

A few days ago, gcc-4.3 became the default fortran compiler for the 
ports.  Go ahead and erase the gcc-4.2 compiler - create the gcc-4.3 
compiler, and everything after that will be fine.

If you don't want to increase kern.maxdsiz, then it looks like setting 
WITHOUT_JAVA will stop that error occurring.



More information about the freebsd-ports mailing list