Subject: pkg/17242: devel/gmake configure hangs on Solaris eating cpu time due to wrong patch
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-bugs
Date: 06/13/2002 00:30:50
>Number:         17242
>Category:       pkg
>Synopsis:       devel/gmake configure hangs on Solaris eating cpu time due to wrong patch
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 12 15:52:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lubomir Sedlacik
>Release:        SunOS 5.9 sparc
>Organization:
>Environment:
>Description:

devel/gmake build hangs in 'bmake configure' stage and eat cpu time due to
typo in patches/patch-ae which introduces mipseb as valid platform.

>How-To-Repeat:

cd pkgsrc/devel/gmake && bmake configure

>Fix:

Index: patch-ae
===================================================================
RCS file: /cvsroot/pkgsrc/devel/gmake/patches/patch-ae,v
retrieving revision 1.1
diff -u -u -r1.1 patch-ae
--- patch-ae    2002/06/06 02:14:02     1.1
+++ patch-ae    2002/06/12 22:30:09
@@ -15,7 +15,7 @@
              | clipper-* | orion-* \
              | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
              | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \
-+            | mipseb-* |
++            | mipseb-* \
              | mips64el-* | mips64orion-* | mips64orionel-* \
              | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
              | mipstx39-* | mipstx39el-* | mcore-* \

>Release-Note:
>Audit-Trail:
>Unformatted: