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: "OBATA Akio" <obata%lins.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48608 (textproc/icu build fails on NetBSD/m68k 6.1.3)
Date: Wed, 05 Mar 2014 10:01:42 +0900

 On Tue, 04 Mar 2014 21:30:00 +0900, Izumi Tsutsui 
<tsutsui%ceres.dti.ne.jp@localhost> wrote:
 
 >  Well, it will take ~10 days to build icu on TT030
 >  (it doesn't build on 040/060 due to PR/9725)
 
 Following may avoid the issue (or should be set as "no"?).
 
 Index: textproc/icu/hacks.mk
 ===================================================================
 RCS file: /cvsroot/pkgsrc/textproc/icu/hacks.mk,v
 retrieving revision 1.2
 diff -u -r1.2 hacks.mk
 --- textproc/icu/hacks.mk       7 Aug 2013 10:19:04 -0000       1.2
 +++ textproc/icu/hacks.mk       5 Mar 2014 00:58:12 -0000
 @@ -11,4 +11,10 @@
   .  endif
   .endif
 
 +# GNU autoconf mmap() test causes panic on 040/060
 +# PR port-m68k/9725
 +.  if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "m68k"
 +CONFIGURE_ENV+=         ac_cv_func_mmap_ok=yes
 +.  endif
 +
   .endif
 
 
 -- 
 OBATA Akio / obata%lins.jp@localhost
 


Home | Main Index | Thread Index | Old Index