Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2001 14:32:31 -0400
From:      Edward Glowacki <glowack2@msu.edu>
To:        freebsd-mozilla@freebsd.org
Subject:   Continued compilation problems for Mozilla port
Message-ID:  <20010705143230.F5742@msu.edu>

next in thread | raw e-mail | index | archive | help
It appears that the port for Mozilla (0.9.2) is broken still, it
won't compile.  I get the following when building:

Building deps for nsKeygenHandler.cpp
c++ -o nsKeygenHandler.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI   -I../../../../dist/include -I../../../../dist/include -I/usr/ports.local/www/mozilla/work/mozilla/dist/include/nspr  -I/usr/local/include -I/usr/local/include   -I../../../../dist/public/security -I../../../../dist/private/security  -I/usr/X11R6/include   -fPIC  -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 -O -pipe -pipe -O  -DNDEBUG -DTRIMMED -I/usr/X11R6/include  -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../../config-defs.h nsKeygenHandler.cpp
nsKeygenHandler.cpp: In function `struct PQGParams * decode_pqg_params(char *)':
nsKeygenHandler.cpp:100: implicit declaration of function `int ATOB_AsciiToData(...)'
nsKeygenHandler.cpp:100: assignment to `unsigned char *' from `int' lacks a cast
nsKeygenHandler.cpp:85: warning: `unsigned char * buf' might be used uninitialized in this function
nsKeygenHandler.cpp: In method `nsresult nsKeygenFormProcessor::GetPublicKey(nsString &, nsString &, nsString &, nsString &, nsString &)':
nsKeygenHandler.cpp:446: implicit declaration of function `int BTOA_DataToAscii(...)'
nsKeygenHandler.cpp:446: assignment to `char *' from `int' lacks a cast
nsKeygenHandler.cpp:297: warning: unused variable `char * emptyCString'
nsKeygenHandler.cpp: In method `nsresult nsKeygenFormProcessor::ProvideContent(const nsString &, nsVoidArray &, nsString &)':
nsKeygenHandler.cpp:517: warning: unused variable `struct SECKeySizeChoiceInfo * choice'
gmake[3]: *** [nsKeygenHandler.o] Error 1
gmake[3]: Leaving directory `/usr/ports.local/www/mozilla/work/mozilla/security/manager/ssl/src'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory `/usr/ports.local/www/mozilla/work/mozilla/security/manager/ssl'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/usr/ports.local/www/mozilla/work/mozilla/security/manager'
gmake: *** [install] Error 2
*** Error code 2

Stop in /usr/ports.local/www/mozilla.
*** Error code 1

Stop in /usr/ports.local/www/mozilla.
*** Error code 1

Stop in /usr/ports.local/www/mozilla.


I've been having this error for a while now, including on different
versions of FreeBSD (4.2-RELEASE and 4.3-STABLE) and different
versions of Mozilla (0.9.0 through 0.9.2 and CVS).  My ports tree
is up-to-date as of 7/2/2001.  Any help would be greatly appreciated.

ED

-- 
Edward Glowacki			glowack2@msu.edu
Michigan State University	
"...a partial solution to the right problem is better than a complete
solution to the wrong one." (http://uiweb.com/issues/issue14.htm)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mozilla" in the body of the message




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