Stop in /usr/ports/lang/gcc43
    matti k 
    matti.k at bigpond.net.au
       
    Tue Jun  2 13:52:55 UTC 2009
    
    
  
On Mon, 01 Jun 2009 20:31:05 +0200
Leslie Jensen <leslie at eskk.nu> wrote:
> 
> Leslie Jensen wrote:
> > 
> > 
> > David Kelly wrote:
> >> On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:
> >>>
> >>> I can't get gcc43 to compile. I've deinstalled and reinstalled
> >>> all its dependencies but it still fails.
> >>>
> >>> I'm on a 7.2-RELEASE system with all ports installed from a clean 
> >>> install.
> >>>
> >>> The problem turned up when an update for fftw3 became available.
> >>>
> >>> Apparently gcc43 is a new dependency for fftw3!
> >>>
> >>> Any hints appreciated
> >>
> >> Add this to /etc/make.conf. Worked for me:
> >>
> >> WITHOUT_JAVA=1
> >>
> >> Apparently to build Java one has to increase the size of some
> >> tables in the kernel. I'd just as soon do without Java.
> >>
> > 
> > It does not work here :-(
> > /
> 
> I also have this in my /boot/loader.conf but it makes no difference.
> 
> kern.maxdsiz="734003200"
> 
Try with this?
kern.dfldsiz="1073741824"
kern.maxdsiz="734003200"
Cheers,
Matti
    
    
More information about the freebsd-questions
mailing list