Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699 - Skipstone fails to build
Summary: Skipstone fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bruce A. Locke (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-14 14:05 UTC by Ben Beuchler
Modified: 2003-02-04 19:42 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 Ben Beuchler 2002-02-14 14:05:41 UTC
Just did an 'emerge net-www/skipstone'.  It built and installed mozilla 
without problems, but failed during the skipstone build.  Here's the errors:

g++ -g -O2 -Wall -fno-rtti -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/mozilla 
-I/usr/include/mozilla -I/usr/include/nspr -I/usr/include/mozilla/dom 
-I/usr/include/mozilla/windowwatcher 
-I/usr/include/mozilla/webbrowserpersist -I/usr/include/mozilla/appcomps 
-I/usr/include/mozilla/find -I/usr/include/mozilla/txtsvc 
-I/usr/include/mozilla/docshell -I/usr/include/mozilla/shistory 
-I/usr/include/mozilla/webshell -I/usr/include/mozilla/gfx 
-I/usr/include/mozilla/necko -I/usr/include/mozilla/widget 
-I/usr/include/mozilla/content -I/usr/include/mozilla/layout 
-I/usr/include/mozilla/browser -I/usr/include/mozilla/webbrwsr 
-I/usr/include/mozilla/string -I/usr/include/mozilla/xpcom 
-I/usr/include/mozilla/pref -I/usr/include/mozilla/gtkembedmoz 
-I/usr/include/mozilla/nspr -I/usr/local/include/nspr 
-I/usr/local/include/mozilla/gtkembedmoz -I/usr/local/include/mozilla/dom 
-I/usr/local/include/mozilla/windowwatcher 
-I/usr/local/include/mozilla/appcomps -I/usr/local/include/mozilla/find 
-I/usr/local/include/mozilla/txtsvc -I/usr/local/include/mozilla/docshell 
-I/usr/local/include/mozilla/shistory -I/usr/local/include/mozilla/webshell 
-I/usr/local/include/mozilla/gfx -I/usr/include/mozilla/webbrowserpersist 
-I/usr/local/include/mozilla/necko -I/usr/local/include/mozilla/widget 
-I/usr/local/include/mozilla/content -I/usr/local/include/mozilla/layout 
-I/usr/local/include/mozilla/browser -I/usr/local/include/mozilla/webbrwsr 
-I/usr/local/include/mozilla/string -I/usr/local/include/mozilla/xpcom 
-I/usr/local/include/mozilla/pref -I/usr/include/mozilla/nspr 
-I/usr/include/mozilla/gtkembedmoz -I/usr/include/mozilla/dom 
-I/usr/include/mozilla/windowwatcher -I/usr/include/mozilla/appcomps 
-I/usr/include/mozilla/find -I/usr/include/mozilla/txtsvc 
-I/usr/include/mozilla/docshell -I/usr/include/mozilla/shistory 
-I/usr/include/mozilla/webshell -I/usr/include/mozilla/gfx 
-I/usr/include/mozilla/necko -I/usr/include/mozilla/widget 
-I/usr/include/mozilla/webbrowserpersist -I/usr/include/mozilla/content 
-I/usr/include/mozilla/layout -I/usr/include/mozilla/browser 
-I/usr/include/mozilla/webbrwsr -I/usr/include/mozilla/string 
-I/usr/include/mozilla/xpcom -I/usr/include/mozilla/pref  -DENABLE_NLS 
-DLOCALEDIR=\"/usr/share/locale\"  -c -o mozilla.o mozilla.cpp
mozilla.cpp: In function `gboolean mozilla_save(GtkMozEmbed *, gchar *, 
int)':
mozilla.cpp:388: no matching function for call to 
`nsDerivedSafe<nsIWebBrowserPersist>::SaveDocument (nsCOMPtr<nsIDOMDocument> 
&, nsCOMPtr<nsILocalFile> &, nsCOMPtr<nsILocalFile> &)'
/usr/include/mozilla/webbrowserpersist/nsIWebBrowserPersist.h:218: 
candidates are: nsresult nsIWebBrowserPersist::SaveDocument(nsIDOMDocument 
*, nsISupports *, nsISupports *, const char *, unsigned int, unsigned int)
mozilla.cpp: In function `glong mozilla_get_context_menu_type(GtkMozEmbed *, 
void *, gchar **, gchar **, gchar **)':
mozilla.cpp:474: no matching function for call to 
`nsIDOMMouseEvent::GetOriginalTarget (nsGetterAddRefs<nsIDOMEventTarget>)'
mozilla.cpp:468: warning: `nsresult result' might be used uninitialized in 
this function
make: *** [mozilla.o] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 6, Exitcode 2
!!! (no error message)

!!! emerge aborting on  
/usr/portage/net-www/skipstone/skipstone-0.7.7.ebuild .
Comment 1 Ben Beuchler 2002-02-14 14:06:35 UTC
Occurs to me that this should have been 'Applications', not 'ebuilds'.
Comment 2 Ben Beuchler 2002-02-15 09:51:51 UTC
Skipstone from CVS works great.
Comment 3 Tod M. Neidt (RETIRED) gentoo-dev 2002-02-23 22:21:03 UTC
Hi!

I commited an updated version for skipstone last night, that will compile
against the latest mozilla which I think fixes this bug. It was just a copy of
the prior ebuild to the new version.
Comment 4 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-07 03:02:58 UTC
ebuild needs a DEPEND overhaul and testing with latest mozilla...

stealing bug....