[solved] I get the following error message: 'failed to commit...'

When I run
pacman -Syu
I get:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
:: Replace procps with core/procps-ng? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
Targets (56): acl-2.2.51-2 apr-1.4.6-1 attr-2.4.46-2 bash-4.2.028-1 binutils-2.22-7 coreutils-8.17-1 device-mapper-2.02.95-4 filesystem-2012.2-5 gcc-4.7.0-6 gcc-libs-4.7.0-6 geoip-1.4.8-2 geoip-database-20120501-1 git-1.7.10.2-1 glib2-2.32.2-2 gmp-5.0.5-1
initscripts-2012.05.1-1 isl-0.09-2 java-jline-1.0-2 java-rhino-1.7R3-3 kmod-8-2 libcap-2.22-3 libjpeg-turbo-1.2.0-2 libmysqlclient-5.5.24-1 libusb-compat-0.1.4-1 libvpx-1.1.0-1 linux-firmware-20120227-2 lvm2-2.02.95-4 man-pages-3.41-1
mdadm-3.2.3-3 mkinitcpio-0.8.8-1 mpfr-3.1.0.p10-1 mysql-5.5.24-1 mysql-clients-5.5.24-1 netcfg-2.8.2-1 nss-3.13.4-2 openssl-1.0.1.c-1 pam-1.1.5-3 php-5.4.3-1 php-fpm-5.4.3-1 php-gd-5.4.3-1 php-ldap-5.4.3-1 php-mcrypt-5.4.3-1 php-pear-5.4.3-1
phpmyadmin-3.5.1-1 procps-3.2.8-5 [removal] procps-ng-3.3.2-2 python-distribute-0.6.26-1 rhino-1.7R3-3 s3cmd-1.0.1-1 sqlite-3.7.12-1 sysfsutils-2.1.0-8 udev-182-2 vim-7.3.515-1 vim-runtime-7.3.515-1 xfsprogs-3.1.8-2 zlib-1.2.7-1
Total Download Size: 0.39 MiB
Total Installed Size: 442.89 MiB
Net Upgrade Size: 2.20 MiB
Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
sqlite-3.7.12-1-x86_64 397.8 KiB 1104K/s 00:00 [######################################################################################################] 100%
(55/55) checking package integrity [######################################################################################################] 100%
(55/55) loading package files [######################################################################################################] 100%
(55/55) checking for file conflicts [######################################################################################################] 100%
error: failed to commit transaction (conflicting files)
python-distribute: /usr/lib/python3.2/site-packages/__pycache__/pkg_resources.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/__pycache__/__init__.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/__pycache__/archive_util.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/__pycache__/depends.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/__pycache__/dist.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/__pycache__/extension.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/__pycache__/package_index.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/__pycache__/sandbox.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/__init__.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/build_py.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/easy_install.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/egg_info.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install_lib.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install_scripts.cpython-32.pyc exists in filesystem
python-distribute: /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/sdist.cpython-32.pyc exists in filesystem
Errors occurred, no packages were upgraded.
When I ran it with debugging on, I got:
ebug: returning error 31 from alpm_db_get_pkg : could not find or read package
debug: returning error 31 from alpm_db_get_pkg : could not find or read package
debug: returning error 31 from alpm_db_get_pkg : could not find or read package
debug: returning error 31 from alpm_db_get_pkg : could not find or read package
debug: returning error 31 from alpm_db_get_pkg : could not find or read package
debug: returning error 47 from _alpm_sync_commit : conflicting files
Here is a detailed version of the output with debugging on: http://pastebin.com/eieXUFAh
Last edited by chudapati09 (2012-05-15 06:03:30)

Trilby wrote:Did you check which package currently owns those files?
I got 'No Packages owns ...' for all of them.
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/__pycache__/pkg_resources.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/__pycache__/pkg_resources.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/__pycache__/__init__.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/__pycache__/__init__.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/__pycache__/archive_util.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/__pycache__/archive_util.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/__pycache__/depends.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/__pycache__/depends.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/__pycache__/dist.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/__pycache__/dist.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/__pycache__/extension.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/__pycache__/extension.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/__pycache__/package_index.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/__pycache__/package_index.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/__pycache__/sandbox.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/__pycache__/sandbox.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/__init__.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/__init__.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/build_py.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/build_py.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/easy_install.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/easy_install.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/egg_info.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/egg_info.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install_lib.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install_lib.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install_scripts.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/install_scripts.cpython-32.pyc
[root@localhost]# pacman -Qo /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/sdist.cpython-32.pyc
error: No package owns /usr/lib/python3.2/site-packages/setuptools/command/__pycache__/sdist.cpython-32.pyc

Similar Messages

Maybe you are looking for

  • Exit 7 Adobe Premier Elements 10 from Photo Elem 8 on rMBP 2.7G i7 16 GB 768 GB SSD GT 650M 1GB

    Error 7 install Premiere_element_10 photoshop_elements_8 macbook_pro_with_retina_display mountain_lion warnings `` Due to directory that could not be removed in this error message: Exit Code: 7 -------------------------------------- Summary ---------

  • Downpayment against Internal Order

    I have created a statistical internal order for Asset Under Construction and assigne iin Asset Master Record. Budget is also allocated. At the time of migo system give POP UP if value exceeded from budget. Client requirement is : 1. Downpayment again

  • Upgrading the iMac G4 + Other questions

    I am very very fond of these type of iMacs so I am looking to buy one from ebay! I was wondering if it is at all possible to: A. Upgrade the video memory to 256mb B. Upgrade the processor to a Intel Core 2 Duo (If so, how?) C. Upgrade the Bus Speed W

  • Catalog master uploading in production server

    hi,all, while uploading catalog master in production server, system is not allowing to upload the same as it is not in editable mode?? how to upload these datas ??? please guide me.thanks in advance rgds rajib

  • OCI Login Problem

    Hi, Problem : Not able to login to repository through OCI. Actually we have sucessfully lanched OCI configuration link, using OCI Link , i am able to connect to MDM server and once it is connected to mdm server, it is also able to display the list of