I can't upgrade pacman

Hello,
I have postponed the upgrade of the system due to the exams period. Today, I tried and I get an error. Do you have any clue what I should do?
# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<3.6
:: valgrind: requires glibc<2.15
# pacman -Q valgrind
valgrind 3.7.0-1
# pacman -Q glibc
glibc 2.14.1-4
# pacman -Q pacman
pacman 3.5.4-4

Q means query so you're merely telling us you already have the versions needed
valgrind and pacman have been upgraded recently so if you remove package-query (and yaourt), upgrade pacman and then the other stuff and reinstall yaourt if you wish

Similar Messages

  • [SOLVED] can't upgrade pacman: bluez and obexd-client are in conflict.

    sorry for the newbie question but I can't find a solution and am unable to update my arch.
    ]# pacman -Syu pacman
    :: Synchronising 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
    :: The following packages should be upgraded first :
    pacman
    :: Do you want to cancel the current operation
    :: and upgrade these packages now? [Y/n] n
    :: Starting full system upgrade...
    :: Replace gummiboot-efi with core/gummiboot? [Y/n] n
    :: Replace libsoup-gnome with extra/libsoup? [Y/n] n
    :: Replace webkitgtk3 with extra/webkitgtk? [Y/n] n
    resolving dependencies...
    looking for inter-conflicts...
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: bluez and obexd-client are in conflict
    does anyone know how to solve this?
    Last edited by crashandburn4 (2013-06-30 03:47:05)

    hi, really sorry as I said I'm somewhat of a newbie, was waiting to see what you guys thought might be relevant so I could tell you what I've got, here goes:
    graphics card: nvidia geforce GTX660.
    DE/WM (I assume is desktop environment): gnome
    unsure about how I start X (sorry I understand I am a newbie)
    oh and everything does seem to be hanging, ctrl-c does nothing.
    there were no messages from the update, I checked pacman and didn't see any warnings, (is there any kind of log I can check in case I missed something?), I've chrooted into the disk through the installation medium to reinstall the graphics card drivers (as suggested here https://bbs.archlinux.org/viewtopic.php?id=153206)
    Last edited by crashandburn4 (2013-06-30 01:05:39)

  • [Solved] Can't upgrade system - cups related problem

    Hi,
    I can't upgrade (pacman -Syu) my system due some cups related problems.
    AS you can see, although the problem seems to be cups related, none of the other packages has been upgarded as well.
    Please advise.:mad:
    Thanks,
    Michael Badt
    Here's a copy of my terminal (all packages get downloaded):
    Targets (10): dbus-core-1.2.24-1 bluez-4.63-1 libcups-1.4.2-5 cups-1.4.2-5 dbus-1.2.24-1 gsfonts-1.0.7pre44-2 openssl-0.9.8n-1 net-snmp-5.5-2
    pcre-8.02-1 xine-lib-1.1.18.1-1
    Total Download Size: 0.00 MB
    Total Installed Size: 52.32 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (10/10) checking for file conflicts [############################################################################################] 100%
    error: failed to commit transaction (conflicting files)
    cups: /etc/cups/printers.conf exists in filesystem
    cups: /etc/cups/subscriptions.conf exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by mibadt (2010-03-27 02:39:30)

    Well it sort of did, but I have to admit I had to check the forums before continuing...the messages I received were:
    error: failed to commit transaction (conflicting files)
    cups: /etc/cups/classes.conf exists in filesystem
    cups: /etc/cups/printers.conf exists in filesystem
    cups: /etc/cups/subscriptions.conf exists in filesystem

  • I can't update packages after upgrading pacman to 4.0.3

    I know this was already treated broadly about two months ago, but I can't update after upgrading pacman because of continuous problems with certain signatures (at least one).
    I have already tried this:
    rm -rf /etc/pacman.d/gnupg
    pacman -Scc
    pacman-key --init
    pacman-key --populate archlinux
    But I still get this error when trying to upgrade the system:
    error: virtuoso: signature from "Andrea Scarpino (Arch Linux) <[email protected]>" is invalid
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    Could anybody help me? I'm pretty devastated with this.
    Thanks!
    My /etc/pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #GPGDir = /etc/pacman.d/gnupg/
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options
    #UseSyslog
    #UseDelta
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    #SigLevel = Optional TrustedOnly
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [extra]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [community]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #SigLevel = Optional TrustAll
    #Server = file:///home/custompkgs
    Last edited by [DoodoM] (2012-08-03 23:39:56)

    Thanks everyone! I guess it was a faulty mirror.
    I also had problems upgrading glibc because /lib had to be linked to /usr/lib, but I fixed it seeking for helpful tips on the forum. What I did was move everything from /lib to /usr/lib, shutdown, start adding break=postmount to kernel line, mount the filesystem, remove /lib folder, link /usr/lib to /lib and reboot. Then I reinstalled glibc and everything went well.
    Now some fonts look half-cutted in Gnome Shell when the window or panel which contains them is in background and I don't know why. But it is not the first time I have "graphical artifacts" with Arch Linux on this laptop. I think has something to do with the compositing.

  • Powerpill portable, pacman -Su , can not upgrade packages

    in home I do not have internet  connection . so I use powerpill portable and I download all packages I need in work place and move thme to home and I run sync and after run sync , I run pacman -Su for upgrade all packages and it work for me good and everything was good , but yesterday when I run pacman -Su , I see message about first need upgrade pacman , and I choose yes for upgrade pacman , but I see error about dependency and pacman can not upgrade and other packages can not upgrade ,
    when I run this command
    pacman -Su
    I see this error
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: perl-xyne-arch: requires pacman<3.5
    and pacman can not upgrade and I can upgrade other packages
    Last edited by mfaridi (2011-03-30 14:30:00)

    karol wrote:
    mfaridi wrote:How I can safely do this and remove powerpill with all dependency and do not loose my system ?
    Try the usual 'pacman -Rns powerpill'.
    I run that command , when I run this
    pacman -Su
    I see these error
    error: could not open file /var/lib/pacman/sync/core.db: Failed to open '/var/lib/pacman/sync/core.db'
    error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
    error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db'
    :: Starting full system upgrade...
    there is nothing to do
    I go to this directory
    var/lib/pacman/sync/
    and I can not find db files

  • OpenVZ - can't upgrade system

    Hi, so I have an OpenVZ VPS, and when I do pacman -Syu, it returns lots of errors, which means I can't upgrade it like that.
    I looked at this: https://wiki.archlinux.org/index.php/Vi … _for_glibc
    but the problem is that
    this link:
    https://dev.archlinux.org/~ibiru/openvz … ibc-2.16.0-101-x86_64.pkg.tar.xz
    doesn't work, and
    pacman -U https://dev.archlinux.org/~ibiru/openvz … ibc-2.16.0-100-x86_64.pkg.tar.xz
    returns the error
    error: failed to prepare transaction (conflicting files)
    glibc: /lib exists in filesystem
    glibc: /usr/bin/tzselect exists in filesystem
    glibc: /usr/sbin/zdump exists in filesystem
    glibc: /usr/sbin/zic exists in filesystem
    My glibc is currently on version 2.12-2, and uname -r returns 2.6.18-308.el5.028stab099.3.
    Is there any way of going about this so I can have my Arch Linux system up to date?
    Last edited by strategetical (2013-07-20 15:19:33)

    Can a VPS be updated just like that? Aren't any newer Arch images available?
    The system you have the is age old and updating will be a real PITA.
    Edit: https://dev.archlinux.org/~ibiru/openvz/glibc-vps/i686/ provides newer glibc versions too e.g. glibc-2.17-103.
    Another thing: https://wiki.archlinux.org/index.php/Fo … ow_to_Post
    Note that you should avoid using [CLOSED], which is instead used by the system to mark a thread which is no longer accessible for new posts.
    Last edited by karol (2013-07-20 15:24:20)

  • Upgrading Pacman Problems

    i upgraded pacman and ran
    pacman-key --init
    pacman-key --populate archlinux
    i have read up alittle in the wiki's and understand taht signatures and verification are now being used. However i know notice that a lot of packages are missing! all i see is the comunity repo.
    Any ideas?
    Paul

    you can comment the ones that you use and uncomment some others. Unfortunately, it will be trial and error as even I don't know which mirrors may or may not have problems.
    I use the rit.edu or the illinois.edu mirror and those didn't have any problems until last night at least.

  • Can not upgrade online

    Can not upgrade online
    I keep on encoutering an error saying me that i can not upgrade online or change my services. it keeps me asking to call verizon to make changes.
    Why the error ? I recently made some chanegs to my account and the error happened after that . something looks broken.

    Verizon support is in receipt of this issue. We will send you a PM to gather additional information.
    Thanks,
    Tonya D.
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • Can I upgrade my Sony Laptop's Graphic Card?

    My laptop is relatively new and I only bought it a few months ago, model #VPCEB. It currently has a 512 MB ATI Radeon HD 5470 which I want to upgrade so I can have StarCraft II run smoothly because it is kind of choppy right now. I just want to know, is there a way I can actually upgrade my computer and what would be a good graphics card?

    iamdre17 wrote:
    My laptop is relatively new and I only bought it a few months ago, model #VPCEB. It currently has a 512 MB ATI Radeon HD 5470 which I want to upgrade so I can have StarCraft II run smoothly because it is kind of choppy right now. I just want to know, is there a way I can actually upgrade my computer and what would be a good graphics card?
    It used to be that some laptops would come with 2-3 options of graphics chipsets, and you could swap between them, plus manufacturers might use the same form factor for a series of laptops (For example, all Dell Inspiron 8000 series units used the same card form factor - so you could upgrade an I8000 to the graphics chipset that came with the I8200).  This is no longer the case, even the highend gaming laptops don't have upgradeable graphics.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • Can I upgrade my HP ENVY 14 DR DRE Laptop to a blueray and SSD drive?

    HI all,
    Can I upgrade my HP ENVY 14 DR DRE Laptop to a blue ray and SSD drive?
    cheers

    You can upgrade from HDD to SSD drive, but will not recommend it as it will void the warranty on the unit.
    Pertaining to  bluray drive, you might have some compatibility issues unless you find the right model.
    Although I am an HP Employee, I am speaking for myself and not for HP.
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.

  • Can i upgrade my mac ox laptop to lion..

    can i upgrade my mac ox laptop to lion..

    MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro
    https://discussions.apple.com/community/mac_os?view=discussions 
    http://www.apple.com/support/macbookpro
    Mac OS X & Mountain Lion Communityhttps://discussions.apple.com/community/mac_os
    https://discussions.apple.com/community/mac_os/os_x_mountain_lion?view=discussio ns

  • Hi,please suggest me some games for Compaq CQ62-105TU Laptop.Can I upgrade my laptop's graphics card

    Hi,please suggest me some games for Compaq CQ62-105TU Laptop.Can I upgrade my laptop's graphics card

    Unfortunately, you cannot upgrade the processor or graphics card on this laptop.
    Here is a page from CPU-World that gives the specs for your processor:
    http://www.cpu-world.com/CPUs/Bobcat/AMD-E%20Series%20E2-1800.html
    You will see down near the bottom of the page that it is not upgradeable. Some laptops come with the processor soldered to the motherboard. Almost all laptop graphics are this way. The only way that you would be able to get a faster processor/better graphics for this laptop would be to purchase a brand new motherboard. You can do an Ebay search for 'HP G6 motherboard' to see what average prices are if you want to go this route.

  • Can I upgrade my Laptop Hardware?

    I have HP pavilion G6 Notebook
    Q6470PA#ACJ is product code
    Inter Core I5 2340M 2.4 GHz
    and graphic card is AMD 6470M
    Hard Disk is 600 GB
    Can I upgrade My grpahic card or Hard Disk space?
    If yes , how can i do it?

    Graphics card no; not possible at all. Hard drive; yes but only by 40% to 1 TB and as a practical matter only 750gb drives currently have good performance. 1TB drives are big but slow.

  • Can I upgrade my laptop to 2gb Graphics Support?

    I'm using HP 2227tu Laptop.As laptop provides 1.66GB Intel HD Graphics 4000 (inbulit) but it is not sufficient to play high graphics games, so can I upgrade my laptop's graphics to 2GB ?

    What is the complete product name or product number of your notebook? You left off the first section of the product name.
    Lets start with you helping us by identifying your notebook completely.
    HP has produced and brought to market more than a thousand different models of notebooks and desktop PCs over the years. It is difficult to help you if we don't know which specific model you own..
    Method #1: If the notebook will boot into Windows, you can retrieve your Product Number by pressing Fn + Esc key.
    Method #2:
    Remove the battery and look in the compartment where the battery was installed. You should see a Service tag with printed part number and a product name. Please post the p/n (with all alphanumeric characters) here. If you live outside of North America, it helps us if you post the country of purchase. Also post the installed CPU type. (AMD or Intel)
    Don't forget to post the name of the installed operating system if you haven't already done that.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Can i upgrade my laptop notebook video card?

    my laptop is HP Pavilion dm1 Notebook pc can i upgrade it's videocard so i can enjoy more HD games i'm dissapointed it can't play smoothly on new games such as nba 2k15 and nfs rivals its processor name is AMD E2-1800 AOU with Radeon (tm) HD Graphics thanks a lot Godbless

    Hi,
    Unfortunately no, we can't change video card on nearly all laptops including yours.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • Preview options in the "save for web" dialog

    According to the reference, the previews in the "save for web" dialog are there only for showing how the image can be seen on various platforms with different gamma values. But, if we open a non-sRGB image (ProPhoto for example) by the "save for web"

  • Flat file connection: The file name "\server\share\path\file.txt" specified in the connection was not valid

    I'm trying to execute a SSIS package via SQL agent with a flat file source - however it fails with Code: 0xC001401E The file name "\server\share\path\file.txt" specified in the connection was not valid. It appears that the problem is with the rights

  • X-Grid Works for one second then says it's finished

    OK, so when I use the command line to submit an X-Grid job, it submits it, but it runs for one second then returns that it's finished. I look at the X-Grid Admin utility which is connected to my X-Serve, and it shows the job, shows that it's complete

  • PDFMaker ファイルが見つかりません

    Microsoft Office WordやMicrosoft Office Excelのファイルを AcrobatでPDFに変換しようとしました. が.「PDFMaker ファイルが見つかりません.インストーラを修復モードで実行しますか?」というエラーを吐いて変換できません. テキストファイル.画像などのMicrosoft Office シリーズ以外のファイルはちゃんと変換できますのに. 今Adobe Acrobat 8 Professionalを使っていますが.この前のAdobe Acrob

  • Trouble opening downloads

    Many times when I download something to my desktop, I try to open it and I get a Quicktime error message that says "Error opening movie, the movie could not be opened." It even gave me this message after I paid for and bought the Quicktime pro downlo