Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147351 - epiphany-extensions-2.16.0 ebuild crashes because of the disappeared epiphany dbus use flag
Summary: epiphany-extensions-2.16.0 ebuild crashes because of the disappeared epiphany...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High blocker
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 11:33 UTC by Sylvain BERTRAND
Modified: 2006-09-12 11:39 UTC (History)
0 users

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


Attachments
epiphany-extensions-2.16.0 ebuild patch (epiphany-extensions-2.16.0.ebuild.patch,808 bytes, patch)
2006-09-12 11:35 UTC, Sylvain BERTRAND
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain BERTRAND 2006-09-12 11:33:08 UTC
There is a test in the epiphany-extension-2.16.0.ebuild on the dbus use flag on epiphany. Since this dbus flag is gone in 2.16, it bails out.

Gentoo Base System version 1.12.4
Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.18-rc6 i686)
=================================================================
System uname: 2.6.18-rc6 i686 AMD Athlon(TM) XP2400+
Last Sync: Tue, 12 Sep 2006 08:00:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
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.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://gentoo.blueyonder.co.uk"
LANG="fr_FR.UTF-8"
LINGUAS="fr"
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"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 acpi alsa avi bash-completion berkdb bitmap-fonts bonobo bzip2 cairo caps cdparanoia cli crypt cscope cups dbus dlloader dts dvd dvdread eds elibc_glibc emboss encode esd expat fam firefox flac fontconfig gd gdbm gif gnome gnutls gstreamer gtk gtkhtml hal ibgda input_devices_keyboard input_devices_mouse isdnlog javascript jpeg jpeg2k kernel_linux lcms ldap libg++ linguas_fr mad mikmod mmap mmx mp3 mpeg ncurses nls nptl nptlonly offensive ogg opengl pam pcre pda pdf pdflib perl png pppd python quicktime readline reflection session spell spl sse sse2 ssl startup-notification svg symlink theora threads truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_none video_cards_nv video_cards_nvidia vorbis win32codecs wmf xface xml xorg xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Sylvain BERTRAND 2006-09-12 11:35:10 UTC
Created attachment 96814 [details, diff]
epiphany-extensions-2.16.0 ebuild patch

Remove check for epiphany dbus use flag.
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-09-12 11:39:57 UTC
I've removed the dbus flag and checks from epi-extensions.  Thanks for reporting.