Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2002 15:40:08 -0700 (PDT)
From:      David Brinegar <david.brinegar@acm.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41428: autoconf213 requires nawk
Message-ID:  <200208072240.g77Me8gF044738@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         41428
>Category:       ports
>Synopsis:       autoconf213 requires nawk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 07 15:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Brinegar
>Release:        4.6-RELEASE
>Organization:
Brinegar Computing, Inc.
>Environment:
FreeBSD garden.corte.roble 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Wed Jul 24 17:17:32 PDT 2002     root@garden.corte.roble:/usr/src/sys/compile/GARDEN  i386
>Description:
Latest /usr/ports/devel/autoconf213 creates a script that requires nawk.

Line 40:

: ${AWK=nawk}

then line 151:

# Put the real line numbers into configure to make config.log more helpful.
$AWK '
/__oline__/ { printf "%d:", NR + 1 }
           { print }
' $tmpout | sed '
/__oline__/s/^\([0-9][0-9]*\):\(.*\)__oline__/\2\1/
' >&4

>How-To-Repeat:
Ditch nawk and try to configure, say, mail/mutt.  You should observe "nawk not found" and not be able to proceed because the configure script is empty.
>Fix:
Patch to use "awk" instead of "nawk" looks to me like it would work.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208072240.g77Me8gF044738>