Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70769 - collision between gnome-themes-2.8.0 and gnome-themes-extras-0,5 when upgrading gnome-themes
Summary: collision between gnome-themes-2.8.0 and gnome-themes-extras-0,5 when upgradi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on: 64827
Blocks: 72798
  Show dependency tree
 
Reported: 2004-11-11 03:23 UTC by Bernd Waibel
Modified: 2004-12-07 19:01 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 Bernd Waibel 2004-11-11 03:23:25 UTC
during update of gnome-themes packages to rel. 2.8.0 i get the following error
when using collision-protect feature:

>>> extracting gnome-themes-2.8.0
* checking 1448 files for package collisions
existing file /usr/lib/gtk-2.0/2.4.0/engines/libsmooth.la is not owned by this package
existing file /usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so is not owned by this package


both files belong to the gnome-themes-extras-0.5 package according equery:
gwenhwyfar portage # equery belongs /usr/lib/gtk-2.0/2.4.0/engines/libsmooth.la Searching for file '/usr/lib/gtk-2.0/2.4.0/engines/libsmooth.la' in *...
x11-themes/gnome-themes-extras-0.5 (/usr/lib/gtk-2.0/2.4.0/engines/libsmooth.la)
gwenhwyfar portage # equery belongs /usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so
Searching for file '/usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so' in *...
x11-themes/gnome-themes-extras-0.5 (/usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so)


Reproducible: Always
Steps to Reproduce:
1. FEATURES="collision-protect" emerge -uv gnome-themes
2.
3.

Actual Results:  
I got the error described above. this happened during 'emerge -uvD system' so
the system update stopped as well.

Expected Results:  
gnome-themes should have been updated and emerge continued its system update

Portage 2.0.51-r3 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -fforce-addr -mfpmath=sse -mmmx -msse -msse2 -Wall"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -fforce-addr -mfpmath=sse -mmmx -msse -msse2 -Wall"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache collision-protect distlocks fixpackages
nostrip sandbox userpriv usersandbox"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://ftp.gentoo.mesh-solutions.com/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/mnt/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aalib accessibility acl acpi aim alsa apache2 arts audiofile avi bcmath
berkdb bindist bitmap-fonts bonobo bzlib caps cdr cjk crypt cscope ctype cups
curl curlwrappers dbase dbx dedicated dga directfb divx4linux doc dvd dvdr emacs
encode esd ethereal evo exif f77 fam fbcon fdftk fftw flac flash foomaticdb
fortran ftp gb gd gdbm ggi gif ginac gmp gnome gnutls gpm gps gstreamer gtk gtk2
gtkhtml guile iconv icq imagemagick imlib jabber jack java jikes joystick jpeg
junit kde ladcca lcms libgda libwww mad maildir mcal mhash mikmod mime ming mmap
mmx mmx2 mng motif mozilla mpeg mpi msn mysql nas ncurses netcdf nls nptl odbc
offensive oggvorbis openal opengl oscar oss pam pcntl pcre pdflib perl pic pie
plotutils png posix ppds python qhull qt quicktime readline samba sdl session
shared slang slp soap sockets speex spell sqlite sse ssl svg svga sysvipc tcltk
tcpd tetex theora threads tiff truetype unicode usb videos wddx wmf wxwindows
x86 xine xml2 xmlrpc xmms xosd xpm xprint xsl xv xvid yahoo zlib"
Comment 1 Kai Zimmermann (RETIRED) gentoo-dev 2004-11-12 05:19:44 UTC
Declaring (see #64827) gnome-themes-extras-0.8.0 stable should fix this one.

kai
Comment 2 Bernd Waibel 2004-11-12 05:59:59 UTC
thanks. i solved it by temporarily removing collision-protect from features list.

i don't acutally use gnome, cause i'm playing with enlightenment atm, so this 
bug is not very important for me and i will wait until gnome-themes-extra-0.8 
will become stable.

if no others having problems with this package, resolution can IMO be changed to
worksforme or even to fixed.
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2004-11-30 01:41:56 UTC
gnome-themes-extras-0.8.0 still provides the Smooth themes, we need to decide which one to keep, I'm leaning towards the gnome-themes version as it's included in the meta allready.
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2004-12-07 19:01:19 UTC
Okay, fixed with gnome-themes-extras-0.8.0-r1 - it doesn't install the Smooth engine as it's provided by gnome-themes.