pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/41966: x11/qt4-qdbus demands absurd quantities of (v)ram to compile (NetBSD 4/0/i386)



The following reply was made to PR pkg/41966; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/41966: x11/qt4-qdbus demands absurd quantities of (v)ram to 
compile (NetBSD 4/0/i386) 
Date: Tue, 13 Oct 2009 17:42:53 +0700

     Date:        Tue, 13 Oct 2009 09:50:04 +0000 (UTC)
     From:        Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
     Message-ID:  <20091013095004.1E3BF63B877%www.NetBSD.org@localhost>
 
   |  Optimiser + big file, I guess. It is not that surprising.
 
 The last time I worked on an optimiser (long ago now) it would
 just abandon an optimisation if it ran out of resources (ie: ram
 usually, but cpu time occasionally) rather than abort a compilation.
 
   |  Does UNLIMIT_RESOURCES = datasize work for you?
 
 Yes, thanks, that does work (for qt4-qdbus, and a build of qt4-mysql
 has proceeded past the faile that was causing problems).   I assume
 the rest of them will now be OK too.
 
 I added that line into x11/qt4-libs/Makefile.common which is included
 by all the others (it also contains a fair slab of system dependent
 code already, so if you wanted to include this just for NetBSD 4 that
 file would be a reaosnable place to do it I think).
 
 I can't test whether this version of the qt4-qdbus package works
 (without link errors) because of the problem reported by Hasso and
 wiz (on the pkgsrc-changes list) in the past hour or two (or at least
 I assume that's why textproc/soprano failed to get just about anywhere
 with its compile when I tried it just a few minutes ago.)
 
 kre
 


Home | Main Index | Thread Index | Old Index