Pacman wants to install new packages every time I -Syu

Hello,
I recently put arch on my desktop, (obviously) and am kinda new to it (again, obviously). I just installed the fglrx drivers with the [catalyst] repo. They are on the latest drivers. However, Everytime I do sudo pacman -Syu, now I get:
[mac@cmxiv-desktop ~]$ sudo pacman -Su
:: Starting full system upgrade...
:: Replace lib32-libgl with catalyst/lib32-catalyst-utils? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
Remove (1): lib32-libgl-7.11.2-2
Total Removed Size: 3.67 MB
Targets (1): lib32-catalyst-utils-11.12-1
Total Download Size: 15.29 MB
Total Installed Size: 69.89 MB
Proceed with installation? [Y/n] y
:: Retrieving packages from catalyst...
lib32-catalyst-uti... 15.3M 119.2K/s 00:02:11 [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
lib32-catalyst-utils: /usr/lib32/dri exists in filesystem
lib32-catalyst-utils: /usr/lib32/fglrx/fglrx-libGL.so.1.2 exists in filesystem
lib32-catalyst-utils: /usr/lib32/libAMDXvBA.so.1 exists in filesystem
lib32-catalyst-utils: /usr/lib32/libAMDXvBA.so.1.0 exists in filesystem
lib32-catalyst-utils: /usr/lib32/libOpenCL.so.1 exists in filesystem
lib32-catalyst-utils: /usr/lib32/libXvBAW.so.1 exists in filesystem
lib32-catalyst-utils: /usr/lib32/libXvBAW.so.1.0 exists in filesystem
lib32-catalyst-utils: /usr/lib32/libamdocl32.so exists in filesystem
lib32-catalyst-utils: /usr/lib32/libatiadlxx.so exists in filesystem
lib32-catalyst-utils: /usr/lib32/libaticalcl.so exists in filesystem
lib32-catalyst-utils: /usr/lib32/libaticaldd.so exists in filesystem
lib32-catalyst-utils: /usr/lib32/libaticalrt.so exists in filesystem
lib32-catalyst-utils: /usr/lib32/libatiuki.so.1 exists in filesystem
lib32-catalyst-utils: /usr/lib32/libatiuki.so.1.0 exists in filesystem
lib32-catalyst-utils: /usr/lib32/libfglrx_dm.so.1.0 exists in filesystem
Errors occurred, no packages were upgraded.
[mac@cmxiv-desktop ~]$
If I go on, and let it continue, it has an error because those packages already exist.
I have done -Sc, -Scc, [and no change to my system]
P.S: My glxinfo says yes for dr, and glxgears at about 10k fps..
Ideas?
Thanks
cmxiv
Last edited by cmxiv (2011-12-21 20:09:38)

Read the Common Problems and Issues thread stickied in Newbie Corner...
In fact, read everything stickied in Newbie Corner.

Similar Messages

  • I want to run SSIS package every time based on last time job processed data time.........

    Hi all,
    i have SSIS package ..its needs run every day .for that we were schedule a job for ssis..
    but we need when package going to run that time we have to take data, besed on last time processed date..for that am using msdb data base to get process date ..but am not yet schedule a job am going to do 1st time..
    insde the package am using this query using execte sql task 
    SELECT     CASE WHEN DateDiff(Day, CONVERT(DATETIME, LEFT(MAX(H.run_date), 8)), GetDate()) = 0 THEN 30 ELSE DateDiff(Day, CONVERT(DATETIME, LEFT(MAX(H.run_date), 8)), GetDate()) END   AS Dates
    FROM            dbo.sysjobhistory AS H INNER JOIN
                             dbo.sysjobs AS J ON H.job_id = J.job_id
    WHERE        (H.run_status = 1) ..
    if job already ran means its was working fine.if job not yet scheduled means its giving error...
    pandiyan

    Try this one on:
    SELECT COALESCE(dates,fallBack) AS dates, name
    FROM (
    SELECT 30 AS fallBack
    ) b
    LEFT OUTER JOIN (
    SELECT CASE WHEN DateDiff(Day, CONVERT(DATETIME, LEFT(MAX(H.run_date), 8)), GetDate()) = 0 THEN 30
    ELSE DateDiff(Day, CONVERT(DATETIME, LEFT(MAX(H.run_date), 8)), GetDate())
    END AS Dates,
    j.name
    FROM dbo.sysjobhistory AS H
    INNER JOIN dbo.sysjobs AS J
    ON H.job_id = J.job_id
    WHERE H.run_status = 1
    GROUP by j.name
    ) a
    ON b.fallBack = b.fallBack
    You might want to consider filtering on j.name or j.job_id to get the info for the specific job.

  • [SOLVED] Pacman won't install new packages.

    # pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (31): aisleriot-3.2.3.2-1 anki-2.0.3-1 bash-4.2.039-1 caribou-0.4.4-2
    dconf-0.14.1-1 dhclient-4.2.4.2-1 gdm-3.6.1-2 glibmm-2.34.1-1
    gmime-2.6.12-1 gnome-games-extra-data-3.2.0-2 gnome-shell-3.6.1-3
    grantlee-0.3.0-1 gtksourceview3-3.6.1-1
    ibus-anthy-1.4.99.20121006-1 libfm-1.1.0-2
    libreoffice-common-3.6.3-1 libreoffice-en-US-3.6.3-1
    libreoffice-impress-3.6.3-1 libreoffice-writer-3.6.3-1
    libsecret-0.11-1 linux-3.6.5-1 linux-headers-3.6.5-1
    obexd-client-1:0.46-1 pcmanfm-1.1.0-1 procps-ng-3.3.5-1
    pyatspi-2.4.0-1 qt-4.8.3-5 thunar-1.4.0-3 wine-1.5.16-2
    xdg-user-dirs-gtk-0.9-1 xmms2-0.8DrO_o-9
    Total Download Size: 159.79 MiB
    Total Installed Size: 677.33 MiB
    Net Upgrade Size: 47.57 MiB
    Proceed with installation? [Y/n] Y
    :: Retrieving packages from core...
    bash-4.2.039-1-i686 774.1 KiB 1292K/s 00:01 [########################] 100%
    linux-3.6.5-1-i686 40.9 MiB 4.97M/s 00:08 [########################] 100%
    linux-headers-3.6.5... 4.8 MiB 4.78M/s 00:01 [########################] 100%
    procps-ng-3.3.5-1-i686 211.6 KiB 4.80M/s 00:00 [########################] 100%
    :: Retrieving packages from extra...
    dconf-0.14.1-1-i686 156.5 KiB 878K/s 00:00 [########################] 100%
    aisleriot-3.2.3.2-1... 2.6 MiB 4.40M/s 00:01 [########################] 100%
    pyatspi-2.4.0-1-any 42.9 KiB 12.1M/s 00:00 [########################] 100%
    caribou-0.4.4-2-i686 130.7 KiB 3.61M/s 00:00 [########################] 100%
    dhclient-4.2.4.2-1-i686 570.3 KiB 1104K/s 00:01 [########################] 100%
    gdm-3.6.1-2-i686 994.1 KiB 1636K/s 00:01 [########################] 100%
    glibmm-2.34.1-1-i686 671.6 KiB 1960K/s 00:00 [########################] 100%
    gmime-2.6.12-1-i686 277.0 KiB 2.40M/s 00:00 [########################] 100%
    gnome-games-extra-d... 1864.4 KiB 2.34M/s 00:01 [########################] 100%
    gnome-shell-3.6.1-3... 984.0 KiB 2.86M/s 00:00 [########################] 100%
    qt-4.8.3-5-i686 20.5 MiB 4.42M/s 00:05 [########################] 100%
    grantlee-0.3.0-1-i686 303.6 KiB 4.78M/s 00:00 [########################] 100%
    gtksourceview3-3.6.... 750.7 KiB 4.25M/s 00:00 [########################] 100%
    libreoffice-en-US-3... 6.3 MiB 5.06M/s 00:01 [########################] 100%
    libreoffice-common-... 53.3 MiB 6.34M/s 00:08 [########################] 100%
    libreoffice-impress... 111.3 KiB 266K/s 00:00 [########################] 100%
    libreoffice-writer-... 2.8 MiB 1542K/s 00:02 [########################] 100%
    libsecret-0.11-1-i686 141.9 KiB 2.41M/s 00:00 [########################] 100%
    obexd-client-1:0.46... 51.4 KiB 2.60M/s 00:00 [########################] 100%
    thunar-1.4.0-3-i686 904.8 KiB 2.43M/s 00:00 [########################] 100%
    xdg-user-dirs-gtk-0... 34.8 KiB 12.7M/s 00:00 [########################] 100%
    :: Retrieving packages from community...
    anki-2.0.3-1-any 1659.2 KiB 2.66M/s 00:01 [########################] 100%
    ibus-anthy-1.4.99.2... 114.8 KiB 3.03M/s 00:00 [########################] 100%
    libfm-1.1.0-2-i686 490.0 KiB 3.48M/s 00:00 [########################] 100%
    pcmanfm-1.1.0-1-i686 159.6 KiB 3.85M/s 00:00 [########################] 100%
    wine-1.5.16-2-i686 16.1 MiB 4.78M/s 00:03 [########################] 100%
    xmms2-0.8DrO_o-9-i686 1428.0 KiB 5.72M/s 00:00 [########################] 100%
    (31/31) checking package integrity [########################] 100%
    (31/31) loading package files [########################] 100%
    (31/31) checking for file conflicts [########################] 100%
    error: failed to commit transaction (conflicting files)
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/Accessibility.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/Accessibility.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/Accessibility.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/__init__.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/__init__.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/__init__.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/appevent.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/appevent.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/appevent.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/constants.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/constants.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/constants.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/deviceevent.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/deviceevent.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/deviceevent.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/document.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/document.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/document.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/editabletext.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/editabletext.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/editabletext.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/enum.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/enum.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/enum.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/registry.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/registry.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/registry.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/role.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/role.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/role.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/state.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/state.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/state.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/text.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/text.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/text.pyo exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/utils.py exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/utils.pyc exists in filesystem
    pyatspi: /usr/lib/python2.7/site-packages/pyatspi/utils.pyo exists in filesystem
    Errors occurred, no packages were upgraded.
    This is all I know.
    Last edited by Invie (2012-11-05 22:44:40)

    I had an issue like this during an update several months ago.  Reflector was the problem package and the existing files were owned by reflector.  I think it's worth mentioning since reflector is also a python package.  Anyway, iirc I simply removed and reinstalled reflector.
    Unfortunately, it won't be so easy for you since pyastpi is part of a dep-chain leading to gnome-shell... looks like you're going to have to figure out how to do it the right way
    Last edited by alphaniner (2012-11-05 14:49:05)

  • HT1692 I use an iPhone 5, and want to sync my phone calendar and contacts with Outlook 7 calendar and contacts; twpo problems--I now get dozens of new calendars every time, and my calendar will not syncd at all.; meaning that date entries on Outlook do no

    I use an iPhone 5, and want to sync my phone calendar and contacts with Outlook 7 calendar and contacts; two problems--I now get dozens of new calendars every time, and my outlook calendar will not sync at all.; meaning that date entries on Outlook do not come across ot iPhone.

    It is unusual for the calendar to sync and not the contacts in Outlook. I've worked with Outlook for years. You didn't answer what computer OS you are using. If it is Windows, have you tried to reset the sync history in iTunes? Do that by opening iTunes, go to Edit>Preferences>Devices and click on reset sync history. If you have done this and it doesn't help, then we can try and run scanpst.exe on your Outlook file and see if there are any errors. Search your computer for that file, however it normally resides in one of the Microsoft Office folders in the folder Program files. After that, you can see if it will sync.

  • I have Mozilla Firefox installed, w/. my Home Page setup to be opened on It every time. I can open a new window on It too, but when I open a new tab, every time open this new tab w/. Untitled Page. I wanna It opening w/. my Home Page.

    I have Mozilla Firefox installed, w/. my Home Page setup to be opened on It every time. I can open a new window on It too, but when I open a new tab, every time open this new tab w/. Untitled Page. I wanna It opening w/. my Home Page.

    Firefox is coded to open new tabs in a blank page. That may change in Firefox 4. I don't know.
    In the meantime, there is an add-on called Tab Mix Plus that I think provides that option. https://addons.mozilla.org/en-US/firefox/addon/1122/

  • I purchased a new camera with an Adobe Photoshop Lightroom 5 disk.  I have a windows pc with windows 8.1.  I have downloaded and removed about 5 times.  It says installed correctly but every time i hit the icon the pc freezes and I have to reboot  HELP

    I purchased a new camera with an Adobe Photoshop Lightroom 5 disk.  I have a windows pc with windows 8.1.  I have downloaded and removed about 5 times.  It says installed correctly but every time i hit the icon the pc freezes and I have to reboot  HELP

    uninstall your lr 5.
    install lr 5.7.1 and use your serial number to activate.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • MyiMac wont let me open DVD Player. It's brand new. Every time i put a dvd in it says 'dvd player quit unexpectidly'. what do i do?

    MyiMac wont let me open DVD Player. It's brand new. Every time i put a dvd in it says 'dvd player quit unexpectidly'. what do i do?

    Same here on a brand new 13" Macbook Pro (Mid 2012) running Mountain Lion. DVDs play fine using VLC media player but not the default player that comes with Mountain Lion. Will visit my Apple store next week.

  • HT1689 I need to get my iPod to no longer be associated with the original i store account. My husband set it up through his account but now I have my own account. I don't want to go through his every time I want to make a change. how do I make this change

    I need to get my iPod to no longer be associated with the original i store account. My husband set it up through his account but now I have my own account. I don't want to go through his every time I want to make a change. how do I make this change?

    I am trying to stop using my I-pod under my husband's I-Tune account.  It was set up under his account and the only way I can use it under my account is to erase all of the songs my husband loaded on for me.  I had heard there is a duration that I-Pods are locked into to one account only, and I am trying to discover how I can use my account without having to erase everything on the I-Pod.  I know it sounds confusing but that's the way I-tunes have set it up.  thanks for asking.

  • Is it possible to configure Firefox for Android so it doesn;t open a new tab every time a new url is sent to the browser?

    We are using a web based service to register people's mood when they touch an NFC card against the tablet. Every time someone taps their card against it, it open up a new tab, and they then register the mood they are in.
    We recently got to a situation where we had 150 tabs open which gives us concerns that at some point the tablet could just slow to a crawl or fall over.
    The tablet is unmanned and so closing the tabs after every entry manually is not an option either.
    Ideally we would like the browser not to open a new tab every time. Is this possible?
    Thanks a lot

    You should ask this on https://mail.mozilla.org/listinfo/mobile-firefox-dev instead of a end user forum. It may require building a custom APK of Firefox.

  • I need to just double click on every folder and have it open in a new window every time, as before. Can I do that?

    I need to just double click on every folder and have it open in a new window every time, as before. Can I do that?

    Finder -> Preferences -> General -> uncheck "Open folders in tabs instead of new windows"

  • Every time I save a file "save as" my folders, etc. come up scrambled. I want them to be alphabetical every time. How can this be set? or done?

    Every time I save a file "save as" my folders, lists etc. come up scrambled. I want them to be alphabetical every time. How can this be set? or fixed? I do NOT want to use Recent or click "set up details" everytime and then alphabetize the list, because this takes too long and too many clicks.
    Yes, I want to be asked where to save a file every time.
    I am using XP

    Sure EVERY TiME you save you can click on details then name and then 3rd click to bring it up alphabetical ( which may be backwards Z-A) then save. And then the next time you save you can do again. I want it to always, forever come up alphabetical like everything does on my computer when i save things.

  • Safari keeps opening a new tab every time I click. How do I stop this? I am currently using OS X Yosemite 10.10.1

    Safari keeps opening a new tab every time I click. How do I stop this? I am currently using OS X Yosemite 10.10.1

    Can you please run EtreCheck:  https://discussions.apple.com/docs/DOC-6173
    and post the report here?

  • My macbookpro opens new tabs every time i click a link and opens to mackeeper

    my macbookpro opens new tabs every time I click any link and it opens to a page thats always something about speeding up my mac or cleaning my mac.. this is annoying and i just wanna see how can i stop this or if theres any program to clean my mac?

    Click here and follow the instructions, or if desired, run Adware Medic.
    (114741)

  • Why does stuffit open and create a new folder every time I save a pages document?

    Why does stuffit open and create a new folder every time I save a pages document?

    Because you are saving it to the desktop, Pages documents are actually zipped files and Stuffit is set to uncompress desktop files.
    Either don't save to the desktop (bad practice) or check the preferences in Stuffit to see if you can turn off unstuff files on desktop.
    Peter

  • HT3819 I'd like to find out why I have to create a new password every time I update apps.

    I'd like to find out why I have to create a new password every time I update

    Exactly what message appears?

Maybe you are looking for