My way to get MCC work

Here you'll find a place for solutions and hints.

Please use one of the support subforums below for questions or if you have any issues and need support.

My way to get MCC work

Postby Northsoft » Jun 21st, '13, 08:03

Hi all, I had a trouble by which I was unable to run MCC and all other drakxtools. Maybe these steps will be helpful to users in case of problems.
1. Check all packages which are not part of Mageia (as user):
rpm -qa | grep -v mga | sort | less
Code: Select all
flash-plugin-10.2.152.27-release
flash-plugin-11.2.202.258-release
gpg-pubkey-22458a98-3969e7de
...
lib64va-compat0-0.31.0.1.sds10-1.1mdv2010.1
lib64x264_115-0.115-0.20110623.1mib2010.2
VirtualBox-4.0-4.0.4_70112_mdv2010.0-1

There were lots of packages from Mandriva 2010.0-2 official repos, MNB, MIB repos. Lots of them were unused and could be uninstalled freely.
2. Some required packages (which are used by applications) were marked as newer, despite they were from repos with no support since Mandriva distro down. They could be replaced to packages from official repository with --downgrade option:
urpmi lib64k3bdevice6
Code: Select all
A requested package cannot be installed:
lib64k3bdevice6-2.0.2-5.mga2.x86_64 (in order to keep lib64k3bdevice6-2.0.2-69.1mib2010.2.x86_64)
Continue installation anyway? (Y/n) n

urpmi --downgrade lib64k3bdevice6
Code: Select all
The following package has to be removed for others to be upgraded:
lib64k3bdevice6-2.0.2-69.1mib2010.2.x86_64
 (in order to install lib64k3bdevice6-2.0.2-5.mga2.x86_64) (y/N) y
Marking lib64k3bdevice6 as manually installed, it won't be auto-orphaned
writing /var/lib/rpm/installed-through-deps.list


    http://mirror.yandex.ru/mageia/distrib/2/x86_64/media/core/release/lib64k3bdevice6-2.0.2-5.mga2.x86_64.rpm
installing lib64k3bdevice6-2.0.2-5.mga2.x86_64.rpm from /var/cache/urpmi/rpms
Preparing...                     ##################################################################################################################
      1/1: lib64k3bdevice6       ##################################################################################################################

3. Some packages require forced install with --allow-force option
(Sorry about localized messages, I didn't run it with LC_ALL=C):
urpmi --downgrade --allow-force lib64pixman1_0
Code: Select all
WARNING: --allow-force option is in use. Some strange problems may happen
installing lib64pixman1_0-0.24.4-1.1.mga2.x86_64.rpm из /var/cache/urpmi/rpms
Подготовка...                    ##################################################################################################################
Установка не удалась:
        файл /usr/lib64/libpixman-1.so.0 из устанавливаемого пакета lib64pixman1_0-0.24.4-1.1.mga2.x86_64 конфликтует с файлом из пакета lib64pixman-1_0-0.23.6-69.1mib2010.2.x86_64
Попробовать установить без проверки зависимостей? (y/N) y
Подготовка...                    ##################################################################################################################
Установка не удалась:
        файл /usr/lib64/libpixman-1.so.0 из устанавливаемого пакета lib64pixman1_0-0.24.4-1.1.mga2.x86_64 конфликтует с файлом из пакета lib64pixman-1_0-0.23.6-69.1mib2010.2.x86_64
Попробовать принудительную установку (--force)? (y/N) y
Подготовка...                    ##################################################################################################################
      1/1: lib64pixman1_0        ##################################################################################################################

Hope this will help smb.
Northsoft
 
Posts: 33
Joined: Dec 18th, '12, 19:22
Location: Novosibirsk, Russia

Return to The magician suggests...

Who is online

Users browsing this forum: No registered users and 1 guest

cron