Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194735 - media-video/totem-2.18.3 requires gnome-icon-theme >= 2.15.90
Summary: media-video/totem-2.18.3 requires gnome-icon-theme >= 2.15.90
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: 2007-10-04 20:37 UTC by Jaime Martin
Modified: 2007-10-04 21:05 UTC (History)
0 users

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


Attachments
build.log from portage (build.log,11.76 KB, text/plain)
2007-10-04 20:39 UTC, Jaime Martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaime Martin 2007-10-04 20:37:37 UTC
Emerge totem fails because totem-2.18.3 depends on gnome-icon-theme >= 2.15.90  but ebuild RDEPEND field suggest >=x11-themes/gnome-icon-theme-2.10 (AMD64 arch).


Reproducible: Always

Steps to Reproduce:
1. Emerge totem 
2. ERROR arise

Actual Results:  
....
checking for Linux... yes
checking whether to compile vanity... no
checking for EXTRA_GNOME... configure: error: Package requirements (glib-2.0 >=
2.12.0 gtk+-2.0 >= 2.10.0 libglade-2.0 gnome-vfs-2.0 >= 2.9.92 gnome-vfs-module-
2.0 >= 2.9.92 gnome-icon-theme >= 2.15.90 gmodule-2.0 iso-codes gstreamer-0.10 >
= 0.10.11.2 gstreamer-base-0.10 >= 0.10.11.2 gstreamer-plugins-base-0.10 >= 0.10
.11.3 gconf-2.0) were not met:

Requested 'gnome-icon-theme >= 2.15.90' but version of gnome-icon-theme is 2.12.
1

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/media-video/totem-2.18.3/work/totem-2.18.3/config.log
 *
 * ERROR: media-video/totem-2.18.3 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   totem-2.18.3.ebuild, line 166:   Called gnome2_src_compile
 *   gnome2.eclass, line 70:   Called gnome2_src_configure
 *   gnome2.eclass, line 66:   Called econf 'MOZILLA_PLUGINDIR=/usr/lib64/nsbrow                    ser/plugins' '--disable-vanity' '--enable-gstreamer' '--with-dbus' '--enable-gtk                    ' '--enable-browser-plugins' '--with-gecko=firefox' '--disable-debug' '--with-ha                    l' '--disable-lirc' '--disable-nvtv'
 *   ebuild.sh, line 591:   Called die
 *
 * econf failed


Expected Results:  
Emerge totem successful.
Comment 1 Jaime Martin 2007-10-04 20:39:22 UTC
Created attachment 132590 [details]
build.log from portage

build.log from portage added
Comment 2 Mart Raudsepp gentoo-dev 2007-10-04 21:05:28 UTC
Thanks, deps adjusted. Additional libgnome requirement was bigger than in the ebuild, so fixed that too.

You might want to consider using the -D (--deep) option for portage when upgrading world, because you seem to have lots of old things on your system that have had years newer versions for a while now. Gnome-icon-theme is at 2.18 in stable now...