Skip site navigation (1)Skip section navigation (2)
Date:      11 Feb 2004 21:52:20 -0000
From:      Peter van Dijk <peter-freebsdpr@dataloss.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62706: firefox port is broken
Message-ID:  <20040211215220.19725.qmail@useful.dataloss.nl>
Resent-Message-ID: <200402112200.i1BM0gbZ041883@freefall.freebsd.org>

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

>Number:         62706
>Category:       ports
>Synopsis:       firefox port is broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 11 14:00:42 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Peter van Dijk
>Release:        FreeBSD 5.2-RELEASE-p2 i386
>Organization:
-
>Environment:
System: FreeBSD fanta.home.dataloss.nl 5.2-RELEASE-p2 FreeBSD 5.2-RELEASE-p2 #0: Sun Feb  8 17:40:43 GMT 2004     root@fanta.home.dataloss.nl:/usr/obj/usr/src/sys/FANTA  i386

very recent cvsup

>Description:
'make install' on the firefox port aborts with an 'error code 1'
from make with no apparent error visible.

It turns out that it is a grep returning '1' because it found no lines.

>How-To-Repeat:

try to install the firefox port

>Fix:

-       ${FIND} * -type d ! -empty | ${SORT} -r | ${SED} -e "s:^:@dirrm :" | \
-               ${GREP} / >> ${PLIST}
+       ${FIND} * -type d ! -empty | ${SORT} -r | ${GREP} / | \
+       ${SED} -e "s:^:@dirrm :" >> ${PLIST}


(basically, move the grep away from the end of the pipeline)
>Release-Note:
>Audit-Trail:
>Unformatted:



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