Cannot upgrade PCManFM: libfm: /usr/include/libfm exists in filesystem

Hey,
It's been a few days now that I am not able anymore to mount any usb stick or external hdd with PCManFM.
Maybe it's related to this news: "ConsoleKit replaced by logind" by if that's the case I don't know how to deal with it.
Anyway, I thought that a pacman -Syu could be a good start, I happily saw a upgrade of libfm & pcmanfm was available, but I can't get the upgrade done:
[david@laptop ~]$ sudo pacman -Syu
[sudo] password for david:
:: Synchronizing package databases...
core is up to date
extra                   1424.5 KiB   510K/s 00:03 [######################] 100%
community               1775.9 KiB   572K/s 00:03 [######################] 100%
multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (2): libfm-1.1.0-1  pcmanfm-1.1.0-1
Total Download Size:    0.60 MiB
Total Installed Size:   4.86 MiB
Net Upgrade Size:       -1.16 MiB
Proceed with installation? [Y/n] y
:: Retrieving packages from community...
libfm-1.1.0-1-x86_64     455.3 KiB   304K/s 00:01 [######################] 100%
pcmanfm-1.1.0-1-x86_64   160.5 KiB   502K/s 00:00 [######################] 100%
(2/2) checking package integrity                   [######################] 100%
(2/2) loading package files                        [######################] 100%
(2/2) checking for file conflicts                  [######################] 100%
error: failed to commit transaction (conflicting files)
libfm: /usr/include/libfm exists in filesystem
Errors occurred, no packages were upgraded.
If it can be of anyhelp:
My .xinitrc:
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi
exec openbox-session
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
Thank you !

Every installed package provides /var/lib/pacman/local/$package-$version/files file that contains metadata about this package. If this file gets corrupted - is empty or missing - it results in "file exists in filesystem" errors when trying to update the package. Such an error usually concerns only one package and instead of manually renaming and later removing all the files that belong to the package in question, you can run pacman -S --force $package to force pacman to overwrite these files.
Do not run pacman -Syu --force.
https://wiki.archlinux.org/index.php/Pa … stem.22.21

Similar Messages

  • Pacman error with "/usr/share/man exists in filesystem"

    I'm installing archlinux.
    Follwing beginners guide, I'm now installing some booting packages, dosfools,efibootmgr, grub. Install Boot loader
    But every time I type
    pacman -S grub
    it makes error
    error: failed to commit transaction (conflicting files)
    grub: /usr/share/man exists in filesystem
    Errors occurred, no packages were upgraded.
    Same error occurs for other packages wich same error messages.
    I formatted all disk using mkfs.ext4 command.. Why this error occur?

    Trilby wrote:What is the output of `pacman -Qo /usr/share/man` as suggested here?
    error: No package owns /usr/share/man

  • [SOLUTION] glibc: /usr/bin/tzselect exists in filesystem

    From a clean install of Arch using archlinux-2011.08.19-core-i686.iso, when trying to upgrade I get the following errors.
    error: failed to commit transaction (conflicting files)
    glibc: /usr/bin/tzselect exists in filesystem
    glibc: /usr/bin/zdump exists in filesystem
    glibc: /usr/bin/zic exists in filesystem
    Must be a recent package upgrade because it was working yesterday morning.
    Last edited by Beresford (2012-04-03 23:14:18)

    Try removing tzdata first.
    Edit: Files are sometimes moved between packages and this creates conflicts. Either removing the package that creates conflicts or using '--force' solves the problem.
    Edit 2:
    Beresford, in your first post you wrote:
    glibc: /usr/bin/aic exists in filesystem
    and it turned out to be 'zic' not 'aic'. If you can't copy-paste, please doublecheck if you typed all the important info correctly.
    Last edited by karol (2012-04-03 22:45:07)

  • [SOLVED] .. error: coreutils: /usr/bin/install exists in filesystem

    Hi All,
    Getting the following error:
    (85/85) checking for file conflicts [###########################] 100%
    error: failed to commit transaction (conflicting files)
    coreutils: /usr/bin/install exists in filesystem
    I am reluctant to delete/move /usr/bin/install for fear of breaking the system ..
    Anyone help here?
    Last edited by bmentink (2012-04-05 02:26:42)

    I just ran into this same issue today while performing a full system upgrade. After some investigation, I came to agree with the OP that manually removing "/usr/bin/install" is the correct action to take.
    Prior to successfully executing the full system upgrade, I found that /usr/bin/install was a symlink to /bin/install. Using "pacman -Qo /bin/install", I found that the file /bin/install was owned by the coreutils 8.15-1 package. The symlink /usr/bin/install, however, was not owned by any package. The conflict arises because coreutils 8.16-2 wants to put the new install program in /usr/bin instead of its previous location under /bin.
    My memory is a bit fuzzy, but I seem to recall running into a problem installing some third party library that had /usr/bin/install hard-coded into its build script and claimed the file didn't exist. I may have manually created the symlink /usr/bin/install to /bin/install as a quick-fix, then forgot to remove it. In retrospect, I could have confirmed/refuted this hypothesis by comparing the time stamp on the symlink /usr/bin/install to /bin/install. If the symlink was created well after /bin/install, then I'm probably to blaim; on the other hand, if the symlink was created essentially at the time /bin/install was created, then most likely the creators of the coreutils package forgot to claim ownership of the symlink.

  • Chromium: /usr/bin/chromedriver exists in filesystem

    When I try to install Chromium I get this error message: "chromium: /usr/bin/chromedriver exists in filesystem"
    I installed the "chromdriver 2.1" package before (pacaur -S chromedriver), because I use the Watir-Webdriver Ruby gem, and it is a dependency. What can I do to use Chromium with "chromedriver" package installed?

    You don't need chromedriver. Ruby gems installed with the gem utility do not care for the actual packages as long as the required files are present. And since the chromium package provides its own /usr/bin/chromedriver, this shouldn't be a problem. And if you've installed the gem from AUR, chromedriver is not listed as a dependency either. I've just checked and been able to install the specified gem with chromium present in the system, and thus you may safely remove chromedriver.

  • Cannot Upgrade with pacman - kdelibs: FindKDevPlatform.cmake exists in

    hello,I can't upgrade with pacman,i used the offical source.
    % sudo pacman -Sy --asdeps qt
    % sudo pacman -Su
    sudo pacman -Su
    :: Starting full system upgrade...
    :: Replace kdelibs-experimental with extra/kdelibs? [Y/n] Y
    :: Replace nautilus-cd-burner with extra/brasero? [Y/n] Y
    :: Replace pil with extra/python-imaging? [Y/n] Y
    resolving dependencies...
    looking for inter-conflicts...
    Remove (3): nautilus-cd-burner-2.25.3-1  kdelibs-experimental-4.3.4-1 
                pil-1.1.7-2 
    Total Removed Size:   5.19 MB
    Targets (125): brasero-2.28.3-2  x264-20100207-1  ffmpeg-30526-1 
                   chromium-4.0.249.78-3  curl-7.20.0-1  enca-1.13-1 
                   ffmpegthumbnailer-2.0.0-4  gnome-desktop-sharp-2.26.0-3 
                   gnome-python-desktop-2.28.0-3  gstreamer0.10-ugly-0.10.13-4 
                   gstreamer0.10-ugly-plugins-0.10.13-4  hwdetect-2010.02-3 
                   libssh-0.4.0-1  polkit-qt-0.95.1-1  libiodbc-3.52.7-3 
                   virtuoso-6.1.0-1  soprano-2.3.73-2  kdelibs-4.4.0-3 
                   oxygen-icons-4.4.0-1  kdebase-runtime-4.4.0-3 
                   kdemultimedia-kioslave-4.4.0-1  k3b-1.70.0beta1-2 
                   kdebase-lib-4.4.0-3  kdebase-dolphin-4.4.0-3 
                   kdebase-kappfinder-4.4.0-3  kdebase-kdepasswd-4.4.0-3 
                   kdebase-kdialog-4.4.0-3  kdebase-kfind-4.4.0-3 
                   kdebase-kinfocenter-4.4.0-3  kdebase-konqueror-4.4.0-3 
                   kdebase-konsole-4.4.0-3  kdebase-kwrite-4.4.0-3 
                   polkit-kde-0.95.1-2  kdepimlibs-4.4.0-1  kdepim-runtime-4.4.0-1 
                   kdebase-workspace-4.4.0-3  kdebase-plasma-4.4.0-3 
                   kde-meta-kdebase-4.4-3  kdemultimedia-dragonplayer-4.4.0-1 
                   kdemultimedia-juk-4.4.0-1  kdemultimedia-kmix-4.4.0-1 
                   kdemultimedia-kscd-4.4.0-1  mplayer-30526-1 
                   kdemultimedia-mplayerthumbs-4.4.0-1 
                   kde-meta-kdemultimedia-4.4-3  kdenetwork-filesharing-4.4.0-1 
                   kdenetwork-kdnssd-4.4.0-1  kdenetwork-kget-4.4.0-1 
                   libmsn-4.1-1  libv4l-0.6.4-1  kdenetwork-kopete-4.4.0-1 
                   kdenetwork-kppp-4.4.0-1  telepathy-qt4-0.2.1-1 
                   kdenetwork-krdc-4.4.0-1  kdenetwork-krfb-4.4.0-1 
                   kde-meta-kdenetwork-4.4-3  kdesdk-cervisia-4.4.0-1 
                   kdesdk-kapptemplate-4.4.0-1  kdesdk-kate-4.4.0-1 
                   kdesdk-kbugbuster-4.4.0-1  kdesdk-kcachegrind-4.4.0-1 
                   kdesdk-kdeaccounts-plugin-4.4.0-1  kdesdk-kdepalettes-4.4.0-1 
                   subversion-1.6.9-2  kdesdk-kioslave-4.4.0-1 
                   kdesdk-kmtrace-4.4.0-1  kdesdk-kompare-4.4.0-1 
                   kdesdk-kpartloader-4.4.0-1  kdesdk-kprofilemethod-4.4.0-1 
                   kdesdk-kstartperf-4.4.0-1  kdesdk-kuiviewer-4.4.0-1 
                   sip-4.10.0-1  qscintilla-2.4.2-1  pyqt-4.7.0-2 
                   kdebindings-python-4.4.0-2  kdesdk-lokalize-4.4.0-1 
                   kdesdk-poxml-4.4.0-1  kdesdk-scripts-4.4.0-1 
                   kdesdk-strigi-analyzer-4.4.0-1  kdesdk-umbrello-4.4.0-1 
                   kde-meta-kdesdk-4.4-3  kdewebdev-kfilereplace-4.4.0-1 
                   kdewebdev-kimagemapeditor-4.4.0-1 
                   kdewebdev-klinkstatus-4.4.0-1  kdewebdev-kommander-4.4.0-1 
                   kde-meta-kdewebdev-4.4-3  kdegraphics-libs-4.4.0-1 
                   kdegraphics-okular-4.4.0-1  kdebindings-smoke-4.4.0-2 
                   kdepim-libkdepim-4.4.0-2  kdepim-akregator-4.4.0-2 
                   kdepim-console-4.4.0-2  kdepim-kaddressbook-4.4.0-2 
                   kdepim-kalarm-4.4.0-2  kdepim-kjots-4.4.0-2 
                   kdepim-kleopatra-4.4.0-2  kdepim-kmail-4.4.0-2 
                   kdepim-knode-4.4.0-2  kdepim-knotes-4.4.0-2 
                   kdepim-korganizer-4.4.0-2  kdepim-kontact-4.4.0-2 
                   kdepim-kresources-4.4.0-2  kdepim-ktimetracker-4.4.0-2 
                   kdepim-wizards-4.4.0-2  kernel26-firmware-2.6.32.8-1 
                   kernel26-2.6.32.8-1  kernel26-headers-2.6.32.8-1 
                   libdrm-2.4.17-4  libebml-0.7.8-2  live-media-2010.02.10-1 
                   lomoco-1.0-6  mercurial-1.4.3-2 
                   perl-xyne-common-2010.02.09.2-1  perl-xyne-arch-2010.02.10.4-1 
                   phonon-xine-4.3.80-2  python-imaging-1.1.7-1 
                   postgresql-libs-8.4.2-4  python-qscintilla-2.4.2-1 
                   qtcurve-kde4-1.0.2-1  udev-151-3  unrar-3.9.8-1  vlc-1.0.5-2 
                   whois-5.0.1-1  wpa_supplicant-0.6.10-1  zope-interface-3.5.3-1 
    Total Download Size:    0.00 MB
    Total Installed Size:   929.38 MB
    Proceed with installation? [Y/n] Y
    checking package integrity...
    (125/125) checking for file conflicts               [#####################] 100%
    error: failed to commit transaction (conflicting files)
    kdelibs: /usr/share/apps/cmake/modules/FindKDevPlatform.cmake exists in filesystem
    Errors occurred, no packages were upgraded.

    sHyLoCk wrote:Use -Sf
    thx

  • Problem upgrading: 700+ files ... "exists in the filesystem" [SOLVED]

    OK.  I've read this stickie:
    https://bbs.archlinux.org/viewtopic.php?id=56373
    I have over 700 files that already "exists in filesystem".
    Yes.  I had a period when my favorite repositories were unknowingly down (they're still not up) and I didn't update my system as regularly as I normally do with this laptop, which I don't use that often.  I was duly flamed for having the temerity to ask why my system hadn't been updated in a while, my one intensely negative experience on these othewise helpful forums.
    I have connected to a new repository and I have successfully run pacman -Syu several times until this week.
    I have run "pacman -Qo filename" on a random 7 or 8 of the files listed below and they all report that no package owns the file.
    I have checked the Arch news page and the announce mailing list archive.
    700 seems like an excessive number of files to have the "exist in the filesystem" problem.
    It appears the problem is with "gnu-utls".  I'm running Xfce.  One solution that presents itself is to remove "gnu-utls" and then try upgrading again.
    Another strategy would be, if I read the stickie correctly, to delete each one of these files and again try an upgrade.
    I'm just seeking confirmation that one or the other of these avenues would be a good idea given warnings to the guy who "only" had 200 files to update.
    Thanks.
    error: failed to commit transaction (conflicting files)
    gnutls: /usr/bin/certtool exists in filesystem
    gnutls: /usr/bin/gnutls-cli exists in filesystem
    gnutls: /usr/bin/gnutls-cli-debug exists in filesystem
    gnutls: /usr/bin/gnutls-serv exists in filesystem
    gnutls: /usr/bin/p11tool exists in filesystem
    gnutls: /usr/bin/psktool exists in filesystem
    gnutls: /usr/bin/srptool exists in filesystem
    gnutls: /usr/include/gnutls/abstract.h exists in filesystem
    gnutls: /usr/include/gnutls/compat.h exists in filesystem
    gnutls: /usr/include/gnutls/crypto.h exists in filesystem
    gnutls: /usr/include/gnutls/extra.h exists in filesystem
    gnutls: /usr/include/gnutls/gnutls.h exists in filesystem
    gnutls: /usr/include/gnutls/gnutlsxx.h exists in filesystem
    gnutls: /usr/include/gnutls/openpgp.h exists in filesystem
    gnutls: /usr/include/gnutls/openssl.h exists in filesystem
    gnutls: /usr/include/gnutls/pkcs11.h exists in filesystem
    gnutls: /usr/include/gnutls/pkcs12.h exists in filesystem
    gnutls: /usr/include/gnutls/x509.h exists in filesystem
    gnutls: /usr/lib/libgnutls-extra.so exists in filesystem
    gnutls: /usr/lib/libgnutls-extra.so.26 exists in filesystem
    gnutls: /usr/lib/libgnutls-extra.so.26.21.1 exists in filesystem
    gnutls: /usr/lib/libgnutls-openssl.so exists in filesystem
    gnutls: /usr/lib/libgnutls-openssl.so.27 exists in filesystem
    gnutls: /usr/lib/libgnutls-openssl.so.27.0.0 exists in filesystem
    gnutls: /usr/lib/libgnutls.so exists in filesystem
    gnutls: /usr/lib/libgnutls.so.26 exists in filesystem
    gnutls: /usr/lib/libgnutls.so.26.21.1 exists in filesystem
    gnutls: /usr/lib/libgnutlsxx.so exists in filesystem
    gnutls: /usr/lib/libgnutlsxx.so.27 exists in filesystem
    gnutls: /usr/lib/libgnutlsxx.so.27.0.0 exists in filesystem
    gnutls: /usr/lib/pkgconfig/gnutls-extra.pc exists in filesystem
    gnutls: /usr/lib/pkgconfig/gnutls.pc exists in filesystem
    gnutls: /usr/share/info/gnutls-certificate-user-use-case.png exists in filesystem
    gnutls: /usr/share/info/gnutls-client-server-use-case.png exists in filesystem
    gnutls: /usr/share/info/gnutls-extensions_st.png exists in filesystem
    gnutls: /usr/share/info/gnutls-handshake-sequence.png exists in filesystem
    gnutls: /usr/share/info/gnutls-handshake-state.png exists in filesystem
    gnutls: /usr/share/info/gnutls-internals.png exists in filesystem
    gnutls: /usr/share/info/gnutls-layers.png exists in filesystem
    gnutls: /usr/share/info/gnutls-logo.png exists in filesystem
    gnutls: /usr/share/info/gnutls-mod_auth_st.png exists in filesystem
    gnutls: /usr/share/info/gnutls-objects.png exists in filesystem
    gnutls: /usr/share/info/gnutls-pgp.png exists in filesystem
    gnutls: /usr/share/info/gnutls-x509.png exists in filesystem
    gnutls: /usr/share/info/gnutls.info-1.gz exists in filesystem
    gnutls: /usr/share/info/gnutls.info-2.gz exists in filesystem
    gnutls: /usr/share/info/gnutls.info-3.gz exists in filesystem
    gnutls: /usr/share/info/gnutls.info.gz exists in filesystem
    gnutls: /usr/share/info/pkcs11-vision.png exists in filesystem
    gnutls: /usr/share/locale/cs/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/de/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/en@boldquot/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/en@quot/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/fr/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/it/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/ms/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/nl/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/pl/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/sv/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/vi/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/zh_CN/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/man/man1/certtool.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/gnutls-cli-debug.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/gnutls-cli.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/gnutls-serv.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/p11tool.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/psktool.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/srptool.1.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_alert_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_alert_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_alert_send.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_alert_send_appropriate.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_allocate_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_allocate_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_free_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_free_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_set_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_set_server_dh_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_set_server_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_auth_client_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_auth_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_auth_server_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_bye.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_activation_time_peers.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_allocate_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_client_get_request_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_client_set_retrieve_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_expiration_time_peers.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_ca_names.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_cas.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_crls.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_keys.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_openpgp_keyring.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_ours.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_peers.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_x509_cas.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_x509_crls.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_server_set_request.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_server_set_retrieve_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_dh_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_retrieve_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_rsa_export_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_verify_flags.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_verify_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_verify_limits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_crl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_crl_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_crl_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_key_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_key_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_trust.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_trust_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_trust_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_verify_peers.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_verify_peers2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_check_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_decrypt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_decrypt2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_encrypt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_encrypt2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get_block_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get_key_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_suite_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_suite_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_credentials_clear.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_credentials_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_bigint_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_cipher_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_digest_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_mac_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_pk_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_rnd_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_single_cipher_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_single_digest_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_single_mac_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_check_entry.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_get_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_remove_session.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_cache_expiration.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_remove_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_retrieve_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_store_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_group.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_peers_public_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_prime_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_pubkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_secret_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_cpy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_export_pkcs3.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_export_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_generate2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_import_pkcs3.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_import_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_set_prime_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_error_is_fatal.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_error_to_alert.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ext_register.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_extra_check_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_free.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_init_extra.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_log_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_log_level.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_mem_functions.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_mutex.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_time_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_get_last_in.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_get_last_out.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_set_max_packet_length.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_set_post_client_hello_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_set_private_extensions.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_fast.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_get_len.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_output.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hex2bin.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hex_decode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hex_encode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_fast.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_get_len.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_output.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_allocate_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_allocate_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_enable.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_endphase_send.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_extract_inner_secret.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_free_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_free_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_generate_challenge.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_get_client_avp_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_get_server_avp_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_handshake.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_handshake_p.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_permute_inner_secret.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_recv.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_send.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_set_client_avp_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_set_client_avp_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_set_server_avp_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_set_server_avp_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_verify_endphase.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_get_key_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_malloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_check_hostname.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_creation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_verify_ring.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_verify_self.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_check_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_get_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_sec_param.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_sign_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_send_cert.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_set_recv_key_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pem_base64_decode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pem_base64_decode_alloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pem_base64_encode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pem_base64_encode_alloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_perror.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_algorithm_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_bits_to_sec_param.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_add_provider.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_copy_secret_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_copy_x509_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_delete_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_export_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_get_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_import_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_list_import_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_export_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_get_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_import_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_set_pin_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_set_token_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_get_flags.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_get_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_get_mechanism.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_get_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_set_pin.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_decrypt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_encrypt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_crl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_generate_mac.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_get_bag.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_set_bag.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_verify_mac.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_delete_crl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_delete_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_get_crl_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_get_crl_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_get_crt_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_get_crt_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_set_crl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_set_crl_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_set_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_set_crt_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_prf.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_prf_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_priority_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_priority_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_priority_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_priority_set_direct.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_decrypt_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_import_openpgp.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_import_pkcs11.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_import_x509.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_sign_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_sign_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_allocate_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_allocate_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_client_get_hint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_free_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_free_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_netconf_derive_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_server_get_username.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_client_credentials_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_credentials_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_credentials_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_credentials_hint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_dh_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_verify_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_openpgp.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_pkcs11.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_pkcs11_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_privkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_x509.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_set_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_verify_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_verify_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_check_pending.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_disable_padding.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_get_direction.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_get_max_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_recv.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_send.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_set_max_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_register_md5_handler.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rehandshake.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rnd.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_export_get_modulus_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_export_get_pubkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_cpy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_export_pkcs1.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_export_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_generate2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_import_pkcs1.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_import_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_safe_renegotiation_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sec_param_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sec_param_to_pk_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_server_name_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_server_name_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_channel_binding.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_enable_compatibility_mode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_get_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_get_data2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_get_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_is_resumed.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_set_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_set_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_ticket_enable_client.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_ticket_enable_server.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_ticket_key_generate.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_set_default_export_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_set_default_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_algorithm_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_algorithm_get_requested.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_callback_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_callback_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_allocate_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_allocate_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_base64_decode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_base64_decode_alloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_base64_encode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_base64_encode_alloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_free_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_free_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_server_get_username.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_client_credentials_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_prime_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_server_credentials_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_server_credentials_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_verifier.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_strerror.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_strerror_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_supplemental_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_get_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_get_ptr2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_errno.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_errno_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_global_errno.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_lowat.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_ptr2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_pull_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_push_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_vec_push_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_check_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_crt_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_crt_serial.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_dn_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_extension_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_extension_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_extension_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_issuer_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_next_update.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_number.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_signature.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_this_update.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_privkey_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_crt_serial.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_next_update.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_number.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_this_update.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_sign2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_verify.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_attribute_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_attribute_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_challenge_password.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_dn_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_extension_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_extension_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_privkey_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_challenge_password.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_pubkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_sign2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_verify.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_check_hostname.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_check_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_check_revocation.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_activation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_ca_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_dn_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_extension_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_extension_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_extension_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_proxy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_raw_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_serial.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_signature.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_import_pkcs11.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_list_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_list_verify.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_privkey_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_activation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_ca_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_crq.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_crq_extensions.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_proxy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_proxy_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_pubkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_serial.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_subject_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_sign2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_verify.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_verify_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_verify_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_get_rdn_ava.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_oid_known.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_cpy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_pkcs8.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_fix.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_generate.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_pkcs8.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sec_param.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sign_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sign_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_verify_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get_oid.3.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by whatshisname (2011-07-25 12:57:04)

    falconindy wrote:
    I would not recommend messing around with the DB directly. Just reinstall the one package:
    pacman -Sf gnutls
    Done
    Booom!  That did it!
    Thanks, guys.  I appreciate the help.

  • [SOLVED] cannot install perf due to python2 ... exists in filesystem e

    sudo pacman -S perf
    resolving dependencies...
    looking for inter-conflicts...
    Packages (2): python2-2.7.5-2  perf-3.11-2
    Total Installed Size:   68.71 MiB
    :: Proceed with installation? [Y/n]
    1 resolving dependencies...
       2 looking for inter-conflicts...
       3
       4 Packages (2): python2-2.7.5-2  perf-3.11-2
       5
       6 Total Installed Size:   68.71 MiB
       7
       8 checking keyring...
       9 checking package integrity...
      10 loading package files...
      11 checking for file conflicts...
      12 python2: /usr/bin/2to3-2.7 exists in filesystem
      13 python2: /usr/bin/idle2 exists in filesystem
      14 python2: /usr/bin/pydoc2 exists in filesystem
      15 python2: /usr/bin/python2 exists in filesystem
      16 python2: /usr/bin/python2-config exists in filesystem
      17 python2: /usr/bin/python2.7 exists in filesystem
      18 python2: /usr/bin/python2.7-config exists in filesystem
      19 python2: /usr/include/python2.7/Python-ast.h exists in filesystem
      20 python2: /usr/include/python2.7/Python.h exists in filesystem
      21 python2: /usr/include/python2.7/abstract.h exists in filesystem
      22 python2: /usr/include/python2.7/asdl.h exists in filesystem
      23 python2: /usr/include/python2.7/ast.h exists in filesystem
      24 python2: /usr/include/python2.7/bitset.h exists in filesystem
      25 python2: /usr/include/python2.7/boolobject.h exists in filesystem
      26 python2: /usr/include/python2.7/bufferobject.h exists in filesystem
      27 python2: /usr/include/python2.7/bytearrayobject.h exists in filesystem
      28 python2: /usr/include/python2.7/bytes_methods.h exists in filesystem
      29 python2: /usr/include/python2.7/bytesobject.h exists in filesystem
      30 python2: /usr/include/python2.7/cStringIO.h exists in filesystem
      31 python2: /usr/include/python2.7/cellobject.h exists in filesystem
      32 python2: /usr/include/python2.7/ceval.h exists in filesystem
      33 python2: /usr/include/python2.7/classobject.h exists in filesystem
      34 python2: /usr/include/python2.7/cobject.h exists in filesystem
      35 python2: /usr/include/python2.7/code.h exists in filesystem
      36 python2: /usr/include/python2.7/codecs.h exists in filesystem
      37 python2: /usr/include/python2.7/compile.h exists in filesystem
      38 python2: /usr/include/python2.7/complexobject.h exists in filesystem
      39 python2: /usr/include/python2.7/datetime.h exists in filesystem
      40 python2: /usr/include/python2.7/descrobject.h exists in filesystem
      41 python2: /usr/include/python2.7/dictobject.h exists in filesystem
      42 python2: /usr/include/python2.7/dtoa.h exists in filesystem
      43 python2: /usr/include/python2.7/enumobject.h exists in filesystem
      44 python2: /usr/include/python2.7/errcode.h exists in filesystem
      45 python2: /usr/include/python2.7/eval.h exists in filesystem
    Errors occurred, no packages were upgraded.
    (yes those are line numbers, sorry)
    Any ideas?
    Last edited by busey (2013-11-11 21:58:55)

    There are a number of files on your system that a package wants to provide thus causing a conflict.  Aborting with warnings is the expected behavior.  Now the question is: what placed the files on your system?  Did you manually compile and install python2 or other packages by chance?
    Let's see if any package that pacman installed owns one of those files (I'm guessing now); post the output of:
    pacman -Qo /usr/include/python2.7/abstract.h
    As that was your 1st post, welcome to Arch.  Plz use code tags in your posts --> https://bbs.archlinux.org/help.php#bbcode
    Last edited by graysky (2013-11-11 20:50:01)

  • Audiofile libxvmc libxdamage sysfsutils exists in filesystem [Solved]

    I've done a pacman -Syu tonight, and I cannot get the above packages to update, getting lots of "exists in filesystem" errors.  I'm not finding any info on these. 
    I had trouble with klibc but ultimately got it to update by updating all klibc* packages together, as someone suggested.
    Last edited by timm (2009-05-27 02:50:31)

    Here is what I get
    ##pacman -Syu
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (5): audiofile-0.2.6-4 libxdamage-1.1.1-2 libxinerama-1.0.3-2
    libxvmc-1.0.4-2 sysfsutils-2.1.0-5
    Total Download Size: 0.00 MB
    Total Installed Size: 0.90 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (5/5) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    audiofile: /usr/bin/audiofile-config exists in filesystem
    audiofile: /usr/bin/sfconvert exists in filesystem
    audiofile: /usr/bin/sfinfo exists in filesystem
    audiofile: /usr/include/af_vfs.h exists in filesystem
    audiofile: /usr/include/audiofile.h exists in filesystem
    audiofile: /usr/include/aupvlist.h exists in filesystem
    audiofile: /usr/lib/libaudiofile.a exists in filesystem
    audiofile: /usr/lib/libaudiofile.so exists in filesystem
    audiofile: /usr/lib/libaudiofile.so.0 exists in filesystem
    audiofile: /usr/lib/libaudiofile.so.0.0.2 exists in filesystem
    audiofile: /usr/lib/pkgconfig/audiofile.pc exists in filesystem
    audiofile: /usr/share/aclocal/audiofile.m4 exists in filesystem
    libxdamage: /usr/include/X11/extensions/Xdamage.h exists in filesystem
    libxdamage: /usr/lib/libXdamage.a exists in filesystem
    libxdamage: /usr/lib/libXdamage.so exists in filesystem
    libxdamage: /usr/lib/libXdamage.so.1 exists in filesystem
    libxdamage: /usr/lib/libXdamage.so.1.1.0 exists in filesystem
    libxdamage: /usr/lib/pkgconfig/xdamage.pc exists in filesystem
    libxvmc: /usr/include/X11/extensions/XvMClib.h exists in filesystem
    libxvmc: /usr/lib/libXvMC.a exists in filesystem
    libxvmc: /usr/lib/libXvMC.so exists in filesystem
    libxvmc: /usr/lib/libXvMC.so.1 exists in filesystem
    libxvmc: /usr/lib/libXvMC.so.1.0.0 exists in filesystem
    libxvmc: /usr/lib/libXvMCW.a exists in filesystem
    libxvmc: /usr/lib/libXvMCW.so exists in filesystem
    libxvmc: /usr/lib/libXvMCW.so.1 exists in filesystem
    libxvmc: /usr/lib/libXvMCW.so.1.0.0 exists in filesystem
    libxvmc: /usr/lib/pkgconfig/xvmc.pc exists in filesystem
    sysfsutils: /lib/libsysfs.so.2 exists in filesystem
    sysfsutils: /lib/libsysfs.so.2.0.1 exists in filesystem
    sysfsutils: /usr/bin/dlist_test exists in filesystem
    sysfsutils: /usr/bin/get_device exists in filesystem
    sysfsutils: /usr/bin/get_driver exists in filesystem
    sysfsutils: /usr/bin/get_module exists in filesystem
    sysfsutils: /usr/bin/systool exists in filesystem
    sysfsutils: /usr/include/sysfs/dlist.h exists in filesystem
    sysfsutils: /usr/include/sysfs/libsysfs.h exists in filesystem
    sysfsutils: /usr/lib/libsysfs.a exists in filesystem
    sysfsutils: /usr/lib/libsysfs.so exists in filesystem
    Errors occurred, no packages were upgraded.
    I ran through a pacman -Qo on all the files listed as errors under audiofile, all show that no package owns them.
    I will proceed to rename the files carrying the error and rerun pacman for the packages, see if everything is ok.  If no further errors, will delete the packages.  (Dug deeper into the forums to find this method...)
    Last edited by timm (2009-05-19 02:25:47)

  • Can't Update Because file "exists in filesystem" [SOLVED]

    I am having the below problem:
    $ sudo pacman -Suyy
    :: Synchronizing package databases...
    core 112.9 KiB 2.83M/s 00:00 [###############################################] 100%
    extra 1763.2 KiB 845K/s 00:02 [###############################################] 100%
    community 2.3 MiB 2.65M/s 00:01 [###############################################] 100%
    archlinuxfr 19.7 KiB 160K/s 00:00 [###############################################] 100%
    :: Starting full system upgrade...
    error: could not open file /var/lib/pacman/local/ldb-1.1.16-1/desc: No such file or directory
    :: Replace lzo2 with core/lzo? [Y/n]
    resolving dependencies...
    error: could not open file /var/lib/pacman/local/libgxps-0.2.2-3/desc: No such file or directory
    looking for inter-conflicts...
    Packages (43): cairo-1.12.16-3 cups-1.7.5-1 device-mapper-2.02.108-1 dhcpcd-6.4.3-1 e2fsprogs-1.42.11-1 epiphany-3.12.1-2
    ffmpeg-1:2.3.1-1 gettext-0.19.2-1 git-2.0.4-1 kdelibs-4.13.3-2 ldb-1.1.17-1 libarchive-3.1.2-8 libcups-1.7.5-1
    libkolab-0.5.2-1 libpeas-1.10.1-1 libutil-linux-2.25-3 libwbclient-4.1.11-1 linux-3.15.8-1 linux-headers-3.15.8-1
    lvm2-2.02.108-1 lzo-2.08-3 lzo2-2.08-1 [removal] meld-3.11.2-3 mesa-10.2.5-1 mkinitcpio-18-1 parted-3.2-1
    phpmyadmin-4.2.7-1 python-setuptools-1:5.4.2-1 python2-boto-2.32.1-1 s-nail-14.7.5-1 samba-4.1.11-1
    smartmontools-6.3-1 smbclient-4.1.11-1 syslinux-6.03pre19-1 tar-1.28-1 tdb-1.3.0-2 traceroute-2.0.20-1
    util-linux-2.25-3 virtualbox-4.3.14-3 xorg-server-1.16.0-6 xorg-server-common-1.16.0-6 xorg-xrandr-1.4.3-1
    zenity-3.12.1-2
    Total Installed Size: 450.30 MiB
    Net Upgrade Size: 1.10 MiB
    :: Proceed with installation? [Y/n]
    (42/42) checking keys in keyring [###############################################] 100%
    (42/42) checking package integrity [###############################################] 100%
    (42/42) loading package files [###############################################] 100%
    (42/42) checking for file conflicts [###############################################] 100%
    error: failed to commit transaction (conflicting files)
    ldb: /usr/bin/ldbadd exists in filesystem
    ldb: /usr/bin/ldbdel exists in filesystem
    ldb: /usr/bin/ldbedit exists in filesystem
    ldb: /usr/bin/ldbmodify exists in filesystem
    ldb: /usr/bin/ldbrename exists in filesystem
    ldb: /usr/bin/ldbsearch exists in filesystem
    ldb: /usr/include/ldb.h exists in filesystem
    ldb: /usr/include/ldb_errors.h exists in filesystem
    ldb: /usr/include/ldb_handlers.h exists in filesystem
    ldb: /usr/include/ldb_module.h exists in filesystem
    ldb: /usr/include/ldb_version.h exists in filesystem
    ldb: /usr/include/pyldb.h exists in filesystem
    ldb: /usr/lib/ldb/libldb-cmdline.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/asq.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/ldap.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/paged_results.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/paged_searches.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/rdn_name.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/sample.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/server_sort.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/skel.so exists in filesystem
    ldb: /usr/lib/libldb.so exists in filesystem
    ldb: /usr/lib/libldb.so.1 exists in filesystem
    ldb: /usr/lib/libpyldb-util.so exists in filesystem
    ldb: /usr/lib/libpyldb-util.so.1 exists in filesystem
    ldb: /usr/lib/pkgconfig/ldb.pc exists in filesystem
    ldb: /usr/lib/pkgconfig/pyldb-util.pc exists in filesystem
    ldb: /usr/lib/python2.7/site-packages/ldb.so exists in filesystem
    Errors occurred, no packages were upgraded.
    Recently I did have a problem with my pacman DB files over here but I fixed that. I also tried now making a new empty /var/lib/pacman/sync directory but the output is the same as above.
    I tried Googling for this issue but I am not succeededing.
    Can anyone advise what I can do to troubleshoot this?
    Last edited by CaptainKirk (2014-08-07 11:28:01)

    Thank you for that link.
    I checked the first two  /usr/bin/ldbadd and /usr/bin/ldbdel and no package owns them. So I ran:
    sudo pacman -S --force lib32-libdbus
    because now I got:
    :: Replace lib32-dbus-core with multilib/lib32-libdbus? [Y/n]
    because I just enabled multilib in order to upgrade skype (which worked). Anyhow, the install of lib32-libdbus worked fine, but
    pacman -Syu
    still gives all the errors above. Should I try to rename all those files?
    Your title however is misleading - nothing says files are missing, the problem is those files are already there but pacman doesn't know why.
    Well, I also see this:
    error: could not open file /var/lib/pacman/local/ldb-1.1.16-1/desc: No such file or directory
    as well as another. So something does appear to be missing to me.

  • Everything 'exists in filesystem' Errors occurred, no packages were up

    Something like 260 package updates failed to same error.
    Really do not want to use --force
    Any ideas?
    edObject/EmbeddedObject.odt exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/EmbeddedObject.xcu exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObjectFactory.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/BuildMinimalComponent.xml exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/MinimalComponent.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/MinimalComponent.idl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/MinimalComponent.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/MinimalComponent/TestMinimalComponent.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/PropertySet/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/PropertySet/PropTest.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/PropertySet/PropTest.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/PropertySet/PropertySet.odt exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/CalcAddins.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/CalcAddins.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/CalcAddins.ods exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/ChartTypeChange.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/EuroAdaption.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/SCalc.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Spreadsheet/XCalcAddins.idl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/BookmarkInsertion.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/GraphicsInserter.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/HardFormatting.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/SWriter.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/StyleCreation.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/StyleInitialization.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/TextDocumentStructure.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/TextReplace.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/WriterSelector.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/Text/oo_smiley.gif exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/ToDo.components exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/ToDo.idl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/ToDo.java exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/ToDo.ods exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/java/ToDo/XToDo.idl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/CalcWindowState.xcu exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/Factory.xcu exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/META-INF/manifest.xml exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/Makefile exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/description.xml exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/readme exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolPanelPocBasic/Module1.xba exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolPanelPocBasic/dialog.xlb exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolPanelPocBasic/script.xlb exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolpanel.component exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolpanel.py exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/examples/python/toolpanel/toolpanels/poc.xdl exists in filesystem
    libreoffice-sdk-doc: /usr/lib/libreoffice/sdk/index.html exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libhwplo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/liblwpftlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libmswordlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libmsworkslo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libswdlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libswuilo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libt602filterlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libwpftlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/program/libwriterfilterlo.so exists in filesystem
    libreoffice-writer: /usr/lib/libreoffice/share/registry/writer.xcd exists in filesystem
    libxft: /usr/lib/libXft.so.2.3.0 exists in filesystem
    linux-firmware: /lib/firmware/bnx2x/bnx2x-e1-7.2.16.0.fw exists in filesystem
    linux-firmware: /lib/firmware/bnx2x/bnx2x-e1h-7.2.16.0.fw exists in filesystem
    linux-firmware: /lib/firmware/bnx2x/bnx2x-e2-7.2.16.0.fw exists in filesystem
    linux-firmware: /lib/firmware/brcm/brcmfmac43236b.bin exists in filesystem
    linux-firmware: /lib/firmware/brcm/brcmfmac4329.bin exists in filesystem
    linux-firmware: /lib/firmware/brcm/brcmfmac4330.bin exists in filesystem
    linux-firmware: /lib/firmware/cxgb3/t3fw-7.12.0.bin exists in filesystem
    linux-firmware: /lib/firmware/cxgb4/t4fw-1.4.16.0.bin exists in filesystem
    linux-firmware: /lib/firmware/usbdux/usbduxsigma_firmware.asm exists in filesystem
    linux-firmware: /lib/firmware/usbduxsigma_firmware.bin exists in filesystem
    mkinitcpio-busybox: /usr/lib/initcpio/busybox exists in filesystem
    mkinitcpio: /usr/lib/initcpio/functions exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/btrfs exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/consolefont exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/keymap exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/memdisk exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/net exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/resume exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/shutdown exists in filesystem
    mkinitcpio: /usr/lib/initcpio/hooks/sleep exists in filesystem
    mkinitcpio: /usr/lib/initcpio/init exists in filesystem
    mkinitcpio: /usr/lib/initcpio/init_functions exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/autodetect exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/base exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/btrfs exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/consolefont exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/filesystems exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/fsck exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/fw exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/ide exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/keymap exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/memdisk exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/net exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/pata exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/pcmcia exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/resume exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/sata exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/scsi exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/shutdown exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/sleep exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/usb exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/usbinput exists in filesystem
    mkinitcpio: /usr/lib/initcpio/install/virtio exists in filesystem
    mkinitcpio: /usr/lib/initcpio/shutdown exists in filesystem
    mkinitcpio: /usr/lib/initcpio/udev/01-memdisk.rules exists in filesystem
    man-db: /usr/lib/man-db/libman-2.6.1.so exists in filesystem
    man-db: /usr/lib/man-db/libmandb-2.6.1.so exists in filesystem
    man-pages: /usr/share/man/man1/getent.1.gz exists in filesystem
    man-pages: /usr/share/man/man2/sendmmsg.2.gz exists in filesystem
    mesa: /usr/include/xa_composite.h exists in filesystem
    mesa: /usr/include/xa_context.h exists in filesystem
    mesa: /usr/include/xa_tracker.h exists in filesystem
    mesa: /usr/lib/libGLU.so.1.3.08000 exists in filesystem
    mesa: /usr/lib/libxatracker.so exists in filesystem
    mesa: /usr/lib/libxatracker.so.1 exists in filesystem
    mesa: /usr/lib/libxatracker.so.1.0.0 exists in filesystem
    mesa: /usr/lib/pkgconfig/xatracker.pc exists in filesystem
    mx: /usr/lib/libmx-1.0.so.2.401.0 exists in filesystem
    poppler-glib: /usr/share/gtk-doc/html/poppler/api-index-0-18.html exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R110714.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R110714WhiteBacking.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R110903.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R111204.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/reflective/R111204WhiteBacking.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/A111011.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/A120115.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/E111007.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/E120104.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/F111224.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/N111122.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/N111125.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/N111203.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/V111010.it8 exists in filesystem
    shared-color-targets: /usr/share/color/targets/wolf_faust/transmissive/V120101.it8 exists in filesystem
    subversion: /usr/lib/httpd/modules/mod_dontdothat.so exists in filesystem
    thunderbird: /usr/lib/thunderbird/isp/Bogofilter.sfd exists in filesystem
    thunderbird: /usr/lib/thunderbird/isp/DSPAM.sfd exists in filesystem
    thunderbird: /usr/lib/thunderbird/isp/POPFile.sfd exists in filesystem
    libkate: /usr/bin/KateDJ exists in filesystem
    libkate: /usr/bin/katalyzer exists in filesystem
    libkate: /usr/bin/katedec exists in filesystem
    libkate: /usr/bin/kateenc exists in filesystem
    libkate: /usr/include/kate/kate.h exists in filesystem
    libkate: /usr/include/kate/kate_config.h exists in filesystem
    libkate: /usr/include/kate/oggkate.h exists in filesystem
    libkate: /usr/lib/libkate.so exists in filesystem
    libkate: /usr/lib/libkate.so.1 exists in filesystem
    libkate: /usr/lib/libkate.so.1.3.0 exists in filesystem
    libkate: /usr/lib/liboggkate.so exists in filesystem
    libkate: /usr/lib/liboggkate.so.1 exists in filesystem
    libkate: /usr/lib/liboggkate.so.1.2.2 exists in filesystem
    libkate: /usr/lib/pkgconfig/kate.pc exists in filesystem
    libkate: /usr/lib/pkgconfig/oggkate.pc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/__init__.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/__init__.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/__init__.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/constants.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/constants.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/constants.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/demuxer.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/demuxer.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/demuxer.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/finder.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/finder.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/finder.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/muxer.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/muxer.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/muxer.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/options.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/options.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/options.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tester.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tester.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tester.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tools.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tools.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/tools.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_editor.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_editor.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_editor.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_main.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_main.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_main.pyo exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_options.py exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_options.pyc exists in filesystem
    libkate: /usr/lib/python2.7/site-packages/kdj/ui_options.pyo exists in filesystem
    libkate: /usr/share/doc/libkate/AUTHORS exists in filesystem
    libkate: /usr/share/doc/libkate/COPYING exists in filesystem
    libkate: /usr/share/doc/libkate/ChangeLog exists in filesystem
    libkate: /usr/share/doc/libkate/README exists in filesystem
    libkate: /usr/share/doc/libkate/THANKS exists in filesystem
    libkate: /usr/share/doc/libkate/html/Format.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/HOWTO.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/Support.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/annotated.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/categories.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/classes.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/config_8h-source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/config_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/decoding_8c-example.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/doxygen.css exists in filesystem
    libkate: /usr/share/doc/libkate/html/doxygen.png exists in filesystem
    libkate: /usr/share/doc/libkate/html/encoding_8c-example.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/errors.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/examples.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/files.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x00.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x01.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x7f.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x80.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x81.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x82.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x83.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x84.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x85.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x86.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x87.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_0x88.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_32v.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_bitmap.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_color.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_curve.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_font_range.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_fp.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_metadata.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_motion.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_palette.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_region.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_rle.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_style.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/format_warp.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/functions.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/functions_vars.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x63.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x64.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x65.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x66.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x67.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x68.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x69.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x6c.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x6d.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x6f.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x70.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x72.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x73.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x74.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x75.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x76.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_0x77.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_defs.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_enum.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_eval.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/globals_func.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/granule.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__comments.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__decoding.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__encoding.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__font.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__granule.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__high.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__info.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__metadata.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__misc.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__ogg__decode.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__ogg__encode.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__packet.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__text.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__tracker.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/group__version.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/high_8c-example.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/index.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate_8h-source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate_8h.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__bitwise_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__bitwise_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__comment_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__config_8h-source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__config_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__decode_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__decode__state_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__decode__state_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__encode_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__encode__state_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__encode__state_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__event_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__font_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__fp_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__fp_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__granule_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__high_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__info_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__internal_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__motion_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__ogg_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__packet_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__rle_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__rle_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__text_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/kate__tracker_8c_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/modules.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/oggkate_8h-source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/oggkate_8h.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/oggkate_8h_source.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/pages.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__active__event.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__bitmap.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__color.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__comment.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__curve.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__decode__state.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__encode__state.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__event.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__event__timing.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__font__mapping.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__font__range.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__info.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__memory__guard.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__motion.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__pack__buffer.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__packet.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__palette.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__region.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__state.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__style.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__tracker.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/structkate__tracker__internal.html exists in filesystem
    libkate: /usr/share/doc/libkate/html/tab_b.gif exists in filesystem
    libkate: /usr/share/doc/libkate/html/tab_l.gif exists in filesystem
    libkate: /usr/share/doc/libkate/html/tab_r.gif exists in filesystem
    libkate: /usr/share/doc/libkate/html/tabs.css exists in filesystem
    libkate: /usr/share/licenses/libkate/LICENSE exists in filesystem
    libkate: /usr/share/man/man1/KateDJ.1.gz exists in filesystem
    libkate: /usr/share/man/man1/katalyzer.1.gz exists in filesystem
    libkate: /usr/share/man/man1/katedec.1.gz exists in filesystem
    libkate: /usr/share/man/man1/kateenc.1.gz exists in filesystem
    libtiger: /usr/include/tiger/tiger.h exists in filesystem
    libtiger: /usr/include/tiger/tiger_config.h exists in filesystem
    libtiger: /usr/lib/libtiger.so exists in filesystem
    libtiger: /usr/lib/libtiger.so.5 exists in filesystem
    libtiger: /usr/lib/libtiger.so.5.0.2 exists in filesystem
    libtiger: /usr/lib/pkgconfig/tiger.pc exists in filesystem
    vlc: /usr/bin/svlc exists in filesystem
    vlc: /usr/lib/vlc/plugins/access/libaccess_gnomevfs_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/access/libvcdx_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/audio_output/libportaudio_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/codec/libkate_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/codec/libtwolame_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/demux/libgme_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/gui/libskins2_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/notify/libnotify_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/notify/libxosd_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/text_renderer/libsvg_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/video_output/libaa_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/visualization/libgoom_plugin.so exists in filesystem
    vlc: /usr/lib/vlc/plugins/visualization/libprojectm_plugin.so exists in filesystem
    vlc: /usr/share/vlc/skins2/default.vlt exists in filesystem
    vlc: /usr/share/vlc/skins2/fonts/FreeSans.ttf exists in filesystem
    vlc: /usr/share/vlc/skins2/fonts/FreeSansBold.ttf exists in filesystem
    vlc: /usr/share/vlc/skins2/skin.catalog exists in filesystem
    vlc: /usr/share/vlc/skins2/skin.dtd exists in filesystem
    vlc: /usr/share/vlc/skins2/winamp2.xml exists in filesystem
    mtdev: /usr/bin/mtdev-test exists in filesystem
    mtdev: /usr/include/mtdev-mapping.h exists in filesystem
    mtdev: /usr/include/mtdev-plumbing.h exists in filesystem
    mtdev: /usr/include/mtdev.h exists in filesystem
    mtdev: /usr/lib/libmtdev.so exists in filesystem
    mtdev: /usr/lib/libmtdev.so.1 exists in filesystem
    mtdev: /usr/lib/libmtdev.so.1.0.0 exists in filesystem
    mtdev: /usr/lib/pkgconfig/mtdev.pc exists in filesystem
    mtdev: /usr/share/licenses/mtdev/LICENSE exists in filesystem
    Errors occurred, no packages were upgraded.
    Here is the 299 pkg updates
    root@clc ~]# pacman -Syu
    :: Synchronizing package databases...
    core 103.4 KiB 131K/s 00:01 [######################] 100%
    extra 1382.7 KiB 334K/s 00:04 [######################] 100%
    community 1639.9 KiB 328K/s 00:05 [######################] 100%
    :: Starting full system upgrade...
    :: Replace gnupg2 with core/gnupg? [Y/n] y
    resolving dependencies...
    warning: dependency cycle detected:
    warning: udev will be installed before its util-linux dependency
    warning: dependency cycle detected:
    warning: rhino will be installed before its jre7-openjdk-headless dependency
    looking for inter-conflicts...
    Targets (299): akonadi-1.7.1-1 avahi-0.6.31-1 bash-4.2.024-2 binutils-2.22-5
    bluez-4.99-1 boost-libs-1.49.0-1.1 busybox-1.19.4-1
    ca-certificates-java-20120225-1 cifs-utils-5.3-2
    colord-0.1.17-1 coreutils-8.16-2 curl-7.25.0-1
    damageproto-1.2.1-2 device-mapper-2.02.95-1 dhcpcd-5.5.6-1
    dmxproto-2.3.1-2 dnsutils-9.9.0-1 docbook-xml-4.5-5
    e2fsprogs-1.42.1-1 ekiga-3.3.2-3 exempi-2.2.0-1 expat-2.1.0-1
    ffmpeg-20120317-1 fftw-3.3.1-1 file-5.11-1 firefox-11.0-2
    fixesproto-5.0-2 flashplugin-11.2.202.228-1 fluidsynth-1.1.5-2
    fontconfig-2.8.0-2 fontsproto-2.1.2-1 freetype2-2.4.9-2
    gcc-4.7.0-3 gcc-libs-4.7.0-3 gconf-editor-3.0.0-2
    giflib-4.1.6-5 git-1.7.9.6-1 glibc-2.15-10 glproto-1.4.15-1
    gmime-2.6.7-1 gnome-desktop-1:3.2.1-1 gnome-mime-data-2.18.0-6
    gnupg-2.0.19-1 gnupg2-2.0.18-1 [removal] gnutls-3.0.17-1
    gpgme-1.3.1-4 grep-2.11-2 gstreamer0.10-0.10.36-1
    gstreamer0.10-bad-0.10.23-1 gstreamer0.10-base-0.10.36-1
    gstreamer0.10-base-plugins-0.10.36-1
    gstreamer0.10-good-0.10.31-1
    gstreamer0.10-good-plugins-0.10.31-1
    gtk-update-icon-cache-2.24.10-3 gtk2-2.24.10-3 gtk3-3.2.3-3
    guile-1.8.8-2 gvfs-1.10.1-3 gvfs-obexftp-1.10.1-3
    gvim-7.3.475-1 hspell-1.1-2 hsqldb-java-1:1.8.0.10-2
    initscripts-2012.03.2-1 inputproto-2.2-1 intel-dri-8.0.2-1
    iproute2-3.2.0-3 jdk7-openjdk-7.b147_2.1-3
    jre7-openjdk-7.b147_2.1-3 jre7-openjdk-headless-7.b147_2.1-3
    kactivities-4.8.2-1 kbproto-1.0.6-1 kde-l10n-en_gb-4.8.2-1
    kde-wallpapers-4.8.2-1 kdebase-dolphin-4.8.2-1
    kdebase-katepart-4.8.2-1 kdebase-kdepasswd-4.8.2-1
    kdebase-kdialog-4.8.2-1 kdebase-keditbookmarks-4.8.2-1
    kdebase-kfind-4.8.2-1 kdebase-konq-plugins-4.8.2-1
    kdebase-konqueror-4.8.2-1 kdebase-konsole-4.8.2-2
    kdebase-kwrite-4.8.2-1 kdebase-lib-4.8.2-1
    kdebase-plasma-4.8.2-1 kdebase-runtime-4.8.2-1
    kdebase-workspace-4.8.2-2 kdelibs-4.8.2-1
    kdepim-runtime-4.8.2-2 kdepimlibs-4.8.2-1
    khrplatform-devel-8.0.2-1 kmod-7-1 krb5-1.10.1-2
    lame-3.99.5-1 libarchive-3.0.4-1 libbonobo-2.32.1-2
    libcdio-0.83-1 libcroco-0.6.4-1 libdmx-1.1.2-1
    libdrm-2.4.33-1 libedit-20120311_3.0-1 libegl-8.0.2-1
    libevent-2.0.17-1 libexif-0.6.20-2 libfontenc-1.1.1-1
    libgl-8.0.2-1 libglade-2.6.4-3 libglapi-8.0.2-1
    libgles-8.0.2-1 libgnome-2.32.1-3 libgnome-data-2.32.1-3
    libgphoto2-2.4.13-1 libice-1.0.8-1 libiodbc-3.52.8-1
    libkate-0.4.1-3 libldap-2.4.30-1 libltdl-2.4.2-5
    libmtp-1.1.2-1 libmusicbrainz3-3.0.3-2 libmysqlclient-5.5.22-1
    libnl-3.2.7-1 libnotify-0.7.5-1 libpcap-1.2.1-2
    libpciaccess-0.13-1 libpng-1.5.10-1 libpst-0.6.54-1
    libreoffice-base-3.5.1-1 libreoffice-calc-3.5.1-1
    libreoffice-common-3.5.1-1 libreoffice-draw-3.5.1-1
    libreoffice-en-US-3.5.1-1 libreoffice-gnome-3.5.1-1
    libreoffice-impress-3.5.1-1 libreoffice-kde4-3.5.1-1
    libreoffice-math-3.5.1-1 libreoffice-sdk-3.5.1-1
    libreoffice-sdk-doc-3.5.1-1 libreoffice-writer-3.5.1-1
    libsigc++-2.2.10-2 libsm-1.2.1-1 libsocialweb-0.25.20-0
    libspectre-0.2.6-3 libtasn1-2.12-1 libtextcat-2.2-9
    libtiff-4.0.1-1 libtiger-0.3.4-3 libtool-2.4.2-5
    libupnp-1.6.16-1 libwbclient-3.6.3-4 libwpd-0.9.2-2
    libwps-0.2.2-2 libx11-1.4.99.901-1 libxau-1.0.7-1
    libxaw-1.0.10-1 libxcb-1.8.1-1 libxcomposite-0.4.3-2
    libxcursor-1.1.13-1 libxdmcp-1.1.1-1 libxext-1.3.1-1
    libxfixes-5.0-2 libxfont-1.4.5-1 libxft-2.3.0-2 libxi-1.6.0-1
    libxinerama-1.1.2-1 libxkbfile-1.0.8-1 libxklavier-5.1-2
    libxmu-1.1.1-1 libxpm-3.5.10-1 libxrender-0.9.7-1
    libxres-1.0.6-1 libxss-1.2.2-1 libxt-1.1.3-1 libxtst-1.2.1-1
    libxv-1.0.7-1 libxvmc-1.0.7-1 libxxf86dga-1.1.3-1
    libxxf86vm-1.1.2-1 libyaml-0.1.4-2 linux-3.2.13-1
    linux-api-headers-3.3-1 linux-docs-3.2.13-1
    linux-firmware-20120227-1 linux-headers-3.2.13-1
    lm_sensors-3.3.2-1 lpsolve-5.5.2.0-2 lua-5.1.5-1
    lvm2-2.02.95-1 man-db-2.6.1-1 man-pages-3.37-1 mesa-8.0.2-1
    mkinitcpio-0.8.5-1 mkinitcpio-busybox-1.19.4-2 mpfr-3.1.0.p7-1
    mtdev-1.1.2-1 mx-1.4.3-1 mysql-5.5.22-1
    mysql-clients-5.5.22-1 neon-0.29.6-4 net-snmp-5.7.1-2
    networkmanager-0.9.2.0-3 nfs-utils-1.2.5-2
    notification-daemon-0.7.4-1 nouveau-dri-8.0.2-1 nspr-4.9-1
    nss-3.13.3-1 opencore-amr-0.1.3-1 openssh-5.9p1-8
    openssl-1.0.1-2 orbit2-2.14.19-2 oxygen-icons-4.8.2-1
    p11-kit-0.12-1 parted-3.1-1 pcmciautils-018-2
    perl-xml-parser-2.41-2 perl-xml-simple-2.18-4 poppler-0.18.4-1
    poppler-glib-0.18.4-1 ppl-0.12-1 psmisc-22.16-1
    ptlib-2.10.2-2 python-pexpect-2.3-6 qrencode-3.3.0-1
    qt-4.8.1-1 randrproto-1.3.2-2 raptor-2.0.7-1 recode-3.6-7
    recordproto-1.14.2-1 renderproto-0.11.1-2 rhino-1.7R3-2
    ruby-1.9.3_p125-3 sane-1.0.22-7 scrnsaverproto-1.2.2-1
    sdl_ttf-2.0.11-2 shadow-4.1.5-4 shared-color-targets-0.1.1-1
    smbclient-3.6.3-4 soprano-2.7.5-1 sound-juicer-2.32.1-2
    sqlite3-3.7.11-1 subversion-1.7.4-1 sudo-1.8.4.p4-1
    syslog-ng-3.3.4-4 taglib-1.7.1-1 thunderbird-11.0.1-1
    ttf-dejavu-2.33-2 tzdata-2012b-3 udev-181-5 udisks-1.0.4-2
    usbutils-005-1 util-linux-2.21-6 videoproto-2.3.1-2
    vim-runtime-7.3.475-1 vlc-2.0.1-1 whois-5.0.15-1
    wpa_actiond-1.2-1 wpa_supplicant-0.7.3-5 xbitmaps-1.1.1-2
    xcb-proto-1.7.1-1 xextproto-7.2.1-1 xf86-input-evdev-2.7.0-2
    xf86-input-synaptics-1.5.99.902-1 xf86-video-intel-2.18.0-1
    xf86-video-nouveau-0.0.16_git20120210-1
    xf86vidmodeproto-2.3.1-2 xineramaproto-1.2.1-2
    xorg-bdftopcf-1.0.3-2 xorg-font-util-1.3.0-1
    xorg-font-utils-7.6-3 xorg-fonts-encodings-1.0.4-3
    xorg-luit-1.1.1-1 xorg-server-1.12.0.901-1
    xorg-server-common-1.12.0.901-1 xorg-server-utils-7.6-3
    xorg-setxkbmap-1.3.0-1 xorg-utils-7.6-8 xorg-xauth-1.0.7-1
    xorg-xbacklight-1.1.2-3 xorg-xcursorgen-1.0.5-1
    xorg-xdriinfo-1.0.4-3 xorg-xev-1.2.0-1 xorg-xgamma-1.0.5-1
    xorg-xhost-1.0.5-1 xorg-xinput-1.5.99.1-1 xorg-xkbcomp-1.2.4-1
    xorg-xkbevd-1.1.3-1 xorg-xkbutils-1.0.3-3 xorg-xkill-1.0.3-3
    xorg-xlsatoms-1.1.1-1 xorg-xlsclients-1.1.2-2
    xorg-xmodmap-1.0.6-1 xorg-xpr-1.0.4-1 xorg-xrdb-1.0.9-2
    xorg-xrefresh-1.0.4-3 xorg-xsetroot-1.1.0-3
    xorg-xvinfo-1.1.1-3 xorg-xwd-1.0.5-2 xorg-xwud-1.0.4-1
    xproto-7.0.23-1 xz-5.0.3-2
    Total Download Size: 160.85 MiB
    Total Installed Size: 2291.87 MiB
    Net Upgrade Size: 101.97 MiB
    Proceed with installation? [Y/n] y
    Last edited by killnine (2012-04-05 14:17:33)

    karol wrote:
    You can check if the 'files' file has the files that are causing errors, e.g.
    [karol@black ~]$ grep "usr/lib/httpd/modules/mod_dontdothat.so" $(find /var/lib/pacman/local -name "subversion-*")/files
    usr/lib/httpd/modules/mod_dontdothat.so
    but I think there's something else going on.
    I've noticed all of the errors concern files from /usr. Do you have some special setup, like a separate /usr partition?
    [root@clc ~]# fdisk -l
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x07f2837e
    Device Boot Start End Blocks Id System
    /dev/sda1 63 208844 104391 de Dell Utility
    Partition 1 does not start on physical sector boundary.
    /dev/sda2 * 212992 41172991 20480000 7 HPFS/NTFS/exFAT
    /dev/sda3 41172992 1255431919 607129464 7 HPFS/NTFS/exFAT
    /dev/sda4 1255431920 1451440984 98004532+ 5 Extended
    /dev/sda5 1255431983 1287433399 16000708+ 83 Linux
    Partition 5 does not start on physical sector boundary.
    /dev/sda6 1287433463 1303434139 8000338+ 83 Linux
    Partition 6 does not start on physical sector boundary.
    /dev/sda7 1303434203 1451440984 74003391 83 Linux
    Partition 7 does not start on physical sector boundary.
    [root@clc ~]# mount
    /dev/sda5 on / type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev on /dev type devtmpfs (rw,nosuid,relatime,size=4033576k,nr_inodes=1008394,mode=755)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
    /dev/sda7 on /home type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
    /dev/sda6 on /var type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
    gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
    [root@clc ~]# cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    LABEL=home /home ext4 defaults 0 1
    LABEL=root / ext4 defaults 0 1
    LABEL=var /var ext4 defaults 0 1

  • Glibc: /lib exists in filesystem

    Hi, I haven't done a full system update in a while and I'm getting the following:
    [wayne@badger ~]$ sudo pacman -Syu --ignore filesystem
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    warning: filesystem: ignoring package upgrade (2012.2-4 => 2012.12-1)
    :: Replace udev with core/systemd? [Y/n]
    resolving dependencies...
    looking for inter-conflicts...
    Targets (76): binutils-2.23.1-2 coreutils-8.20-1 cronie-1.4.9-1 curl-7.28.1-1 db-5.3.21-1 gcc-4.7.2-3
    gcc-libs-4.7.2-3 glib2-2.34.3-1 glibc-2.17-1 gmp-5.1.0-1 gnutls-3.1.5-1 gtk2-2.24.14-1
    harfbuzz-0.9.9-2 icu-50.1.1-1 inetutils-1.9.1-4 initscripts-2012.10.1-1 iproute2-3.6.0-2
    iptables-1.4.16.2-1 iputils-20121126-1 khrplatform-devel-9.0.1-1 krb5-1.11-1 ldns-1.6.16-1
    less-451-1 libarchive-3.0.4-2 libcups-1.6.1-6 libegl-9.0.1-1 libgbm-9.0.1-1 libgl-9.0.1-1
    libidn-1.25-1 libldap-2.4.33-3 libmediainfo-0.7.61-1 libmp4v2-2.0.0-2 libmpc-1.0.1-1
    libmysqlclient-5.5.29-1 libpulse-3.0-2 libsigc++-2.2.11-1 libssh2-1.4.3-1 libtool-2.4.2-7
    libtorrent-0.13.2-2 libva-1.1.0-2 libzen-0.4.28-1 links-2.7-1 linux-3.6.10-1
    logrotate-3.8.2-2 lvm2-2.02.98-1 mediainfo-0.7.61-1 mkinitcpio-0.12.0-2 mpfr-3.1.1.p2-1
    mysql-5.5.29-1 mysql-clients-5.5.29-1 nettle-2.5-1 openssh-6.1p1-4 openssl-1.0.1.c-1
    pango-1.32.4-1 pcmciautils-018-6 pcre-8.32-1 perl-sub-uplevel-0.24-1 pkg-config-0.27.1-1
    ppl-1.0-1 rsync-3.0.9-5 rtmpdump-20121203-1 rtorrent-0.9.2-2 ruby-1.9.3_p362-1
    screen-4.0.3-15 shadow-4.1.5.1-2 sudo-1.8.6.p3-1 syslog-ng-3.3.7-1 systemd-196-2
    sysvinit-2.88-9 sysvinit-tools-2.88-9 taglib-1.8-1 udev-182-1 [removal] util-linux-2.22.2-1
    wget-1.14-2 xfsprogs-3.1.8-2 xmlrpc-c-1:1.32.2-1
    Total Installed Size: 627.83 MiB
    Net Upgrade Size: 81.27 MiB
    Proceed with installation? [Y/n]
    (75/75) checking package integrity [######################################] 100%
    (75/75) loading package files [######################################] 100%
    (75/75) checking for file conflicts [######################################] 100%
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    I've searched on the /lib exists in filesystem error and all roads point to this page:
    https://wiki.archlinux.org/index.php/De … i%3Ausrlib
    I've followed as much as possible but I'm still getting the error.  The page says the following:
    If after this the "pacman -Su" still has conflicts with /lib, this is likely because a package on your system other than glibc owns files in /lib. Such packages can be detected using:
    $ grep '^lib/' /var/lib/pacman/local/*/files
    These packages need rebuilding so as not to include the /lib directory. They can also simply be uninstalled and reinstalled again after upgrading glibc. The the final "pacman -Su" will successfully install glibc if there are no untracked files (see the next section).
    What exactly does it mean when it says 'These packages need rebuilding so as not to include the /lib directory'?  Does this just mean just updating them using pacman?  The output of the given grep command on my system is huge (mainly with kernel-related stuff):
    /var/lib/pacman/local/filesystem-2012.2-4/files:lib/
    /var/lib/pacman/local/filesystem-2012.2-4/files:lib/modules/
    /var/lib/pacman/local/gcc-4.7.0-4/files:lib/
    /var/lib/pacman/local/gcc-4.7.0-4/files:lib/cpp
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/extramodules
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/crypto/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/crypto/aes-i586.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/crypto/aesni-intel.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/crypto/crc32c-intel.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/crypto/salsa20-i586.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/crypto/serpent-sse2-i586.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/crypto/twofish-i586.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/kernel/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/kernel/cpuid.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/kernel/microcode.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/kernel/msr.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/kvm/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/kvm/kvm-amd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/kvm/kvm-intel.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/kvm/kvm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/oprofile/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/oprofile/oprofile.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/platform/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/platform/iris/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/arch/x86/platform/iris/iris.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/aes_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/af_alg.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/algif_hash.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/algif_skcipher.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/ansi_cprng.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/anubis.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/arc4.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/async_tx/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/async_tx/async_memcpy.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/async_tx/async_pq.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/async_tx/async_raid6_recov.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/async_tx/async_tx.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/async_tx/async_xor.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/async_tx/raid6test.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/authenc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/authencesn.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/blowfish_common.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/blowfish_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/camellia.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/cast5.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/cast6.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/cbc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/ccm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/crc32c.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/cryptd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/crypto_null.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/crypto_user.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/ctr.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/cts.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/deflate.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/des_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/ecb.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/fcrypt.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/gcm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/gf128mul.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/ghash-generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/hmac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/khazad.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/lrw.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/lzo.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/md4.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/md5.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/michael_mic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/pcbc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/pcrypt.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/rmd128.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/rmd160.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/rmd256.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/rmd320.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/salsa20_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/seed.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/seqiv.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/serpent_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/sha1_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/sha256_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/sha512_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/tcrypt.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/tea.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/tgr192.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/twofish_common.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/twofish_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/vmac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/wp512.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/xcbc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/xor.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/xts.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/crypto/zlib.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/ac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/acpi_ipmi.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/acpi_pad.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/apei/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/apei/einj.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/apei/erst-dbg.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/battery.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/button.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/container.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/custom_method.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/ec_sys.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/fan.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/pci_slot.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/processor.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/sbs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/sbshc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/thermal.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/acpi/video.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/acard-ahci.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/ahci.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/ahci_platform.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/ata_generic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/ata_piix.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/libahci.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/libata.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_acpi.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_ali.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_amd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_arasan_cf.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_artop.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_atiixp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_atp867x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_cmd640.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_cmd64x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_cs5520.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_cs5530.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_cs5535.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_cs5536.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_cypress.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_efar.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_hpt366.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_hpt37x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_hpt3x2n.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_hpt3x3.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_isapnp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_it8213.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_it821x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_jmicron.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_legacy.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_marvell.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_mpiix.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_netcell.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_ninja32.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_ns87410.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_ns87415.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_oldpiix.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_opti.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_optidma.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_pcmcia.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_pdc2027x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_pdc202xx_old.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_piccolo.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_radisys.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_rdc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_rz1000.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_sc1200.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_sch.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_serverworks.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_sil680.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_sis.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_sl82c105.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_triflex.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pata_via.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/pdc_adma.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_inic162x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_mv.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_nv.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_promise.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_qstor.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_sil.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_sil24.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_sis.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_svw.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_sx4.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_uli.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_via.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/ata/sata_vsc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/ambassador.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/atmtcp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/eni.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/firestream.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/fore_200e.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/he.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/horizon.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/idt77252.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/iphase.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/lanai.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/nicstar.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/solos-pci.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/suni.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/uPD98402.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/atm/zatm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/auxdisplay/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/auxdisplay/cfag12864b.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/auxdisplay/cfag12864bfb.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/auxdisplay/ks0108.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/base/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/base/regmap/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/base/regmap/regmap-i2c.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bcma/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bcma/bcma.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/DAC960.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/aoe/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/aoe/aoe.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/brd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/cciss.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/cpqarray.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/cryptoloop.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/drbd/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/drbd/drbd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/floppy.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/loop.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/mtip32xx/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/mtip32xx/mtip32xx.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/nbd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/nvme.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/osdblk.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/pktcdvd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/rbd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/sx8.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/block/virtio_blk.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/ath3k.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/bcm203x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/bfusb.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/bluecard_cs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/bpa10x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/bt3c_cs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/btmrvl.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/btmrvl_sdio.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/btsdio.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/btuart_cs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/btusb.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/btwilink.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/dtl1_cs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/hci_uart.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/bluetooth/hci_vhci.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cdrom/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cdrom/cdrom.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/agpgart.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/ali-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/amd-k7-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/amd64-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/ati-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/efficeon-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/intel-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/intel-gtt.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/nvidia-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/sis-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/sworks-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/agp/via-agp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/applicom.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/dtlk.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/hangcheck-timer.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/hw_random/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/hw_random/amd-rng.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/hw_random/geode-rng.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/hw_random/intel-rng.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/hw_random/timeriomem-rng.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/hw_random/via-rng.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/hw_random/virtio-rng.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/i8k.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/ipmi/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/ipmi/ipmi_devintf.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/ipmi/ipmi_msghandler.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/ipmi/ipmi_poweroff.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/ipmi/ipmi_si.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/ipmi/ipmi_watchdog.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/lp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/mwave/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/mwave/mwave.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/nsc_gpio.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/nvram.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/pc8736x_gpio.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/pcmcia/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/pcmcia/cm4000_cs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/pcmcia/cm4040_cs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/pcmcia/synclink_cs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/ppdev.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/ramoops.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/sonypi.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/tlclk.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/toshiba.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/tpm/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/tpm/tpm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/tpm/tpm_atmel.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/tpm/tpm_bios.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/tpm/tpm_infineon.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/tpm/tpm_nsc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/char/tpm/tpm_tis.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/clocksource/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/clocksource/cs5535-clockevt.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/acpi-cpufreq.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/cpufreq-nforce2.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/cpufreq_conservative.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/cpufreq_powersave.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/cpufreq_stats.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/cpufreq_userspace.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/e_powersaver.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/gx-suspmod.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/longhaul.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/longrun.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/mperf.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/p4-clockmod.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/pcc-cpufreq.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/powernow-k6.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/powernow-k7.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/powernow-k8.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/speedstep-ich.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/speedstep-lib.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/cpufreq/speedstep-smi.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/crypto/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/crypto/geode-aes.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/crypto/hifn_795x.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/crypto/padlock-aes.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/crypto/padlock-sha.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/dca/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/dca/dca.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/dma/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/dma/intel_mid_dma.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/dma/ioat/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/dma/ioat/ioatdma.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/dma/pch_dma.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/dma/timb_dma.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/amd76x_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/e752x_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/e7xxx_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/edac_core.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/edac_mce_amd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i3000_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i3200_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i5000_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i5100_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i5400_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i7300_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i7core_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i82860_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i82875p_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/i82975x_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/mce_amd_inj.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/r82600_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/edac/x38_edac.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firewire/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firewire/firewire-core.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firewire/firewire-net.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firewire/firewire-ohci.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firewire/firewire-sbp2.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firewire/nosy.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firmware/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firmware/dcdbas.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firmware/dell_rbu.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firmware/dmi-sysfs.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firmware/edd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/firmware/efivars.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpio/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpio/gpio-sch.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/drm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/drm_kms_helper.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/gma500/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/gma500/gma500_gfx.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/i2c/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/i2c/ch7006.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/i2c/sil164.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/i915/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/i915/i915.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/mga/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/mga/mga.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/nouveau/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/nouveau/nouveau.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/r128/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/r128/r128.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/radeon/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/savage/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/savage/savage.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/sis/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/sis/sis.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/tdfx/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/tdfx/tdfx.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/ttm/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/ttm/ttm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/via/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/via/via.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/vmwgfx/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/drm/vmwgfx/vmwgfx.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/stub/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/gpu/stub/poulsbo.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-a4tech.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-apple.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-axff.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-belkin.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-cherry.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-chicony.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-cypress.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-dr.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-elecom.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-emsff.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-ezkey.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-gaff.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-gyration.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-holtekff.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-hyperv.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-kensington.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-keytouch.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-kye.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-lcpower.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-logitech-dj.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-logitech.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-magicmouse.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-microsoft.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-monterey.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-multitouch.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-ntrig.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-ortek.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-petalynx.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-picolcd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-pl.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-primax.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-prodikeys.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-roccat-arvo.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-roccat-common.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-roccat-isku.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-roccat-kone.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-roccat-koneplus.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-roccat-kovaplus.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-roccat-pyra.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-roccat.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-samsung.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-sjoy.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-sony.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-speedlink.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-sunplus.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-tmff.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-topseed.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-twinhan.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-uclogic.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-wacom.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-waltop.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-wiimote.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-zpff.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid-zydacron.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/hid.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/usbhid/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hid/usbhid/usbhid.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hv/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hv/hv_utils.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hv/hv_vmbus.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/abituguru.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/abituguru3.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/acpi_power_meter.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ad7414.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ad7418.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adm1021.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adm1025.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adm1026.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adm1029.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adm1031.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adm9240.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ads1015.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ads7828.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adt7411.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adt7462.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adt7470.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/adt7475.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/amc6821.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/applesmc.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/asb100.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/asc7621.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/asus_atk0110.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/atxp1.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/coretemp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/dme1737.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ds1621.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ds620.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/emc1403.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/emc2103.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/emc6w201.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/f71805f.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/f71882fg.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/f75375s.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/fam15h_power.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/fschmd.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/g760a.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/gl518sm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/gl520sm.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/hwmon-vid.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/i5k_amb.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ibmaem.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ibmpex.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/it87.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/jc42.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/k10temp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/k8temp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lineage-pem.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm63.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm73.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm75.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm77.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm78.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm80.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm83.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm85.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm87.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm90.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm92.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm93.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm95241.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/lm95245.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ltc4151.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ltc4215.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ltc4245.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ltc4261.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/max16065.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/max1619.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/max1668.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/max6639.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/max6642.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/max6650.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/ntc_thermistor.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pc87360.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pc87427.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pcf8591.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/adm1275.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/lm25066.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/ltc2978.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/max16064.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/max34440.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/max8688.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/pmbus.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/pmbus_core.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/ucd9000.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/ucd9200.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/pmbus/zl6100.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/sch5627.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/sch5636.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/sch56xx-common.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/sht15.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/sht21.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/sis5595.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/smm665.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/smsc47b397.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/smsc47m1.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/smsc47m192.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/thmc50.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/tmp102.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/tmp401.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/tmp421.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/via-cputemp.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/via686a.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/vt1211.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/vt8231.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/w83627ehf.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/w83627hf.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/w83781d.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/w83791d.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/w83792d.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon/w83793.ko.gz
    /var/lib/pacman/local/linux-3.3.2-1/files:lib/modules/3.3.2-1-ARCH/kernel/drivers/hwmon

    I have exact the same problem but i am using arch on a vserver, unfortunately there is only one arch preset available (i already asked my ISP for an update, but until now it's not sure when they can provide it...)
    [root@vserver2048 ~]# pacman -Syu
    :: Synchronizing package databases...
    core 105.1K 236.4K/s 00:00:00 [####################################################] 100%
    extra 1440.5K 1051.5K/s 00:00:01 [####################################################] 100%
    community 1875.9K 1197.7K/s 00:00:02 [####################################################] 100%
    :: The following packages should be upgraded first :
    pacman
    :: Do you want to cancel the current operation
    :: and upgrade these packages now? [Y/n]
    resolving dependencies...
    looking for inter-conflicts...
    Targets (12): linux-api-headers-3.7.4-1 glibc-2.17-2 libarchive-3.0.4-2 pth-2.0.7-4 libksba-1.2.0-2 libassuan-2.0.3-1 pinentry-0.8.2-1
    dirmngr-1.1.0-4 gnupg-2.0.19-4 gpgme-1.3.1-5 archlinux-keyring-20130114-1 pacman-4.0.3-5
    Total Download Size: 11.82 MB
    Total Installed Size: 58.75 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from core...
    linux-api-headers-3.7.4-1-x86_64 614.9K 664.5K/s 00:00:01 [####################################################] 100%
    glibc-2.17-2-x86_64 7.7M 1207.1K/s 00:00:07 [####################################################] 100%
    libarchive-3.0.4-2-x86_64 533.0K 1193.2K/s 00:00:00 [####################################################] 100%
    pth-2.0.7-4-x86_64 75.9K 68.8M/s 00:00:00 [####################################################] 100%
    libksba-1.2.0-2-x86_64 109.9K 136.2K/s 00:00:01 [####################################################] 100%
    libassuan-2.0.3-1-x86_64 76.5K 128.9K/s 00:00:01 [####################################################] 100%
    pinentry-0.8.2-1-x86_64 95.3K 426.4K/s 00:00:00 [####################################################] 100%
    dirmngr-1.1.0-4-x86_64 163.9K 731.5K/s 00:00:00 [####################################################] 100%
    gnupg-2.0.19-4-x86_64 1437.5K 1102.5K/s 00:00:01 [####################################################] 100%
    gpgme-1.3.1-5-x86_64 207.8K 1851.6K/s 00:00:00 [####################################################] 100%
    archlinux-keyring-20130114-1-any 344.0K 1534.3K/s 00:00:00 [####################################################] 100%
    pacman-4.0.3-5-x86_64 508.1K 1516.4K/s 00:00:00 [####################################################] 100%
    (12/12) checking package integrity [####################################################] 100%
    (12/12) checking for file conflicts [####################################################] 100%
    error: failed to commit transaction (conflicting files)
    glibc: /usr/bin/tzselect exists in filesystem
    glibc: /usr/sbin/zdump exists in filesystem
    glibc: /usr/sbin/zic exists in filesystem
    Errors occurred, no packages were upgraded.
    I Already Tried Allans fix (http://allanmcrae.com/2012/07/updating- … e-install/) but it doesn't work anymore:
    The Fix:
    pacman -Sy
    rm -rf /var/run /var/lock && pacman -Sf filesystem
    pacman -S tzdata
    pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz
    rm /etc/profile.d/locale.sh
    pacman -Su --ignore glibc
    pacman -Su
    But when i do pacman -Sy; rm -rf /var/run /var/lock && pacman -Sf filesystem i get an error and my server doesn't come up after a reboot:
    [root@vserver2048 ~]# rm -rf /var/run /var/lock && pacman -Sf filesystem
    :: The following packages should be upgraded first :
    pacman
    :: Do you want to cancel the current operation
    :: and upgrade these packages now? [Y/n] n
    resolving dependencies...
    looking for inter-conflicts...
    :: kmod and module-init-tools are in conflict. Remove module-init-tools? [y/N] y
    :: systemd and udev are in conflict. Remove udev? [y/N] y
    Remove (2): module-init-tools-3.16-3 udev-175-1
    Total Removed Size: 2.96 MB
    Targets (4): kmod-12-1 hwids-20121203-1 systemd-197-4 filesystem-2013.01-1
    Total Download Size: 2.12 MB
    Total Installed Size: 14.22 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from core...
    kmod-12-1-x86_64 92.4K 208.2K/s 00:00:00 [####################################################] 100%
    hwids-20121203-1-any 281.1K 421.4K/s 00:00:01 [####################################################] 100%
    systemd-197-4-x86_64 1788.3K 1604.7K/s 00:00:01 [####################################################] 100%
    filesystem-2013.01-1-x86_64 6.0K 28.3M/s 00:00:00 [####################################################] 100%
    (4/4) checking package integrity [####################################################] 100%
    (1/2) removing module-init-tools [####################################################] 100%
    (2/2) removing udev [####################################################] 100%
    (1/4) installing kmod [####################################################] 100%
    (2/4) installing hwids [####################################################] 100%
    (3/4) installing systemd [####################################################] 100%
    systemd-machine-id-setup: /lib/libc.so.6: version `GLIBC_2.17' not found (required by systemd-machine-id-setup)
    udevadm: /lib/libc.so.6: version `GLIBC_2.17' not found (required by udevadm)
    journalctl: /lib/libc.so.6: version `GLIBC_2.17' not found (required by journalctl)
    systemctl: /lib/libc.so.6: version `GLIBC_2.17' not found (required by systemctl)
    :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    Optional dependencies for systemd
    cryptsetup: required for encrypted block devices
    libmicrohttpd: systemd-journal-gatewayd
    quota-tools: kernel-level quota management
    python: systemd library bindings
    python2-cairo: systemd-analyze
    python2-gobject: systemd-analyze
    systemd-sysvcompat: symlink package to provide sysvinit binaries
    error: could not get current working directory
    (4/4) upgrading filesystem [####################################################] 100%
    warning: /etc/gshadow installed as /etc/gshadow.pacnew
    warning: /etc/passwd installed as /etc/passwd.pacnew
    warning: /etc/group installed as /etc/group.pacnew
    warning: /etc/fstab installed as /etc/fstab.pacnew
    warning: /etc/shadow installed as /etc/shadow.pacnew
    error: extract: not overwriting dir with file lib
    error: extract: not overwriting dir with file lib64
    warning: directory permissions differ on sys/
    filesystem: 755 package: 555
    error: problem occurred while upgrading filesystem
    error: could not commit transaction
    error: failed to commit transaction (transaction aborted)
    Errors occurred, no packages were upgraded.
    I am grateful for any hint
    Best regards,
    Last edited by cinatic (2013-01-27 03:16:22)

  • Pacman -Syu error, `file exist in filesystem`

    I don't know how to solve this problem.
    Here is my log :
    > sudo pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib-testing is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (76): aria2-1.16.5-1 ati-dri-9.1.1-1 boost-1.53.0-2 boost-libs-1.53.0-2 chromium-26.0.1410.43-2 colord-0.1.31-1 cups-1.6.2-1 cups-filters-1.0.31-1 diffutils-3.3-1 dnssec-anchors-20130320-1 dnsutils-9.9.2.P2-1 dotconf-1.3-3 emacs-24.3-1 erlang-R16B-3 evas_generic_loaders-1.7.5-3 fcitx-4.2.7-5 fcitx-gtk2-4.2.7-5 fcitx-gtk3-4.2.7-5 fcitx-qt4-4.2.7-5 ffmpeg-1:1.2-2 file-5.14-1 gnome-common-3.7.4-1 gnutls-3.1.10-1 go-2:1.0.3-7 graphviz-2.30.1-2 gvim-7.3.875-1 harfbuzz-0.9.14-1 icu-51.1-1 imagemagick-6.8.4.0-1 intel-dri-9.1.1-1 libcups-1.6.2-1 libdrm-2.4.43-1 libffi-3.0.13-1 libgcrypt-1.5.1-1 libmysqlclient-5.5.30-7 libpulse-3.0-3 libreoffice-en-US-4.0.1-5 librime-0.9.8-2 libsasl-2.1.23-10 libwebp-0.2.1-1 libxkbcommon-0.3.0-1 linux-3.8.4-1 linux-headers-3.8.4-1 mesa-9.1.1-1 mesa-libgl-9.1.1-1 mysql-5.5.30-7 mysql++-3.1.0-4 mysql-clients-5.5.30-7 ncurses-5.9-5 nginx-1.2.7-5 nouveau-dri-9.1.1-1 openssh-6.2p1-1 pacman-mirrorlist-20130323-1 poppler-0.22.2-1 procps-ng-3.3.7-1 python-xdg-0.25-1 qt4-4.8.4-16 raptor-2.0.9-2 redis-2.6.12-1 ruby-2.0.0_p0-1 rxvt-unicode-9.18-1 sbt-0.13-1 shadow-4.1.5.1-5 speech-dispatcher-0.8-1 sqlite-3.7.16.1-1 systemd-198-2 systemd-sysvcompat-198-2 vim-runtime-7.3.875-1 virtualbox-guest-utils-4.2.10-2 wayland-1.0.6-1 wxgtk2.9-2.9.4-2 xf86-input-evdev-2.8.0-1 xf86-video-intel-2.21.5-1 xf86-video-nouveau-1.0.7-1 xmlrpc-c-1:1.33.03-1 xproto-7.0.24-1
    Total Installed Size: 1592.59 MiB
    Net Upgrade Size: 16.43 MiB
    Proceed with installation? [Y/n]
    checking package integrity...
    loading package files...
    checking for file conflicts...
    ncurses: /usr/bin/captoinfo exists in filesystem
    ncurses: /usr/bin/clear exists in filesystem
    ncurses: /usr/bin/infocmp exists in filesystem
    ncurses: /usr/bin/infotocap exists in filesystem
    ncurses: /usr/bin/ncursesw5-config exists in filesystem
    ncurses: /usr/bin/reset exists in filesystem
    ncurses: /usr/bin/tabs exists in filesystem
    ncurses: /usr/bin/tic exists in filesystem
    ncurses: /usr/bin/toe exists in filesystem
    ncurses: /usr/bin/tput exists in filesystem
    ncurses: /usr/bin/tset exists in filesystem
    ncurses: /usr/include/curses.h exists in filesystem
    ncurses: /usr/include/cursesapp.h exists in filesystem
    ncurses: /usr/include/cursesf.h exists in filesystem
    ncurses: /usr/include/cursesm.h exists in filesystem
    ncurses: /usr/include/cursesp.h exists in filesystem
    ncurses: /usr/include/cursesw.h exists in filesystem
    ncurses: /usr/include/cursslk.h exists in filesystem
    ncurses: /usr/include/eti.h exists in filesystem
    ncurses: /usr/include/etip.h exists in filesystem
    ncurses: /usr/include/form.h exists in filesystem
    ncurses: /usr/include/menu.h exists in filesystem
    ncurses: /usr/include/nc_tparm.h exists in filesystem
    ncurses: /usr/include/ncurses.h exists in filesystem
    ncurses: /usr/include/ncurses_dll.h exists in filesystem
    ncurses: /usr/include/panel.h exists in filesystem
    ncurses: /usr/include/term.h exists in filesystem
    ncurses: /usr/include/term_entry.h exists in filesystem
    ncurses: /usr/include/termcap.h exists in filesystem
    ncurses: /usr/include/tic.h exists in filesystem
    ncurses: /usr/include/unctrl.h exists in filesystem
    ncurses: /usr/lib/libcurses.a exists in filesystem
    ncurses: /usr/lib/libcurses.so exists in filesystem
    ncurses: /usr/lib/libcursesw.a exists in filesystem
    ncurses: /usr/lib/libcursesw.so exists in filesystem
    ncurses: /usr/lib/libform.a exists in filesystem
    ncurses: /usr/lib/libform.so exists in filesystem
    ncurses: /usr/lib/libformw.a exists in filesystem
    ncurses: /usr/lib/libformw.so exists in filesystem
    ncurses: /usr/lib/libformw.so.5 exists in filesystem
    ncurses: /usr/lib/libformw.so.5.9 exists in filesystem
    ncurses: /usr/lib/libmenu.a exists in filesystem
    ncurses: /usr/lib/libmenu.so exists in filesystem
    ncurses: /usr/lib/libmenuw.a exists in filesystem
    ncurses: /usr/lib/libmenuw.so exists in filesystem
    ncurses: /usr/lib/libmenuw.so.5 exists in filesystem
    ncurses: /usr/lib/libmenuw.so.5.9 exists in filesystem
    ncurses: /usr/lib/libncurses++.a exists in filesystem
    ncurses: /usr/lib/libncurses++w.a exists in filesystem
    ncurses: /usr/lib/libncurses.a exists in filesystem
    ncurses: /usr/lib/libncurses.so exists in filesystem
    ncurses: /usr/lib/libncurses.so.5 exists in filesystem
    ncurses: /usr/lib/libncurses.so.5.9 exists in filesystem
    ncurses: /usr/lib/libncursesw.a exists in filesystem
    ncurses: /usr/lib/libncursesw.so exists in filesystem
    ncurses: /usr/lib/libncursesw.so.5 exists in filesystem
    ncurses: /usr/lib/libncursesw.so.5.9 exists in filesystem
    ncurses: /usr/lib/libpanel.a exists in filesystem
    ncurses: /usr/lib/libpanel.so exists in filesystem
    ncurses: /usr/lib/libpanelw.a exists in filesystem
    ncurses: /usr/lib/libpanelw.so exists in filesystem
    ncurses: /usr/lib/libpanelw.so.5 exists in filesystem
    ncurses: /usr/lib/libpanelw.so.5.9 exists in filesystem
    ncurses: /usr/lib/pkgconfig/form.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/formw.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/menu.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/menuw.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/ncurses++.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/ncurses++w.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/ncurses.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/ncursesw.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/panel.pc exists in filesystem
    ncurses: /usr/lib/pkgconfig/panelw.pc exists in filesystem
    ncurses: /usr/lib/terminfo exists in filesystem
    ncurses: /usr/share/licenses/ncurses/license.txt exists in filesystem
    ncurses: /usr/share/man/man1/captoinfo.1m.gz exists in filesystem
    ncurses: /usr/share/man/man1/clear.1.gz exists in filesystem
    ncurses: /usr/share/man/man1/infocmp.1m.gz exists in filesystem
    ncurses: /usr/share/man/man1/infotocap.1m.gz exists in filesystem
    ncurses: /usr/share/man/man1/ncursesw5-config.1.gz exists in filesystem
    ncurses: /usr/share/man/man1/reset.1.gz exists in filesystem
    ncurses: /usr/share/man/man1/tabs.1.gz exists in filesystem
    ncurses: /usr/share/man/man1/tic.1m.gz exists in filesystem
    ncurses: /usr/share/man/man1/toe.1m.gz exists in filesystem
    ncurses: /usr/share/man/man1/tput.1.gz exists in filesystem
    ncurses: /usr/share/man/man1/tset.1.gz exists in filesystem
    ncurses: /usr/share/man/man3/BC.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/COLORS.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/COLOR_PAIR.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/COLOR_PAIRS.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/COLS.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ESCDELAY.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/LINES.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/PAIR_NUMBER.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/PC.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/SP.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/TABSIZE.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/TYPE_ALNUM.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/TYPE_ALPHA.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/TYPE_ENUM.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/TYPE_INTEGER.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/TYPE_IPV4.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/TYPE_NUMERIC.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/TYPE_REGEXP.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/UP.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_nc_free_and_exit.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_nc_freeall.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_nc_tracebits.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_traceattr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_traceattr2.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_tracecchar_t.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_tracecchar_t2.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_tracechar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_tracechtype.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_tracechtype2.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_tracedump.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_tracef.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/_tracemouse.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/acs_map.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/add_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/add_wchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/add_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/addch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/addchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/addchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/addnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/addnwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/addstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/addwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/assume_default_colors.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/assume_default_colors_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/attr_get.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/attr_off.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/attr_on.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/attr_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/attroff.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/attron.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/attrset.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/baudrate.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/baudrate_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/beep.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/beep_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/bkgd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/bkgdset.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/bkgrnd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/bkgrndset.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/boolcodes.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/boolfnames.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/boolnames.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/border.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/border_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/bottom_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/box.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/box_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/can_change_color.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/can_change_color_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/cbreak.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/cbreak_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ceiling_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/chgat.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/clear.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/clearok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/clrtobot.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/clrtoeol.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/color_content.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/color_content_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/color_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/copywin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/cur_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/current_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/current_item.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_add_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_add_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_addch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_addchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_addstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_addwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_attr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_beep.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_bkgd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_bkgrnd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_border.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_border_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_clear.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_color.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_delch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_deleteln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_extend.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_get_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_get_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_getcchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_getch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_getstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_getyx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_in_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_in_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_inch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_inchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_initscr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_inopts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_ins_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_ins_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_insch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_insstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_instr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_inwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_kernel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_legacy.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_memleaks.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_mouse.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_move.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_opaque.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_outopts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_overlay.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_pad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_print.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_printw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_refresh.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_scanw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_scr_dump.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_scroll.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_set_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_slk.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_sp_funcs.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_termattrs.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_termcap.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_terminfo.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_threads.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_touch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_trace.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_util.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_variables.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curs_window.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curscr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/curses_version.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/data_ahead.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/data_behind.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/def_prog_mode.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/def_prog_mode_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/def_shell_mode.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/def_shell_mode_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/default_colors.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/define_key.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/define_key_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/del_curterm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/del_curterm_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/del_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/delay_output.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/delay_output_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/delch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/deleteln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/delscreen.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/delwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/derwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/doupdate.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/doupdate_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/dup_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/dupwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/dynamic_field_info.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/echo.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/echo_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/echo_wchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/echochar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/endwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/endwin_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/erase.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/erasechar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/erasechar_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/erasewchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_arg.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_back.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_buffer.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_count.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_fore.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_index.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_info.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_just.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_opts_off.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_opts_on.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_pad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_status.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_type.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/field_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/filter.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/filter_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/flash.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/flash_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/flushinp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/flushinp_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_cursor.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_data.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_driver.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field_attributes.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field_buffer.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field_info.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field_just.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field_new.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_field_validation.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_fields.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_fieldtype.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_hook.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_new.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_new_page.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_opts_off.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_opts_on.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_page.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_post.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_request_by_name.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_request_name.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_requestname.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_sub.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_variables.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/form_win.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/free_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/free_fieldtype.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/free_form.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/free_item.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/free_menu.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/get_escdelay.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/get_escdelay_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/get_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/get_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getattrs.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getbegx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getbegy.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getbegyx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getbkgd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getbkgrnd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getcchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getcurx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getcury.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getmaxx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getmaxy.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getmaxyx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getmouse.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getmouse_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getn_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getparx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getpary.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getparyx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getsyx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getwin_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/getyx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ground_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/halfdelay.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/halfdelay_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_colors.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_colors_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_ic.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_ic_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_il.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_il_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_key.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_key_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_mouse.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/has_mouse_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/hide_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/hline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/hline_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/idcok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/idlok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/immedok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/in_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/in_wchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/in_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/inch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/inchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/inchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/init_color.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/init_color_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/init_pair.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/init_pair_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/initscr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/innstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/innwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ins_nwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ins_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ins_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/insch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/insdelln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/insertln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/insnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/insstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/instr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/intrflush.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/intrflush_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/inwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_cleared.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_idcok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_idlok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_immedok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_keypad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_leaveok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_linetouched.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_nodelay.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_notimeout.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_pad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_scrollok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_subwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_syncok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_term_resized.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_term_resized_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/is_wintouched.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/isendwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/isendwin_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_count.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_description.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_index.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_name.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_opts_off.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_opts_on.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_value.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/item_visible.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/key_defined.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/key_defined_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/key_name.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/keybound.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/keybound_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/keyname.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/keyname_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/keyok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/keyok_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/keypad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/killchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/killchar_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/killwchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/leaveok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/legacy_coding.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/link_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/link_fieldtype.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/longname.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mcprint.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mcprint_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_attributes.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_back.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_cursor.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_driver.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_fore.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_format.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_grey.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_hook.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_items.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_mark.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_new.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_opts_off.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_opts_on.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_pad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_pattern.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_post.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_request_by_name.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_request_name.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_requestname.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_spacing.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_sub.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/menu_win.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/meta.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mitem_current.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mitem_name.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mitem_new.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mitem_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mitem_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mitem_value.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mitem_visible.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mouse_trafo.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mouseinterval.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mouseinterval_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mousemask.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mousemask_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/move.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/move_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/move_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvadd_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvadd_wchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvadd_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvaddch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvaddchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvaddchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvaddnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvaddnwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvaddstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvaddwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvchgat.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvcur.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvcur_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvdelch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvderwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvget_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvget_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvgetch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvgetn_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvgetnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvgetstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvhline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvhline_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvin_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvin_wchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvin_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinnwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvins_nwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvins_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvins_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinsch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinsnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinsstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvinwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvprintw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvscanw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvvline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvvline_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwadd_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwadd_wchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwadd_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwaddch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwaddchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwaddchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwaddnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwaddnwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwaddstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwaddwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwchgat.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwdelch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwget_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwget_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwgetch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwgetn_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwgetnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwgetstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwhline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwhline_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwin_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwin_wchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwin_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinnwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwins_nwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwins_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwins_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinsch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinsnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinsstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwinwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwprintw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwscanw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwvline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/mvwvline_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/napms.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/napms_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ncurses.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_fieldtype.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_form.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_form_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_item.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_menu.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_menu_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_page.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/new_prescr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/newpad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/newpad_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/newscr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/newterm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/newterm_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/newwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/newwin_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nl.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nl_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nocbreak.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nocbreak_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nodelay.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/noecho.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/noecho_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nofilter.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nofilter_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nonl.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/nonl_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/noqiflush.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/noqiflush_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/noraw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/noraw_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/notimeout.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/numcodes.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/numfnames.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/numnames.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ospeed.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/overlay.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/overwrite.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/pair_content.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/pair_content_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/panel_above.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/panel_below.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/panel_hidden.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/panel_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/panel_window.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/pecho_wchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/pechochar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/pnoutrefresh.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/pos_form_cursor.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/pos_menu_cursor.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/post_form.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/post_menu.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/prefresh.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/printw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/putp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/putp_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/putwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/qiflush.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/qiflush_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/raw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/raw_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/redrawwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/refresh.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/replace_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/reset_prog_mode.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/reset_prog_mode_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/reset_shell_mode.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/reset_shell_mode_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/resetty.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/resetty_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/resize_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/resize_term_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/resizeterm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/resizeterm_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/restartterm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/restartterm_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ripoffline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ripoffline_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/savetty.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/savetty_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scale_form.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scale_menu.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scanw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scr_dump.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scr_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scr_init_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scr_restore.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scr_restore_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scr_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scr_set_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scrl.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scroll.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/scrollok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_current_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_current_item.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_curterm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_curterm_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_escdelay.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_escdelay_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_back.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_buffer.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_fore.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_just.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_pad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_status.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_type.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_field_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_fieldtype_arg.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_fieldtype_choice.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_form_fields.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_form_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_form_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_form_page.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_form_sub.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_form_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_form_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_form_win.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_item_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_item_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_item_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_item_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_item_value.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_max_field.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_back.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_fore.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_format.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_grey.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_items.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_mark.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_opts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_pad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_pattern.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_spacing.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_sub.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_menu_win.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_new_page.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_panel_userptr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_tabsize.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_tabsize_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_term.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/set_top_row.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/setcchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/setscrreg.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/setsyx.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/setterm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/setupterm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/show_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attr_off.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attr_on.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attr_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attr_set_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attr_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attroff.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attroff_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attron.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attron_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attrset.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_attrset_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_clear.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_clear_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_color.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_color_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_init.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_init_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_label.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_label_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_noutrefresh.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_noutrefresh_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_refresh.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_refresh_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_restore.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_restore_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_set_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_touch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_touch_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/slk_wset.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/standend.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/standout.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/start_color.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/start_color_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/stdscr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/strcodes.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/strfnames.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/strnames.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/subpad.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/subwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/syncok.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/term_attrs.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/term_attrs_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/term_variables.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/termattrs.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/termattrs_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/termname.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/termname_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgetent.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgetent_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgetflag.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgetflag_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgetnum.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgetnum_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgetstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgetstr_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tgoto.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tigetflag.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tigetflag_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tigetnum.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tigetnum_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tigetstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tigetstr_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/timeout.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tiparm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/top_panel.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/top_row.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/touchline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/touchwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tparm.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tputs.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/tputs_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/trace.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ttytype.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/typeahead.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/typeahead_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/unctrl.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/unctrl_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/unget_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/unget_wch_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ungetch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ungetch_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ungetmouse.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/ungetmouse_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/unpost_form.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/unpost_menu.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/untouchwin.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/update_panels.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/update_panels_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_default_colors.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_default_colors_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_env.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_env_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_extended_names.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_legacy_coding.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_legacy_coding_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_screen.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/use_window.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vid_attr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vid_attr_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vid_puts.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vid_puts_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vidattr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vidattr_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vidputs.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vidputs_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vline_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vw_printw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vw_scanw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vwprintw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/vwscanw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wadd_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wadd_wchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wadd_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/waddch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/waddchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/waddchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/waddnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/waddnwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/waddstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/waddwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wattr_get.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wattr_off.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wattr_on.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wattr_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wattroff.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wattron.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wattrset.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wbkgd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wbkgdset.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wbkgrnd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wbkgrndset.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wborder.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wborder_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wchgat.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wclear.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wclrtobot.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wclrtoeol.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wcolor_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wcursyncup.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wdelch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wdeleteln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wecho_wchar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wechochar.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wenclose.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/werase.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wget_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wget_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wgetbkgrnd.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wgetch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wgetn_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wgetnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wgetparent.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wgetscrreg.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wgetstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/whline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/whline_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/win_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/win_wchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/win_wchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winchnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winchstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winnwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wins_nwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wins_wch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wins_wstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winsch.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winsdelln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winsertln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winsnstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winsstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/winwstr.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wmouse_trafo.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wmove.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wnoutrefresh.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wprintw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wredrawln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wrefresh.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wresize.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wscanw.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wscrl.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wsetscrreg.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wstandend.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wstandout.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wsyncdown.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wsyncup.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wtimeout.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wtouchln.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wunctrl.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wunctrl_sp.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wvline.3x.gz exists in filesystem
    ncurses: /usr/share/man/man3/wvline_set.3x.gz exists in filesystem
    ncurses: /usr/share/man/man5/term.5.gz exists in filesystem
    ncurses: /usr/share/man/man5/terminfo.5.gz exists in filesystem
    ncurses: /usr/share/man/man7/term.7.gz exists in filesystem
    ncurses: /usr/share/tabset/std exists in filesystem
    ncurses: /usr/share/tabset/stdcrt exists in filesystem
    ncurses: /usr/share/tabset/vt100 exists in filesystem
    ncurses: /usr/share/tabset/vt300 exists in filesystem
    ncurses: /usr/share/terminfo/1/1178 exists in filesystem
    ncurses: /usr/share/terminfo/1/1730-lm exists in filesystem
    ncurses: /usr/share/terminfo/2/2621 exists in filesystem
    ncurses: /usr/share/terminfo/2/2621-wl exists in filesystem
    ncurses: /usr/share/terminfo/2/2621A exists in filesystem
    ncurses: /usr/share/terminfo/2/2621a exists in filesystem
    ncurses: /usr/share/terminfo/3/386at exists in filesystem
    ncurses: /usr/share/terminfo/3/3b1 exists in filesystem
    ncurses: /usr/share/terminfo/4/4025ex exists in filesystem
    ncurses: /usr/share/terminfo/4/4027ex exists in filesystem
    ncurses: /usr/share/terminfo/4/4410-w exists in filesystem
    ncurses: /usr/share/terminfo/5/5051 exists in filesystem
    ncurses: /usr/share/terminfo/5/5410-w exists in filesystem
    ncurses: /usr/share/terminfo/5/5620 exists in filesystem
    ncurses: /usr/share/terminfo/5/5630-24 exists in filesystem
    ncurses: /usr/share/terminfo/5/5630DMD-24 exists in filesystem
    ncurses: /usr/share/terminfo/6/6053 exists in filesystem
    ncurses: /usr/share/terminfo/6/6053-dg exists in filesystem
    ncurses: /usr/share/terminfo/6/605x exists in filesystem
    ncurses: /usr/share/terminfo/6/605x-dg exists in filesystem
    ncurses: /usr/share/terminfo/6/630-lm exists in filesystem
    ncurses: /usr/share/terminfo/6/630MTG-24 exists in filesystem
    ncurses: /usr/share/terminfo/7/730MTG-24 exists in filesystem
    ncurses: /usr/share/terminfo/7/730MTG-41 exists in filesystem
    ncurses: /usr/share/terminfo/7/730MTG-41r exists in filesystem
    ncurses: /usr/share/terminfo/7/730MTGr exists in filesystem
    ncurses: /usr/share/terminfo/7/730MTGr-24 exists in filesystem
    ncurses: /usr/share/terminfo/8/8510 exis

    Please edit your post and use code tags when posting logs and error messages to the boards:
    https://wiki.archlinux.org/index.php/Fo … s_and_Code
    As to your errors, this is documented in the wiki:
    https://wiki.archlinux.org/index.php/Pa … stem.22.21

  • [SOLVED] jdk7-openjdk exists in filesystem when it's not installed

    I'm having a problem updating the jdk7-openjdk package (jdk7-openjdk-7.u21_2.3.9-4). When I went to update via pacman, pacman replied that files existed in the filesystem. I removed the jdk and reinstalled, only to be told that the package still exists in the filesystem.
    $ sudo pacman -S jdk7-openjdk
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1): jdk7-openjdk-7.u21_2.3.9-4
    Total Installed Size: 19.34 MiB
    :: Proceed with installation? [Y/n] y
    (1/1) checking keys in keyring [##########################] 100%
    (1/1) checking package integrity [##########################] 100%
    (1/1) loading package files [##########################] 100%
    (1/1) checking for file conflicts [##########################] 100%
    error: failed to commit transaction (conflicting files)
    jdk7-openjdk: /usr/bin/appletviewer exists in filesystem
    jdk7-openjdk: /usr/bin/apt exists in filesystem
    jdk7-openjdk: /usr/bin/extcheck exists in filesystem
    jdk7-openjdk: /usr/bin/idlj exists in filesystem
    jdk7-openjdk: /usr/bin/jar exists in filesystem
    jdk7-openjdk: /usr/bin/jarsigner exists in filesystem
    jdk7-openjdk: /usr/bin/javac exists in filesystem
    jdk7-openjdk: /usr/bin/javadoc exists in filesystem
    jdk7-openjdk: /usr/bin/javah exists in filesystem
    jdk7-openjdk: /usr/bin/javap exists in filesystem
    jdk7-openjdk: /usr/bin/jcmd exists in filesystem
    jdk7-openjdk: /usr/bin/jconsole exists in filesystem
    jdk7-openjdk: /usr/bin/jdb exists in filesystem
    jdk7-openjdk: /usr/bin/jhat exists in filesystem
    jdk7-openjdk: /usr/bin/jinfo exists in filesystem
    jdk7-openjdk: /usr/bin/jmap exists in filesystem
    jdk7-openjdk: /usr/bin/jps exists in filesystem
    jdk7-openjdk: /usr/bin/jrunscript exists in filesystem
    jdk7-openjdk: /usr/bin/jsadebugd exists in filesystem
    jdk7-openjdk: /usr/bin/jstack exists in filesystem
    jdk7-openjdk: /usr/bin/jstat exists in filesystem
    jdk7-openjdk: /usr/bin/jstatd exists in filesystem
    jdk7-openjdk: /usr/bin/native2ascii exists in filesystem
    jdk7-openjdk: /usr/bin/rmic exists in filesystem
    jdk7-openjdk: /usr/bin/schemagen exists in filesystem
    jdk7-openjdk: /usr/bin/serialver exists in filesystem
    jdk7-openjdk: /usr/bin/wsgen exists in filesystem
    jdk7-openjdk: /usr/bin/wsimport exists in filesystem
    jdk7-openjdk: /usr/bin/xjc exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/appletviewer exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/apt exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/extcheck exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/idlj exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jar exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jarsigner exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/java exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/java-rmi.cgi exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/javac exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/javadoc exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/javah exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/javap exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jcmd exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jconsole exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jdb exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jhat exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jinfo exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jmap exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jps exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jrunscript exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jsadebugd exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jstack exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jstat exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/jstatd exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/keytool exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/native2ascii exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/orbd exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/pack200 exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/policytool exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/rmic exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/rmid exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/rmiregistry exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/schemagen exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/serialver exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/servertool exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/tnameserv exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/unpack200 exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/wsgen exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/wsimport exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/bin/xjc exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/lib/ct.sym exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/lib/jconsole.jar exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/lib/sa-jdi.jar exists in filesystem
    jdk7-openjdk: /usr/lib/jvm/java-7-openjdk/lib/tools.jar exists in filesystem
    jdk7-openjdk: /usr/share/applications/jconsole.desktop exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/appletviewer.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/apt.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/extcheck.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/idlj.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jar.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jarsigner.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/javac.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/javadoc.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/javah.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/javap.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jcmd.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jconsole.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jdb.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jhat.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jinfo.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jmap.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jps.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jrunscript.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jsadebugd.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jstack.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jstat.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/jstatd.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/native2ascii.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/rmic.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/schemagen.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/serialver.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/wsgen.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/wsimport.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/ja/man1/xjc.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/appletviewer.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/apt.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/extcheck.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/idlj.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jar.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jarsigner.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/javac.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/javadoc.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/javah.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/javap.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jcmd.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jconsole.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jdb.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jhat.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jinfo.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jmap.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jps.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jrunscript.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jsadebugd.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jstack.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jstat.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/jstatd.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/native2ascii.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/rmic.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/schemagen.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/serialver.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/wsgen.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/wsimport.1.gz exists in filesystem
    jdk7-openjdk: /usr/share/man/man1/xjc.1.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    $
    But when I go to check if it's installed:
    $ pacman -Q | grep jdk
    jre7-openjdk 7.u21_2.3.9-4
    jre7-openjdk-headless 7.u21_2.3.9-4
    $
    The JREs are there, but the JDK is not. So somehow it's installed and not installed at the same time. How do I tell pacman that the installed package is not installed when it says it's both installed and not installed? Pacman -Rdd does not work as it's not installed. Pacman -S doesn't work as it's installed.
    Last edited by 12o (2013-05-20 17:06:08)

    Thank you very much for your help. I greatly appreciate it. I only use pacman to upgrade, update, or remove anything. Even if the package is from the AUR; in which case I use the -U. In this case, I tried to install the JRE, JRE headless, and the JDK at the same time. All of the tanked, so I used the pacman -Rdd to remove the JDK package. That's when the trouble started.
    If it's safe to use the --force command in this case, I'll try it.
    **UPDATE**
    Looks like using the --force option worked. When I run the previous command, I get:
    $ pacman -Qo /usr/bin/appletviewer
    /usr/bin/appletviewer is owned by jdk7-openjdk 7.u21_2.3.9-4
    $
    Thanks again for the help! I'll mark the thread 'solved'.
    Last edited by 12o (2013-05-20 17:05:48)

  • [Solved] KDE 4.7: nepomukcontroller exists in filesystem

    When upgrading, after downloading everything, I get the following:
    checking for file conflicts [################################################################] 100%
    error: failed to commit transaction (conflicting files)
    kdebase-runtime: /usr/bin/nepomukcontroller exists in filesystem
    kdebase-runtime: /usr/share/applications/kde4/nepomukcontroller.desktop exists in filesystem
    Errors occurred, no packages were upgraded.
    The only other reference I've found to this issue is this post on the Chackra forums, but without replies. I've also checked the public dev mailing list, but no mention of the issue there, either. Can anyone help? Thanks in advance.
    Last edited by gauthma (2011-07-30 10:28:34)

    sumski wrote:
    pacman -Qo /usr/bin/nepomukcontroller
    https://bbs.archlinux.org/viewtopic.php?id=56373
    Yep, that's what I should have done. But I somehow convinced myself that this was a problem with the update itself, and so my perspective narrowed... Anyway problem solved now (thanks for the reply nonetheless!)

Maybe you are looking for

  • Help! hard drive failure and data recovery

    I am a happy PC-traitor who has been using my Macbook successfully for over a year now. I love the Mac. Until now. Last night, while downloading torrents onto my computer, it froze. I restarted. A blinking folder with a question mark was displayed. I

  • XK01 creating a vendor  issues

    Creating a vendor in XK01 , system allow me to fill up all the screens for any account group when I try to save it  there is a message saying that "account 100025 already exist" and yes already exist and I do not know why the system is trying to assi

  • Dump GETWA_NOT_ASSIGNED during execution of SM:EXEC SERVICES

    Hi all, since i've installed SPS17 for SolMan 7.0 I can not process  CPH and EWA data for the availability service level reporting. I always get the following shortdump: GETWA_NOT_ASSIGNED - Field symbol has not yet been assigned Termination occurred

  • Oth configuration in km

    Hi all I configured OTH for a specific folder in KM and it works fine.When i open any of the document inside the portal, it is opening in OTH view only.I have enabled the workflow approval process for that particular folder.Also, i have configured th

  • IPhone 3GS is stuck in recovery mode after update

    I just synced my iPhone to my computer and installed the newest iPhone update using iTunes. After the sync/update was finished (all but my photos because for some reason iTunes has never backed up my photos from my phone) I was prompted to restart my