pkgsrc-Bugs archive

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

Re: pkg/45725 GHC's configure script incomaptiable with latest Perl



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

From: Noud de Brouwer <noud4%home.nl@localhost>
To: kristerw%netbsd.org@localhost, gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/45725 GHC's configure script incomaptiable with latest Perl
Date: Tue, 31 Jan 2012 06:31:06 +0000

 hi Krister,
 
 Can we have this small patch to lang/ghc/patches,
 so, at least, configure goes okay again for now:
 
 --- patch-at.orig      2012-01-31 07:39:32 000000000 +0000
 +++ patch-at   2012-01-31 07:41:41.000000000 +0000
 @@ -7,7 +7,7 @@
      else
      $PerlCmd -v >conftest.out 2>&1
  -   if grep "v5.6" conftest.out >/dev/null 2>&1; then
 -+   if grep "v5.1[02]" conftest.out >/dev/null 2>&1; then
 ++   if grep "v5.1[024]" conftest.out >/dev/null 2>&1; then
         :
      else
         if grep "v5.8" conftest.out >/dev/null 2>&1; then
 
 
 (i have the same issue.)
 pkgsrc-current having perl-5.14.2nb3.
 lang/ghc does not detect perl anymore during configure:
 
 checking for perl... /obj/lang/ghc/work/.tools/bin/perl
 configure: error: your version of perl probably won't work, try
 upgrading it.
 *** Error code 1
 
 greetings,
 Noud
 -- 
 


Home | Main Index | Thread Index | Old Index