Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546 - galeon ebuild fails with mozilla-0.9.8
Summary: galeon ebuild fails with mozilla-0.9.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-05 12:20 UTC by Carlos Eberhardt
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 Carlos Eberhardt 2002-02-05 12:20:43 UTC
I'm getting the following error when emerging galeon (1.0.2-r1):
<snip>
mozilla.cpp: In function `gboolean mozilla_print(GaleonEmbed *, PrintInfo *, int)':
mozilla.cpp:442: no matching function for call to
`nsDerivedSafe<nsIPrintOptions>::SetPrinter (PRUnichar *&)'
make[3]: *** [mozilla.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/galeon-1.0.2-r1/work/galeon-1.0.2/src/mozilla'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/galeon-1.0.2-r1/work/galeon-1.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/galeon-1.0.2-r1/work/galeon-1.0.2'
make: *** [all-recursive-am] Error 2

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

!!! emerge aborting on  /usr/portage/net-www/galeon/galeon-1.0.2-r1.ebuild .
root@sunflower carlos # 


After updating to Mozilla-0.9.8 I got segfaults when starting Galeon:
carlos@sunflower carlos $ galeon

** WARNING **: compiled MOZILLA_VERSION (0.9.7) != detected mozilla_version (0.9.8)

GLib-CRITICAL **: file ghash.c: line 138 (g_hash_table_lookup): assertion
`hash_table != NULL' failed.

** WARNING **: unknown widget class 'GnomeDialog'

Gtk-WARNING **: invalid cast from `GtkLabel' to `GtkWindow'

Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkLabel'
carlos@sunflower carlos $
Comment 1 Carlos Eberhardt 2002-02-05 12:22:27 UTC
This probably should've been assigned to Martin, but I wasn't sure how or if I
should do that, sorry!
Comment 2 Bruce A. Locke (RETIRED) gentoo-dev 2002-02-05 14:31:52 UTC
Galeon has released 1.0.3 and 1.1.3.  I assume they include support for mozilla
0.9.8.  1.1.3 appears to work fine with mozilla 0.9.8 and I'm compiling 1.1.3 now.
Comment 3 Bruce A. Locke (RETIRED) gentoo-dev 2002-02-05 14:41:08 UTC
Galeon 1.0.3 (stable branch) and 1.1.3 (unstable branch) have been checked into
CVS.  It compiled fine against Mozilla 0.9.8 (at least for me) and some light
testing showed both browsers to be able to browse a few common sites.

Note: anyone who compiles galeon and has problems starting it should see bug 545
which deals with a mozilla build bug.