Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 01:17:33 -0400 (EDT)
From:      parv_@yahoo.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30018: mozilla 0.9.3 build fails
Message-ID:  <20010824051733.DC65351086@worldnet.att.net>

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

>Number:         30018
>Category:       ports
>Synopsis:       mozilla 0.9.3 build fails
>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:   Thu Aug 23 22:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     parv
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD moo.holy.cow 4.4-PRERELEASE 

ports cvsup'd around 20010823-2255 edt.

made following changes to the makefile...

--- Makefile--old       Fri Aug 24 00:36:47 2001
+++ Makefile    Fri Aug 24 00:37:20 2001
@@ -42,13 +42,13 @@
                --enable-crypto                 \
                --enable-double-buffer          \
                --enable-editor                 \
-               --enable-mailnews               \
+               --disable-mailnews              \
                --enable-mathml                 \
                --enable-optimize="${CFLAGS}"   \
                --enable-pics                   \
                --enable-svg                    \
                --enable-tests                  \
-               --enable-toolkit=gtk            \
+               --enable-toolkit=xlib           \
                --enable-x11-shm                \
                --enable-chrome-format=jar      \
                --with-jpeg=${LOCALBASE}        \


>Description:

mozilla (and mozilla+ipv6) build fails w/ this message:

...
nsXPrintContext.cpp: In method `nsresult nsXPrintContext::Init(nsDeviceContextXp *, nsIDeviceContextSpecXp *)':
nsXPrintContext.cpp:118: warning: unused variable `char * buf'
nsXPrintContext.cpp: In function `struct XImage * GetScaledXImage(XImage *, double, double, short unsigned int, short unsigned int, short unsigned int, short unsigned int)':
nsXPrintContext.cpp:478: warning: assignment to `short unsigned int' from `double'
nsXPrintContext.cpp:481: warning: assignment to `short unsigned int' from `double'
nsXPrintContext.cpp: In method `nsresult nsXPrintContext::DrawImage(xGC *, nsIImage *, int, int, int, int, int, int, int, int)':
nsXPrintContext.cpp:533: warning: assignment to `long int' from `double'
nsXPrintContext.cpp:534: warning: assignment to `PRInt32' from `double'
nsXPrintContext.cpp:535: warning: assignment to `PRInt32' from `double'
rm -f libgfxxprint.so
c++ -I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-long-long -pipe -O -pipe -march=pentiumpro  -DNDEBUG -DTRIMMED -I/usr/X11R6/include -shared -Wl,-h -Wl,libgfxxprint.so -o libgfxxprint.so  ../xlibrgb/xlibrgb.o xprintutil.o xprintutil_printtofile.o nsDeviceContextXP.o nsFontMetricsXlib.o nsRenderingContextXlib.o nsGfxFactoryXP.o nsXPrintContext.o nsRegionXlib.o nsGCCache.o    -L/usr/X11R6/lib -lXp -lXext -lX11 -L../../../dist/bin -lxpcom -L../../../dist/bin -L/source/ports/www/mozilla/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread    -L../../../dist/bin -L../../../dist/lib -lgkgfx -L../../../dist/bin -lxpcom -L../../../dist/bin -L/source/ports/www/mozilla/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread   -lm    
c++: nsFontMetricsXlib.o: No such file or directory
c++: nsRenderingContextXlib.o: No such file or directory
c++: nsRegionXlib.o: No such file or directory
c++: nsGCCache.o: No such file or directory
gmake[3]: *** [libgfxxprint.so] Error 1
gmake[3]: Leaving directory `/source/ports/www/mozilla/work/mozilla/gfx/src/xprint'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory `/source/ports/www/mozilla/work/mozilla/gfx/src'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/source/ports/www/mozilla/work/mozilla/gfx'
gmake: *** [install] Error 2
*** Error code 2

Stop in /source/ports/www/mozilla.
*** Error code 1

Stop in /source/ports/www/mozilla.
*** Error code 1



>How-To-Repeat:

 try to build the mozilla 0.9.3 port

>Fix:

 don't know
>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?20010824051733.DC65351086>