Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98297 - www-client/epiphany-1.6.4 fails to compile
Summary: www-client/epiphany-1.6.4 fails to compile
Status: RESOLVED DUPLICATE of bug 91984
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 20:14 UTC by Karol Krizka
Modified: 2005-07-08 01:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Krizka 2005-07-07 20:14:13 UTC
I can't emerge latest epiphany (1.6.4)

Reproducible: Always
Steps to Reproduce:
1.emerge epiphany
2.
3.

Actual Results:  
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib
-I../../embed -I../.. -I/usr/include/MozillaFirefox
-I/usr/include/MozillaFirefox/caps -I/usr/include/MozillaFirefox/chardet
-I/usr/include/MozillaFirefox/commandhandler
-I/usr/include/MozillaFirefox/content -I/usr/include/MozillaFirefox/cookie
-I/usr/include/MozillaFirefox/docshell -I/usr/include/MozillaFirefox/dom
-I/usr/include/MozillaFirefox/exthandler -I/usr/include/MozillaFirefox/find
-I/usr/include/MozillaFirefox/helperAppDlg -I/usr/include/MozillaFirefox/gfx
-I/usr/include/MozillaFirefox/history -I/usr/include/MozillaFirefox/js
-I/usr/include/MozillaFirefox/layout -I/usr/include/MozillaFirefox/locale
-I/usr/include/MozillaFirefox/mimetype -I/usr/include/MozillaFirefox/necko
-I/usr/include/MozillaFirefox/nkcache -I/usr/include/MozillaFirefox/passwordmgr
-I/usr/include/MozillaFirefox/pipboot -I/usr/include/MozillaFirefox/pipnss
-I/usr/include/MozillaFirefox/pref -I/usr/include/MozillaFirefox/shistory
-I/usr/include/MozillaFirefox/sidebar -I/usr/include/MozillaFirefox/uriloader
-I/usr/include/MozillaFirefox/uconv -I/usr/include/MozillaFirefox/wallet
-I/usr/include/MozillaFirefox/webbrowserpersist
-I/usr/include/MozillaFirefox/webbrwsr -I/usr/include/MozillaFirefox/widget
-I/usr/include/MozillaFirefox/windowwatcher
-I/usr/include/MozillaFirefox/xmlextras -I/usr/include/MozillaFirefox/xpcom
-I/usr/include/MozillaFirefox/xpconnect -DSHARE_DIR=\"/usr/share/epiphany\"
-DMOZILLA_HOME=\"/usr/lib64/MozillaFirefox\" -DMOZILLA_PREFIX=\"/usr\"
-DALLOW_PRIVATE_API -I/usr/include/MozillaFirefox/gtkembedmoz
-I/usr/include/MozillaFirefox/xpcom -I/usr/include/MozillaFirefox/string
-I/usr/include/MozillaFirefox/nspr -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config
-I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/libglade-2.0 -I/usr/include/gnome-vfs-module-2.0
-I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0
-fno-rtti -fshort-wchar -march=athlon64 -mtune=athlon64 -O2 -pipe -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays -fomit-frame-pointer -MT
libephymozillaembed_la-EphyContentPolicy.lo -MD -MP -MF
.deps/libephymozillaembed_la-EphyContentPolicy.Tpo -c EphyContentPolicy.cpp 
-fPIC -DPIC -o .libs/libephymozillaembed_la-EphyContentPolicy.o
EphyContentPolicy.cpp:138: error: `nsIDOMWindow' has not been declared
EphyContentPolicy.cpp:140: error: ISO C++ forbids declaration of `aWindow' with
no type
EphyContentPolicy.cpp:140: error: prototype for `nsresult
EphyContentPolicy::ShouldLoad(PRInt32, nsIURI*, nsISupports*, int*, PRBool*)'
does not match any in class `EphyContentPolicy'
EphyContentPolicy.h:46: error: candidate is: virtual nsresult
EphyContentPolicy::ShouldLoad(PRUint32, nsIURI*, nsIURI*, nsISupports*, const
nsACString&, nsISupports*, PRInt16*)
EphyContentPolicy.cpp: In member function `nsresult
EphyContentPolicy::ShouldLoad(PRInt32, nsIURI*, nsISupports*, int*, PRBool*)':
EphyContentPolicy.cpp:162: error: `SCRIPT' is not a member of `nsIContentPolicy'
EphyContentPolicy.cpp:165: error: `IMAGE' is not a member of `nsIContentPolicy'
EphyContentPolicy.cpp:168: error: `STYLESHEET' is not a member of `nsIContentPolicy'
EphyContentPolicy.cpp:171: error: `OBJECT' is not a member of `nsIContentPolicy'
EphyContentPolicy.cpp:174: error: `SUBDOCUMENT' is not a member of
`nsIContentPolicy'
EphyContentPolicy.cpp:177: error: `CONTROL_TAG' is not a member of
`nsIContentPolicy'
EphyContentPolicy.cpp:180: error: `DOCUMENT' is not a member of `nsIContentPolicy'
EphyContentPolicy.cpp:183: error: `OTHER' is not a member of `nsIContentPolicy'
EphyContentPolicy.cpp:184: error: `RAW_URL' is not a member of `nsIContentPolicy'
EphyContentPolicy.cpp: At global scope:
EphyContentPolicy.cpp:207: error: `nsIDOMWindow' has not been declared
EphyContentPolicy.cpp:209: error: ISO C++ forbids declaration of `window' with
no type
EphyContentPolicy.cpp:209: error: prototype for `nsresult
EphyContentPolicy::ShouldProcess(PRInt32, nsIURI*, nsISupports*, int*, PRBool*)'
does not match any in class `EphyContentPolicy'
EphyContentPolicy.h:46: error: candidate is: virtual nsresult
EphyContentPolicy::ShouldProcess(PRUint32, nsIURI*, nsIURI*, nsISupports*, const
nsACString&, nsISupports*, PRInt16*)
make[4]: *** [libephymozillaembed_la-EphyContentPolicy.lo] Error 1
make[4]: Leaving directory
`/var/tmp/portage/epiphany-1.6.4/work/epiphany-1.6.4/embed/mozilla'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/epiphany-1.6.4/work/epiphany-1.6.4/embed'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/var/tmp/portage/epiphany-1.6.4/work/epiphany-1.6.4/embed'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/epiphany-1.6.4/work/epiphany-1.6.4'
make: *** [all] Error 2


Expected Results:  
epiphany should have emereged

Portage 2.0.51.22-r1 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.12-gentoo-r1 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r1 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.12
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -mtune=athlon64 -O2 -pipe -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c
/etc/env.d"
CXXFLAGS="-march=athlon64 -mtune=athlon64 -O2 -pipe -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/breakmygentoo"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 3ds X Xaw3d a52 aac aalib accessibility acl acpi adns aim allegro
alsa amuled ao apache2 athena audiofile avi backward-compatible bash-completion
bcmath berkdb berkkdb bidi bitmap-fonts bl bmp bonobo buttons bzip2 bzlib cairo
calendar canna caps cdb cdda cddb cdio cdparanoia cdparanois cdr cegui cg chasen
cjk clanJavaScript clanVoice cpdflibcrypt cpudetection crypt cscope css ctype
cups curl curlwrappers custom-cflags db2 dba dbase dbm dbus dbx dedicated devil
dga dio directfb directfbdivx4linux djbfft djvu dnd doc double-precision dpms
dts dv dvb dvd dvdr dvdread dxr3 dynagraph editor edl eds emacs emacs-w3
emul-linux-x86 encode epiphany esd evo examples exif expat f77 fam fame fat
fbcon ffmpeg fftw firefox flac flash flatfile font-server foomaticdb fortan
fortran fping fpx freetds freetype freewnn ftp gaim gb gcj gd gd-external gdbm
geoip gg ggi gif giff gii gimpprint ginac glitz glut gmail gmailtimestamps gnome
gnomedb gnustep gnutls gphoto2 gpm graphviz gstreamer gtk gtk2 gtkhtml guile hal
hfs howl httpd iconv icq ieee1394 imagemagick imap imlib inifile innodb ipv6 irc
ithreads jabber java javascript jbig jfs jikes jp2 jpeg lcms ldap leim libcaca
libclamav libedit libg++ libgda libsamplerate libvisual libwww live lj lzo lzw
lzw-tiff mad maildir mailwrapper mapeditor matroska matrox mbox mcal mcve md5sum
mdb migemo mikmod mime ming mjpeg mng motif mozdevelop mozilla mozillampg3
mozsvg mp3 mpeg mpi mplayer msn mssql mule mysql mysqli mythtv nas ncurses neXt
network nfs nls nntp nowin nptl ntfs nvidia oav oci8 odbc offensive ofx ogg
oggvorbis openal openexr opengl openntpd oracle oss pam parse-clocks pcmcia pcre
pda pdflib perl php physfs plotutils png pnp portaudio posix postgres ppds
python qmail quicktime rar readlibe readline real reiserfs remote rss rtc ruby
samba sasl sblive scanner sdk sdl server silc slang sndfile sockets sox speex
spell spl sqlite srp ssl stats stream subp subtitles svg symlink synlinkszip
sysfs tcltk tcpd tga theora threads tidy tiff tokenizer tools truetype
truetype-fonts type1-fonts unicode usb userlocales v4l v4l2 vcd videos vidix vlm
vorbis wifi wmf wxgtk1 wxwindows x11vnc xanim xbase xchatdccserver xchattext
xface xfs xine xml xml2 xmlrpc xmms xosd xpm xprint xrandr xsl xv xvid xvmc
yahoo yaz yv12 zeo zlib zvbi userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS, MAKEOPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-08 01:06:15 UTC

*** This bug has been marked as a duplicate of 91984 ***