Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146876 - Epiphany-2.16.0 and Yelp-2.16.0 don't compile with either firefox flag enabled or disabled
Summary: Epiphany-2.16.0 and Yelp-2.16.0 don't compile with either firefox flag enable...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-08 13:11 UTC by Diego Alcorta
Modified: 2006-09-08 14:29 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 Diego Alcorta 2006-09-08 13:11:53 UTC
Portage 2.1-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.16-suspend2-r8 i686)
=================================================================
System uname: 2.6.16-suspend2-r8 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.12.4
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -fomit-frame-pointer -pipe -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=pentium-m -O2 -fomit-frame-pointer -pipe -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages metadata-transfer parallel-fetch prelink sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="es_ES.utf8"
LC_ALL="es_ES.utf8"
LINGUAS="es"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/gentopia"
SYNC="rsync://192.168.0.1/gentoo-portage"
USE="x86 X acpi alsa avi bash-completion beagle berkdb bitmap-fonts cdr cjk cli crypt cups dbus dlloader dri eds emboss encode esd fbsplash foomaticdb fortran gcj gdbm gif gmp gnome gpm gstreamer gtk gtk2 hal imlib ipv6 isdnlog jpeg libg++ libwww logrotate mad mikmod mmx mono motif mp3 mpeg ncurses nls nptl objc ogg opengl oss pam pam_console pcmcia pcre pdflib perl png pppd python quicktime readline reflection sdl session spell spl sse ssl symlink tcpd truetype truetype-fonts type1-fonts udev unicode usb vorbis xinerama xml xmms xorg xprint xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_synaptics input_devices_evdev kernel_linux linguas_es userland_GNU video_cards_ati video_cards_radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Epiphany without firefox flag and with firefox and seamonkey installed:
checking which gecko to use... firefox
checking for compiler -fshort-wchar option... yes
checking whether to enable C++ RTTI... no
checking whether we have a gtk 2 gecko build... configure: error: This program needs a gtk 2 gecko build

Yelp without firefox flag and with firefox and seamonkey installed: 
checking which gecko to use... seamonkey
checking for compiler -fshort-wchar option... yes
checking whether to enable C++ RTTI... no
checking whether we have a gtk 2 gecko build... yes
checking whether we have a gecko debug build... no
checking for gecko version... 1.8
configure: error: seamonkey is not supported
There is a similer bug for version 2.15.9*

Epipany with firefox flag enabled:
checking which gecko to use... firefox
checking for compiler -fshort-wchar option... yes
checking whether to enable C++ RTTI... no
checking whether we have a gtk 2 gecko build... configure: error: This program needs a gtk 2 gecko build
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-09-08 13:21:15 UTC
Do you have firefox 2.0 beta?  If so, you need to downgrade to 1.5, 2.0 betas don't work.

The firefox use flag for epi wasn't being used (it always trys to build against firefox, seamonkey is not supported), I've removed the use flag.

I'll look into yelp, it may be that it won't build against seamonkey either.
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-09-08 13:54:36 UTC
Yelp doesn't support seamonkey either.  I've removed the option, and the firefox use flag from that too.
Comment 3 Diego Alcorta 2006-09-08 14:16:15 UTC
(In reply to comment #2)
> Yelp doesn't support seamonkey either.  I've removed the option, and the
> firefox use flag from that too.
> 

(In reply to comment #1)
> Do you have firefox 2.0 beta?  If so, you need to downgrade to 1.5, 2.0 betas
> don't work.
> 
> The firefox use flag for epi wasn't being used (it always trys to build against
> firefox, seamonkey is not supported), I've removed the use flag.
> 
> I'll look into yelp, it may be that it won't build against seamonkey either.
> 

(In reply to comment #1)
> Do you have firefox 2.0 beta?  If so, you need to downgrade to 1.5, 2.0 betas
> don't work.
> 
> The firefox use flag for epi wasn't being used (it always trys to build against
> firefox, seamonkey is not supported), I've removed the use flag.
> 
> I'll look into yelp, it may be that it won't build against seamonkey either.
> 
Still using 1.5 haven't tried 2.0 beta yet.
Comment 4 Diego Alcorta 2006-09-08 14:29:07 UTC
It seemss that firefox got unregisterd somehow.  I did a emerge -1 mozilla-firefox and it solved the problem.  Sorry for the false bug.

Diego Alcorta