firefox install fail

Kuang-che Wu kcwu at kcwu.homeip.net
Wed Feb 11 10:34:36 PST 2004


uname -a:
FreeBSD m722 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Sat Jan 31 23:19:49 CST 2004     root at kcwu.homeip.net:/files/usr.obj/usr/src/sys/M722  i386

Makefile version:
$FreeBSD: ports/www/firefox/Makefile,v 1.65 2004/02/11 08:18:19 marcus Exp $

make with OPTIMIZED_CFLAGS,
during make install:

gmake[1]: Entering directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk'
gmake[2]: Entering directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk/src'
../../../../config/nsinstall -t -m 644 gtkmozembed.h gtkmozembed_internal.h /usr/X11R6/lib/firefox/include/mozilla-1.6/gtkembedmoz
../../../../config/nsinstall -t -m 755 libgtkembedmoz.so  /usr/X11R6/lib/firefox/lib/mozilla-1.6
gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk/src'
gmake[2]: Entering directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk/tests'
../../../../config/nsinstall -t -m 755 TestGtkEmbed /usr/X11R6/lib/firefox/lib/mozilla-1.6
gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk/tests'
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk'
*** Error code 1

Stop in /usr/ports/www/firefox.


It failed on the long line in Makefile:
        cd ${FAKEDIR}; ${FIND} * ! -type d | ${SORT} >>${PLIST}; \                                                    
        ${FIND} * -type d -empty | ${SORT} | ${SED} -e \                                                              
                "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" >>
	${PLIST}; \                                          
        ${FIND} * -type d -empty | ${SORT} -r | ${SED} -e \                                                           
                "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" >>
	${PLIST}; \                                        
        ${FIND} * -type d ! -empty | ${SORT} -r | ${SED} -e "s:^:@dirrm :" | \                                        
                ${GREP} / >> ${PLIST}                                                                                 

in the last ${SED}, it only output 
@dirrm lib

then "${GREP} /" don't match any line, and return fail

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20040212/46558a6c/attachment.bin


More information about the freebsd-gnome mailing list