Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52006 - galeon 1.3.12 ebuild fails with Mozilla 1.6
Summary: galeon 1.3.12 ebuild fails with Mozilla 1.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 06:21 UTC by Jacob Levine
Modified: 2004-05-30 06:37 UTC (History)
1 user (show)

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


Attachments
emerge galeon output log (galeon_install.txt,573.72 KB, text/plain)
2004-05-25 06:23 UTC, Jacob Levine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Levine 2004-05-25 06:21:39 UTC
When I try to emerge galeon it handles downloading the source and dependencies fine but fails during compilation with this error:

/var/tmp/portage/galeon-1.3.12/work/galeon-1.3.12/src/galeon-nautilus-view.c:589: undefined reference to `nautilus_view_open_location_force_new_window'
collect2: ld returned 1 exit status
make[3]: *** [galeon-bin] Error 1
make[3]: Leaving directory `/var/tmp/portage/galeon-1.3.12/work/galeon-1.3.12/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/galeon-1.3.12/work/galeon-1.3.12/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/galeon-1.3.12/work/galeon-1.3.12'
make: *** [all] Error 2
 
!!! ERROR: net-www/galeon-1.3.12 failed.
!!! Function src_compile, Line 63, Exitcode 2
!!! compile failed


Reproducible: Always
Steps to Reproduce:
1. Issue the command "emerge galeon".
2. Wait for compilation to fail.


Actual Results:  
Received several warning codes. I will attach a full output log to this bug.

Expected Results:  
Finished emerge'ing galeon correctly, allowing me to use the software.

Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25-gentoo-r2)
=================================================================
System uname: 2.4.25-gentoo-r2 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.gentoo.gr.jp ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO
http://ftp.gentoo.or.kr/ http://gentoo.gg3.net/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb crypt cups encode esd foomaticdb gdbm gif gnome
gpm gtk2 imlib jpeg libg++ libwww mad mikmod motif mozilla mpeg ncurses nls
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang
spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Jacob Levine 2004-05-25 06:23:10 UTC
Created attachment 32004 [details]
emerge galeon output log
Comment 2 foser (RETIRED) gentoo-dev 2004-05-26 03:00:56 UTC
try a newer release
Comment 3 Jacob Levine 2004-05-26 07:20:13 UTC
Version 1.3.12 is what emerge tries to install if I specify "emerge galeon". If I try "emerge =galeon-1.3.13a" or "emerge =galeon-1.3.14a" I get:

Calculating dependencies
!!! all ebuilds that could satisfy "=galeon-1.3.13a" have been masked.
!!! possible candidates are:
- net-www/galeon-1.3.13a (masked by: ~keyword)
 
!!! Error calculating dependencies. Please correct.

Replace 1.3.13a with 1.3.14a for the relevant version. Not sure what that error means. I even tried specifying "emerge =net-www/galeon-1.3.14a" to no avail. Same error.
Comment 4 foser (RETIRED) gentoo-dev 2004-05-26 07:54:32 UTC
try 'ACCEPT_KEYWORDS=~x86 emerge galeon -vp'
Comment 5 Hanno Böck gentoo-dev 2004-05-30 06:37:56 UTC
1.3.14a marked stable now, so the problem should be fixed.