[SOLVED] Pacman wont upgrade any packages

EDIT: I was able to solve my problem by pacman -R yaourt package-query pacman-color, I was then able to update pacman. Since I like yaourt and wanted to keep it I follow the instructions on their page (http://archlinux.fr/yaourt-en#get_it). I added their repo to my /etc/pacman.conf and then installed yaourt from pacman and now everything works again like it should.
When I try to upgrade packages I get the following errors:
[jason@barnaby ~]$ sudo pacman -Su
:: 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
:: pacman-color: requires pacman<3.6
[jason@barnaby ~]$ sudo pacman -Su
:: 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...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<3.6
:: pacman-color: requires pacman<3.6
[jason@barnaby ~]$
Last edited by slughappy1 (2012-01-17 18:07:42)

I tried to uninstall packagekit and failed, then I tried to install packagekit-git and that failed too.
[jason@barnaby ~]$ sudo pacman -R packagekit
Password:
error: 'packagekit': target not found
[jason@barnaby ~]$ yaourt -S packagekit-git
==> Downloading packagekit-git PKGBUILD from AUR...
x ChangeLog
x PKGBUILD
Comment by: onestep_ua on Thu, 16 Sep 2010 23:56:56 +0000
Updated this to follow the change of GIT server.
Comment by: nxarmada on Tue, 01 Feb 2011 06:01:55 +0000
== Installing missing dependencies...
error: 'gir-repository=0.6.6': could not find or read package
== ERROR: 'pacman' failed to install missing dependencies.
I assume this should be git-repository=0.6.6 Also I can find this package on Pacman or AUR
Comment by: onestep_ua on Tue, 01 Feb 2011 09:27:06 +0000
This is obsolete dependency connected with gobject-introspection support. I think it can be removed without any problems. :)
Comment by: nxarmada on Thu, 03 Feb 2011 18:40:37 +0000
So I am trying to compile but I get this....any ideas?
SyntaxError: invalid syntax
make[4]: *** [enums.py] Error 1
make[4]: Leaving directory `/home/ryan/Downloads/AUR/packagekit/src/packagekit-build/lib/python/packagekit'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ryan/Downloads/AUR/packagekit/src/packagekit-build/lib/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ryan/Downloads/AUR/packagekit/src/packagekit-build/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ryan/Downloads/AUR/packagekit/src/packagekit-build'
make: *** [all] Error 2
Aborting...
Comment by: bash on Tue, 29 Mar 2011 00:57:10 +0000
these lines are needed before ./autogen.sh
sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
$(find . -name '*.py')
Comment by: bash on Tue, 29 Mar 2011 01:14:30 +0000
also ./autogen.sh must be replaced with:
PYTHON=/usr/bin/python2 ./autogen.sh
First Submitted: Sun, 20 Apr 2008 23:33:58 +0000
packagekit-git 20100917-1
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> packagekit-git dependencies:
- dbus-glib>=0.86 (already installed)
- polkit>=0.96 (already installed)
- networkmanager>=0.8.1 (already installed)
- pacman>=3.4.1 (already installed)
- python>=2.6.5 (already installed)
- sqlite3 (already installed)
- git (already installed)
- gnome-common (already installed)
- intltool (already installed)
- pm-utils (already installed)
- libtar (package found)
- gir-repository>=0.6.6 (building from AUR)
- pacman-glib>=3.4.0 (building from AUR)
==> Continue building packagekit-git ? [Y/n]
==> ----------------------------------------
==>
==> Building and installing package
==> Install or build missing dependencies for packagekit-git:
:: 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
:: pacman-color: requires pacman<3.6
==> Restart building packagekit-git ? [y/N]
==> ---------------------------------------

Similar Messages

  • [Solved] Pacman fails to get packages http 403 or 404 error

    Hi,
    I'm not sure if I should raise this as a bug or not, or indeed if I am doing something fundamentally wrong...
    Pacman tells me there are updates to do, but:
    Using the mirror "mirrors.manchester.m247.com" I get a 404 error
    Using the mirror "http://mirror.bytemark.co.uk/archlinux/$repo/os/$arch" I get a 403 error
    example:
    # pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date 0.0 B 0.00B/s 00:00 [-----------------------------------------------------------------------] 0%
    community is up to date 0.0 B 0.00B/s 00:00 [-----------------------------------------------------------------------] 0%
    multilib is up to date 0.0 B 0.00B/s 00:00 [-----------------------------------------------------------------------] 0%
    :: Starting full system upgrade...
    resolving dependencies...
    looking for conflicting packages...
    Packages (9) ca-certificates-mozilla-3.18-3 dhcpcd-6.8.1-1 gnupg-2.1.2-3 iptables-1.4.21-3 p11-kit-0.23.1-2 procps-ng-3.3.10-2 sudo-1.8.13-1 which-2.21-1 whois-5.2.7-1
    Total Download Size: 0.03 MiB
    Total Installed Size: 21.35 MiB
    Net Upgrade Size: 4.34 MiB
    :: Proceed with installation? [Y/n]
    :: Retrieving packages ...
    error: failed retrieving file 'whois-5.2.7-1-x86_64.pkg.tar.xz' from mirrors.manchester.m247.com : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed to commit transaction (unexpected error)
    Errors occurred, no packages were upgraded.
    any ideas?
    [edited to add solved tag to title]
    Last edited by flangemonkey (2015-04-01 15:29:18)

    Hi flangemonkey,
    that mirror was not synced yet when you did the upgrade (the last sync ended today at 10:54 UTC, about 17 mitues after you posted on this borad). It should be ok now, just try to redo the update. Next time, you may want to check first the status of the mirrors https://www.archlinux.org/mirrors/status
    edit: typo
    Last edited by mauritiusdadd (2015-04-01 11:06:10)

  • [SOLVED] pacman error: cannot open package file

    Hi
    I didn't use my Arch box for a while and today launched it.
    I had to install the "p7zip" package, but I'm a "build everything from sources" guy and I tried to install it from source as always. Unsuccessfully: it required nasm.
    Decided to install it using pacman, to get it done quickly.
    So, I've got the nasm package and uploaded it to my Arch machine (it has no inernet connection, I use NFS to share files).
    Executed
    pacman -U ./nasm-2.09.10-1-i686.pkg.tar.xz
    and for my surprise I've got:
    loading package data...
    error: './nasm-2.09.10-1-i686.pkg.tar.xz': cannot open package file
    Then I tried to run  pacman -U for one of "core" packages from the original media (2010.05) and the same result. Some time ago it was working fine.
    It gets this error for every file.
    The tar.gz file is not broken, I can browse it within Midnigh Commander and get any file .
    What could be wrong? Any ideas?
    Last edited by art84 (2011-09-16 17:37:33)

    @Techman084:
    Of course I  have ran it in the directory where the package is located. And yes, I also tried to use it with an absolute path like.
    @karol
    # pacman -V
    .--. Pacman v3.3.3 - libalpm v4.0.3
    / _.-' .-. .-. .-. Copyright (C) 2006-2009 Pacman Development Team
    \ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet
    This program may be freely redistributed under
    the terms of the GNU General Public License.
    @the sad clown
    1. /var/log/pacman.log
    [2010-12-12 13:46] installed kernel26-headers (2.6.33.4-1)
    [2010-12-12 14:07] installed r8168 (8.020.00-1)
    [2010-12-20 19:33] installed iperf (2.0.5-1)
    [2010-12-26 14:46] installed slang (2.2.3-1)
    [2010-12-26 15:45] installed mc (4.7.4-1)
    2. Why to synchronize? And how?   pacman -Syu   ?
      I have the original 2010.05 distro installed without any updates. Only console. A few packages installed: ethtool, mc, slang, etc. So, I don't need to have it synchronized to the last versions of everythig (if I correctly understood the goal of the sync)
    3. I have already that p7zip package on my PC   I had to do it manually  ... but to be clear, it doesn't work with any package, not only with "p7zip" or "nasm"

  • [solved] error on upgrading any perl- (cpan) AUR package

    with any perl- package I try to upgrade via AUR right now, I run into the same error, namely:
    Can't locate object method "add_string_requirement" via package "CPAN::Meta::Requirements" at /usr/share/perl5/core_perl/CPAN/Meta/Converter.pm line 358.
    at /usr/share/perl5/core_perl/ExtUtils/MM_Any.pm line 824.
    Can't locate object method "add_string_requirement" via package "CPAN::Meta::Requirements" at /usr/share/perl5/core_perl/CPAN/Meta/Converter.pm line 358.
    ==> ERROR: A failure occurred in build().
        Aborting...
    somebody already asked me (on the AUR page for perl-www-shorten)
    "Check if you have /usr/share/perl5/site_perl directory with old version of CPANPlus or MakeMaker packages, which can interfere with default ones during build. "
    any my answer to that
    "the only thing in site_perl is File/MMagic.pm
    I've also checked whether there are other "cpanplus" or "makemaker" related files on my system but there aren't. The only ones that are there are owned by the perl package itself, according to pacman -Qo."
    So does anyone have any hints?
    Last edited by the_eye (2012-12-17 22:53:48)

    in order to prevent another occurence of http://xkcd.com/979/ I'd like to mention that I found what caused the problem.
    In one of the vendor_perl directories, namely /usr/share/perl5/vendor_perl/CPAN/Meta I had a Requirements.pm that conflicted with the one in core_perl.
    the one in core_perl was new(ish) and belonged to the perl package itself.
    The one in vendor_perl belonged to perl-cpan-meta version 2.113640-1 from AUR.
    Runs of pacman -Syu and aurget -Su didn't catch this problem (i.e. that an AUR package that was installed was providing the same functionality that perl did now provide as well.
    Removing perl-cpan-meta cleared up all those problems.

  • Pacman wont upgrade (SOLVED)

    :: Synchronizing package databases.
    core                     35.5K  238.2K/s 00:00:00 [######################] 100%
    extra                   460.1K  756.7K/s 00:00:01 [######################] 100%
    community               381.5K  690.9K/s 00:00:01 [######################] 100%
    archlinuxfr              16.2K  150.8K/s 00:00:00 [######################] 100%
    catalyst-10.5             1.9K    4.0M/s 00:00:00 [######################] 100%
    error: failed to prepare transaction (could not satisfy dependencies)
    :: Starting full system upgrade.
    :: catalyst: requires kernel26<2.6.35
    I use yaourt, but I tried pacman clean and still the same problem.
    So, what should I do ?
    Last edited by webmasteryoda (2010-08-21 22:14:15)

    webmasteryoda wrote:
    Skripka wrote:
    webmasteryoda wrote:
    Does it means that I cant update anything until Catalyst updates.
    There is no update 4-5 days for me....
    I edited my post...look again.
    thx, but it seems I have it installed:
    xorg-server-1.8-catalyst-maximize-fix 1.8.1-1 [installed]
    aur/catalyst 10.7-4 [10.5-2 installed]
    No, you have 10.5-2 installed

  • [SOLVED] pacman fails on a package that should've been ignored anyway

    Hi all,
    I don't understand why the below upgrade isn't working.  I exclude the kernel from my normal upgrade command as it prevents me from loading any modules until I reboot, so I typically only upgrade the kernel when I'm about to reboot.
    In this case failure to upgrade the kernel is preventing the nVidia driver from being updated also, which is fine, but I don't understand why it then says it can't install 'nvidia' because 'nvidia-utils' is the wrong version - I thought 'nvidia' was going to be skipped?  Why is it trying to install it anyway?
    Is there a way to get around this without having to manually exclude all these packages?
    $ pacman -Su
    :: Starting full system upgrade...
    :: Replace dbus-python with extra/python2-dbus? [Y/n]
    warning: linux: ignoring package upgrade (3.3.8-1 => 3.4.2-2)
    warning: linux-headers: ignoring package upgrade (3.3.8-1 => 3.4.2-2)
    resolving dependencies...
    warning: ignoring package linux-3.4.2-2
    warning: cannot resolve "linux>=3.4", a dependency of "nvidia"
    warning: ignoring package linux-3.4.2-2
    warning: cannot resolve "linux>=3.4", a dependency of "virtualbox-modules"
    :: The following packages cannot be upgraded due to unresolvable dependencies:
    nvidia virtualbox-modules
    Do you want to skip the above packages for this upgrade? [y/N] y
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia: requires nvidia-utils=295.53
    Last edited by Malvineous (2012-06-17 05:23:21)

    Ohhh, so you're saying it ignored nvidia, but tried to upgrade nvidia-utils.  nvidia-utils requires nvidia, but nvidia needs a specific version of nvidia-utils which would be broken by upgrading nvidia-utils, so it refuses to upgrade nvidia-utils because of the existing dependency.  Right.
    So then the second part of my question - how can I get around this without adding nvidia-utils as an IgnorePkg?  Can I tell pacman to just ignore it if the deps couldn't be satisfied and keep going with whatever's left?

  • Stopping Pacman from upgrading a package (Xorg-server 1.9)

    I was looking to use the proprietary AMD drivers (catalyst 11.3 at the moment) and I notice that there is no compatibility with Xorg-server 1.10.
    If I install xorg 1.9 from [http://www.archlinux.org/packages/extra … rg-server/] using
    sudo pacman -S extra/xorg-server
    then later by running
    sudo pacman -Syu
    I'm asked to upgrade to xorg-server 1.10 from testing. Can I stop if from asking by disabling xorg in testing until the catalyst suite is supported?
    Sorry I'm a newbie to Arch and haven't found such basic things out for myself yet. Though I have to say, I'm really loving it!
    As an aside, what is all your opinions on the proprietary drivers? The latest release has solved the screen tearing issue for me (on Debian) and it performs many times better than the open source drivers for my gaming. In fact, the only thing I have trouble with, really, is KMS.

    Maybe disabling "testing" in /etc/pacman.conf is an option for you.  So Xorg (and other packages)  will be updated when it's in the stable repos...
    This is probably interesting for you: https://wiki.archlinux.org/index.php/Pacman
    Last edited by gorilla (2011-04-11 22:49:11)

  • [SOLVED] Pacman unable to install packages due to invalid or corrup...

    Hullo,
    I know this is a common error judging by the results google lists for that subject. But all sollutions I found don't work for my specific case.
    My battery died on my laptop and when I rebooted and tried to install a package pacman complained the database was locked (can't remember if I was installing something or else while my battery died, happend while I was away).
    So since I've just rebooted I deleted the lock-file by hand. Now when ever I tried to install something it would complain:
    error: xyz: signature from "xyz @ zyx" is unknown trust
    :: File /var/cache/pacman/pkg/packagexyz.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n] y
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    So I removed /etc/pacman.d/gnupg, cleared the package-cache and ran pacman-key --init:
    gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
    gpg: no ultimately trusted keys found
    gpg: Generating pacman keyring master key...
    gpg: key B99666F8 marked as ultimately trusted
    gpg: Done
    ==> Updating trust database...
    gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
    gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
    followed by pacman-key --populate archlinux:
    ==> Appending keys from archlinux.gpg...
    gpg: no valid OpenPGP data found.
    ==> Updating trust database...
    gpg: no need for a trustdb check
    and pacman-key --refresh-keys:
    gpg: refreshing 1 key from hkp://pool.sks-keyservers.net
    gpg: requesting key B99666F8 from hkp server pool.sks-keyservers.net
    gpgkeys: key AA3E1E751B31AB9C2E6CDA64F2A911E7B99666F8 can't be retrieved
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0
    ==> ERROR: A specified local key could not be updated from a keyserver.
    It looks like it's not doing much. Anyway, trying to install packages or upgrading the system results in me having to import a bunch of keys and then failing with the before mentioned error.
    Anything I can do?
    Thanks
    Last edited by hachel (2014-02-24 11:50:56)

    Rexilion wrote:Reinstall archlinux-keyring maybe? And then perform the commands you listed earlier.
    Worked, thank you!

  • [Solved] Can't upgrade AUR Packages

    It's been like this for awhile and I was hoping that it would resolve itself but it hasn't. Can someone tell me what's going on here?
    [bran@ra ../couchpotato-git]$ sudo yaourt -Syud
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    The URL http://aur.archlinux.org/rpc.php?type=multiinfo&arg[]=adb&arg[]=appset-qt&arg[]=aurvote&arg[]=autodl-irssi-svn&arg[]=automatic&arg[]=cacheclean&arg[]=chromium-pepper-flash&arg[]=consolekit&arg[]=couchpotato-git&arg[]=createtorrent&arg[]=fastboot&arg[]=filezilla-oxygen&arg[]=google-talkplugin&arg[]=headphones-git&arg[]=irssi-daemon-git&arg[]=jmtpfs&arg[]=kio-mtp&arg[]=libdrm-nouveau1&arg[]=maraschinoproject-git&arg[]=package-query returned error : 301
    The URL http://aur.archlinux.org/rpc.php?type=multiinfo&arg[]=packer&arg[]=pacman-color&arg[]=python2-cheetah&arg[]=python2-yenc&arg[]=rutorrent&arg[]=rutorrent-autodl-irssi-svn&arg[]=rutorrent-plugins&arg[]=sabnzbd&arg[]=sickbeard-git&arg[]=systemd-ui-git&arg[]=transmission-remote-cli-git&arg[]=transmission-remote-gui&arg[]=xflux&arg[]=yaourt returned error : 301
    Foreign packages: - 34 / 34
    Edit: I didn't realize yaourt was out of date so I upgraded it and I no longer get that.
    Last edited by brando56894 (2012-12-20 22:53:34)

    http://www.google.com/search?hl=en&sour … ourt%20301

  • [SOLVED]pacman can't download packages

    doing as usual:
    #pacman -Syu
    and
    #pacman -S openbox
    but then see:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): openbox-3.4.11.2-1 [0.27 MB]
    Total Download Size: 0.27 MB
    Total Installed Size: 1.89 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (File unavailable (e.g., file not found, no access))
    Errors occurred, no packages were upgraded.
    tried with mirrors.kernel.org, mirror.yandex.ru(one of closest to me) and even ftp.archlinux.org.
    all with same result.
    --debug pacman output:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: showsize
    debug: config: totaldownload
    debug: config: new section 'core'
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: registering sync database 'core'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': ftp://ftp.archlinux.org/core/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': ftp://ftp.archlinux.org/extra/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': ftp://ftp.archlinux.org/community/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'testing'
    debug: registering sync database 'testing'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'testing': ftp://ftp.archlinux.org/testing/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community-testing'
    debug: registering sync database 'community-testing'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community-testing': ftp://ftp.archlinux.org/community-testing/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/i686
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: loading package cache for repository 'local'
    debug: loading package cache for repository 'core'
    debug: loading package cache for repository 'extra'
    debug: adding package openbox-3.4.11.2-1 to the transaction targets
    resolving dependencies...
    debug: resolving target's dependencies
    debug: started resolving dependencies
    debug: checkdeps: package openbox-3.4.11.2-1
    debug: finished resolving dependencies
    debug: started sorting dependencies
    debug: sorting dependencies finished
    looking for inter-conflicts...
    debug: looking for conflicts
    debug: check targets vs targets
    debug: check targets vs targets
    debug: check targets vs db and db vs targets
    debug: check targets vs db
    debug: check db vs targets
    debug: checking dependencies
    debug: checkdeps: package openbox-3.4.11.2-1
    debug: setting download size 281868 for pkg openbox
    Targets (1): openbox-3.4.11.2-1 [0.27 MB]
    Total Download Size: 0.27 MB
    Total Installed Size: 1.89 MB
    debug: using cachedir: /var/cache/pacman/pkg/
    :: Retrieving packages from extra...
    debug: using 'openbox-3.4.11.2-1-i686.pkg.tar.xz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    Errors occurred, no packages were upgraded.
    debug: unregistering database 'local'
    debug: freeing package cache for repository 'local'
    debug: unregistering database 'core'
    debug: freeing package cache for repository 'core'
    debug: unregistering database 'extra'
    debug: freeing package cache for repository 'extra'
    debug: unregistering database 'community'
    debug: unregistering database 'testing'
    debug: unregistering database 'community-testing'
    debug: unregistering database 'archlinuxfr'
    Last edited by jauthu (2010-06-04 00:22:34)

    but it is really strange that when i uncommented "http://ftp.archlinux.org..."  in mirrorlist it is the same error
    so what destination for all that mirrors are?
    and when I download package from web-interface http://www.archlinux.org/packages/extra/x86_64/openbox/ it successfuly downloaded from mirrors.kernel.org but pacman can't...
    I'm completely dumb, or the universe had hell changed
    As you see, my english is stupid.
    Last edited by jauthu (2010-06-03 22:34:49)

  • [SOLVED]pacman -R kde leaves packages uninstalled

    I installed KDE with "pacman -S kde" it installed all sorts of stuff and i didn't like it. 
    The only things i needed were kde-base plasma and dolphin. Now i've disintalled kde ( with "pacman -R kde ) and kept it minimal with the few things i need.
    Seems perfect but when i open a terminal and digit "k" and press tab, i can still see all kapplications that came with the whole kde package. Why? Shouldn't they be deleted? How can i remove them completley?
    Last edited by z3r0 (2010-02-25 12:03:56)

    Before anyone gives me "noob" i'll tell you that i also did a pacman -Rns kde and after reboot this is what's left if i press "k + tab" from a terminal
    z3r0@ deathstar ~$ k
    kaddressbookmigrator kEsetroot kpasswdd
    kadmin keytool kquitapp
    kadmind kf krb5-config
    kauth kfd krcp
    kbd_mode kfile4 kreadconfig
    kbdrate kftp kres-migrator
    kbuildsycoca4 kftpd kross
    kbxutil kgetcred krsh
    kcm kglobalaccel krshd
    kcmshell4 khelpcenter ksba-config
    kconfig_compiler khotnewstuff4 kshell4
    kcookiejar4 khotnewstuff-upload kstart
    kdc kiconfinder kstash
    kde4 kill ksu
    kde4-config killall ksvgtopng
    kde4-menu killall5 kswitch
    kdebugdialog kimpersonate ktelnet
    kde-cp kinit ktelnetd
    kded4 kioclient ktraderclient
    kdeinit4 kjs ktrash
    kdeinit4_shutdown kjscmd ktutil
    kdeinit4_wrapper klist kuiserver
    kde-mv klogin kunittestmodrunner
    kde-open kmail-migrator kwalletd
    kdestroy kmimetypefinder kwrapper4
    kdesu knotify4 kwriteconfig
    kdigest koi8rxterm
    keditfiletype kpasswd
    any ideas on how to get rid of this stuff i don't use?

  • [solved] pacman command to compare package config files

    Hi, Id like to know if there is a pacman command similar to this:
    pacman -Qii | awk '/^MODIFIED/ {print $2}'
    from pacman tips, but where it just checks if the files are not identicle to the default config file of the package?
    From what I can tell, this checks if a file was modified at all (I have copied a config file from a package to a modified package and the file still appears in the output, even though their contents is identicle.
    pacman -Qii | awk '/^MODIFIED/ {print $2}'
    Last edited by jrussell (2013-04-13 17:59:39)

    graysky wrote:
    jrussell wrote:... but where it just checks if the files are not identicle to the default config file of the package?
    Unless I am misunderstanding you, pacman does that by default; when the upgrade is written to disc, the file in question becomes foo.pacnew which you can easily vimdiff or whatever against the original.
    Yes, but I would like to print out a list of config files that are not identical
    I basically want to see a list of all the config files installed that are not identical to thier original config file,
    pacman -Qii | awk '/^MODIFIED/ {print $2}'
    still lists files which are identical because I think it uses modification times or something else

  • Pacman seldom upgrades community packages.

    i am in a college so connect  to the net through a proxy.
    i use rankmirror to rank my top 10 mirrors but still pacman upgrades or installs packages with a success rate of about only 20% .
    it genrally dounloads and upgrades the small "core pacages" but fails when it comes to opgrading big files...
    Someone please help... what is the reason of this flickering nature?

    tried the alternative Xfer command, i.e uncommented this line and now it's working fine.
    XferCommand = /usr/bin/wget -4 --passive-ftp -c -O %o %u
    but still  i wanna know why it wasn't working earlier..
    Last edited by Pratgeek (2011-02-14 21:25:28)

  • [SOLVED] pacman -Qdt shows required packages

    I've used "pacman -Qdt" quite often but since yesterday it shows packages that it probably should not:
    autoconf2.13
    hal
    pm-utils
    pm-quirks
    hal-info
    dmidecode
    consolekit
    xorg-server-xvfb
    yasm
    If I remove "orphans" like pm-utils or hal, I will only know that they weren't orphans. For example pm-utils was explicitly installed and without hal Xorg/xmonad won't start.
    Can anyone explain to me what's going on here?
    Last edited by Markus00000 (2011-10-26 11:30:31)

    Thanks, yet I have no idea why Xorg/xmonad won't start after removing these orphans and is instantly fixed by installing hal and its dependencies.
    And also how pm-utils can be an orphan when I know that I installed it explicitly (pacman.log is with me here).
    And also why hal etc. did not show up before with -Qdt.
    Last edited by Markus00000 (2011-05-04 06:03:36)

  • Yaourt wont build any packages..../configure: /bin/sh: bad interpreter

    im tying to build a package with yaourt and it isnt working.
    [mark@markspc ~]$ yaourt -S indicator-applet
    ==> Resuming previous build
    ==> Downloading indicator-applet PKGBUILD from AUR...
    ==> Last 5 comments ordered by date (asc):
    Comment by: lumpy211 on Fri, 13 Nov 2009 19:51:52 +0000
    Phrodo,
    It doesn't work for me either, it just crashes even with libindicator.
    Comment by: max.bra on Sun, 15 Nov 2009 10:48:19 +0000
    don't use now (0.2.0-1)
    it doesn't work and install file directly onto the system overwriting a gdm package file (no real package creation and no real remove/clean)
    trying to do better. hold on.
    Comment by: max.bra on Mon, 16 Nov 2009 21:08:35 +0000
    The situation is slightly better.
    now indicator-applet-session work as expected. tested with empathy and pidgin.
    indicator-applet (the icon with the letter envelope) even that seems to work (tested with /usr/libexec/im-client) but nothing on arch trigger compatible events. as usual applications are patched upstream. standard compiling of available sources, also lacks of initial menu applet found in Ubuntu to launch applications.
    no localization at the moment, only English.
    I added a dbus rule which may represent a security lack. I ask those who have more knowledge of dbus to give advice on.
    suggestions are appreciated
    Comment by: max.bra on Mon, 16 Nov 2009 21:43:13 +0000
    However I do not think it's worth to be used on arch.
    Dropping
    Comment by: piezoelectric on Tue, 17 Nov 2009 01:52:06 +0000
    It's a nice utility for multi-user environments. Especially those with inexperienced users.
    First Submitted: Tue, 20 Oct 2009 20:30:35 +0000
    indicator-applet 0.2.0-2 : A small applet to display information from various applications consistently in the panel. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> indicator-applet dependencies:
    - gconf (already installed)
    - gnome-panel (already installed)
    - indicator-messages (building from AUR)
    - indicator-session (building from AUR)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    indicator-applet.install
    ==> Edit indicator-applet.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of indicator-applet ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building missing dependencies from AUR:
    ==> Resuming previous build
    ==> Downloading indicator-messages PKGBUILD from AUR...
    tar: Record size = 15 blocks
    First Submitted: Mon, 16 Nov 2009 20:51:33 +0000
    indicator-messages 0.2.6-1 : A place on the user's desktop that collects messages that need a response. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> indicator-messages dependencies:
    - libindicate (building from AUR)
    - libdbusmenu (building from AUR)
    - libindicator (building from AUR)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    indicator-messages.install
    ==> Edit indicator-messages.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of indicator-messages ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building missing dependencies from AUR:
    ==> Resuming previous build
    ==> Downloading libindicate PKGBUILD from AUR...
    tar: Record size = 6 blocks
    First Submitted: Mon, 16 Nov 2009 20:50:29 +0000
    libindicate 0.2.3-1 : A small library for applications to raise \"flags\" on DBus for other components of the desktop to pick up and visualize. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> libindicate dependencies:
    - glib2 (already installed)
    - gtk2 (already installed)
    - dbus-glib (already installed)
    - libxml2 (already installed)
    ==> Continue the building of libindicate ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for libindicate:
    ==> Building and installing package
    ==> libindicate dependencies:
    - glib2 (already installed)
    - gtk2 (already installed)
    - dbus-glib (already installed)
    - libxml2 (already installed)
    ==> Making package: libindicate 0.2.3-1 x86_64 (Mon Nov 30 21:22:18 GMT 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found libindicate-0.2.3.tar.gz in build dir
    ==> Validating source files with md5sums...
    libindicate-0.2.3.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting libindicate-0.2.3.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build libindicate package.
    ==> Install or build missing dependencies for indicator-messages:
    ==> Install or build missing dependencies for indicator-applet:
    [mark@markspc ~]$
    this is the most important bit
    ==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    any reason why this is happening?
    thanks markp1989

    markp1989 wrote:==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    What are your /tmp permissions?
    Also, is your /tmp on a separate partition?  If so, what is the fstab entry for it?
    Last edited by tdy (2009-11-30 22:47:23)

Maybe you are looking for

  • How do I connect to remote mac with ard without being prompted for username and pasword

    I setup my Mac Pro to connect to my Macbook Pro (both on snow leopard at the time) with apple remote desktop when I used to select control on my Mac Pro I used to be able to start controlling my MBP straght away with out needing to enter a username o

  • I removed MySearchdial which somehow was installed but the references still show up in about:config.

    Noticed MySearchdial had hijacked by search box. Checked and found extension had been added. Deleted extenion, deleted from search engines, reset everything I could. But I noticed many references to "mysearchdial" in the about:config section of Firef

  • Error starting WebLogic server from Workshop - 2

    Sorry forgot to actually include the error: Unexpected exception: java.io.IOException: CreateProcess: cmd.exe /C START startWebLogic error=267      at java.lang.Win32Process.create(Native Method)      at java.lang.Win32Process.<init>(Win32Process.jav

  • Acrobat DC - Adobe Sign-In Prompt

    If I install just Adobe Acrobat Pro DC using the Creative Cloud Packager, I've noticed that I receive an "Adobe Sign In" prompt every time I open Acrobat DC.  I can close this prompt and use the application without issue, but it's rather annoying.  I

  • Is Homebrew compatible with Leopard Server?

    Title pretty much sums it up. I need to install ImageMagick and some other UNIXy tools. Wondering if Homebrew will work with our Leopard Server (10.5.8)? And if so are there any things to be aware of? Server is currently running Apache, MySQL, and a