Providers co-existing

This is from the JMS specification:
A provider must be prepared to accept, from a client, a message whose
implementation is not one of its own. A message with a �foreign�
implementation may not be handled as efficiently as a provider�s own
implementation; however, it must be handled.
Is that true for most vendors? has anyone had any experience with that? I mean - it's probably easy enough to somehow receive a javax.jms.Message created by someone else, as this is purely an interface, but I find it hard to believe that internal handling by the other JMS provider works.
Any ideas?
thanks - Nimo.

Hi Arnaud -
My problem is actually - where do i need to catch that a client gave me a Message that is not my message.
I mean - It's probably safe to assume that a client may not send a foreign message on one of my topics, right?
so - basically, the only place where I could be getting a message like this is when a client is trying to use my MessageProducer's send() method, and the Message it gives me - is a foreign one.
In this case, you say, I should be able to see if it's instanceof my Message implementation and if not do a conversion?
I don't see any more to that... is there?
10x.

Similar Messages

  • Can the 8i and 9i Oracle OleDB Providers co-exist on one machine

    One of our products requires the Oralce 8i OleDb driver version and is 'incompatible' with the 9i OleDb driver. Is their a possibility to 'package' ourselves the 8i driver and install (so let it coexist) on the same machine where e.g. the 9i OleDb is present ?

    Patrick,
    The destination machine should have proper installations of Oracle 8i and 9i homes. Only one home can be active at a time. When 8i home is active, use 8i OraOLEDB; when 9i is active, use 9i OraOLEDB. Technically it's possible.
    I cannot answer "packaging" part. "Packaging" involves legal issue.
    I would suggest that solve the "'incompatible' with the 9i OleDb driver" part. Please provide details.
    Sinclair

  • Unable to create New Application

    Hi All,
    I am new to FDQM, I have installed all the component and did the configuration as per admin guide. However when I try and create an application, i get a message saying that "Database User ID and password are required for login!". I have tried the following to see what is wrong
    1. telnet <machine> <port>
    2. log in using SQL
    3. And full admin rights for the user.
    Has anyone come across this problems before. Please do let me know
    Regards
    Clayton

    Hi Clayton,
    1. This error, I had seen . Are you on system 9?
    2. We had raised an SR with oracle and let me copy it directly from there
    cause :
    This error is returned when the information provided on the database configuration page is not correct or has become invalid.
    This error message can also be returned when the end user does not have the Oracle Provider for OLE DB installed on their machine.
    Solution :
    Ensure that the information specified on the database tab of the application is valid and correct. The easiest and quickest way to test the connection is to use a .UDL file. This method simulates a connection into the database via the appropriate provider to the database.
    Appropriate providers include:
    1. Oracle Provider for OLE DB
    2. Microsoft OLE DB Provider for SQL Server
    These providers must exist on the users system in order for FDM to be able to connect to the database successfully via the Workbench Client.
    Hope it works
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Certificates and Signature

    Dear folks
    Why and How to get certificate and signature for midlet application. I have just void knowledge about that.

    Basically you would need certificates so that your midlet may access restricted API's such as sms and cbs (JSR-120) and file system access (JSR-75). If you have signed your midlet you can avoid annoying questions asking you whether you would allow access to such APIs.
    Certificates for code signing can be obtained from either Thawte or VeriSign (other providers also exist), the certificate you choose depends on which handsets you would like to support. Handsets support different certificates for code signing.
    Thawte:
    http://www.thawte.com/ssl-digital-certificates/code-signing/index.html
    VeriSign:
    http://www.verisign.com/products-services/security-services/code-signing/digital-ids-code-signing/index.html
    This tutorial provides a desent explaination on how to sign your midlets:
    http://www.spindriftpages.net/blog/dave/2006/06/18/midlet-jar-signing-a-tutorial-revised/

  • Using existing Security Providers with Spring Security

    Has anyone successfully tied their existing WLS JAAS security providers in to the Spring Application Context? I can't seem to find any documentation on how to do this. I've got providers that work correctly in WLS 10.0 MP 1 for a Struts application and I'm developing a new application in Spring MVC and I'd like to use Spring Security (formerly acegi) but I'd like to share the security providers the other application is using since they've already been reviewed/approved by our internal security team.

    A JAAS Authentication Provider along with a JAAS Login Module
    A JAAS Identity Asserter
    A JAAS Role Mapping Provider

  • Change DB storage parameter of existing info providers

    Hello,
    for better database monitoring reasons, it seems to be quite helpful to use the option change DB storage parameters for several infoproviders (some DSOs and Cubes) in the menu.
    Now I found out, that it is only possible to use this option while creating new  infoproviders. Is there also an option to change DB storage parameters of existing infoproviders?
    With SE13 it is possible to change these parameters for the used tables e.g. active data of the DSO etc. But for me it that there might be a problem to change settings of generated tables.
    Is there any other way to change the db storage parameters?
    Thank You!
    Goliad001

    Hi
    Do u have data in the DSO?
    You can change DB Storage and other settings only when the DSO is empty
    Please check
    Empty out your DSO and change the settings
    Cheers

  • Error while transporting - Source RSDS 8ZRF_O01 LOGDBQ151 does not exist

    Hi,
        I am getting following error while transporting export DataSource to quality system.
    Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Activation Mode)
    No rule exists
    Source RSDS 8ZRF_O01 LOGDBQ151 does not exist
    Start of the after-import method RS_DTPA_AFTER_IMPORT for object type(s) DTPA (Activation Mode)
    Transformation does not exist (see long text)
        Although, the request is failing, I can see the DataSource 8ZRF_O01 present in the QA system. Only the transformation is set inactive.
    Regards,
    Pranav.
    Edited by: P D on Sep 20, 2010 9:02 AM

    Hi
      might be your data source not collected into transport request.
    If you are moving data source from once system to other system, this may missed.
    RSA1->Transport connection>all objects>Datasource --> Select your data source as only neecessary to move
    When ever we are moving objects from one system to other follow below are order to avoid failures
    1).New Infoobjects.
    2). Data source/Infosource
    3). Info Providers ( Cube/DSo)
    4). Update rules/Transformation
    5).Impacted objects and other
    Mahesh.

  • Members only area of website and how to connect it to existing database

    I am trying to create a members login section on an existing website. We have a MS Access database of clients, and I need the website login creation to be able to look at our database and only let the person create an account, if they are on that list. 
    I've successfully completed a walkthrough/tutorial on creating a members only area of a website, but that allows anyone and everyone to create an account. I need a way to force that check before the new user account is allowed. Any help will ge greatly appreciated!

    Hi,
    According to your description, I think your issue is more about how to connect to Access database from your web site, instead of Access development.
    Which type of connection do you want to use? Is it ADO.NET?
    If so, I suggest you posting in ADO.NET Managed Providers
    forum for more effective responses.
    If not, you can choose a proper forum based on the type of the connection or your developing language.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I can't access my email.  I have joined iCloud.  The phone asks for my Apple ID and Password.  I put them in to be told the account already exists, but that's as far as I get.  What do I do?

    I can't access my email.  I have joined iCloud.  When I press mail I get a series of providers.  I click iCloud.  It asks for my Apple id and password.  I provide these to be told this account already exists and I can get no further.  What am I doing wrong?

    Sorry everyone - I have solved my own question - needed to go through Hotmail account of course.

  • Sold BT Infinity 2 but it doesn't seem to exist!

    Hi,
    Just wanted to see if anyone else has had a simliar problem to me and if so how you are going about dealing with it. So back in August I moved into a new house. I rang BT and said that I would like a phone line and also enquired as to what Broadband they could provide.
    So the woman in the sales centre informed me that I could have BT Infinity 2 with speeds of up to 76mbs! Brilliant. So I ordered this amazingly fast Broadband and also my phone line. I'm now in November nearly 3 months on from ordering this superfast broadband and I still don't have any broadband.
    I have had 4 or 5 engineers come out now. Basically the problem is that the exchange hasn't been set up for BT Infinity 2. 
    The latest update I had was can you wait for 3 weeks and we will do a review. When they did a 'Review' on Tuesday the outcome was can you wait another week and we will give you another update.
    There must be some sort of act that they are in breach of selling a service that isn't actually available? They don't seem to give me a decent answer ever. They seem to blame BT Openreach for all the problems. 
    Just wondered if anyone has had the same problem and what you did?
    Thanks
    Gareth

    Hi sorry for not replying to anyone. Not having the internet at home is obviously an issue. The battle with the BT Muppets is still ongoing and we still don't seem to be any closer.
    Says that it is all available. Think I'm up to just about 3 months now since ordering it. I've been told 3 dates in the last 2 weeks when the problem is supposed to have been resolved only to be let down every single time. I'm not due an update until December now though! 
    Just doesn't seem to be anyone at BT that knows what they are doing or able to give you a straight answer on exactly what is going on. 
    Do BT fine BT Openreach for delays? If so I would be interested to know how much they get!
    My issue has been moved onto a specific person now because I complained. But quite honestly that has made no difference whatsoever. Just like dealing with the normal bods on the normal line! 
    I would never go with BT again even if it is just because of the poor customer service and lack of updates. Everytime they say they are going to ring me they don't and then I have to end up chasing them all the time. 
    The only reason I don't want to cancel it now is because I'm 3 months down the line and if I cancel and go with someone else I get to join the back of the queue!
    BT BROADBAND AVAILABILITY CHECKER
    Telephone Number  on Exchange WEST MALLING is served by Cabinet 42
    Featured ProductsDownstream Line Rate(Mbps)Upstream Line Rate(Mbps)Downstream Range(Mbps)Availability Date  High Low High Low    
    FTTC Range A (Clean)
    80
    63.3
    20
    20
    Available
    FTTC Range B (Impacted)
    75.6
    50.5
    20
    16.3
    Available
    WBC ADSL 2+
    Up to 1
    1 to 3.5
    Available
    ADSL Max
    Up to 1
    0.75 to 2.5
    Available
    WBC Fixed Rate
    0.5
    Available
    Fixed Rate
    0.5
    Available
    Other Offerings
    Fibre Multicast
    Available
    Copper Multicast
    Available
    For all ADSL and WBC Fibre to the Cabinet (FTTC) services, the stable line rate will be determined during the first 10 days of service usage.
    For FTTC Ranges A and B, the term "Clean" relates to a line which is free from any wiring issues (e.g. Bridge Taps) and/or Copper line conditions, and the term "Impacted" relates to a line which may have wiring issues (e.g. Bridge Taps) and/or Copper line conditions.
    Throughput/download speeds will be less than line rates and can be affected by a number of factors within and external to BT's network, Communication Providers' networks and within customer premises.
    The Stop Sale date for Datastream is from 30-Jun-2012; the Formal Retirement date for Datastream is from 30-Jun-2014. The Stop Sale date for IPstream is from 30-Nov-2012; the Formal Retirement date for IPstream is from 30-Jun-2014.
    If you have already placed an order for Broadband and now wish to change to a new supplier, then you will need to cancel the existing order with your service provider or your new request will be rejected. If you do not know who the current Service Provider is, please contact your new Service Provider, who should be able to help you to resolve this issue.
    Note: If you decide to place an order for a WBC fibre product, an appointment may be required for an engineer to visit the end user's premises to supply the service.
    Please note that postcode and address check results are indicative only. Most accurate results can be obtained from a telephone number check.
    Thank you for your interest.

  • Help creating applescript to select email data and insert in existing Excel workbook

    Hi there
    I'd really appreciate some help.
    I want to select three types of data, specifically Name, Email address, and a Date, from the body text of emails in Mac Mail, and export them into columns in an existing Excel workbook.
    I've set up a rule in Mail based on the sender, and specified an Applescript action based on the script below. I've sent test emails to meet the rule conditions, and included in the body of these emails the text items below to trigger the script rules, but the Applescript doesn't do anything.
    Where I am going wrong?
    using terms from application "Mail"
      on perform mail action with messages theMessages for rule TravelRule
      tell application "Mail"
      repeat with each_message in theIncomingMessages
      -- reset the variables
      set thetext to content of each_message
      display dialog thetext
                                            set {thename, theemail, thedates} to {"", "", "", ""}
      -- get the message text
      set message_text to content of each_message
      -- setup text item delimiters
      set {old_delims, my text item delimiters} to {my text item delimiters, ": "}
      -- iterate through the lines of the message looking for the keywords
      repeat with each_para in (paragraphs of message_text)
                                                      if text item 1 of each_para = "Name" then
      set thename to text item 2 of each_para
                                                      else if text item 1 of each_para = "Email" then
      set theemail to text item 2 of each_para
                                                      else if text item 1 of each_para = "Dates" then
      set thedates to text item 2 of each_para
                                                      end if
      end repeat -- each para
      set my text item delimiters to old_delims
      end repeat -- each_message
                                  tell application "Microsoft Excel"
      activate
                                            open workbook "/PathDetailsHere/Workbook1.xls"
                                            set formula of range "G6" of worksheet "sheet1" to thename
                                            set formula of range "G9" of worksheet "sheet1" to theemail
                                            set formula of range "G12" of worksheet "sheet1" to thedates
      end tell
      end tell -- application "Mail"
      end perform mail action with messages
    end using terms from
    I'm a complete Applescript newbie, so any help would be really appreciated! Thank you.

    my variables are global for all data providers since I use the same query for my data providers.
    It's just the values (some of them : ex: conso version) that differ from one data provider to another.
    ex : here for 2 diff Data providers based on the same query i need to enter the following values for mandatory variables
    Different versions / different years but same conso group / data entry year/ posting period.
    i would like to have the possibility to enter these values out of the "select values for variable" window (not convenient when we have 7 or 8 DP...), but directly in the workbook.
    But maybe this is not possible...
    In DP1                 
    conso version = A_PL                         
    conso group = FR01
    data entry year = 9999
    fiscal year = 2010
    Posting period = 12
    In DP2
    Conso version = P4_MAG
    Conso group = FR01
    Data entry year = 9999
    fiscal year =2011
    Posting period = 12

  • Impact of changing/enhance an existing master data object

    Hi Experts,
    I have a new requirement to enhance 0comp_code in order to add 2 extra fields in the master data.
    As 0comp_code is an infoobject used in lots of cubes, I would like to know which is the impact of changing it.
    Which actions should I take into account before doing any changes.
    Many thanks in advance!

    Hi,
    If you are adding any new fields to infoobject, you will not have any impact to existing info providers which uses that infoobject.
    If the attr u add is a navigational attr and if you want ur info provider to have it, then you will have to enable it and activate the info provider and the update rule as well.
    is your data source modified to bring in those new fields? or is it going to be manually maintained?
    Regards,
    Pradhiba

  • How to Enter the existing data  in the entity beans?

    hello
    my problem is as follows--
    i am creating a CMP entity bean.in these beans client create the data instances using create() function.
    now a entity bean will be created for the newly created data and it's EJBObject will also be formed.
    now we will be able to perform finder methods over them.
    remember these data has been newly created in the database.
    but now if i want to perform the finder methods on the
    existing data in the database( i don't need to use create() fn as i am not "creating" the data.). how will i perform the query over the existing data.
    basically i have to make a CMP bean to extract the data corresponding to a particular condition , from the database table. i don't want to create the data in the database but just find out what data satisfies my condition.
    thanking you
    Prashant

    All I say here is based on limited knowledge on 1.1 ejb specification. There could be improvements on 2.0 spec. 1.1 specification does not formaly provide how the finders should work for container managed beans. It leaves it at the hand of bean providers. Currently bean providers describes the finers in a description of the Entity Bean. Refer to documentation accompanied with application server you are using.
    I attach the famous bank account example in weblogic server.
    <finder-list>
    <finder>
    <method-name>findBigAccounts</method-name>
    <method-params>
    <method-param>double</method-param>
    </method-params>
    <finder-query><![CDATA[(> balance $0)]]></finder-query>
    </finder>
    </finder-list>
    Method definition in Home inteface is
    public Enumeration findBigAccounts(double balanceGreaterThan)
    throws FinderException, RemoteException;

  • [Solved] Existing files when installing kdeplasma-applets-plasma

    This is a desktop machine but I thought I might as well add the NetworkManager applet to KDE. But first of all it wants to install a whole bunch of packages which doesn't seem right:
    [root@xamxbmc missions]# pacman -S kdeplasma-applets-plasma-nm
    resolving dependencies...
    :: There are 4 providers available for libgl:
    :: Repository extra
    1) mesa-libgl 2) nvidia-304xx-libgl 3) nvidia-340xx-libgl 4) nvidia-libgl
    Enter a number (default=1): 4
    :: There are 2 providers available for phonon-qt4-backend:
    :: Repository extra
    1) phonon-qt4-gstreamer 2) phonon-qt4-vlc
    Enter a number (default=1): 2
    :: There are 2 providers available for kactivities:
    :: Repository extra
    1) kactivities-frameworks 2) kactivities4
    Enter a number (default=1): 2
    :: There are 8 providers available for ttf-font:
    :: Repository extra
    1) ttf-bitstream-vera 2) ttf-dejavu 3) ttf-freefont 4) ttf-linux-libertine 5) ttf-oxygen
    :: Repository community
    6) ttf-droid 7) ttf-liberation 8) ttf-ubuntu-font-family
    Enter a number (default=1): 2
    :: There are 2 providers available for dhcp-client:
    :: Repository core
    1) dhcpcd
    :: Repository extra
    2) dhclient
    Enter a number (default=1): 1
    looking for conflicting packages...
    warning: dependency cycle detected:
    warning: ncurses will be installed before its bash dependency
    warning: dependency cycle detected:
    warning: harfbuzz will be installed before its freetype2 dependency
    warning: dependency cycle detected:
    warning: xorg-server will be installed before its nvidia-libgl dependency
    warning: dependency cycle detected:
    warning: libtxc_dxtn will be installed before its mesa dependency
    Packages (361) a52dec-0.7.4-8 acl-2.2.52-2 akonadi-1.13.0-3 alsa-lib-1.0.28-1 aspell-0.60.6.1-2 attica-qt4-0.4.2-1 attr-2.4.47-1 avahi-0.6.31-14 bash-4.3.033-1
    boost-libs-1.57.0-2 bzip2-1.0.6-5 ca-certificates-20140923-9 ca-certificates-cacert-20140824-2 ca-certificates-mozilla-3.17.3-2 ca-certificates-utils-20140923-9
    cairo-1.14.0-2 cifs-utils-6.4-1 cln-1.3.4-1 compositeproto-0.4.2-3 coreutils-8.23-1 cracklib-2.9.1-1 curl-7.40.0-1 damageproto-1.2.1-3 db-5.3.28-2 dbus-1.8.14-1
    dbus-glib-0.102-2 desktop-file-utils-0.22-1 dhcpcd-6.6.7-1 docbook-xml-4.5-6 docbook-xsl-1.78.1-1 e2fsprogs-1.42.12-1 elfutils-0.161-2 enca-1.16-1 enchant-1.6.0-5
    exiv2-0.24-1 expat-2.1.0-4 faad2-2.7-4 ffmpeg-1:2.5.3-1 filesystem-2014.10-3 findutils-4.4.2-6 fixesproto-5.0-3 flac-1.3.1-1 fontconfig-2.11.1-1
    fontsproto-2.1.3-1 freetype2-2.5.5-1 fribidi-0.19.6-2 gawk-4.1.1-1 gcc-libs-4.9.2-2 gdbm-1.11-1 giflib-5.1.0-1 glib-networking-2.42.0-1 glib2-2.42.1-1
    glibc-2.20-6 glu-9.0.0-3 gmp-6.0.0-1 gnupg-2.1.1-1 gnutls-3.3.12-1 gpgme-1.5.3-1 gpm-1.20.7-4 graphite-1:1.2.4-1 gsettings-desktop-schemas-3.14.1-1 gsm-1.0.13-8
    gst-plugins-base-libs-1.4.5-1 gstreamer-1.4.5-1 gzip-1.6-1 harfbuzz-0.9.37-1 hicolor-icon-theme-0.13-1 hspell-1.2-2 hunspell-1.3.3-1 hwids-20141214-1
    iana-etc-2.30-4 icu-54.1-1 ilmbase-2.1.0-1 inetutils-1.9.2-2 inputproto-2.3.1-1 iproute2-3.17.0-1 iptables-1.4.21-1 iso-codes-3.57-1 jansson-2.7-1
    jasper-1.900.1-12 jemalloc-3.6.0-1 js17-17.0.0-1 json-c-0.12-2 kactivities4-4.13.3-1 kbd-2.0.2-1 kbproto-1.0.6-2 kde-base-artwork-4.14.3-1
    kdebase-runtime-4.14.3-1 kdebase-workspace-4.11.14-1 kdelibs-4.14.3-2 kdepim-runtime-4.14.3-1 kdepimlibs-4.14.3-1 keyutils-1.5.9-1 kmod-19-1 krb5-1.13-1
    lame-3.99.5-2 lcms2-2.6-1 ldb-1.1.19-1 less-471-1 libaccounts-glib-1.18-1 libaccounts-qt4-1.13-1 libaio-0.3.110-1 libass-0.12.1-1 libassuan-2.1.3-1
    libasyncns-0.8-5 libatasmart-0.19-3 libbluray-0.6.2-1 libbsd-0.7.0-1 libcanberra-0.30-4 libcap-2.24-2 libcap-ng-0.7.4-1 libcups-2.0.1-1 libdaemon-0.14-3
    libdatrie-0.2.6-1 libdbus-1.8.14-1 libdbusmenu-qt-0.9.2-3 libdca-0.0.5-4 libdmtx-0.7.4-5 libdrm-2.4.59-1 libdvbpsi-1:1.1.2-1 libdvdnav-5.0.2-1 libdvdread-5.0.1-1
    libebml-1.3.1-1 libepoxy-1.2-2 libevdev-1.3.2-1 libffi-3.2.1-1 libfontenc-1.1.2-1 libgcrypt-1.6.2-1 libgpg-error-1.17-1 libical-1.0.1-1 libice-1.0.9-1
    libidn-1.29-1 libimobiledevice-1.1.7-1 libjpeg-turbo-1.4.0-1 libkactivities4-4.13.3-1 libkate-0.4.1-5 libkfbapi-1.0-2 libkgapi-2.2.0-1 libkolab-0.5.3-1
    libkolabxml-1.0.2-2 libksba-1.3.2-1 libldap-2.4.40-2 libmad-0.15.1b-7 libmariadbclient-10.0.15-1 libmatroska-1.4.2-1 libmbim-1.12.0-1 libmm-glib-1.2.0-5
    libmm-qt-1.0.1-2 libmng-2.0.2-3 libmodplug-0.8.8.5-1 libmpcdec-1.2.6-4 libmpeg2-0.5.1-5 libndp-1.3-1 libnewt-0.52.17-2 libnl-3.2.25-1 libnm-glib-0.9.10.0-4
    libnm-qt4-0.9.8.3-1 libogg-1.3.2-1 libomxil-bellagio-0.9.3-1 libpcap-1.6.2-1 libpciaccess-0.13.2-2 libplist-1.11-1 libpng-1.6.16-1 libproxy-0.4.11-4
    libpulse-5.0-1 libqalculate-0.9.7-4 libqmi-1.12.0-1 libqzeitgeist-0.8.0-4 libraw1394-2.1.0-2 libsasl-2.1.26-7 libseccomp-2.1.1-1 libshout-1:2.3.1-2 libsm-1.2.2-2
    libsndfile-1.0.25-3 libsoup-2.48.1-1 libssh-0.6.4-1 libssh2-1.4.3-2 libsystemd-218-1 libtar-1.2.20-2 libtasn1-4.2-1 libteam-1.14-1 libthai-0.1.19-1
    libtheora-1.1.1-3 libtiff-4.0.3-5 libtiger-0.3.4-4 libtirpc-0.2.5-1 libtool-2.4.4-2 libtxc_dxtn-1.0.1-5 libupnp-1.6.19-1 libusb-1.0.19-1 libusb-compat-0.1.5-1
    libusbmuxd-1.0.9-1 libutempter-1.1.6-2 libutil-linux-2.25.2-1 libva-1.5.0-1 libvdpau-0.9-1 libvorbis-1.3.4-1 libvpx-1.3.0-1 libwbclient-4.1.16-1 libwebp-0.4.2-1
    libx11-1.6.2-2 libx264-1:142.20140826-2 libxau-1.0.8-2 libxaw-1.0.12-1 libxcb-1.11-1 libxcomposite-0.4.4-2 libxcursor-1.1.14-2 libxdamage-1.1.4-2 libxdmcp-1.1.1-2
    libxext-1.3.3-1 libxfixes-5.0.1-1 libxfont-1.5.0-1 libxft-2.3.2-1 libxi-1.7.4-1 libxinerama-1.1.3-2 libxkbfile-1.0.8-2 libxklavier-5.4-1 libxml2-2.9.2-2
    libxmu-1.1.2-1 libxpm-3.5.11-1 libxrandr-1.4.2-2 libxrender-0.9.8-1 libxres-1.0.7-1 libxshmfence-1.2-1 libxslt-1.1.28-3 libxss-1.2.2-2 libxt-1.1.4-1
    libxtst-1.2.2-1 libxv-1.0.10-1 libxxf86vm-1.1.3-1 linux-api-headers-3.18.1-1 llvm-libs-3.5.1-1 lm_sensors-3.3.5-1 lua-5.2.3-1 lz4-127-1 lzo-2.08-3
    mariadb-10.0.15-1 mariadb-clients-10.0.15-1 mcpp-2.7.2-5 media-player-info-19-1 mesa-10.4.2-1 modemmanager-1.2.0-5 mpfr-3.1.2.p11-1 mtdev-1.1.5-1 ncurses-5.9-7
    nettle-2.7.1-1 networkmanager-0.9.10.0-4 npth-1.1-1 nspr-4.10.7-1 nss-3.17.3-2 nvidia-libgl-346.35-2 nvidia-utils-346.35-2 opencore-amr-0.1.3-2 openexr-2.1.0-1
    openjpeg-1.5.2-1 openssl-1.0.1.l-1 opus-1.1-1 orc-0.4.23-1 oxygen-icons-4.14.3-1 p11-kit-0.22.1-3 pam-1.1.8-5 pambase-20130928-1 pango-1.36.8-1 pciutils-3.3.0-1
    pcre-8.36-2 perl-5.20.1-1 phonon-qt4-4.8.3-1 phonon-qt4-vlc-0.8.2-1 pinentry-0.9.0-1 pixman-0.32.6-1 polkit-0.112-2 polkit-kde-0.99.0-5 polkit-qt4-0.112-2
    popt-1.16-7 ppp-2.4.7-1 prison-1.1.1-1 pth-2.0.7-5 python-3.4.2-2 python2-2.7.9-1 qca-2.0.3-5 qimageblitz-0.0.6-4 qjson-0.8.1-3 qrencode-3.4.4-1 qt4-4.8.6-4
    qtwebkit-2.3.4-1 randrproto-1.4.0-2 readline-6.3.006-1 recode-3.6-8 recordproto-1.14.2-2 renderproto-0.11.1-3 rtmpdump-20140918-2 schroedinger-1.0.11-2
    scrnsaverproto-1.2.2-2 sdl-1.2.15-7 sdl_image-1.2.12-3 shadow-4.2.1-2 shared-mime-info-1.3-1 signon-qt4-8.57-1 slang-2.2.4-3 smbclient-4.1.16-1
    sound-theme-freedesktop-0.8-2 speex-1.2rc1-4 sqlite-3.8.8-1 strigi-0.7.8-5 sysfsutils-2.1.0-9 systemd-218-1 taglib-1.9.1-1 talloc-2.1.1-1 tar-1.28-1 tdb-1.3.4-1
    tevent-0.9.22-1 texinfo-5.2-3 ttf-dejavu-2.34-1 tzdata-2014j-1 udisks2-2.1.3-1 upower-0.99.2-1 util-linux-2.25.2-1 v4l-utils-1.6.0-1 videoproto-2.3.2-1
    vlc-2.1.5-5 wayland-1.6.0-1 wpa_supplicant-2.3-1 x265-1.4-1 xcb-proto-1.11-1 xcb-util-0.4.0-1 xcb-util-image-0.4.0-1 xcb-util-keysyms-0.4.0-1
    xcb-util-renderutil-0.3.9-1 xcb-util-wm-0.4.1-1 xdg-utils-1.1.0.git20141009-1 xerces-c-3.1.1-5 xextproto-7.3.0-1 xf86-input-evdev-2.9.1-1 xf86vidmodeproto-2.3.1-3
    xineramaproto-1.2.1-3 xkeyboard-config-2.13-1 xorg-bdftopcf-1.0.5-1 xorg-font-util-1.3.0-2 xorg-font-utils-7.6-4 xorg-fonts-alias-1.0.3-1
    xorg-fonts-encodings-1.0.4-4 xorg-fonts-misc-1.0.3-2 xorg-mkfontdir-1.0.7-2 xorg-mkfontscale-1.1.2-1 xorg-server-1.16.3-2 xorg-server-common-1.16.3-2
    xorg-setxkbmap-1.3.0-2 xorg-xauth-1.0.9-1 xorg-xkbcomp-1.3.0-1 xorg-xmessage-1.0.4-2 xorg-xprop-1.2.2-1 xorg-xrandr-1.4.3-1 xorg-xrdb-1.1.0-1 xorg-xset-1.2.3-1
    xorg-xsetroot-1.1.1-2 xproto-7.0.27-1 xvidcore-1.3.3-1 xz-5.2.0-1 zlib-1.2.8-3 zvbi-0.2.35-1 kdeplasma-applets-plasma-nm-0.9.3.5-2
    Total Download Size: 0.15 MiB
    Total Installed Size: 1567.34 MiB
    :: Proceed with installation? [Y/n]
    Then when I proceed, I end up with a huge list of files existing. Is something wrong with my pacman?
    gnutls: /usr/share/man/man3/gnutls_x509_ext_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_aia.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_key_purposes.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_name_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_policies.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_private_key_usage_period.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_proxy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_subject_alt_names.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_export_subject_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_aia.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_key_purposes.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_name_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_policies.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_private_key_usage_period.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_proxy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_subject_alt_names.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_import_subject_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_ext_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_key_purpose_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_key_purpose_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_key_purpose_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_key_purpose_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_add_excluded.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_add_permitted.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_check.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_check_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_get_excluded.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_get_permitted.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_name_constraints_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_othername_to_virtual.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policies_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policies_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policies_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policies_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_policy_release.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_export2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export2_pkcs8.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_ecc_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_get_pk_algorithm2.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_import2.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_ecc_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_openssl.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_params.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
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_cas.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_crls.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_named_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_system_trust.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_trust_dir.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_trust_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_get_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_remove_cas.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_remove_trust_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_remove_trust_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_verify_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_verify_crt2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3.gz exists in filesystem
    ca-certificates-utils: /etc/ssl/cert.pem exists in filesystem
    ca-certificates-utils: /usr/bin/update-ca-trust exists in filesystem
    ca-certificates-utils: /usr/share/man/man8/update-ca-trust.8.gz exists in filesystem
    ca-certificates-mozilla: /usr/share/ca-certificates/trust-source/mozilla.neutral-trust.crt exists in filesystem
    ca-certificates-mozilla: /usr/share/ca-certificates/trust-source/mozilla.supplement.p11-kit exists in filesystem
    ca-certificates-mozilla: /usr/share/ca-certificates/trust-source/mozilla.trust.crt exists in filesystem
    ca-certificates-cacert: /usr/share/ca-certificates/trust-source/anchors/CAcert.org_class3.crt exists in filesystem
    ca-certificates-cacert: /usr/share/ca-certificates/trust-source/anchors/CAcert.org_root.crt exists in filesystem
    ca-certificates-cacert: /usr/share/licenses/ca-certificates-cacert/LICENSE exists in filesystem
    gsettings-desktop-schemas: /usr/include/gsettings-desktop-schemas/gdesktop-enums.h exists in filesystem
    gsettings-desktop-schemas: /usr/lib/girepository-1.0/GDesktopEnums-3.0.typelib exists in filesystem
    gsettings-desktop-schemas: /usr/share/GConf/gsettings/gsettings-desktop-schemas.convert exists in filesystem
    gsettings-desktop-schemas: /usr/share/GConf/gsettings/wm-schemas.convert exists in filesystem
    gsettings-desktop-schemas: /usr/share/gir-1.0/GDesktopEnums-3.0.gir exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.datetime.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.enums.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.session.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.wm.keybindings.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/as/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/bg/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ca/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ca@valencia/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/cs/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/da/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/de/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/el/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/en_GB/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/eo/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/es/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/eu/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/fi/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/fr/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/gl/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/gu/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/he/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/hi/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/hu/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/id/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/it/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ja/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/lt/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/lv/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ml/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/nb/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/or/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/pa/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/pl/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/pt/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/pt_BR/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ru/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sk/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sl/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sr/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sr@latin/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/sv/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/tg/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/tr/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/ug/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/uk/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/vi/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/zh_CN/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/zh_HK/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/locale/zh_TW/LC_MESSAGES/gsettings-desktop-schemas.mo exists in filesystem
    gsettings-desktop-schemas: /usr/share/pkgconfig/gsettings-desktop-schemas.pc exists in filesystem
    glib-networking: /usr/lib/gio/modules/libgiognomeproxy.so exists in filesystem
    glib-networking: /usr/lib/gio/modules/libgiognutls.so exists in filesystem
    glib-networking: /usr/lib/gio/modules/libgiolibproxy.so exists in filesystem
    glib-networking: /usr/lib/glib-networking/glib-pacrunner exists in filesystem
    glib-networking: /usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service exists in filesystem
    glib-networking: /usr/share/locale/an/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ar/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/as/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/be/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/bg/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ca/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/cs/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/da/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/de/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/el/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/eo/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/es/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/et/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/eu/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/fa/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/fi/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/fr/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/fur/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/gl/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/gu/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/he/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/hi/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/hu/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/id/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/it/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ja/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/km/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/kn/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ko/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/lt/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/lv/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ml/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/mr/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/nb/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/nl/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/or/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/pa/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/pl/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/pt/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ro/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ru/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sk/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sl/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sr/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/sv/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ta/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/te/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/tg/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/th/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/tr/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/ug/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/uk/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/vi/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo exists in filesystem
    glib-networking: /usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-address.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth-domain-basic.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth-domain-digest.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth-domain.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth-manager.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-auth.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cache.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-content-decoder.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-content-sniffer.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cookie-jar.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-cookie.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-date.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-enum-types.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-form.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-headers.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-logger.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-message-body.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-message-headers.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-message.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-method.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-misc.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-multipart.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-password-manager.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-portability.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-proxy-resolver.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-request-data.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-request-file.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-request-http.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-request.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-requester.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-server.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-session-async.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-session-feature.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-session-sync.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-session.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-socket.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-status.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-tld.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-types.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-uri.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-value-utils.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-version.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup-xmlrpc.h exists in filesystem
    libsoup: /usr/include/libsoup-2.4/libsoup/soup.h exists in filesystem
    libsoup: /usr/include/libsoup-gnome-2.4/libsoup/soup-cookie-jar-sqlite.h exists in filesystem
    libsoup: /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h exists in filesystem
    libsoup: /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h exists in filesystem
    libsoup: /usr/lib/girepository-1.0/Soup-2.4.typelib exists in filesystem
    libsoup: /usr/lib/girepository-1.0/SoupGNOME-2.4.typelib exists in filesystem
    libsoup: /usr/lib/libsoup-2.4.so exists in filesystem
    libsoup: /usr/lib/libsoup-2.4.so.1 exists in filesystem
    libsoup: /usr/lib/libsoup-2.4.so.1.7.0 exists in filesystem
    libsoup: /usr/lib/libsoup-gnome-2.4.so exists in filesystem
    libsoup: /usr/lib/libsoup-gnome-2.4.so.1 exists in filesystem
    libsoup: /usr/lib/libsoup-gnome-2.4.so.1.7.0 exists in filesystem
    libsoup: /usr/lib/pkgconfig/libsoup-2.4.pc exists in filesystem
    libsoup: /usr/lib/pkgconfig/libsoup-gnome-2.4.pc exists in filesystem
    libsoup: /usr/share/gir-1.0/Soup-2.4.gir exists in filesystem
    libsoup: /usr/share/gir-1.0/SoupGNOME-2.4.gir exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAddress.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuth.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCache.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCookie.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupLogger.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMessage.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupRequest.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupServer.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSession.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupSocket.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/SoupURI.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch01.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch02.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch03.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch04.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ch05.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/home.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/index.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/index.sgml exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/ix01.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/left-insensitive.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/left.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/right-insensitive.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/right.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/style.css exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/up-insensitive.png exists in filesystem
    libsoup: /usr/share/gtk-doc/html/libsoup-2.4/up.png exists in filesystem
    libsoup: /usr/share/locale/an/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/as/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/be/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/bg/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ca/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/cs/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/da/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/de/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/el/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/eo/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/es/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/et/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/eu/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/fa/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/fr/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/fur/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/gl/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/gu/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/he/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/hi/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/hu/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/id/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/it/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ja/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/kn/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ko/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/lt/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/lv/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ml/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/mr/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/nb/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/nl/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/or/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/pa/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/pl/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/pt/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ro/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ru/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sk/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sl/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sr/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/sv/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ta/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/te/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/tg/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/th/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/tr/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/ug/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/uk/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/vi/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo exists in filesystem
    libsoup: /usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager-enums.h exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager-errors.h exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager-names.h exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager-version.h exists in filesystem
    libmm-glib: /usr/include/ModemManager/ModemManager.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/libmm-glib.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-bearer-ip-config.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-bearer-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-bearer.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-cdma-manual-activation-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-enums-types.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-errors-types.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-firmware-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-bearer.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-manager.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-modem.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-sim.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-gdbus-sms.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-helper-types.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-3gpp.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-cdma-bs.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-common.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-gps-nmea.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-location-gps-raw.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-manager.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-3gpp-ussd.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-3gpp.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-cdma.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-firmware.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-location.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-messaging.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-oma.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-signal.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-simple.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem-time.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-modem.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-network-timezone.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-object.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-signal.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-sim.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-simple-connect-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-simple-status.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-sms-properties.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-sms.h exists in filesystem
    libmm-glib: /usr/include/libmm-glib/mm-unlock-retries.h exists in filesystem
    libmm-glib: /usr/lib/girepository-1.0/ModemManager-1.0.typelib exists in filesystem
    libmm-glib: /usr/lib/libmm-glib.so exists in filesystem
    libmm-glib: /usr/lib/libmm-glib.so.0 exists in filesystem
    libmm-glib: /usr/lib/libmm-glib.so.0.1.0 exists in filesystem
    libmm-glib: /usr/lib/pkgconfig/ModemManager.pc exists in filesystem
    libmm-glib: /usr/lib/pkgconfig/mm-glib.pc exists in filesystem
    libmm-glib: /usr/share/gir-1.0/ModemManager-1.0.gir exists in filesystem
    libmm-glib: /usr/share/vala/vapi/libmm-glib.deps exists in filesystem
    libmm-glib: /usr/share/vala/vapi/libmm-glib.vapi exists in filesystem
    slang: /usr/bin/slsh exists in filesystem
    slang: /usr/include/slang.h exists in filesystem
    slang: /usr/include/slcurses.h exists in filesystem
    slang: /usr/lib/libslang.so exists in filesystem
    slang: /usr/lib/libslang.so.2 exists in filesystem
    slang: /usr/lib/libslang.so.2.2.4 exists in filesystem
    slang: /usr/lib/pkgconfig/slang.pc exists in filesystem
    slang: /usr/lib/slang/v2/modules/csv-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/fcntl-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/fork-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/iconv-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/pcre-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/rand-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/select-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/slsmg-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/socket-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/sysconf-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/termios-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/varray-module.so exists in filesystem
    slang: /usr/lib/slang/v2/modules/zlib-module.so exists in filesystem
    slang: /usr/share/doc/slang/v2/COPYING exists in filesystem
    slang: /usr/share/doc/slang/v2/changes.txt exists in filesystem
    slang: /usr/share/doc/slang/v2/cref.txt exists in filesystem
    slang: /usr/share/doc/slang/v2/cslang.txt exists in filesystem
    slang: /usr/share/doc/slang/v2/slang.txt exists in filesystem
    slang: /usr/share/doc/slang/v2/slangdoc.html exists in filesystem
    slang: /usr/share/doc/slang/v2/slangfun.txt exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-1.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-2.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-3.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-4.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-5.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-6.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-7.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-8.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun-9.html exists in filesystem
    slang: /usr/share/doc/slsh/html/slshfun.html exists in filesystem
    slang: /usr/share/man/man1/slsh.1.gz exists in filesystem
    slang: /usr/share/slsh/arrayfuns.sl exists in filesystem
    slang: /usr/share/slsh/autoload.sl exists in filesystem
    slang: /usr/share/slsh/cmaps/cool.map exists in filesystem
    slang: /usr/share/slsh/cmaps/coolwarm.map exists in filesystem
    slang: /usr/share/slsh/cmaps/copper.map exists in filesystem
    slang: /usr/share/slsh/cmaps/drywet.map exists in filesystem
    slang: /usr/share/slsh/cmaps/ds9b.map exists in filesystem
    slang: /usr/share/slsh/cmaps/ds9sls.map exists in filesystem
    slang: /usr/share/slsh/cmaps/gebco.map exists in filesystem
    slang: /usr/share/slsh/cmaps/globe.map exists in filesystem
    slang: /usr/share/slsh/cmaps/gray.map exists in filesystem
    slang: /usr/share/slsh/cmaps/haxby.map exists in filesystem
    slang: /usr/share/slsh/cmaps/hot.map exists in filesystem
    slang: /usr/share/slsh/cmaps/jet.map exists in filesystem
    slang: /usr/share/slsh/cmaps/no_green.map exists in filesystem
    slang: /usr/share/slsh/cmaps/ocean.map exists in filesystem
    slang: /usr/share/slsh/cmaps/polar.map exists in filesystem
    slang: /usr/share/slsh/cmaps/rainbow.map exists in filesystem
    slang: /usr/share/slsh/cmaps/red2green.map exists in filesystem
    slang: /usr/share/slsh/cmaps/relief.map exists in filesystem
    slang: /usr/share/slsh/cmaps/sealand.map exists in filesystem
    slang: /usr/share/slsh/cmaps/seis.map exists in filesystem
    slang: /usr/share/slsh/cmaps/split.map exists in filesystem
    slang: /usr/share/slsh/cmaps/topo.map exists in filesystem
    slang: /usr/share/slsh/cmaps/wysiwyg.map exists in filesystem
    slang: /usr/share/slsh/cmdopt.sl exists in filesystem
    slang: /usr/share/slsh/csv.sl exists in filesystem
    slang: /usr/share/slsh/fcntl.sl exists in filesystem
    slang: /usr/share/slsh/fork.sl exists in filesystem
    slang: /usr/share/slsh/glob.sl exists in filesystem
    slang: /usr/share/slsh/help/arrayfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/cmdopt.hlp exists in filesystem
    slang: /usr/share/slsh/help/csvfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/forkfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/glob.hlp exists in filesystem
    slang: /usr/share/slsh/help/onigfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/pcrefuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/pngfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/print.hlp exists in filesystem
    slang: /usr/share/slsh/help/process.hlp exists in filesystem
    slang: /usr/share/slsh/help/profile.hlp exists in filesystem
    slang: /usr/share/slsh/help/randfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/readascii.hlp exists in filesystem
    slang: /usr/share/slsh/help/require.hlp exists in filesystem
    slang: /usr/share/slsh/help/setfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/slsmg.hlp exists in filesystem
    slang: /usr/share/slsh/help/sockfuns.hlp exists in filesystem
    slang: /usr/share/slsh/help/structfuns.hlp exists in filesystem
    slang: /usr/share/slsh/iconv.sl exists in filesystem
    slang: /usr/share/slsh/onig.sl exists in filesystem
    slang: /usr/share/slsh/pcre.sl exists in filesystem
    slang: /usr/share/slsh/png.sl exists in filesystem
    slang: /usr/share/slsh/print.sl exists in filesystem
    slang: /usr/share/slsh/process.sl exists in filesystem
    slang: /usr/share/slsh/profile.sl exists in filesystem
    slang: /usr/share/slsh/rand.sl exists in filesystem
    slang: /usr/share/slsh/readascii.sl exists in filesystem
    slang: /usr/share/slsh/require.sl exists in filesystem
    slang: /usr/share/slsh/rline/complete.sl exists in filesystem
    slang: /usr/share/slsh/rline/editfuns.sl exists in filesystem
    slang: /usr/share/slsh/rline/editor.sl exists in filesystem
    slang: /usr/share/slsh/rline/emacskeys.sl exists in filesystem
    slang: /usr/share/slsh/rline/history.sl exists in filesystem
    slang: /usr/share/slsh/rline/histsrch.sl exists in filesystem
    slang: /usr/share/slsh/rline/slrline.rc exists in filesystem
    slang: /usr/share/slsh/rline/vikeys.sl exists in filesystem
    slang: /usr/share/slsh/scripts/jpegsize exists in filesystem
    slang: /usr/share/slsh/scripts/lsrpm exists in filesystem
    slang: /usr/share/slsh/scripts/sldb exists in filesystem
    slang: /usr/share/slsh/scripts/slprof exists in filesystem
    slang: /usr/share/slsh/scripts/slstkchk exists in filesystem
    slang: /usr/share/slsh/scripts/svnsh exists in filesystem
    slang: /usr/share/slsh/select.sl exists in filesystem
    slang: /usr/share/slsh/setfuns.sl exists in filesystem
    slang: /usr/share/slsh/sldb.sl exists in filesystem
    slang: /usr/share/slsh/sldbcore.sl exists in filesystem
    slang: /usr/share/slsh/sldbsock.sl exists in filesystem
    slang: /usr/share/slsh/slshhelp.sl exists in filesystem
    slang: /usr/share/slsh/slshrl.sl exists in filesystem
    slang: /usr/share/slsh/slsmg.sl exists in filesystem
    slang: /usr/share/slsh/socket.sl exists in filesystem
    slang: /usr/share/slsh/stkcheck.sl exists in filesystem
    slang: /usr/share/slsh/structfuns.sl exists in filesystem
    slang: /usr/share/slsh/sysconf.sl exists in filesystem
    slang: /usr/share/slsh/termios.sl exists in filesystem
    slang: /usr/share/slsh/varray.sl exists in filesystem
    slang: /usr/share/slsh/zlib.sl exists in filesystem
    popt: /usr/include/popt.h exists in filesystem
    popt: /usr/lib/libpopt.so exists in filesystem
    popt: /usr/lib/libpopt.so.0 exists in filesystem
    popt: /usr/lib/libpopt.so.0.0.0 exists in filesystem
    popt: /usr/lib/pkgconfig/popt.pc exists in filesystem
    popt: /usr/share/licenses/popt/LICENSE exists in filesystem
    popt: /usr/share/locale/cs/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/da/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/de/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/eo/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/es/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/fi/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/fr/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ga/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/gl/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/hu/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/id/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/is/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/it/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ja/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ko/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/lv/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/nb/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/nl/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/pl/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/pt/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ro/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/ru/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/sk/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/sl/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/sv/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/th/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/tr/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/uk/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/vi/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/wa/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/zh_CN/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/locale/zh_TW/LC_MESSAGES/popt.mo exists in filesystem
    popt: /usr/share/man/man3/popt.3.gz exists in filesystem
    gpm: /etc/profile.d/gpm.sh exists in filesystem
    gpm: /usr/bin/disable-paste exists in filesystem
    gpm: /usr/bin/display-buttons exists in filesystem
    gpm: /usr/bin/display-coords exists in filesystem
    gpm: /usr/bin/get-versions exists in filesystem
    gpm: /usr/bin/gpm exists in filesystem
    gpm: /usr/bin/gpm-root exists in filesystem
    gpm: /usr/bin/hltest exists in filesystem
    gpm: /usr/bin/mev exists in filesystem
    gpm: /usr/bin/mouse-test exists in filesystem
    gpm: /usr/include/gpm.h exists in filesystem
    gpm: /usr/lib/libgpm.so exists in filesystem
    gpm: /usr/lib/libgpm.so.2 exists in filesystem
    gpm: /usr/lib/libgpm.so.2.1.0 exists in filesystem
    gpm: /usr/lib/systemd/system/gpm.service exists in filesystem
    gpm: /usr/share/info/gpm.info.gz exists in filesystem
    gpm: /usr/share/man/man1/gpm-root.1.gz exists in filesystem
    gpm: /usr/share/man/man1/mev.1.gz exists in filesystem
    gpm: /usr/share/man/man1/mouse-test.1.gz exists in filesystem
    gpm: /usr/share/man/man7/gpm-types.7.gz exists in filesystem
    gpm: /usr/share/man/man8/gpm.8.gz exists in filesystem
    libnewt: /usr/bin/whiptail exists in filesystem
    libnewt: /usr/include/newt.h exists in filesystem
    libnewt: /usr/lib/libnewt.so exists in filesystem
    libnewt: /usr/lib/libnewt.so.0.52 exists in filesystem
    libnewt: /usr/lib/libnewt.so.0.52.17 exists in filesystem
    libnewt: /usr/lib/pkgconfig/libnewt.pc exists in filesystem
    libnewt: /usr/lib/python2.7/site-packages/_snack.so exists in filesystem
    libnewt: /usr/lib/python2.7/site-packages/snack.py exists in filesystem
    libnewt: /usr/lib/python3.4/site-packages/_snack.so exists in filesystem
    libnewt: /usr/lib/python3.4/site-packages/snack.py exists in filesystem
    libnewt: /usr/lib/whiptcl.so exists in filesystem
    libnewt: /usr/share/locale/ar/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/as/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/ast/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bal/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bg/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bn/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bn_IN/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/bs/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/ca/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/cs/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/cy/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/da/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/de/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/dz/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/el/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/eo/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/es/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/et/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/eu/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/fa/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/fi/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/fr/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/ga/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/gl/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/gu/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/locale/he/LC_MESSAGES/newt.mo exists in filesystem
    libnewt: /usr/share/l

    Here is the log of the past few things I have done, starting with the full system update on the 19th which worked then. I also remember adding a 32 bit steam lib repository in an attempt to run steam with native libraries. Pacman did prompt me that it needed to update the db with pacman-db-upgrade after adding that repository I believe.
    [2015-01-19 15:58] [PACMAN] Running 'pacman -Syu'
    [2015-01-19 15:58] [PACMAN] synchronizing package lists
    [2015-01-19 15:58] [PACMAN] starting full system upgrade
    [2015-01-19 16:31] [PACMAN] Running 'pacman -Syu'
    [2015-01-19 16:31] [PACMAN] synchronizing package lists
    [2015-01-19 16:31] [PACMAN] starting full system upgrade
    [2015-01-19 16:36] [PACMAN] Running 'pacman -Syu'
    [2015-01-19 16:36] [PACMAN] synchronizing package lists
    [2015-01-19 16:36] [PACMAN] starting full system upgrade
    [2015-01-19 16:37] [ALPM-SCRIPTLET] To autostart xbmc standalone read: https://wiki.archlinux.org/index.php/Xbmc#Autostarting_at_boot
    [2015-01-19 16:37] [PACMAN] removed xbmc (13.2-6)
    [2015-01-19 16:37] [PACMAN] upgraded linux-api-headers (3.16.2-1 -> 3.18.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded glibc (2.20-5 -> 2.20-6)
    [2015-01-19 16:37] [PACMAN] upgraded binutils (2.24-8 -> 2.25-1)
    [2015-01-19 16:37] [PACMAN] upgraded avr-binutils (2.24-3 -> 2.25-2)
    [2015-01-19 16:37] [PACMAN] upgraded gcc-libs (4.9.2-1 -> 4.9.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded avr-gcc (4.9.2-1 -> 4.9.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded avr-libc (1.8.1-1 -> 1.8.1-2)
    [2015-01-19 16:37] [PACMAN] upgraded bash (4.3.030-1 -> 4.3.033-1)
    [2015-01-19 16:37] [PACMAN] upgraded bluez (5.26-1 -> 5.27-1)
    [2015-01-19 16:37] [PACMAN] upgraded bluez-libs (5.26-1 -> 5.27-1)
    [2015-01-19 16:37] [PACMAN] upgraded bluez-utils (5.26-1 -> 5.27-1)
    [2015-01-19 16:37] [PACMAN] upgraded openssl (1.0.1.j-1 -> 1.0.1.k-1)
    [2015-01-19 16:37] [PACMAN] upgraded libevent (2.0.21-3 -> 2.0.22-1)
    [2015-01-19 16:37] [PACMAN] upgraded ttf-freefont (20120503-3 -> 20120503-4)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] Updating font cache... done.
    [2015-01-19 16:37] [PACMAN] upgraded ttf-liberation (2.00.1-4 -> 2.00.1-5)
    [2015-01-19 16:37] [PACMAN] upgraded chromium (39.0.2171.95-1 -> 39.0.2171.99-1)
    [2015-01-19 16:37] [PACMAN] upgraded libwbclient (4.1.14-2 -> 4.1.16-1)
    [2015-01-19 16:37] [PACMAN] upgraded cifs-utils (6.3-2 -> 6.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded cln (1.3.3-2 -> 1.3.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded curl (7.39.0-1 -> 7.40.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded cmake (3.1.0-1 -> 3.1.0-2)
    [2015-01-19 16:37] [PACMAN] upgraded cups-filters (1.0.61-4 -> 1.0.62-1)
    [2015-01-19 16:37] [PACMAN] upgraded djvulibre (3.5.25.3-2 -> 3.5.26-1)
    [2015-01-19 16:37] [PACMAN] upgraded xz (5.0.7-1 -> 5.2.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded elfutils (0.160-1 -> 0.161-2)
    [2015-01-19 16:37] [PACMAN] upgraded ethtool (1:3.16-1 -> 1:3.18-1)
    [2015-01-19 16:37] [PACMAN] upgraded libass (0.12.0-1 -> 0.12.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded libvdpau (0.8-1 -> 0.9-1)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] Updating font cache... done.
    [2015-01-19 16:37] [PACMAN] upgraded xorg-fonts-misc (1.0.1-3 -> 1.0.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-server-common (1.16.3-1 -> 1.16.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded libxshmfence (1.1-1 -> 1.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-server (1.16.3-1 -> 1.16.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded nvidia-utils (343.36-1 -> 346.35-2)
    [2015-01-19 16:37] [PACMAN] upgraded nvidia-libgl (343.36-1 -> 346.35-2)
    [2015-01-19 16:37] [PACMAN] upgraded libva (1.4.1-1 -> 1.5.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded ffmpeg (1:2.5.2-2 -> 1:2.5.3-1)
    [2015-01-19 16:37] [PACMAN] upgraded file (5.21-3 -> 5.22-1)
    [2015-01-19 16:37] [PACMAN] upgraded firefox (34.0.5-1 -> 35.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded flashplugin (11.2.202.425-1 -> 11.2.202.429-1)
    [2015-01-19 16:37] [PACMAN] upgraded freetype2 (2.5.4-3 -> 2.5.5-1)
    [2015-01-19 16:37] [PACMAN] upgraded gcc (4.9.2-1 -> 4.9.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded git (2.2.1-1 -> 2.2.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded gtk3 (3.14.6-1 -> 3.14.7-1)
    [2015-01-19 16:37] [PACMAN] upgraded imagemagick (6.9.0.0-1 -> 6.9.0.3-1)
    [2015-01-19 16:37] [PACMAN] upgraded iso-codes (3.52-1 -> 3.57-1)
    [2015-01-19 16:37] [PACMAN] upgraded jsoncpp (0.6.0rc2-1 -> 0.7.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded kdenetwork-krdc (4.14.3-1 -> 4.14.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded tdb (1.3.2-1 -> 1.3.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded ldb (1.1.18-1 -> 1.1.19-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-glibc (2.20-4 -> 2.20-6)
    [2015-01-19 16:37] [PACMAN] installed lib32-libidn (1.29-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-curl (7.38.0-1 -> 7.40.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-gcc-libs (4.9.2-1 -> 4.9.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-nvidia-utils (343.36-1 -> 346.35-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-nvidia-libgl (343.36-1 -> 346.35-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-openssl (1.0.1.j-1 -> 1.0.1.k-1)
    [2015-01-19 16:37] [PACMAN] upgraded lib32-xz (5.0.7-1 -> 5.2.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded libdvdread (5.0.0-1 -> 5.0.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded libdvdnav (5.0.1-1 -> 5.0.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded libebml (1.3.0-2 -> 1.3.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded libgadu (1.12.0-2 -> 1.12.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded libjpeg-turbo (1.3.1-3 -> 1.4.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded liblastfm (1.0.8-1 -> 1.0.9-1)
    [2015-01-19 16:37] [PACMAN] upgraded libmatroska (1.4.1-1 -> 1.4.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded libssh (0.6.3-1 -> 0.6.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded libzrtpcpp (4.2.4-1 -> 4.3.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded link-grammar (5.1.3-1 -> 5.2.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded links (2.8-1 -> 2.9-1)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2015-01-19 16:37] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Starting build: 3.18.2-2-ARCH
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Image generation successful
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Starting build: 3.18.2-2-ARCH
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    [2015-01-19 16:37] [ALPM-SCRIPTLET] ==> Image generation successful
    [2015-01-19 16:37] [PACMAN] upgraded linux (3.17.6-1 -> 3.18.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded lirc-utils (1:0.9.1.a-9 -> 1:0.9.1.a-12)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2015-01-19 16:37] [PACMAN] upgraded lirc (1:0.9.1.a-9 -> 1:0.9.1.a-12)
    [2015-01-19 16:37] [PACMAN] upgraded llvm-libs (3.5.0-3 -> 3.5.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded lz4 (125-1 -> 127-1)
    [2015-01-19 16:37] [PACMAN] upgraded man-pages (3.75-1 -> 3.76-1)
    [2015-01-19 16:37] [PACMAN] upgraded mesa (10.4.0-1 -> 10.4.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded mkvtoolnix-cli (7.4.0-1 -> 7.5.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded mkvtoolnix-gtk (7.4.0-1 -> 7.5.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded smbclient (4.1.14-2 -> 4.1.16-1)
    [2015-01-19 16:37] [PACMAN] upgraded mplayer (37224-3 -> 37353-1)
    [2015-01-19 16:37] [PACMAN] upgraded nvidia (343.36-2 -> 346.35-3)
    [2015-01-19 16:37] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2015-01-19 16:37] [PACMAN] upgraded pacman-mirrorlist (20141217-1 -> 20150105-1)
    [2015-01-19 16:37] [PACMAN] upgraded pacman (4.1.2-7 -> 4.2.0-5)
    [2015-01-19 16:37] [PACMAN] upgraded perl-xml-parser (2.43-1 -> 2.44-1)
    [2015-01-19 16:37] [PACMAN] upgraded python (3.4.2-1 -> 3.4.2-2)
    [2015-01-19 16:37] [PACMAN] upgraded python-pycups (1.9.68-1 -> 1.9.70-1)
    [2015-01-19 16:37] [PACMAN] upgraded python-pycurl (7.19.5-1 -> 7.19.5.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded python2-pillow (2.6.1-1 -> 2.6.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded python2-pycups (1.9.68-1 -> 1.9.70-1)
    [2015-01-19 16:37] [PACMAN] upgraded python2-pycurl (7.19.5-1 -> 7.19.5.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded ruby (2.1.5-1 -> 2.2.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded s-nail (14.7.10-1 -> 14.7.11-1)
    [2015-01-19 16:37] [PACMAN] upgraded shadow (4.2.1-1 -> 4.2.1-2)
    [2015-01-19 16:37] [PACMAN] upgraded spandsp (0.0.6pre21-2 -> 0.0.6-1)
    [2015-01-19 16:37] [PACMAN] upgraded subversion (1.8.11-1 -> 1.8.11-2)
    [2015-01-19 16:37] [PACMAN] upgraded swig (3.0.2-1 -> 3.0.4-1)
    [2015-01-19 16:37] [PACMAN] upgraded syslog-ng (3.6.1-1 -> 3.6.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded system-config-printer (1.5.4-1 -> 1.5.4-2)
    [2015-01-19 16:37] [PACMAN] upgraded telepathy-logger (0.8.0-2 -> 0.8.1-1)
    [2015-01-19 16:37] [PACMAN] upgraded thunar (1.6.3-2 -> 1.6.4-2)
    [2015-01-19 16:37] [PACMAN] upgraded unrar (1:5.2.2-1 -> 1:5.2.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded unzip (6.0-7 -> 6.0-9)
    [2015-01-19 16:37] [PACMAN] upgraded vim-runtime (7.4.537-1 -> 7.4.580-1)
    [2015-01-19 16:37] [PACMAN] upgraded vim (7.4.537-1 -> 7.4.580-1)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2015-01-19 16:37] [PACMAN] upgraded virtualbox-host-modules (4.3.20-3 -> 4.3.20-5)
    [2015-01-19 16:37] [PACMAN] upgraded wcslib (4.23-1 -> 4.24-1)
    [2015-01-19 16:37] [PACMAN] installed python2-pybluez (0.20-2)
    [2015-01-19 16:37] [PACMAN] installed python2-simplejson (3.6.5-1)
    [2015-01-19 16:37] [PACMAN] installed sdl2 (2.0.3-1)
    [2015-01-19 16:37] [PACMAN] installed kodi (14.0-1)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-bdftopcf (1.0.4-2 -> 1.0.5-1)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] Updating font cache... done.
    [2015-01-19 16:37] [PACMAN] upgraded xorg-fonts-100dpi (1.0.1-5 -> 1.0.3-2)
    [2015-01-19 16:37] [ALPM-SCRIPTLET] Updating font cache... done.
    [2015-01-19 16:37] [PACMAN] upgraded xorg-fonts-75dpi (1.0.3-1 -> 1.0.3-2)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-iceauth (1.0.6-1 -> 1.0.7-1)
    [2015-01-19 16:37] [PACMAN] upgraded xorg-mkfontscale (1.1.1-1 -> 1.1.2-1)
    [2015-01-19 16:37] [PACMAN] upgraded xproto (7.0.26-1 -> 7.0.27-1)
    [2015-01-19 16:37] [PACMAN] upgraded zip (3.0-4 -> 3.0-6)
    [2015-01-19 16:37] [PACMAN] upgraded zvbi (0.2.33-6 -> 0.2.35-1)
    [2015-01-19 23:19] [PACMAN] Running 'pacman -Syu'
    [2015-01-19 23:19] [PACMAN] synchronizing package lists
    [2015-01-19 23:19] [PACMAN] starting full system upgrade
    [2015-01-19 23:19] [PACMAN] Running 'pacman -S steam-libs'
    [2015-01-19 23:20] [ALPM] transaction started
    [2015-01-19 23:20] [ALPM] removed gcc-libs (4.9.2-2)
    [2015-01-19 23:20] [ALPM] installed gcc-libs-multilib (4.9.2-2)
    [2015-01-19 23:20] [ALPM] installed lib32-dbus-glib (0.102-1)
    [2015-01-19 23:20] [ALPM] installed lib32-at-spi2-core (2.14.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-atk (2.14.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-at-spi2-atk (2.14.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-dconf (0.22.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libusb (1.0.19-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libgusb (0.1.6-2)
    [2015-01-19 23:20] [ALPM] installed lib32-libjpeg-turbo (1.4.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libtiff (4.0.3-2)
    [2015-01-19 23:20] [ALPM] installed lib32-lcms2 (2.6-1)
    [2015-01-19 23:20] [ALPM] installed lib32-nspr (4.10.7-1)
    [2015-01-19 23:20] [ALPM] installed lib32-ncurses (5.9-3)
    [2015-01-19 23:20] [ALPM] installed lib32-readline (6.3.006-1)
    [2015-01-19 23:20] [ALPM] installed lib32-js17 (17.0.0-2)
    [2015-01-19 23:20] [ALPM] installed lib32-cracklib (2.9.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libtirpc (0.2.5-2)
    [2015-01-19 23:20] [ALPM] installed lib32-pam (1.1.8-5)
    [2015-01-19 23:20] [ALPM] installed lib32-polkit (0.112-5)
    [2015-01-19 23:20] [ALPM] installed lib32-sqlite (3.8.7.4-1)
    [2015-01-19 23:20] [ALPM] installed lib32-colord (1.2.7-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libpng (1.6.16-1)
    [2015-01-19 23:20] [ALPM] installed lib32-gmp (6.0.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-nettle (2.7.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libtasn1 (4.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-p11-kit (0.22.1-3)
    [2015-01-19 23:20] [ALPM] installed lib32-gnutls (3.3.11-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libcups (2.0.1-2)
    [2015-01-19 23:20] [ALPM] installed lib32-gdk-pixbuf2 (2.31.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-json-glib (1.0.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxrender (0.9.8-1)
    [2015-01-19 23:20] [ALPM] installed lib32-bzip2 (1.0.6-2)
    [2015-01-19 23:20] [ALPM] installed lib32-icu (54.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-harfbuzz (0.9.37-1)
    [2015-01-19 23:20] [ALPM] installed lib32-freetype2 (2.5.5-1)
    [2015-01-19 23:20] [ALPM] installed lib32-fontconfig (2.11.1-1)
    [2015-01-19 23:20] [ALPM-SCRIPTLET] updating font cache... done.
    [2015-01-19 23:20] [ALPM] installed lib32-pixman (0.32.6-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libpciaccess (0.13.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libdrm (2.4.58-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxxf86vm (1.1.3-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxdamage (1.1.4-2)
    [2015-01-19 23:20] [ALPM] installed lib32-libxshmfence (1.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-elfutils (0.161-1)
    [2015-01-19 23:20] [ALPM] installed lib32-llvm-libs (3.5.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-wayland (1.6.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libtxc_dxtn (1.0.1-5)
    [2015-01-19 23:20] [ALPM] installed lib32-mesa (10.4.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-cairo (1.14.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxft (2.3.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-pango (1.36.8-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libproxy (0.4.11-1)
    [2015-01-19 23:20] [ALPM] installed lib32-glib-networking (2.42.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxml2 (2.9.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libsoup (2.48.1-1)
    [2015-01-19 23:20] [ALPM] installed lib32-rest (0.7.92-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxcomposite (0.4.4-2)
    [2015-01-19 23:20] [ALPM] installed lib32-libxcursor (1.1.14-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxinerama (1.1.3-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxkbcommon (0.5.0-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libxrandr (1.4.2-1)
    [2015-01-19 23:20] [ALPM] installed lib32-gtk3 (3.14.7-1)
    [2015-01-19 23:20] [ALPM] installed lib32-gconf (3.2.6-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libgcrypt15 (1.5.3-2)
    [2015-01-19 23:20] [ALPM] installed lib32-libjpeg6-turbo (1.3.1-2)
    [2015-01-19 23:20] [ALPM] installed lib32-nss (3.17-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libnm-glib46 (0.9.8.10-1)
    [2015-01-19 23:20] [ALPM] installed lib32-libpng12 (1.2.51-6)
    [2015-01-19 23:20] [ALPM] installed lib32-libudev0 (182-1)
    [2015-01-19 23:20] [ALPM] installed steam-libs (1.0.0.49-3)
    [2015-01-19 23:20] [ALPM] transaction completed
    [2015-01-19 23:30] [PACMAN] Running 'pacman -S lib32-gtk2'
    [2015-01-19 23:30] [ALPM] transaction started
    [2015-01-19 23:30] [ALPM] installed lib32-gtk2 (2.24.25-1)
    [2015-01-19 23:30] [ALPM] transaction completed
    [2015-01-19 23:30] [PACMAN] Running 'pacman -S lib32-libxss'
    [2015-01-19 23:30] [ALPM] transaction started
    [2015-01-19 23:30] [ALPM] installed lib32-libxss (1.2.2-2)
    [2015-01-19 23:30] [ALPM] transaction completed
    [2015-01-20 01:11] [PACMAN] Running 'pacman -Syu'
    [2015-01-20 01:11] [PACMAN] synchronizing package lists
    [2015-01-20 01:11] [PACMAN] starting full system upgrade
    [2015-01-20 11:50] [PACMAN] Running 'pacman -Syu'
    [2015-01-20 11:50] [PACMAN] synchronizing package lists
    [2015-01-20 11:50] [PACMAN] starting full system upgrade
    [2015-01-20 20:04] [PACMAN] Running 'pacman -Syu'
    [2015-01-20 20:04] [PACMAN] synchronizing package lists
    [2015-01-20 20:04] [PACMAN] starting full system upgrade
    [2015-01-22 12:35] [PACMAN] Running 'pacman -S plasma-nm'
    [2015-01-22 12:39] [PACMAN] Running 'pacman -S kdeplasma-applets-plasma-nm'
    [2015-01-22 12:49] [PACMAN] Running 'pacman -S plasma-nm'
    [2015-01-22 12:50] [PACMAN] Running 'pacman -S kdeplasma-applets-plasma-nm'
    [2015-01-22 12:50] [ALPM] transaction started
    [2015-01-22 12:50] [ALPM] transaction failed
    [2015-01-22 12:53] [PACMAN] Running 'pacman -Syu'
    [2015-01-22 12:53] [PACMAN] synchronizing package lists
    [2015-01-22 12:53] [PACMAN] starting full system upgrade
    [2015-01-22 12:54] [PACMAN] Running 'pacman -Sy networkmanager'
    [2015-01-22 12:54] [PACMAN] synchronizing package lists
    [2015-01-22 12:54] [ALPM] transaction started
    [2015-01-22 12:54] [ALPM] transaction failed
    [2015-01-22 13:02] [PACMAN] Running 'pacman -S kdeplasma-applets-plasma-nm'
    [2015-01-22 13:06] [PACMAN] Running 'pacman -Syu'
    [2015-01-22 13:06] [PACMAN] synchronizing package lists
    [2015-01-22 13:06] [PACMAN] starting full system upgrade

  • Error occurred while preloading classes of security providers from jre/lib/

    Hello all,
    We are Upgrading our BW Production System with EHP1 Package.
    on the Step DEPLOY_ONLINE_DEPL the Upgrade stops and we get the error message
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: A file or directory in the path name does not e*
    *xist. jar:file:/usr/java14_64/jre/lib/ext/ibmjceprovider.jar
    I have checked the file Path and the Permission exist
    I have no Idea anymore
    Can you help us ?
    Best regards
    Vito Cecere

    Hi Vito,
    This issue looks similar to the following thread I believe the problem was with the SAPJSF user
    Cannot startup visual administrator due to UME logon client details changed

Maybe you are looking for

  • Perform some changes on standard SAP webdynpro for ABAP application

    Hi, We do need to perform some changes (new buttons, new tabs, adding new code etc) on a standard SAP product developed on Webdynpro for ABAP. Which is the best approach to do so? I have reading about enhancement framework and it seems to be right so

  • Run WL 6.1 with JDK 1.4 RC

    Anyone tried JDK 1.4 yet with WL 6.1? I got the following error message when I did it. I understand that WL 6.1 is not officially supported yet from BEA. thanks Frank ======== C:\bea\wlserver6.1>"C:\java\j2sdk1.4.0-rc\bin\java" -hotspot -ms64m -mx64m

  • Apple Mail Problem

    Hello there! When i am trying to setup Apple Mail with my GMail-Account it says that i need to ask for a specific password from Google. Once that is done and i get to choose following programs i would like to setup my Google Mail Account with. So far

  • Lenovo USB 2.0 Audio Microphone doesn't work on my new B510 with Win7 purchased last month

    Today is the first time I tried to use the lenovo USB 2.0 audio microphone in my new B510 to do audio chat. The messenger sofware I used didn't hear anything from the mic but can display my Video. I reinstalled and updated the divers of Audio,  USB

  • Deleting GL Accounts

    We have about 7,000 GL accounts in various company codes in PRD that need to be deleted.  I understand that transaction OBR2 can only be used to delete GL accounts when the company code in not productive.  I'm not sure that we want to change companie