pkgsrc-Bugs archive

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

Re: pkg/48608 (textproc/icu build fails on NetBSD/m68k 6.1.3)



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

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: obache%netbsd.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/48608 (textproc/icu build fails on NetBSD/m68k 6.1.3)
Date: Wed, 5 Mar 2014 21:48:33 +0900

 >  +.  if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "m68k"
 >  +CONFIGURE_ENV+=         ac_cv_func_mmap_ok=yes
 >  +.  endif
 
 The actual problem is not the mmap test but 224MB address space limit
 of 68040/060 pmap. Compiling some sources in icu requires more VA space
 than the limit and causes the "out of address space" panic mentioned
 in the PR.
 
 The mmap test was the easiest way to waste VA space in the past,
 but nowadays gcc actually eats much more memory..
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index