Compilation issues: Cannot find in import

Hi,
I am trying to compile some java code on a specific system, but I get following errors for almost every java file I try to compile:
% javac ABC.java
ABC.java:3: Class Session not found in import.
import Session;
^
ABC.java:4: Package javax.servlet.http not found in import.
import javax.servlet.http.*;
^
Is there a variable I am missing to set? I'd appreciate any help I can get on this issue.
Thanks,
Fauzia

Hi,
I am trying to compile some java code on a specific
system, but I get following errors for almost every
java file I try to compile:
% javac ABC.java
ABC.java:3: Class Session not found in import.
import Session;
^The rules have always stated that your not allowed to use unpackaged (or default packge) classes from packaged classes. This import is illegal. However, the sun compilers have only started enforcing it since 1.4
ABC.java:4: Package javax.servlet.http not found in
import.
import javax.servlet.http.*;
^This is almost certainly a CLASSPATH problem. It appears that you don't have the j2ee.jar in yours.

Similar Messages

  • Compiler error: "cannot find symbol" - constructor

    Dear all,
    I keep getting the compiler error "cannot find symbol" - constructor AWTEvent() for the following class. It's supposed to extend AWTEvent to give me my own event to be fired. What could be wrong?
    import java.awt.*;
    import java.awt.event.*;
    public class MyButtonEvent extends AWTEvent
         public MyButtonEvent()
    }Thanks a lot!
    N

    When you do this
    public MyButtonEvent()
    }you are implicitly calling the super class constructor with no parameters
    That is:
    AWTEvent();
    you can think of it as
    public MyButtonEvent()
         AWTEvent(); // <-- automatically generated for you
         //the rest of your stuff
    }the problem is that AWTEvent has no such constructor, so you need to explicitly put another constructor in your constructor as the first statement. This other constructor has to be one that exists in AWTEvent.

  • Compile error : Cannot find symbol

    hello, i'm having trouble compiling a bean that resorts to another bean's public operation. Im trying to make a shopping cart which takes individual item orders such as item name and quantity and place them within an array list called cart in another bean. The errors i get when im trying to compile is:
    cannot find symbol
    symbol : class OrderItem
    location: class beans.WidgetOrder
               public void setItem(OrderItem o){cart.add(o);}I've looked at other threads and heard that quicktime can intervein with the classpath, so i deleted that, and also checked that CLASSPATH is set to C:\Program Files\Java\jre1.6.0_04\lib\ext\QTJava which it is, but the javabeans are set in the same path so i don't know what difference that is.

    Are you using an IDE?
    Is the OrderItem class in the beans package?
    You should have a path structure like some/path/beans where the WidgetOrder.class file will reside inside the beans directory. If OrderItem is in the beans package, then when you compile you should use something like "javac -cp some/path WidgetOrder.java"

  • With OS X Yosemite 10.10.1, cannot record video with the iMac's built-in FaceTime HD camera. Cannot find the "Import" button in the toolbar.

    Just updated to OS X Yosemite 10.10.1 and cannot find the "Import" button in the toolbar to record video on my iMac's Face Time HD built-in camera.  Trying to follow the steps found under "iMovie (2013): Record video with the FaceTime HD camera" on apple support posting but it seems to me that those were posted for another OS version.
    Any help would be appreciated!

    Hello Triunfo,
    Thanks for using Apple Support Communities.
    If you are using the current version of iMovie, 10.0.6, you can follow the directions in the help article linked to below to import using the built-in FaceTime HD camera.
    Record video with the built-in FaceTime HD camera - iMovie Help
    Take care,
    Alex H.

  • Starting weblogic issue: cannot find file .war

    When trying to start the server under my domain, I get a strack trace error in the console that states the system cannot find the project's war file. How can I resolve this issue?

    Look in the "config.xml" file in the domain configuration. In that file will be a reference to the application you've deployed, including the filesystem path to the deployment unit (war file). If that file doesn't exist, then that explains the error. That should give you a clue to why it doesn't exist.

  • RoboHelp 10 Compile Error: Cannot find xml definition file Template Error

    Does anyone know how to resolve this error? I'm exhausted googling.
    I generated Webhelp and got the error below. When I View the Help, nothing displays; IE browser does not open the Help.
    Initializing compiler...
    Generating WebHelp 5.50 (10.0.0.287)...
    Error: Cannot find xml definition file C:\Program Files (x86)\Adobe\Adobe RoboHelp 10\RoboHTML\webhelp5Ext\template_skin\webhelp5skin.xml.
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.navpane.dhtml
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.navpane.list
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.toolbar
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.minibar
    Template Error: can not resolve macro: WT_DS_TOC_ICON_PAGE_REMOTE
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.topic
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.frame
    Processing TOC data...
    Processing Glossary data...
    Processing Context-sensitive-Help data...
    Updating HTML topics...
    Finished updating HTML topics in 5 sec(s) : total 431 topic(s).
    Processing Full-text-search data...
    Finished processing Full-Text-Search data in 41 sec(s)
    Applying WebHelp 5.50 Template...
    ..........................Template Error: can not resolve macro: WT_DS_SEARCHFORM_GO in C:\FuelsManager Primus\Web Application\Projects\FMHelp\Cirrus\whfform.htm
    Error: Fail to update Template file whskin_frmset010.htm
    Error: Fail to update Template file whskin_frmset01.htm
    Error: Fail to update Template file whskin_frmset0.htm
    Finished applying Template in 10 sec(s)
    Finished compiling WebHelp in 107 sec(s)
    Compilation complete.

    Why Robo 8 would remove RH10 files is beyond me.
    A reinstall of RH is sure to fix it. But if you PM me your email
    address, I can send you a copy of the file (might save you a reinstall).
    Kind regards,
    Willam

  • Since instaaling iOS7 PC cannot find and import photos

    Since installing ios7, when I connect my iPhone 4 to my PC, the import pictures and videos function never stops searching for photos. it cannot find my photos or videos. I've uninstalled and reinstalled itunes, but that should not matter. Conncected and reconnected phone several times?

    Solved. My 30 pin cord was defective.

  • I have been using Internet Explorer and have now downloaded Firefox but cannot find my imported favourites. Where can I find them?

    I have now downloaded Firefox as my default browser and when downloading I asked for my favourites from Internet Explorer to be exported to Firefox. I cannot find anywhere on the Firefox site that allows me to open my favourites. Can you please advise.

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • [SOLVED] Cannot compile wallet, cannot find boost

    Hello,
    When I'm trying to compile piggybank to store my CENT cryptocurrency, I get this error when compiling:
    robin-desktop% make
    cd /home/robin/Downloads/pennies-master; /bin/sh share/genbuild.sh /home/robin/Downloads/pennies-master/build/build.h
    fatal: Not a git repository (or any parent up to mount point /home)
    Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
    /usr/lib/qt4/bin/rcc -name bitcoin src/qt/bitcoin.qrc -o qrc_bitcoin.cpp
    g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DSCRYPT_CHACHA -DSCRYPT_KECCAK512 -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ic:/deps -IC:/deps/boost -Ic:/deps/db/build_unix -Ic:/deps/ssl/include -Ibuild -Ibuild -o build/qrc_bitcoin.o qrc_bitcoin.cpp
    g++ -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1 -o piggybank build/bitcoin.o build/bitcoingui.o build/transactiontablemodel.o build/addresstablemodel.o build/optionsdialog.o build/sendcoinsdialog.o build/coincontroldialog.o build/coincontroltreewidget.o build/addressbookpage.o build/signverifymessagedialog.o build/aboutdialog.o build/editaddressdialog.o build/bitcoinaddressvalidator.o build/alert.o build/version.o build/sync.o build/util.o build/netbase.o build/key.o build/script.o build/main.o build/init.o build/net.o build/irc.o build/checkpoints.o build/addrman.o build/db.o build/walletdb.o build/clientmodel.o build/guiutil.o build/transactionrecord.o build/optionsmodel.o build/monitoreddatamapper.o build/transactiondesc.o build/transactiondescdialog.o build/bitcoinstrings.o build/bitcoinamountfield.o build/wallet.o build/keystore.o build/transactionfilterproxy.o build/transactionview.o build/walletmodel.o build/bitcoinrpc.o build/rpcdump.o build/rpcnet.o build/rpcmining.o build/rpcwallet.o build/rpcblockchain.o build/rpcrawtransaction.o build/overviewpage.o build/csvmodelwriter.o build/crypter.o build/sendcoinsentry.o build/qvalidatedlineedit.o build/bitcoinunits.o build/qvaluecombobox.o build/askpassphrasedialog.o build/protocol.o build/notificator.o build/qtipcserver.o build/rpcconsole.o build/noui.o build/kernel.o build/scrypt-x86.o build/scrypt-x86_64.o build/scrypt_mine.o build/pbkdf2.o build/scrypt-jane.o build/moc_bitcoingui.o build/moc_transactiontablemodel.o build/moc_addresstablemodel.o build/moc_optionsdialog.o build/moc_sendcoinsdialog.o build/moc_coincontroldialog.o build/moc_coincontroltreewidget.o build/moc_addressbookpage.o build/moc_signverifymessagedialog.o build/moc_aboutdialog.o build/moc_editaddressdialog.o build/moc_bitcoinaddressvalidator.o build/moc_clientmodel.o build/moc_guiutil.o build/moc_optionsmodel.o build/moc_monitoreddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_notificator.o build/moc_rpcconsole.o build/qrc_bitcoin.o -L/usr/lib -Lc:/deps/miniupnpc -lminiupnpc -lrt -LC:/deps/boost/stage/lib -Lc:/deps/db/build_unix -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lpthread -lQtGui -lQtCore
    /usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53
    /usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
    /usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
    /usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
    collect2: error: ld returned 1 exit status
    Makefile:298: recipe for target 'piggybank' failed
    make: *** [piggybank] Error 1
    I generate the makefile by running qmake-qt4 in the main directory. I already tried to downgrade Boost to version 1_54, but I don't have an older version and I think it should compile fine with a newer version without any problems. Anyone who has similar problems?
    When I run pacman -Ss boost-libs I get:
    extra/boost-libs 1.55.0-4 [installed]
    Free peer-reviewed portable C++ source libraries - Runtime
    Seems like nothing out of the ordinary.  I'm getting the exact same errors when compiling Foxcoin. I also tried to install Qt again, but that didn't help.
    Thanks for helping in advance.
    Last edited by robin007bond (2014-06-17 06:18:53)

    Neburski wrote:
    robin007bond wrote:Can you tell me which keywords you used?
    First I looked for one of the boost libraries that the program was looking for (e.g. the error for "cannot find -lboost_system-mgw46-mt-sd-1_53" means ld is looking for libboost_system-mgw46-mt-sd-1_53). I did it because the library name looked rather non-standard.
    locate boost_system
    After that I knew that the program you used was relying on a very particular boost library and that lead me to actually google for "boost_system-mgw46-mt-sd-1_53" to see what that would turn up and the second link is the one I posted in this forum.
    Anyway if you know something about Makefiles then you could have solved it by yourself rather easy as well.
    If you look in the Makefile you should find a line somewhere that has
    LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
    Essentially you can see from the output of "make that" it's looking for those files (look towards the end of the second "g++ -Wl,-O1 ..." line)
    g++ -Wl,-O1,--sort-common ....... -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lpthread -lQtGui -lQtCore
    My first idea was immediately to have it link against the standard boost libraries by making the proposed changes, but I wanted to first check it on google. I can't tell you if it will make the software run correctly though.
    Hmm, I know some C++ basics but I use an IDE most of the time. Making makefiles was never needed so I never bothered with them. Thanks for elaborating! The solution you found worked.
    Last edited by robin007bond (2014-01-21 18:02:24)

  • APD issue 'Cannot find Variable'

    Hello experts,
    When i am trying to execute APD following error msg recieved.
    Cannot find variable 4T23JCVG9Z4JPGIFX0WFR1GK9 for ZLASTDATE characteristic in selection 0001
    Message no. RSAN_WB010
    Diagnosis
    Technical key for message: CX_RSAN_MDL_DST_FILTER=>FILTER_VAR_RANGE_ERROR
    Procedure
    If you require further assistance, look for a SAP Note containing the key words CX_RSAN_MDL_DST_FILTER=>FILTER_VAR_RANGE_ERROR or RSAN_WB010.
    has anyone had this issue.Please share your experience.
    Regards
    Kranthi.C

    Thanks Vishal for your prompt response. We running APD from an Infoprovider(Infoobject  as Dattarget) called 0BPARTNER. And 'ZLASTDATE'(Refference of ODATE) is attribute of '0BPARTNER'. We stores the values in CRM.
    We also have an alternative  in BI  system for this to fetch the data from Query and stores it in CRM. But problem is in Prod server we have over 1.5 million records of data and the values of these records  may be changed on  a daily basis. If 1.5 million records can uploaded at the first place later we dont expect many records on a daily basis(hardly 5k).So i executed first time  APD using this Query it ends up with error as cannot a upload the load at one stretch after many hours.I have also tried  split the records like 20k in Query but still taking 5 to 6 hrs time.APD process can be done only after business hours so if i follow this procedure it will take many days for me to upload and may be CRM dont have uptodate data.
    Hope you understood wat the problem is .Please let us know if anything you aware which can resolve the issue.
    Regards
    Kranthi

  • Weird soap issue: Cannot find the dispatch method

    Hi,
    I'm having strange problem with SOAP message.
    I created a simple web service using jax-ws, wsgen, and so on. I deployed it on sun app server 9.0. I wrote client application (i'm using SAAJ 1.3) for testing. The response I'm getting is something like this:
    <soapenv:Envelope xmlns:ns1="http://put/"
       xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       <soapenv:Body>
          <soapenv:Fault>
             <faultcode>soapenv:Client</faultcode>
             <faultstring>Cannot find the dispatch method</faultstring>
          </soapenv:Fault>
       </soapenv:Body>
    </soapenv:Envelope>First I thought there's a problem with webservice I created. So I downloaded soapui (www.soapui.org) for testing. I provided it with wsdl and endpoint. And web sevice seems to work corectly - response I got back was ok.
    The strange part is: soap messages sent from soapui and from client application written by me seem to be identical. Both look like this:
    <SOAP-ENV:Envelope
       xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:put="http://put">
       <SOAP-ENV:Body>
          <put:sayHello>
             <arg0>test</arg0>
          </put:sayHello>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>I even sniffed packets (WinDump) sent to application server and in both cases soap message is the same. There's only a slight difference in http headers. Here's what server log contains after receiving a soap message from my client application:
    DetailsTimestamp:     2006-09-14 13:28:03.315
    Log Level:      SEVERE
    Logger:     javax.enterprise.resource.webservices.jaxws.server.soapmd
    Name-Value Pairs:     _ThreadID=13;
    Record Number:     443
    Message ID:     Error in decoding SOAP Message Error in decoding SOAP Message at com.sun.xml.ws.encoding.
    soap.server.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java
    Complete Message
    86)
         at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.
    toMessageInfo(SOAPMessageDispatcher.java:168)
         at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher$SoapInvoker.
    invoke(SOAPMessageDispatcher.java:533)
         at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:144)
         at com.sun.xml.ws.server.Tie.handle(Tie.java:88)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.handle(WSServletDelegate.java:279)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:232)
         at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:77)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: javax.xml.ws.soap.SOAPFaultException: Cannot find the dispatch method
         at com.sun.xml.ws.encoding.soap.SOAPDecoder.raiseFault(SOAPDecoder.java:662)
         at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.decodeDispatchMethod(SOAPXMLDecoder.java:151)
         at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBodyContent(SOAPDecoder.java:335)
         at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBody(SOAPDecoder.java:325)
         at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeEnvelope(SOAPDecoder.java:248)
         at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java:78)
         ... 39 moreI'm new to web services and I'm completely out of ideas what is the problem. I googled a lot but I can't find any solution. Any help would be appreciated :)
    null

    Are you saying I can't just write jax-ws based web service using @WebService and @WebMethod and then, on client side, write code like this?
    SOAPConnectionFactory soapConnectionFactory = SOAPConnectionFactory.newInstance();
    SOAPConnection connection = soapConnectionFactory.createConnection();
    MessageFactory factory = MessageFactory.newInstance(SOAPConstants.SOAP_1_1_PROTOCOL);
    SOAPMessage request = factory.createMessage();
    // create proper message elements
    URL endpoint = new URL(endpoint_url);
    SOAPMessage response = connection.call(request, endpoint);
    // process response
    //

  • LV2010 SP1 Installer Build Issue- Cannot find the file it need on requesyed disk

    I am migrating a project from LV8.6.1 to 2010SP1 and had issues building the installer that I was finally able to overcome, but something is amiss with the process.
    Brand new development PC, running XP SP3, fresh install of LV2010SP Dev Suite and also installed VDM2010 SP1 (even though the project does not use any vision modules).
    -          Copied 8.6.1 project to the PC, did a mass compile of it and built the exe from scratch without issues.
    -          Now it’s time to build the installer from scratch. Additional Installers were:
     LV2010 RTE, MAX 4.7, NI-DAQmx Full App Devel Support 9.2.3, and NI-VISA 5.03.
    -          Get the message that it will need some disks to build it which I have on hand:
    Dev Suite DVD#2, Drivers DVD, and VDM DVD (huh, why VDM?)
    -          The installer build progresses through the first two disks fine but will not find the files it needs on the VDM DVD (it is looking for “NI System Components”).
    -          Installer build bails out with a message box and no installer is created (1st attachment). The installer logs are also attached.
    -          Try the build process gain, same result.
    -          Copied the VDM DVD to my hard drive and point it to that folder to get the files, same result.
    -          Try again saying I don’t have the disks on hand. It lists some alternate disks to use but to get all the files it still wants the VDM DVD to complete it. Not much use, the build still fails.
    -          Try one last time again selecting that I don’t have the disks on hand. I now notice that the folder the VDM was copied to on the hard drive is an option to select. Select that one and lo and behold the installer is built successfully.
    So I guess it boils down to:
                - Why does it need the VDM DVD when there are no components of vision used?
                - Why can’t the installer find the files it needs on the VDM DVD or a copy of the DVD on the hard drive?
                - Why will it only work if I choose that I do not have the disks and point it to a copy of the DVD that resides on the hard drive?
    -AK2DM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    Attachments:
    MessageDuringVDMCopyForInstaller2010.JPG ‏127 KB
    TowersSPCv225Installer_build.log ‏3126 KB
    TowersSPCv225Installer_edit.log ‏915 KB

    Che:
    It gave no specific indication of what it was looking for, the only message that came up was in the screenshot jpg I originally posted.
    The only other vague clue I had was it needed NI System Component from the VDM DVD.
    Does not make sense that it required the VDM DVD since there were no vision components in the project. I presume it would have taken VISA off of the Dev Suite DVD's.
    I can't replicate the problem since I had the build cache the system components required for the project. I'd rather not start deleting folders at this point since I have a viable installer at this time (after many hours of troublshooting expended).
    Thanks
    -AK2DM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Cannot find the "Import Designs" option in BPM Studio/JDev 11.1.1.3

    Dear All,
    I'm using JDeveloper 11.1.1.3 and the corresponding BPM studio.
    I cannot see the option to "Import Designs" as described here:
    How to import XPDL

    You first need to first download the Oracle Business Process Converter by going to http://www.oracle.com/technetwork/middleware/bpm/downloads/downloads-097443.html
    1. Sign in and accept the license agreement.
    2. Expand "Prerequisites & Recommended Install Process"
    3. Scroll down until you see "Oracle Business Process Converter" and download this.
    4. From the downloaded file, save the tutor_bpm_integrator.zip file into a temporary directory somewhere on your hard drive.
    Next you need to install it into your existing 11.1.1.5 JDeveloper installation
    5. Open JDeveloper -> click Help -> click Check for Updates -> click the "Install From Local File" option and browse to the tutor_bpm_integrator.zip file you just saved -> click Next -> Finish.
    Finally, to import the Visio vdx file
    6. To insert the Visio vdx file into an Existing Project, in JDeveloper open an Application -> in the Appication Navigator tab right mouse click an existing project -> click Import Models... -> in the "File Type" dropdown, select Visio and browse for the .vdx file to open and import.
    Hope this helps,
    Dan

  • Try/catch issue - "cannot find symbol - class InputMismatchExeption"

    I'm still learning try/catch but from what i've read online and in the class library it looks right...i'm not sure why it won't compile.
    try {
                    do {
                        System.out.print("Enter command (1-5): ");
                        selection = scan.nextInt();
                        if (selection < 1 || selection > 5) {
                            System.out.print("Illegal command number.");
                            System.out.println("The available commands are:");
                            System.out.println("\t1. Add new entry to the address book.");
                            System.out.println("\t2. Delete existing entry from address book entries.");
                            System.out.println("\t3. Print out all address book entries.");
                            System.out.println("\t4. Search records for a certain pattern.");
                            System.out.println("\t5. Quit the Application.");
                    while (selection < 1 || selection > 5);
                //this does not work!!!!!!
                catch( InputMismatchException ime ){
                    System.out.println("Illegal command.");
                }

    I have
    import.java.io.*;at the beginning before i declare my class. I'm not sure abotu the second thing you said, could you elaborate?
    I'm sorry, I'm still new at java.
    edit: yeah, I didn't import java.util.... hides in shame
    Do i still have to import util.Scanner or will that import automatically when i import util.*
    Message was edited by:
    Cymae

  • Pacman dependency issue: cannot find dependency files

    Hello!
    Some weeks ago I upgraded my system using pacman -Suy running in terminal inside screen. For some reason the terminal and screen died and pacman got interrupted in the middle of a big upgrade. After that my box behaves very strangely. For instance I cannot longer start screen:
    $ screen
    reopen fifo /tmp/screens/S-dan/5120.pts-1.laptop: No such file or directory
    I no longer have perl installed, and I seem to miss all the standard c-libraries
    $ gcc test.c
    test.c:1:19: error: stdio.h No such file or directory
    I do not know if this above is of relevance, but when I try using pacman now I get  a error on not being able to find the »depends» files of glibc and perl. The directory they are being looked for at has a double slash // very odd. This is an output:
    # pacman -Suy
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    looking for inter-conflicts...
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    Targets: m4-1.4.11-1 autoconf-2.62-1 cairo-perl-1.060-1 pam-1.0.1-1
    coreutils-6.11-1 curl-7.18.1-2 dialog-1.1_20080316-3
    hunspell-1.2.2-2 enchant-1.4.1-2 file-4.24-1 libpng-1.2.28-1
    fltk-1.1.9-1 gail-1.22.1-1 glib-perl-1.182-1 gtk2-perl-1.182-1
    gnome-vfs-perl-1.081-1 gpm-1.20.3-1 gstreamer0.10-bad-0.10.7-1
    gstreamer0.10-good-0.10.8-1 gtk-engines-2.14.1-1 gtkhtml-3.18.1-1
    imagemagick-6.4.1.0-1 libxml2-2.6.32-1 libxslt-1.1.23-1
    kdelibs-3.5.9-3.1 laptop-mode-tools-1.41-1 libdvdnav-0.1.10-3
    libnotify-0.4.4-2 libsamplerate-0.1.3-1 neon-0.28.2-1
    pstoedit-3.45-2 openoffice-base-2.4.0-2 patch-2.5.9-1
    pkgconfig-0.23-1 pycairo-1.4.12-1 python-pytz-2008b-1
    scons-0.98.3-1 python-mpd-0.2.0-1 sonata-1.5-2 tagpy-0.94.5-1
    tar-1.20-2 texinfo-4.12-2 wget-1.11.2-1 wine-0.9.61-1
    xine-lib-1.1.12-1
    Total Download Size: 173.95 MB
    Total Installed Size: 176.15 MB
    Proceed with installation? [Y/n] n
    Any ideas if this is fixable? I havent found anything here on the forums or on the interwebs. I could do a fresh reinstall, but maybe I could save some time by just fixing this.
    Thanks in advance for any help,
    Dan

    Got some complaints on a lot of files already existing in the filesystem:
    $pacman -S perl glibc
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/files: No such file or directory
    error: could not prepare transaction
    glibc: /etc/locale.gen exists in filesystem
    glibc: /etc/nscd.conf exists in filesystem
    glibc: /etc/rc.d/nscd exists in filesystem
    glibc: /etc/rpc exists in filesystem
    glibc: /lib/ld-2.7.so exists in filesystem
    glibc: /lib/ld-linux.so.2 exists in filesystem
    glibc: /lib/libBrokenLocale-2.7.so exists in filesystem
    glibc: /lib/libBrokenLocale.so.1 exists in filesystem
    glibc: /lib/libSegFault.so exists in filesystem
    glibc: /lib/libanl-2.7.so exists in filesystem
    glibc: /lib/libanl.so.1 exists in filesystem
    glibc: /lib/libc-2.7.so exists in filesystem
    glibc: /lib/libc.so.6 exists in filesystem
    glibc: /lib/libcidn-2.7.so exists in filesystem
    glibc: /lib/libcidn.so.1 exists in filesystem
    glibc: /lib/libcrypt-2.7.so exists in filesystem
    glibc: /lib/libcrypt.so.1 exists in filesystem
    glibc: /lib/libdl-2.7.so exists in filesystem
    glibc: /lib/libdl.so.2 exists in filesystem
    glibc: /lib/libm-2.7.so exists in filesystem
    glibc: /lib/libm.so.6 exists in filesystem
    glibc: /lib/libmemusage.so exists in filesystem
    glibc: /lib/libnsl-2.7.so exists in filesystem
    glibc: /lib/libnsl.so.1 exists in filesystem
    glibc: /lib/libnss_compat-2.7.so exists in filesystem
    glibc: /lib/libnss_compat.so.2 exists in filesystem
    glibc: /lib/libnss_dns-2.7.so exists in filesystem
    glibc: /lib/libnss_dns.so.2 exists in filesystem
    glibc: /lib/libnss_files-2.7.so exists in filesystem
    glibc: /lib/libnss_files.so.2 exists in filesystem
    glibc: /lib/libnss_hesiod-2.7.so exists in filesystem
    glibc: /lib/libnss_hesiod.so.2 exists in filesystem
    glibc: /lib/libnss_nis-2.7.so exists in filesystem
    glibc: /lib/libnss_nis.so.2 exists in filesystem
    glibc: /lib/libnss_nisplus-2.7.so exists in filesystem
    glibc: /lib/libnss_nisplus.so.2 exists in filesystem
    glibc: /lib/libpcprofile.so exists in filesystem
    glibc: /lib/libpthread-2.7.so exists in filesystem
    glibc: /lib/libpthread.so.0 exists in filesystem
    glibc: /lib/libresolv-2.7.so exists in filesystem
    glibc: /lib/libresolv.so.2 exists in filesystem
    glibc: /lib/librt-2.7.so exists in filesystem
    glibc: /lib/librt.so.1 exists in filesystem
    glibc: /lib/libthread_db-1.0.so exists in filesystem
    glibc: /lib/libthread_db.so.1 exists in filesystem
    glibc: /lib/libutil-2.7.so exists in filesystem
    glibc: /lib/libutil.so.1 exists in filesystem
    glibc: /sbin/ldconfig exists in filesystem
    glibc: /sbin/sln exists in filesystem
    glibc: /usr/include/scsi/scsi.h exists in filesystem
    glibc: /usr/include/scsi/scsi_ioctl.h exists in filesystem
    glibc: /usr/include/scsi/sg.h exists in filesystem
    glibc: /usr/share/i18n/charmaps/ANSI_X3.110-1983.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ANSI_X3.4-1968.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ARMSCII-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ASMO_449.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BIG5-HKSCS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BIG5.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BRF.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BS_4730.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BS_VIEWDATA.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP10007.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1125.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1250.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1251.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1252.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1253.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1254.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1255.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1256.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1257.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1258.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP737.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP775.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP949.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CSN_369103.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CWI.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/DEC-MCS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/DIN_66003.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/DS_2089.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-AT-DE.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-CA-FR.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-DK-NO.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-ES-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-ES-S.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-ES.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-FI-SE.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-FR.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-IT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-PT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-UK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-US.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ECMA-CYRILLIC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ES.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ES2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-JISX0213.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-JP-MS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-JP.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-KR.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-TW.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GB18030.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GB2312.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GBK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GB_1988-80.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GEORGIAN-PS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GOST_19768-74.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GREEK-CCITT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GREEK7-OLD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GREEK7.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/HP-ROMAN8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM037.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM038.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1004.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1026.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1047.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1124.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1129.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1132.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1133.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1160.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1161.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1162.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1163.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1164.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM256.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM273.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM274.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM275.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM277.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM278.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM280.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM281.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM284.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM285.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM290.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM297.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM420.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM423.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM424.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM437.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM500.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM850.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM851.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM852.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM855.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM856.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM857.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM860.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM861.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM862.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM863.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM864.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM865.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM866.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM866NAV.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM868.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM869.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM870.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM871.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM874.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM875.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM880.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM891.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM903.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM904.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM905.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM918.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM922.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IEC_P27-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/INIS-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/INIS-CYRILLIC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/INIS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/INVARIANT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISIRI-3342.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-10.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-11.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-13.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-14.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-15.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-16.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-3.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-4.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-5.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-6.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-7.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-9.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-9E.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-IR-197.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-IR-209.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-IR-90.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_10367-BOX.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_10646.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_11548-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_2033-1983.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_5427-EXT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_5427.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_5428.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_646.BASIC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_646.IRV.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_6937-2-25.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_6937-2-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_6937.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_8859-1,GL.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_8859-SUPP.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-B.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_X0201.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JOHAB.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JUS_I.B1.002.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JUS_I.B1.003-MAC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JUS_I.B1.003-SERB.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI8-R.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI8-RU.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI8-T.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI8-U.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KSC5636.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/LATIN-GREEK-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/LATIN-GREEK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-CYRILLIC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-IS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-SAMI.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-UK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MACINTOSH.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MIK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MSZ_7795.3.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NATS-DANO-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NATS-DANO.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NATS-SEFI-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NATS-SEFI.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NC_NC00-10.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NEXTSTEP.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NF_Z_62-010.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NF_Z_62-010_1973.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NS_4551-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NS_4551-2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/PT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/PT154.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/PT2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/RK1048.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SAMI-WS2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SAMI.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SEN_850200_B.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SEN_850200_C.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SHIFT_JIS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SHIFT_JISX0213.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/T.101-G2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/T.61-7BIT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/T.61-8BIT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/TCVN5712-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/TIS-620.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/TSCII.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/UTF-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/VISCII.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/WINDOWS-31J.gz exists in filesystem
    glibc: /usr/share/i18n/locales/POSIX exists in filesystem
    glibc: /usr/share/i18n/locales/aa_DJ exists in filesystem
    glibc: /usr/share/i18n/locales/aa_ER exists in filesystem
    glibc: /usr/share/i18n/locales/aa_ER@saaho exists in filesystem
    glibc: /usr/share/i18n/locales/aa_ET exists in filesystem
    glibc: /usr/share/i18n/locales/af_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/am_ET exists in filesystem
    glibc: /usr/share/i18n/locales/an_ES exists in filesystem
    glibc: /usr/share/i18n/locales/ar_AE exists in filesystem
    glibc: /usr/share/i18n/locales/ar_BH exists in filesystem
    glibc: /usr/share/i18n/locales/ar_DZ exists in filesystem
    glibc: /usr/share/i18n/locales/ar_EG exists in filesystem
    glibc: /usr/share/i18n/locales/ar_IN exists in filesystem
    glibc: /usr/share/i18n/locales/ar_IQ exists in filesystem
    glibc: /usr/share/i18n/locales/ar_JO exists in filesystem
    glibc: /usr/share/i18n/locales/ar_KW exists in filesystem
    glibc: /usr/share/i18n/locales/ar_LB exists in filesystem
    glibc: /usr/share/i18n/locales/ar_LY exists in filesystem
    glibc: /usr/share/i18n/locales/ar_MA exists in filesystem
    glibc: /usr/share/i18n/locales/ar_OM exists in filesystem
    glibc: /usr/share/i18n/locales/ar_QA exists in filesystem
    glibc: /usr/share/i18n/locales/ar_SA exists in filesystem
    glibc: /usr/share/i18n/locales/ar_SD exists in filesystem
    glibc: /usr/share/i18n/locales/ar_SY exists in filesystem
    glibc: /usr/share/i18n/locales/ar_TN exists in filesystem
    glibc: /usr/share/i18n/locales/ar_YE exists in filesystem
    glibc: /usr/share/i18n/locales/as_IN exists in filesystem
    glibc: /usr/share/i18n/locales/ast_ES exists in filesystem
    glibc: /usr/share/i18n/locales/az_AZ exists in filesystem
    glibc: /usr/share/i18n/locales/be_BY exists in filesystem
    glibc: /usr/share/i18n/locales/be_BY@latin exists in filesystem
    glibc: /usr/share/i18n/locales/ber_DZ exists in filesystem
    glibc: /usr/share/i18n/locales/ber_MA exists in filesystem
    glibc: /usr/share/i18n/locales/bg_BG exists in filesystem
    glibc: /usr/share/i18n/locales/bn_BD exists in filesystem
    glibc: /usr/share/i18n/locales/bn_IN exists in filesystem
    glibc: /usr/share/i18n/locales/br_FR exists in filesystem
    glibc: /usr/share/i18n/locales/br_FR@euro exists in filesystem
    glibc: /usr/share/i18n/locales/bs_BA exists in filesystem
    glibc: /usr/share/i18n/locales/byn_ER exists in filesystem
    glibc: /usr/share/i18n/locales/ca_AD exists in filesystem
    glibc: /usr/share/i18n/locales/ca_ES exists in filesystem
    glibc: /usr/share/i18n/locales/ca_ES@euro exists in filesystem
    glibc: /usr/share/i18n/locales/ca_ES@valencia exists in filesystem
    glibc: /usr/share/i18n/locales/ca_FR exists in filesystem
    glibc: /usr/share/i18n/locales/ca_IT exists in filesystem
    glibc: /usr/share/i18n/locales/crh_UA exists in filesystem
    glibc: /usr/share/i18n/locales/cs_CZ exists in filesystem
    glibc: /usr/share/i18n/locales/csb_PL exists in filesystem
    glibc: /usr/share/i18n/locales/cy_GB exists in filesystem
    glibc: /usr/share/i18n/locales/da_DK exists in filesystem
    glibc: /usr/share/i18n/locales/de_AT exists in filesystem
    glibc: /usr/share/i18n/locales/de_AT@euro exists in filesystem
    glibc: /usr/share/i18n/locales/de_BE exists in filesystem
    glibc: /usr/share/i18n/locales/de_BE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/de_CH exists in filesystem
    glibc: /usr/share/i18n/locales/de_DE exists in filesystem
    glibc: /usr/share/i18n/locales/de_DE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/de_LU exists in filesystem
    glibc: /usr/share/i18n/locales/de_LU@euro exists in filesystem
    glibc: /usr/share/i18n/locales/dz_BT exists in filesystem
    glibc: /usr/share/i18n/locales/el_CY exists in filesystem
    glibc: /usr/share/i18n/locales/el_GR exists in filesystem
    glibc: /usr/share/i18n/locales/el_GR@euro exists in filesystem
    glibc: /usr/share/i18n/locales/en_AU exists in filesystem
    glibc: /usr/share/i18n/locales/en_BW exists in filesystem
    glibc: /usr/share/i18n/locales/en_CA exists in filesystem
    glibc: /usr/share/i18n/locales/en_DK exists in filesystem
    glibc: /usr/share/i18n/locales/en_GB exists in filesystem
    glibc: /usr/share/i18n/locales/en_HK exists in filesystem
    glibc: /usr/share/i18n/locales/en_IE exists in filesystem
    glibc: /usr/share/i18n/locales/en_IE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/en_IN exists in filesystem
    glibc: /usr/share/i18n/locales/en_NG exists in filesystem
    glibc: /usr/share/i18n/locales/en_NZ exists in filesystem
    glibc: /usr/share/i18n/locales/en_PH exists in filesystem
    glibc: /usr/share/i18n/locales/en_SG exists in filesystem
    glibc: /usr/share/i18n/locales/en_US exists in filesystem
    glibc: /usr/share/i18n/locales/en_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/en_ZW exists in filesystem
    glibc: /usr/share/i18n/locales/eo exists in filesystem
    glibc: /usr/share/i18n/locales/es_AR exists in filesystem
    glibc: /usr/share/i18n/locales/es_BO exists in filesystem
    glibc: /usr/share/i18n/locales/es_CL exists in filesystem
    glibc: /usr/share/i18n/locales/es_CO exists in filesystem
    glibc: /usr/share/i18n/locales/es_CR exists in filesystem
    glibc: /usr/share/i18n/locales/es_DO exists in filesystem
    glibc: /usr/share/i18n/locales/es_EC exists in filesystem
    glibc: /usr/share/i18n/locales/es_ES exists in filesystem
    glibc: /usr/share/i18n/locales/es_ES@euro exists in filesystem
    glibc: /usr/share/i18n/locales/es_GT exists in filesystem
    glibc: /usr/share/i18n/locales/es_HN exists in filesystem
    glibc: /usr/share/i18n/locales/es_MX exists in filesystem
    glibc: /usr/share/i18n/locales/es_NI exists in filesystem
    glibc: /usr/share/i18n/locales/es_PA exists in filesystem
    glibc: /usr/share/i18n/locales/es_PE exists in filesystem
    glibc: /usr/share/i18n/locales/es_PR exists in filesystem
    glibc: /usr/share/i18n/locales/es_PY exists in filesystem
    glibc: /usr/share/i18n/locales/es_SV exists in filesystem
    glibc: /usr/share/i18n/locales/es_US exists in filesystem
    glibc: /usr/share/i18n/locales/es_UY exists in filesystem
    glibc: /usr/share/i18n/locales/es_VE exists in filesystem
    glibc: /usr/share/i18n/locales/et_EE exists in filesystem
    glibc: /usr/share/i18n/locales/eu_ES exists in filesystem
    glibc: /usr/share/i18n/locales/eu_ES@euro exists in filesystem
    glibc: /usr/share/i18n/locales/eu_FR exists in filesystem
    glibc: /usr/share/i18n/locales/eu_FR@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fa_IR exists in filesystem
    glibc: /usr/share/i18n/locales/fi_FI exists in filesystem
    glibc: /usr/share/i18n/locales/fi_FI@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fil_PH exists in filesystem
    glibc: /usr/share/i18n/locales/fo_FO exists in filesystem
    glibc: /usr/share/i18n/locales/fr_BE exists in filesystem
    glibc: /usr/share/i18n/locales/fr_BE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fr_CA exists in filesystem
    glibc: /usr/share/i18n/locales/fr_CH exists in filesystem
    glibc: /usr/share/i18n/locales/fr_FR exists in filesystem
    glibc: /usr/share/i18n/locales/fr_FR@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fr_LU exists in filesystem
    glibc: /usr/share/i18n/locales/fr_LU@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fur_IT exists in filesystem
    glibc: /usr/share/i18n/locales/fy_DE exists in filesystem
    glibc: /usr/share/i18n/locales/fy_NL exists in filesystem
    glibc: /usr/share/i18n/locales/ga_IE exists in filesystem
    glibc: /usr/share/i18n/locales/ga_IE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/gd_GB exists in filesystem
    glibc: /usr/share/i18n/locales/gez_ER exists in filesystem
    glibc: /usr/share/i18n/locales/gez_ER@abegede exists in filesystem
    glibc: /usr/share/i18n/locales/gez_ET exists in filesystem
    glibc: /usr/share/i18n/locales/gez_ET@abegede exists in filesystem
    glibc: /usr/share/i18n/locales/gl_ES exists in filesystem
    glibc: /usr/share/i18n/locales/gl_ES@euro exists in filesystem
    glibc: /usr/share/i18n/locales/gu_IN exists in filesystem
    glibc: /usr/share/i18n/locales/gv_GB exists in filesystem
    glibc: /usr/share/i18n/locales/ha_NG exists in filesystem
    glibc: /usr/share/i18n/locales/he_IL exists in filesystem
    glibc: /usr/share/i18n/locales/hi_IN exists in filesystem
    glibc: /usr/share/i18n/locales/hr_HR exists in filesystem
    glibc: /usr/share/i18n/locales/hsb_DE exists in filesystem
    glibc: /usr/share/i18n/locales/hu_HU exists in filesystem
    glibc: /usr/share/i18n/locales/hy_AM exists in filesystem
    glibc: /usr/share/i18n/locales/i18n exists in filesystem
    glibc: /usr/share/i18n/locales/ia exists in filesystem
    glibc: /usr/share/i18n/locales/id_ID exists in filesystem
    glibc: /usr/share/i18n/locales/ig_NG exists in filesystem
    glibc: /usr/share/i18n/locales/ik_CA exists in filesystem
    glibc: /usr/share/i18n/locales/is_IS exists in filesystem
    glibc: /usr/share/i18n/locales/iso14651_t1 exists in filesystem
    glibc: /usr/share/i18n/locales/iso14651_t1_common exists in filesystem
    glibc: /usr/share/i18n/locales/iso14651_t1_pinyin exists in filesystem
    glibc: /usr/share/i18n/locales/it_CH exists in filesystem
    glibc: /usr/share/i18n/locales/it_IT exists in filesystem
    glibc: /usr/share/i18n/locales/it_IT@euro exists in filesystem
    glibc: /usr/share/i18n/locales/iu_CA exists in filesystem
    glibc: /usr/share/i18n/locales/iw_IL exists in filesystem
    glibc: /usr/share/i18n/locales/ja_JP exists in filesystem
    glibc: /usr/share/i18n/locales/ka_GE exists in filesystem
    glibc: /usr/share/i18n/locales/kk_KZ exists in filesystem
    glibc: /usr/share/i18n/locales/kl_GL exists in filesystem
    glibc: /usr/share/i18n/locales/km_KH exists in filesystem
    glibc: /usr/share/i18n/locales/kn_IN exists in filesystem
    glibc: /usr/share/i18n/locales/ko_KR exists in filesystem
    glibc: /usr/share/i18n/locales/ku_TR exists in filesystem
    glibc: /usr/share/i18n/locales/kw_GB exists in filesystem
    glibc: /usr/share/i18n/locales/ky_KG exists in filesystem
    glibc: /usr/share/i18n/locales/lg_UG exists in filesystem
    glibc: /usr/share/i18n/locales/li_BE exists in filesystem
    glibc: /usr/share/i18n/locales/li_NL exists in filesystem
    glibc: /usr/share/i18n/locales/lo_LA exists in filesystem
    glibc: /usr/share/i18n/locales/lt_LT exists in filesystem
    glibc: /usr/share/i18n/locales/lv_LV exists in filesystem
    glibc: /usr/share/i18n/locales/mai_IN exists in filesystem
    glibc: /usr/share/i18n/locales/mg_MG exists in filesystem
    glibc: /usr/share/i18n/locales/mi_NZ exists in filesystem
    glibc: /usr/share/i18n/locales/mk_MK exists in filesystem
    glibc: /usr/share/i18n/locales/ml_IN exists in filesystem
    glibc: /usr/share/i18n/locales/mn_MN exists in filesystem
    glibc: /usr/share/i18n/locales/mr_IN exists in filesystem
    glibc: /usr/share/i18n/locales/ms_MY exists in filesystem
    glibc: /usr/share/i18n/locales/mt_MT exists in filesystem
    glibc: /usr/share/i18n/locales/nb_NO exists in filesystem
    glibc: /usr/share/i18n/locales/nds_DE exists in filesystem
    glibc: /usr/share/i18n/locales/nds_NL exists in filesystem
    glibc: /usr/share/i18n/locales/ne_NP exists in filesystem
    glibc: /usr/share/i18n/locales/nl_BE exists in filesystem
    glibc: /usr/share/i18n/locales/nl_BE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/nl_NL exists in filesystem
    glibc: /usr/share/i18n/locales/nl_NL@euro exists in filesystem
    glibc: /usr/share/i18n/locales/nn_NO exists in filesystem
    glibc: /usr/share/i18n/locales/nr_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/nso_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/oc_FR exists in filesystem
    glibc: /usr/share/i18n/locales/om_ET exists in filesystem
    glibc: /usr/share/i18n/locales/om_KE exists in filesystem
    glibc: /usr/share/i18n/locales/or_IN exists in filesystem
    glibc: /usr/share/i18n/locales/pa_IN exists in filesystem
    glibc: /usr/share/i18n/locales/pa_PK exists in filesystem
    glibc: /usr/share/i18n/locales/pap_AN exists in filesystem
    glibc: /usr/share/i18n/locales/pl_PL exists in filesystem
    glibc: /usr/share/i18n/locales/pt_BR exists in filesystem
    glibc: /usr/share/i18n/locales/pt_PT exists in filesystem
    glibc: /usr/share/i18n/locales/pt_PT@euro exists in filesystem
    glibc: /usr/share/i18n/locales/ro_RO exists in filesystem
    glibc: /usr/share/i18n/locales/ru_RU exists in filesystem
    glibc: /usr/share/i18n/locales/ru_UA exists in filesystem
    glibc: /usr/share/i18n/locales/rw_RW exists in filesystem
    glibc: /usr/share/i18n/locales/sa_IN exists in filesystem
    glibc: /usr/share/i18n/locales/sc_IT exists in filesystem
    glibc: /usr/share/i18n/locales/se_NO exists in filesystem
    glibc: /usr/share/i18n/locales/si_LK exists in filesystem
    glibc: /usr/share/i18n/locales/sid_ET exists in filesystem
    glibc: /usr/share/i18n/locales/sk_SK exists in filesystem
    glibc: /usr/share/i18n/locales/sl_SI exists in filesystem
    glibc: /usr/share/i18n/locales/so_DJ exists in filesystem
    glibc: /usr/share/i18n/locales/so_ET exists in filesystem
    glibc: /usr/share/i18n/locales/so_KE exists in filesystem
    glibc: /usr/share/i18n/locales/so_SO exists in filesystem
    glibc: /usr/share/i18n/locales/sq_AL exists in filesystem
    glibc: /usr/share/i18n/locales/sr_ME exists in filesystem
    glibc: /usr/share/i18n/locales/sr_RS exists in filesystem
    glibc: /usr/share/i18n/locales/sr_RS@latin exists in filesystem
    glibc: /usr/share/i18n/locales/ss_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/st_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/sv_FI exists in filesystem
    glibc: /usr/share/i18n/locales/sv_FI@euro exists in filesystem
    glibc: /usr/share/i18n/locales/sv_SE exists in filesystem
    glibc: /usr/share/i18n/locales/ta_IN exists in filesystem
    glibc: /usr/share/i18n/locales/te_IN exists in filesystem
    glibc: /usr/share/i18n/locales/tg_TJ exists in filesystem
    glibc: /usr/share/i18n/locales/th_TH exists in filesystem
    glibc: /usr/share/i18n/locales/ti_ER exists in filesystem
    glibc: /usr/share/i18n/locales/ti_ET exists in filesystem
    glibc: /usr/share/i18n/locales/tig_ER exists in filesystem
    glibc: /usr/share/i18n/locales/tk_TM exists in filesystem
    glibc: /usr/share/i18n/locales/tl_PH exists in filesystem
    glibc: /usr/share/i18n/locales/tn_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/tr_CY exists in filesystem
    glibc: /usr/share/i18n/locales/tr_TR exists in filesystem
    glibc: /usr/share/i18n/locales/translit_circle exists in filesystem
    glibc: /usr/share/i18n/locales/translit_cjk_compat exists in filesystem
    glibc: /usr/share/i18n/locales/translit_cjk_variants exists in filesystem
    glibc: /usr/share/i18n/locales/translit_combining exists in filesystem
    glibc: /usr/share/i18n/locales/translit_compat exists in filesystem
    glibc: /usr/share/i18n/locales/translit_font exists in filesystem
    glibc: /usr/share/i18n/locales/translit_fraction exists in filesystem
    glibc: /usr/share/i18n/locales/translit_hangul exists in filesystem
    glibc: /usr/share/i18n/locales/translit_narrow exists in filesystem
    glibc: /usr/share/i18n/locales/translit_neutral exists in filesystem
    glibc: /usr/share/i18n/locales/translit_small exists in filesystem
    glibc: /usr/share/i18n/locales/translit_wide exists in filesystem
    glibc: /usr/share/i18n/locales/ts_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/tt_RU exists in filesystem
    glibc: /usr/share/i18n/locales/tt_RU@iqtelif exists in filesystem
    glibc: /usr/share/i18n/locales/ug_CN exists in filesystem
    glibc: /usr/share/i18n/locales/uk_UA exists in filesystem
    glibc: /usr/share/i18n/locales/ur_PK exists in filesystem
    glibc: /usr/share/i18n/locales/uz_UZ exists in filesystem
    glibc: /usr/share/i18n/locales/uz_UZ@cyrillic exists in filesystem
    glibc: /usr/share/i18n/locales/ve_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/vi_VN exists in filesystem
    glibc: /usr/share/i18n/locales/wa_BE exists in filesystem
    glibc: /usr/share/i18n/locales/wa_BE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/wal_ET exists in filesystem
    glibc: /usr/share/i18n/locales/wo_SN exists in filesystem
    glibc: /usr/share/i18n/locales/xh_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/yi_US exists in filesystem
    glibc: /usr/share/i18n/locales/yo_NG exists in filesystem
    glibc: /usr/share/i18n/locales/zh_CN exists in filesystem
    glibc: /usr/share/i18n/locales/zh_HK exists in filesystem
    glibc: /usr/share/i18n/locales/zh_SG exists in filesystem
    glibc: /usr/share/i18n/locales/zh_TW exists in filesystem
    glibc: /usr/share/i18n/locales/zu_ZA exists in filesystem
    glibc: /usr/share/locale/locale.alias exists in filesystem
    glibc: /usr/share/locale/zh_CN/LC_MESSAGES/libc.mo exists in filesystem
    perl: /etc/profile.d/perlbin.sh exists in filesystem
    perl: /usr/lib/perl5/core_perl/.packlist exists in filesystem
    perl: /usr/lib/perl5/core_perl/B.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/EXTERN.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/INTERN.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/XSUB.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/av.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/cc_runtime.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/config.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/cop.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/cv.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/dosish.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/embed.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/embedvar.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/fakesdio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/fakethr.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/form.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/gv.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/handy.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/hv.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/intrpvar.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/iperlsys.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/keywords.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/libperl.a exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/malloc_ctl.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/mg.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/nostdio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/op.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/opcode.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/opnames.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/overload.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/pad.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/parser.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/patchlevel.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perl.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlapi.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perliol.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlsdio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlsfio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlvars.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perly.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/pp.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/pp_proto.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/proto.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/reentr.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/regcharclass.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/regcomp.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/regexp.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/regnodes.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/scope.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/sv.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/thread.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/uconfig.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/unixish.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/utf8.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/utfebcdic.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/util.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/uudmap.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/warnings.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/Config.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Config.pod exists in filesystem
    perl: /usr/lib/perl5/core_perl/Config_heavy.pl exists in filesystem
    perl: /usr/lib/perl5/core_perl/Cwd.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/DB_File.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/DynaLoader.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Encode.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Errno.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Fcntl.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/GDBM_File.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/IO.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/O.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Opcode.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/POSIX.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/POSIX.pod exists in filesystem
    perl: /usr/lib/perl5/core_perl/SDBM_File.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Safe.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Socket.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Storable.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/XSLoader.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/attrs.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/encoding.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/lib.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/ops.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/re.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/threads.pm exists in filesystem
    Errors occurred, no packages were upgraded.
    And the problem transists. I tried pacman -R glibc perl but it didn't go too well, got complaints on practically everything depending on glibc. Is it a good or bad idea to manually delete all the files listed above? There surely has to be a better way...
    thanks, Dan

Maybe you are looking for

  • BT Sport App on IOS

    Getting error message when logging in saying that my BT ID is not correct yet it is the primary one and logs me in online to my BT account also other people I know are having the same problems

  • I am having issues and close to just returning the darn thing....HELP

    Hello all I need some help, I have the TC set up to extend my wireless network, which it is doing fine. After a few attempts of it dropping the connection for backup I finally started over and got it to work last night. Even waited tell it went throu

  • How do i share a iPhoto Library on iPhoto 9.5

    Basically with the old version of iPhoto, they allowed a function in the preferences called sharing, with enabled a user to share a iPhoto library over a network to be accesed on another mac however this is not possible in the new version of iPhoto.

  • How to disable iMessage for a specific contact/How to unregister iMessage from former device

    I switched from an iPhone 4 to a Galaxy S3. When my wife who still has an iPhone 4 tries to text me it still sends the message as an iMessage and I NEVER receive the text on my Galaxy S3. It still shows the little blue bubble next to my name when sta

  • Satellite A500-14k - HDD LED indicator always blinking

    Hi First sorry for my bad english I'm french and i recently bought a Toshiba Satellite A500-14k ( http://fr.computers.toshiba-europe.com/innovation/product/Satellite-A500-14K/1072806 ) I've got a little problem with this notebook and i don't know if