Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50898 - After upgrading Enligtenment the symlink for the default theme was deleted.
Summary: After upgrading Enligtenment the symlink for the default theme was deleted.
Status: RESOLVED DUPLICATE of bug 16162
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-12 19:02 UTC by James Goruk
Modified: 2005-07-17 13:06 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 James Goruk 2004-05-12 19:02:08 UTC
I had enlightenment e16 installed then I upgraded:

ACCEPT_KEYWORDS="~x86" emerge -u --nodeps enlightenment
ACCEPT_KEYWORDS="~x86" emerge -u --nodeps ethemes

After it was done enligenment gave me a message asking for a default theme dir
I couldn't figure out what it was so I ran
XFree86 & strace -o log enlightenment
Then looked through the log and it needed
/usr/share/enlighenment/themes/DEFAULT to link to
/usr/share/enlighenment/themes/BrushedMetal-Tigert
It could link to some other folder in there but it must exist.






Reproducible: Didn't try
Steps to Reproduce:
1. emerge enlightenment
2. ACCEPT_KEYWORDS="~x86" emerge -u --nodeps enlightenment
3. ACCEPT_KEYWORDS="~x86" emerge -u --nodeps ethemes


Actual Results:  
Symlink Missing
/usr/share/enlighenment/themes/DEFAULT 


Expected Results:  
Should be
/usr/share/enlighenment/themes/DEFAULT->/usr/share/enlighenment/themes/BrushedMetal-Tigert


Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.4.10
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i386 -fomit-frame-pointer"
CHOST="i386-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 -mcpu=i386 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://gentoo.ccccom.com
ftp://mirror.iawnet.sandia.gov/pub/gentoo/ http://mirror.datapipe.net/gentoo
http://gentoo.seren.com/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apm arts avi berkdb cdr crypt cups encode esd foomaticdb gdbm
gif gnome gpm gtk gtk2 imlib java jpeg libg++ libwww mad mikmod motif mozilla
mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime
readline sdl slang spell ssl svga tcltk tcpd truetype video_cards_i810 x86 xml2
xmms xv zlib"
Comment 1 James Goruk 2004-05-12 19:04:56 UTC
I checked the englightenment makefile and it rm's the link and remakes it.
Comment 2 SpanKY gentoo-dev 2004-05-12 21:24:37 UTC
could have just checked the package contents of the ebuild :)

root@vapier 0 root # grep DEFAULT /var/db/pkg/x11-wm/enlightenment-0.16.7_pre1/CONTENTS 
sym /usr/share/enlightenment/themes/DEFAULT -> BrushedMetal-Tigert 1084257864

*** This bug has been marked as a duplicate of 16162 ***