Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 00:23:44 -0500
From:      Andrew J Caines <A.J.Caines@halplant.com>
To:        gnome@FreeBSD.org
Cc:        FreeBSD ports <FreeBSD-Ports@FreeBSD.org>
Subject:   galeon 1.2.7 with mozilla-devel build fails with GaleonWrapper.cpp
Message-ID:  <20030205052344.GE12279@hal9000.halplant.com>

next in thread | raw e-mail | index | archive | help
First, I'd like to thank all you folks for some incredible work. I finally
went from XFree86 3 to 4 on my -STABLE box and in the process built all my
X apps and their dependencies including galeon2 and phoenix with
mozilla-devel (mozilla-1.3a_1,1), totlling about two hundred ports, all
without a single build failure. Given that I did this at some random point
in the OS branch and ports tree, this is a great compliment to all of you.

The only port which won't build for me on my 30th Jan -STABLE/ports system
is galeon, which fails like this early in the build:

-----8<-------------------------------------------------------------------
# portupgrade --new --upward-recursive --recursive --sudo --uninstall --ver=
bose --make-env WITH_MOZILLA=3Dmozilla-devel /usr/ports/www/galeon
=2E..
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  -I/usr/X11R6/include/mozil=
la-devel -I/usr/X11R6/include/mozilla-devel/nspr  -I/usr/X11R6/include/mozi=
lla-devel/appcomps  -I/usr/X11R6/include/mozilla-devel/caps  -I/usr/X11R6/i=
nclude/mozilla-devel/content  -I/usr/X11R6/include/mozilla-devel/cookie  -I=
/usr/X11R6/include/mozilla-devel/docshell  -I/usr/X11R6/include/mozilla-dev=
el/dom  -I/usr/X11R6/include/mozilla-devel/exthandler  -I/usr/X11R6/include=
/mozilla-devel/find  -I/usr/X11R6/include/mozilla-devel/gfx  -I/usr/X11R6/i=
nclude/mozilla-devel/gtkembedmoz  -I/usr/X11R6/include/mozilla-devel/helper=
AppDlg  -I/usr/X11R6/include/mozilla-devel/java  -I/usr/X11R6/include/mozil=
la-devel/js  -I/usr/X11R6/include/mozilla-devel/jsconsole  -I/usr/X11R6/inc=
lude/mozilla-devel/layout  -I/usr/X11R6/include/mozilla-devel/mimetype  -I/=
usr/X11R6/include/mozilla-devel/mozxfer  -I/usr/X11R6/include/mozilla-devel=
/necko  -I/usr/X11R6/include/mozilla-devel/necko2  -I/usr/X11R6/include/moz=
illa-devel/nkcache  -I/usr/X11R6/include/mozilla-devel/oji  -I/usr/X11R6/in=
clude/mozilla-devel/pref  -I/usr/X11R6/include/mozilla-devel/progressDlg  -=
I/usr/X11R6/include/mozilla-devel/sidebar  -I/usr/X11R6/include/mozilla-dev=
el/string  -I/usr/X11R6/include/mozilla-devel/shistory  -I/usr/X11R6/includ=
e/mozilla-devel/typeaheadfind  -I/usr/X11R6/include/mozilla-devel/uconv  -I=
/usr/X11R6/include/mozilla-devel/uriloader  -I/usr/X11R6/include/mozilla-de=
vel/wallet  -I/usr/X11R6/include/mozilla-devel/webbrowserpersist  -I/usr/X1=
1R6/include/mozilla-devel/webbrwsr  -I/usr/X11R6/include/mozilla-devel/webs=
hell  -I/usr/X11R6/include/mozilla-devel/widget  -I/usr/X11R6/include/mozil=
la-devel/windowwatcher  -I/usr/X11R6/include/mozilla-devel/xpcom  -I/usr/X1=
1R6/include/mozilla-devel/xpconnect  -I/usr/X11R6/include/gconf/1 -I/usr/X1=
1R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/u=
sr/local/include -I/usr/X11R6/include/gtk12  -I/usr/X11R6/include/gdk-pixbu=
f-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/i=
nclude -I/usr/X11R6/include -I/usr/X11R6/include/gnome-vfs-1.0 -I/usr/X11R6=
/lib/gnome-vfs-1.0/include -I/usr/local/include/gnome-xml -I/usr/local/incl=
ude/orbit-1.0 -I/usr/X11R6/include/gconf/1 -D_THREAD_SAFE -I/usr/X11R6/incl=
ude/libglade-1.0 -I/usr/X11R6/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/us=
r/X11R6/lib/gnome-libs/include -I/usr/local/include/freetype2  -DLIB_DIR=3D=
\"/usr/X11R6/lib/galeon\"  -DSHARE_DIR=3D\"/usr/X11R6/share/gnome/galeon\" =
 -DNEW_H=3D\<new\>  -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT =
-D_THREAD_SAFE  -fno-rtti  -O2 -pipe -march=3Dpentiumpro -Wall -Wmissing-de=
clarations -Wmissing-prototypes -Wsign-compare -Werror -c GaleonWrapper.cpp
GaleonWrapper.cpp: In method `nsresult GaleonWrapper::LoadOverrideStyleShee=
t(char *, nsIStyleSheet **)':
GaleonWrapper.cpp:1021: no matching function for call to `nsICSSLoader::Loa=
dAgentSheet (nsCOMPtr<nsIURI> &, nsICSSStyleSheet *&, PRBool &, int)'
/usr/X11R6/include/mozilla-devel/content/nsICSSLoader.h:118: candidates are=
: nsresult nsICSSLoader::LoadAgentSheet(nsIURI *, nsICSSStyleSheet **)
/usr/X11R6/include/mozilla-devel/content/nsICSSLoader.h:122:               =
  nsresult nsICSSLoader::LoadAgentSheet(nsIURI *, nsICSSLoaderObserver *)
cc1plus: warnings being treated as errors
GaleonWrapper.cpp:1020: warning: `class nsICSSStyleSheet * sheet' might be =
used uninitialized in this function
*** Error code 1

Stop in /.disk/ports/www/galeon/work/galeon-1.2.7/src/mozilla.
*** Error code 1

Stop in /.disk/ports/www/galeon/work/galeon-1.2.7/src.
*** Error code 1

Stop in /.disk/ports/www/galeon/work/galeon-1.2.7.
*** Error code 1

Stop in /.disk/ports/www/galeon/work/galeon-1.2.7.
*** Error code 1

Stop in /.disk/ports/www/galeon.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade84206.=
28 env WITH_MOZILLA=3Dmozilla-devel make
** Fix the problem and try again.
-----8<-------------------------------------------------------------------

Major dependent packages include:

XFree86-4.2.0_1,1   X11/XFree86 core distribution (complete, using mini/met=
a-po
mozilla-1.3a_1,1    The open source, standards compliant web browser
mozilla-headers-1.3a_1,1 Header files for mozilla communicator web-surfboard
gtk-1.2.10_9        Gimp Toolkit for X11 GUI (previous stable version)
gnomelibs-1.4.2_1   Libraries for GNOME, a GNU desktop environment

All dependencies are build and installed from the 30th Jan cvsup.


-Andrew-
--=20
 _______________________________________________________________________
| -Andrew J. Caines-   Unix Systems Engineer   A.J.Caines@halplant.com  |
| "They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |

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?20030205052344.GE12279>