Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2004 15:29:09 -0800 (PST)
From:      Friedemann Becker <Friedemann.Becker@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/62671: ports make can't handle GREP_OPTIONS environment variable
Message-ID:  <200402102329.i1ANT9Tj056166@www.freebsd.org>
Resent-Message-ID: <200402102330.i1ANUK1A066006@freefall.freebsd.org>

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

>Number:         62671
>Category:       ports
>Synopsis:       ports make can't handle GREP_OPTIONS environment variable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 10 15:30:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Friedemann Becker
>Release:        5.2
>Organization:
>Environment:
FreeBSD chasey.homenet 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Wed Jan 14 18:19:49 CET 2004     root@chasey.homenet:/usr/obj/usr/src/sys/KERNEL  i386
>Description:
when setting the GREP_OPTIONS environment variable to "-E" (to inforce extended regular expressions by default on command line) make in the ports directory will fail with the following message:

  ===>  Vulnerability check disabled
  ===>  Extracting for libflash-0.4.10
  >> No checksum recorded for flash-0.4.10.tgz.
  *** Error code 1
  
  Stop in /usr/ports/graphics/libflash.

somewhere in the make process the /usr/ports/$some/$port/distinfo is grep'ed for the distfile name of the ports. fetch will fail with GREP_OPTIONS set to -E.

when deleting/renaming distinfo, the port will fetch and configure/build but won't install...

>How-To-Repeat:
setenv GREP_OPTIONS -E
cd /usr/ports/$some/$port
make
>Fix:
unsetenv GREP_OPTIONS

if needed, use an alias instead of GREP_OPTIONS environment variable

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



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