ports/62706: firefox port is broken

Peter van Dijk peter-freebsdpr at dataloss.nl
Wed Feb 11 22:00:48 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list