Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11661 - Unable to build galeon against mozilla 1.2.1
Summary: Unable to build galeon against mozilla 1.2.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-06 01:26 UTC by Bernd Wurst
Modified: 2003-02-04 19:42 UTC (History)
3 users (show)

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 Bernd Wurst 2002-12-06 01:26:01 UTC
If you type "emerge galeon" at the moment, it will not compile. emerge builds
mozilla 1.2.1 (as the actual version of mozilla) and then galeon doesn't know
this version and gives me a configure-error. Last lines of configure output:


checking for gdk_superwin_get_type in -lgtksuperwin... yes
checking for gtk_moz_embed_get_type in -lgtkembedmoz... yes
checking for Mozilla... yes
checking Mozilla version... "1.2.1"
configure: error: :
***********************************************
Mozilla 1.2 is required but it seems you are building against
mozilla 1.2.1.
You need to provide the --with-mozilla-snapshot=1.0|1.1|1.2|trunk configure
option depending on whether your mozilla is 1.0|1.1|1.2 release branch or trunk
snapshot.
Successfull build is not guranteed due to the frequently changing state of
the mozilla interfaces and the limited resources of the galeon team to support
non-release mozilla snapshots.
***********************************************

!!! ERROR: net-www/galeon-1.2.7 failed.
!!! Function src_compile, Line 64, Exitcode 1
!!! (no error message)
Comment 1 Arno Ekkes 2002-12-06 05:47:29 UTC
I have similair problems, see below:

checking for PR_Init in -lnspr4... yes
checking for PL_strcmp in -lplc4... yes
checking for PL_NewHashTable in -lplds4... yes
checking for xpcom... yes
checking for gdk_superwin_get_type in -lgtksuperwin... yes
checking for gtk_moz_embed_get_type in -lgtkembedmoz... yes
checking for Mozilla... yes
checking Mozilla version... "1.2.1"
configure: error: :
***********************************************
Mozilla 1.2 is required but it seems you are building against
mozilla 1.2.1.
You need to provide the --with-mozilla-snapshot=1.0|1.1|1.2|trunk configure
option depending on whether your mozilla is 1.0|1.1|1.2 release branch or trunk
snapshot.
Successfull build is not guranteed due to the frequently changing state of
the mozilla interfaces and the limited resources of the galeon team to support
non-release mozilla snapshots.
***********************************************

!!! ERROR: net-www/galeon-1.2.7 failed.
!!! Function src_compile, Line 64, Exitcode 1
!!! (no error message)

Calculating dependencies  ...done!
>>> emerge (1 of 1) net-www/galeon-1.2.7 to /
>>> md5 ;-) galeon-1.2.7.tar.gz

And here is my emerge info:
Portage 2.0.45 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) Processor
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ libwww mikmod mmx
mpeg ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib
gtkhtml gdbm berkdb slang readline java guile X sdl tcpd pam ssl perl python esd
imlib oggvorbis gnome gtk qt kde motif opengl alsa -arts bonobo cdr dvd evo gb
-gpm libgda mbox mozilla samba scanner -svga xml"
ARCH="x86"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O3 -pipe"
CXXFLAGS="-march=athlon-tbird -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config:/usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
MAKEOPTS="-j2"
JDK_HOME="/opt/sun-jdk-1.4.1.01"
JAVA_HOME="/opt/sun-jdk-1.4.1.01"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"

When starting galeon it complains that is run with a different of mozilla  then
the version it was compiled against. But it seems to work oke.
Comment 2 Arkadi Shishlov 2002-12-06 06:16:56 UTC
Just add --with-mozilla-snapshot=1.2 to configure flags and build it.