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



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