You are not logged in.
Here is my install process, I've try to solve it by removing hicolor-icon-theme, but it infect too many packages.
$ yaourt -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
archlinuxfr is up to date
16:35:06$ yaourt -S kdesdk-kcachegrind
resolving dependencies...
:: There are 3 providers available for phonon-backend:
:: Repository extra
1) phonon-gstreamer 2) phonon-vlc
:: Repository archlinuxfr
3) phonon-mplayer-git
Enter a number (default=1): 1
looking for inter-conflicts...
Targets (25): attica-0.4.1-1 exiv2-0.23-1 grantlee-0.2.0-1 ilmbase-1.0.2-1
kactivities-4.9.1-1 kdebase-runtime-4.9.1-1 kdelibs-4.9.1-1
libdbusmenu-qt-0.9.2-1 libiodbc-3.52.8-1 libqzeitgeist-0.8.0-2
libssh-0.5.2-1 media-player-info-17-1 nepomuk-core-4.9.1-1
openexr-1.7.0-2 oxygen-icons-4.9.1-1 phonon-1:4.6.0-2
phonon-gstreamer-4.6.2-1 polkit-qt-0.103.0-1 qca-2.0.3-2
redland-storage-virtuoso-1:1.0.15-3
shared-desktop-ontologies-0.10.0-1 soprano-2.8.0-2
strigi-0.7.7-2 virtuoso-base-6.1.6-1 kdesdk-kcachegrind-4.9.1-1
Total Installed Size: 208.99 MiB
Proceed with installation? [Y/n]
(25/25) checking package integrity [######################] 100%
(25/25) loading package files [######################] 100%
(25/25) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
kdebase-runtime: /usr/share/icons/default.kde4 exists in filesystem
Errors occurred, no packages were upgraded.Last edited by dlin (2012-09-17 09:22:01)
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
It is all there in the messages: Only remove or rename /usr/share/icons/default.kde4 and try again.
To know or not to know ...
... the questions remain forever.
Offline
Thanks, you give me great hint.
$ cd /usr/share/icons
$ sudo mv default.kde4 default.kde4.old
$ yaourt -S kdesdk-kcachegrind => OK
# I found
$ ls -lad default.kde4*
lrwxrwxrwx 1 root root 6 Sep 3 06:26 default.kde4 -> oxygen/
lrwxrwxrwx 1 root root 7 Aug 20 2010 default.kde4.old -> hicolor/Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline