Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31476 - galeon-1.3.9 broken since mozilla-1.5 ?
Summary: galeon-1.3.9 broken since mozilla-1.5 ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 01:48 UTC by Olivier Castan
Modified: 2003-10-22 10:09 UTC (History)
1 user (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 Olivier Castan 2003-10-19 01:48:51 UTC
$ galeon
/usr/bin/galeon-bin: relocation error: /usr/bin/galeon-bin: undefined symbol:
_ZN20NS_ConvertUCS2toUTF8C1ERK9nsAString

Trying to rebuild :
# emerge -v galeon
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/galeon-1.3.9 to /
>>> md5 src_uri ;-) galeon-1.3.9.tar.bz2
>>> Unpacking source...
>>> Unpacking galeon-1.3.9.tar.bz2 to /home/portage/tmp/portage/galeon-1.3.9/work
>>> Source unpacked.
 * Working directory: /home/portage/tmp/portage/galeon-1.3.9/work/galeon-1.3.9...
 * Applying libtool-tmp.patch...
 * Applying libtool-sed.patch...
 * Applying libtool-portage.patch...
[...]
checking for mozilla version... 1.5 (guessed: 1.5)
configure: error:
*****************************************************************************
Galeon can be built using mozilla 1.4, 1.5a, 1.5b or trunk
snapshot, but the version available is 1.5.
 
You can use --with-mozilla-snapshot[=|1.4|1.5a|1.5b|trunk]
configure option to force a particular version to be used, but successful
build can't be guaranteed in that case.
 
When using mozilla trunk snapshot successful build is not guaranteed 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.3.9 failed.
!!! Function econf, Line 338, Exitcode 1
!!! econf failed

I've modified the ebuild to force the option --with-mozilla-snapshot=trunk for
configure, but build fails at link time. I've looked at galeon source at
sourceforge, it looks like mozilla-1.5 has been taken into consideration at
least in cvs...

Reproducible: Always
Steps to Reproduce:

Actual Results:  
fails

Expected Results:  
runs

Portage 2.0.49-r13 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r6, 2.4.20-gentoo-r7)
=================================================================
System uname: 2.4.20-gentoo-r7 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.4.3.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon -O3 -pipe"
DISTDIR="/home/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://212.219.56.146/sites/www.ibiblio.org/gentoo/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://194.83.57.15/sites/www.ibiblio.org/gentoo/
http://212.219.56.152/sites/www.ibiblio.org/gentoo/
ftp://ftp.rhnet.is/pub/gentoo/ http://212.219.56.131/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home/portage/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg kde libg++ mad mikmod
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb
alsa gdbm berkdb slang readline arts tetex aalib bonobo svga ggi tcltk java X
sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt motif
opengl mozilla cdr scanner 3dnow dga dv dvd faad fbcon ffmpeg gtk2 gtkhtml mmx
ppds sse tiff usb wmf xface xml"
Comment 1 Martin Klaffenboeck 2003-10-19 04:47:59 UTC
Did anyone try to use the flag: --with-mozilla-snapshot[=|1.4|1.5a|1.5b|trunk]

Which one should we use here?  Any hints?

Martin
Comment 2 Olivier Castan 2003-10-19 05:13:54 UTC
See http://forums.gentoo.org/viewtopic.php?t=97742
using --with-mozilla-snapshot=1.5b seems to work fine for me too on x86
Comment 3 Martin Klaffenboeck 2003-10-19 06:17:03 UTC
Thanks, I'll use that.

Martin
Comment 4 Hanno Böck gentoo-dev 2003-10-21 12:33:08 UTC
To the gnome-people: I've tested and it works fine with "--with-mozilla-snapshot=1.5b".
So a simple ${moz_ver/1.5/1.5b} should do the trick.
Any objections if I add this?
Comment 5 foser (RETIRED) gentoo-dev 2003-10-21 14:55:13 UTC
nope, go ahead
Comment 6 Hanno Böck gentoo-dev 2003-10-22 10:09:03 UTC
done