Issues with Userforms in Excel 2013

Hi
I have some issues with Userforms and Comboboxes created in earlier versions of Excel (2010). The VBA Code get stuck when I try to use the userforms in Excel 2013.
It is either the addItem function or the Userfrom.Show function which fails.
I have Installed a old version of excel (2007) on the same computer and when I run the same code on in this version the code works perfect. I have also tried the code on several other computers and got the same answer - Does not work in 2013 but works perfect
in previous versions.  
Is there a known bug in this issue??
With best regads
Joakim

Hi,
This is the forum to discuss questions and feedback for Microsoft Excel, I'll move your question to the MSDN forum for Excel
http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
George Zhao
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Issue with export in Excel in WAD

    Hi
    I have an issue with export to excel in WAD. I have a web template with two or more tabs.
    On the webtemplate I have two buttons to export to excel. One to export the content from the active tab and one button to export content in all tabs.
    My problem is that when I export to excel it always add the current/active content twice. I've tried with both buttons and they work as expected except that they export one table to much (the active).
    can anyone help / give a clue what to look for.
    br,
    John
    Edited by: John Dolph on Apr 15, 2010 10:50 AM

    Hi
    Sorry I has been a while but the problem still occurs,
    I've defined my export button group like this in a seperate template and I expected that it would only return the resultset from TAB_A and TAB_B but it also export the resultset from the tab I'm currently on.
    <bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" />
                <bi:BUTTON_GROUP_ITEM name="TAB_BUTTONs" designheight="23" designwidth="300" >
                    <bi:BUTTON_LIST type="ORDEREDLIST" >
                        <bi:BUTTON type="COMPOSITE" index="2" >
                            <bi:CAPTION value="EXCEL" />
                            <bi:TOOLTIP value="Table, Graph and/or Table/Graph download to PDF" />
                            <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                <bi:INSTRUCTION >
                                    <bi:EXPORT >
                                        <bi:ITEM_REF_LIST type="UNORDEREDLIST" >
                                            <bi:ITEM_REF index="1" value="TAB_A_ANALYSIS" />
                                            <bi:ITEM_REF index="2" value="TAB_A_CHART" />
                                            <bi:ITEM_REF index="3" value="TAB_B_ANALYSIS" />
                                            <bi:ITEM_REF index="4" value="TAB_B_CHART" />
                                        </bi:ITEM_REF_LIST>
                                        <bi:EXPORT_FORMAT value="XLS" />
                                    </bi:EXPORT>
                                </bi:INSTRUCTION>
                            </bi:ACTION>
                        </bi:BUTTON>

  • Issues with importing from excel

    I have been running into a several issues with importing from Excel.
    First my configuration
    I am running SQL Developer ver 1.5.5 Build MAIN-5969
    I am on a Windows XP Professional Version 2002 with Service Pack 3
    I am importing into an Oracle 10g database.
    1. SQL Developer doesn't work on Excel 2007, I have to save all my files into Excel 97-2003 format before I can use them.
    2. If I run into an error loading and stop the process, SQL Developer doesn't release the Excel file and I get a sharing violation if I try to save the spreadsheet without closing SQL Developer.
    3. I have found that I have to set print area to the area I want to work with, otherwise the import wizard tries to keep adding rows.
    4. When using the Import wizard, it keeps adding commas on fields with numerics unless I specify the column in excel as text. Currently the column is formatted as General in the spreadsheet or I can change the wizard format to say the column is an integer, but it actually is just a code field with numeric characters so it may have leading zeroes that I need to keep.
    This might be related,
    I have a column in excel defined as text but only contains numerics. It is of length 4, but the wizard sets a precision of 5 with a datatype of VARCHAR2. If I try to change it to 4, I get an error saying the field is not large enough. Yet, when I do a LEN on the column, it only gives me a 4. I have other fields in the same sheet that a 3 position numeric and 2 position numeric and those are fine. I am thinking this is related to the comma being inserted in a numeric field for anything greater than 3 positions.
    5. Importing excel dates to oracle dates doesn't work. I have to convert the excel date column to text then import as a VARCHAR, then convert to Date once in the database.
    6. The default of nullible is not set on any columns and I have to set them before the import. (I would prefer it set to nullible and I have to uncheck the box to make it not nullible. I would prefer to import all of the data and then deal with the nulls after they have been pulled in)
    7. When I select header columns included it uses that as the column names. Is it possible to do the name length check then? It has bit me a few times where I try to import and forget to check the name length and then I get an error when I start running the import.
    8. If one of the columns to import has all nulls, then the precision comes out to 0 and if it isn't changed an error occurs on import. Could this situation default to a precision of 1?
    9. It would be nice if there was a completion message displayed and a cancel option while running.

    On point 3.
    I have a column in excel that consists of numbers. 4 digit numeric codes. Ex, 1111, 2345, etc
    The column's format is general. It displays as just 4 numbers.
    When I start the wizard initially, the column appears with data as 1,111, 2,345, etc, on the Data Preview screen.
    It determines the precision to be 5 on the column definition screen.
    If I change the precision to 4 then continue, that field will error out when I verify with "not big enough to hold the data in source columns"
    If, I change the excel column to a TEXT column.
    Excel still displays as 1111, 2345, etc
    The wizard then displays the same data 1111, 2345 on the Data Previeiw screen
    Yet, when I get to the column definition screen it still sizes it as a 5
    If I change it to a 4, I get the same error when verifying.
    If I leave them alone as 5, then it processes just fine.

  • Issues with load from Excel

    Dear all,
    I have issues with loading the data from excel.
    My excel file looks like this:
    Time
    Store
    Neto_prodaja_ACT
    Neto_prodaja_TAR
    Jan-12
    C1
    16
    16
    Feb-12
    C1
    2
    2
    Jan-12
    C2
    1
    1
    Feb-12
    C2
    3
    3
    My procedure for load is:
    CLEAR STATUS 
    Across Var Down Time, Store
    Sel Neto_prodaja_ACT, Neto_prodaja_TAR
    Sel Store Input
    access lslink
         connect test1
         select * from my_list
         peek only 10
         read
    end
    When I load the data I receive following error:
          Time                         Store Neto_prodaja_ACT  Neto_prodaja_TAR 
        1 01/01/2012                   C1 16.00             16.00 
        2 02/01/2012                   C1 2.00              2.00 
        3 01/01/2012                   C2                                                                                                                                                                                                                                                                       1.00              1.00 
        4 02/01/2012                   C2 3.00              3.00 
    4 Record(s) Read, 0 Record(s) Skipped.
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_ACT
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_TAR
    The loaded data looks like this:
    The data for store C2 is loaded also on store C1 so everything is messed up.
    I also have a question regarding dimensions.  I have a model in PAS which has data from different data sources (BW and excel). In excel I have dimensions which are not loaded from BW (they don't exist there). How to create such dimenison?
    Thank you a lot in advance.
    Best regards,
    Petra

    Petra,
    The Forum isn't really designed as a training system but rather where people can share questions or get a separate pair of eyes to look afresh at issues that aren't working for some reason. This is particularly the case for something which is as important as creating dimensions.
    The idea of the SSM Cube Builder/Model Designer was to enable people to build models with their relevant dimensions and metrics for demos and simple initial systems using manual data entry. If you are getting into building dimensions that will be outside BW then you are moving into the implementation arena rather than demo creation and need to work carefully so that things tie up.
    I doubt people would expect to be able to set up/implement BW without training and SSM is the same.
    If you would like training or would like to collaborate on a first project to enable skills transfer then my colleague Pedro and I would be happy to discuss this. We have done this with other people and it has worked well.
    Regards
    Colin

  • Are there any known issues with speed between excel 2003 and 2010 when using WAAS?

    Request asked by customer. Thought I would run this by the forum first.
    Can you please raise a ticket with Cisco TAC asking why Excel files in 97-2003 file format cannot be fully optimized when compared to the same file being saved in the latest file format?
    When using the latest file format, the user experience is amazing and up to 100x faster to open and save files. Our testing has identified an issue with the older file format.

    I deployed WAAS about 3 years ago. Part of the deployment was before and after testing. When the users used Office 2010 the results were good. When they used Office 2003 the results were terrible. Some files took minutes to open, some never opened. Solution was to upgrade to O2010.
    Hope this helps.

  • Issue with Export To Excel Feature

    Hi,
    I have a OAFramework Page, which is having a table region. Have also created an 'Export Button' as table action for this table, to export the data to csv file. The View Instance that is associated with this table has a query already set/defined in the VO definition, in my code based on certain conditions I am changing the view object's query using setQuery() Method.
    The data displayed in table changes as per the query modifications, however the data that I get in the Excel/csv file is the same (i.e. the same data i get with the query already defined while creating the view object).
    Any idea, what changes i need to make inorder to make this work? Guess the query changes are not getting reflected for the export button click?
    Thanks
    Puja

    Yes, whenever this VO is accessed, you will face the performance issue. As VOs' are maintained through AM pool, until the AM is released, the corrsponding VO's memory foot print will be there in the middle tier.
    And if you have less resourse at middle time, it surely will affect other users because someone else is hogging the resource.
    --Saroj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Issue with AjaxControlToolkit for SharePoint 2013 Blog site template.

    Hi,
    Please find below the details of issue -
    History - We are working with SharePoint 2013 and we are using AjaxControlToolkit in our project. Basically this is a migration project from MOSS to SharePoint 2013. So we have migrated code MOSS to SharePoint 2013. Previously in MOSS project, AjaxControlToolkit
    was used so after migrating we have also used AjaxControlToolkit with updated version which can work in SharePoint 2013. This is working fine now.
    Scenario - There is one web application in SharePoint 2013 farm. Under this web application there are two site collections. One site collection is created with Team site template and second site collection is created with Blog site template.
    There are three feature in our wsp that we have created. One feature is at web application scope (which will do web.config modifications and it will add below entry in web.config file through SPWebConfigModification in section 'configuration/system.web/compilation/assemblies'
     <add assembly="AjaxcontrolToolkit, Version=4.5.7.725, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" />  
    ). And there are two site collection features.
    Now when we deploy our solution (wsp) to web application in SharePoint 2013 farm and activate the Web.Config modification feature which is at web application level, it has added above mentioned entry in web.config file.
    Our application in first site collection is working fine which we are expecting but in the second site collection which is created using out of box Blog site template, 'comment box' and Post button are invisible as shown in below screen shot -
    If we remove below entry from web.config file -
    <add assembly="AjaxcontrolToolkit, Version=4.5.7.725, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" /> 
    and refresh the Blog site page then the Comment box and Post button is appearing again as shown in below screen shot -
    We also tried with updated versions of AjaxControlToolkit (Version=4.5.7.1005 & 4.5.7.1213) but no success.
    I will highly appreciate if you could help me in this.
    Thanks for your time.
    Thanks & Regards,
    Rajendra Gaikwad.

    Hi,
    As you said, the issue only comes with the Blog site template.
    I suggest you take a look at this blog about how to make Ajax Control Toolkit work with SharePoint 2013:
    http://andreaswijayablog.blogspot.com/2013/12/ajax-control-toolkit-with-sharepoint.html
    Another similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/60fa19fe-86a0-446b-b61f-11a82fe4287f/how-to-implement-ajax-toolkit-for-sharepoint2013?forum=sharepointdevelopment
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they
    help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Scheduling issue with Analysis for Excel

    Hi,
    I am trying to schedule a workbook in Analysis for  Excel from CMC. The schedule always fails when I uncheck the APPLY DEFAULT FORMATS in the components tab of the Display Analysis. The schedule works fine if this box is checked. Has anyone come across this issue?
    Analysis Excel Version: 1.4.5.2837
    Thanks,
    Kal

    Hi Tammy,
    Sorry for getting back to you so late. We are right now BIP-add on SP5 for Analysis Office. We are planning to have BIP-add on SP6 next week. Dont know if this will solve my issue but something to try.
    Thanks,
    Kal

  • Issues with texlive update from 2013 to 2014 version.

    I got an error about conflicting files:
    Packages (2): texlive-bin-2014.34260-1 texlive-core-2014.34872-1
    Total Installed Size: 350.75 MiB
    Net Upgrade Size: 34.54 MiB
    :: Proceed with installation? [Y/n]
    (2/2) checking keys in keyring [##############] 100%
    (2/2) checking package integrity [##############] 100%
    (2/2) loading package files [##############] 100%
    (2/2) checking for file conflicts [##############] 100%
    error: failed to commit transaction (conflicting files)
    texlive-core: /usr/share/texmf-dist/tex/latex/begriff/begriff.sty exists in filesystem
    Errors occurred, no packages were upgraded.
    However the file "begriff.sty" is owned by texlive-latexextra
    pacman -Qo /usr/share/texmf-dist/tex/latex/begriff/begriff.sty
    /usr/share/texmf-dist/tex/latex/begriff/begriff.sty is owned by texlive-latexextra 2013.33063-1
    Since i was in doubt if it is safe to call pacman with "-f" option, i removed the whole texlive and re-installed it.
    But as i run the installation i got warning about missing kpathsea. Now I'm in doubt if i should ignore those warning.
    Any advice is appreciated.
    >> texlive: updating the file name database...
    warning: kpathsea: configuration file texmf.cnf not found in these directories: /usr/bin:/usr/bin/share/texmf-local/web2c:/usr/bin/share/texmf-dist/web2c:/usr/bin/share/texmf/web2c:/usr/bin/texmf-local/web2c:/usr/bin/texmf-dist/web2c:/usr/bin/texmf/web2c:/usr:/usr/share/texmf-local/web2c:/usr/share/texmf-dist/web2c:/usr/share/texmf/web2c:/usr/texmf-local/web2c:/usr/texmf-dist/web2c:/usr/texmf/web2c://texmf-local/web2c:/://share/texmf-local/web2c://share/texmf-dist/web2c://share/texmf/web2c://texmf-local/web2c://texmf-dist/web2c://texmf/web2c.
    Last edited by irrlicht (2014-08-28 21:01:33)

    Just now I tried to upgrade my system and texlive-core could not be upgraded as a result conflicts with other packages. My solution, as I've seen this given elsewhere on the forums, is to remove the package you are trying to update. my solution was then to run # pacman -R $(pacman -Qq | grep texlive). This would remove all texlive packages. I first reinstalled texlive-bin and texlive-core, as these two were the ones that got updated today. I then went to re-install the other ones. I am getting the same conflicts as before.
    resolving dependencies...
    looking for inter-conflicts...
    Packages (4): texlive-langcjk-2013.32895-1 texlive-latexextra-2013.33063-1 texlive-pictures-2013.33045-1 texlive-science-2013.32850-1
    Total Installed Size: 467.68 MiB
    checking keyring...
    checking package integrity...
    loading package files...
    checking for file conflicts...
    texlive-langcjk: /usr/share/texmf-dist/dvips/garuda-c90/config.garuda-c90 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/dvips/norasi-c90/config.norasi-c90 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/LICENSE exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/90ms-RKSJ-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2C exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-B5pc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-ETen-B5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-CID exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Host exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Mac exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBK-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBpc-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-CID exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Host exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Mac exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90ms-RKSJ exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90pv-RKSJ exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-CID exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Host exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Mac exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-CID exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Host exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Mac exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCms-UHC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCpc-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2C exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/ETen-B5-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBK-EUC-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2C exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCms-UHC-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2C exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-90ms-RKSJ exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-90pv-RKSJ exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-B5pc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-ETen-B5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-GBK-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-GBpc-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-KSCms-UHC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-KSCpc-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/README exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-CNS1-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-GB1-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-Japan1-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-Korea1-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-0 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-1 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-3 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-4 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-6 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5pc-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5pc-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS1-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS1-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/cid2code.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-0 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-1 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-3 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-4 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK2K-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK2K-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/cid2code.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ai0/CMap/Identity-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ai0/CMap/Identity-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/83pv-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-0 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-1 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-3 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-4 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-6 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Hankaku exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Hiragana exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Katakana exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/NWP-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/NWP-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Roman exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-HW-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/WP-Symbol exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/cid2code.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-0 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-1 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/cid2code.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/cmap-current-versions.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/cmap-readme.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/mapping-readme.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/enc/dvips/c90/c90.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/map/dvips/garuda-c90/garuda-c90.map exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/map/dvips/norasi-c90/norasi-c90.map exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/sfd/dnp/DNP.sfd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/garuda-c90/fgdb8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/garuda-c90/fgdbo8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/garuda-c90/fgdo8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/garuda-c90/fgdr8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/norasi-c90/ftnb8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/norasi-c90/ftnbi8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/norasi-c90/ftni8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/norasi-c90/ftnr8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/README exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/b5ka12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/b5kr12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/b5so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c1so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c2so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c3so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c4so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c5so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c6so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c7so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/csso12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/gsfs14.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/j2so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/jsso12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/ksso17.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJK.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJK.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/KS.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/extended.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/extended.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/pinyin.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/pmC.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/ruby.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/standard.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/standard.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/standard.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90enc.def exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90gar.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90nrsr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjkpunct/CJKpunct.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0001.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0002.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0003.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0004.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0005.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0006.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0007.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0008.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0009.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0010.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0011.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0012.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0013.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0014.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0015.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0016.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0017.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0018.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0019.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0020.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0021.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0022.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0023.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0024.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0025.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0026.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0027.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0028.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0029.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0030.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0031.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0032.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0033.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0034.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0035.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0036.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0037.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0038.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0039.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0040.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0041.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0042.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0043.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0044.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0045.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0046.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0047.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0048.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0049.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0050.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0051.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0052.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0053.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0054.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0055.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0056.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0057.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0058.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0901.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0902.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0903.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0904.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0905.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0906.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0907.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0908.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0909.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0910.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0911.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0912.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0913.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0914.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0915.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0916.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0917.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0918.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0919.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0920.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0921.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0922.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0923.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0924.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0925.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0926.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0927.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0928.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0929.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0930.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0931.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0932.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0933.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0934.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0935.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0936.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0937.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0938.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0939.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0940.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0941.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0942.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0943.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0944.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0945.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0946.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0947.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0948.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0949.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0950.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0951.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0952.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0953.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0954.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0955.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0956.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0957.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0958.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0959.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0960.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0961.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0962.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0963.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0964.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0965.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0966.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0967.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0968.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0969.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0970.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0971.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0972.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0973.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0974.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0975.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0976.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0977.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0978.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0979.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0980.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0981.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0982.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0983.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0984.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0985.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0986.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0987.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0988.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0989.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0990.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0991.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0992.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0993.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0994.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1001.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1002.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1003.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1004.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1005.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1006.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1007.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1008.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1009.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1010.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1011.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1012.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1013.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1014.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1015.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1016.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1017.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1018.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1019.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1020.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1021.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1022.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1023.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1024.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1025.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1026.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1027.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1028.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1029.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1030.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1031.cmap exists in filesyst

  • Issue with saving an excel file

    I'm using office, specifically excel, on my iMac.  In this particular spreadsheet, I've built a number of logic formulas that require nesting, i.e.:  =IF(AND(A2="novice",A3=2),25,IF(AND(A2="novice",A3=3),30    etc... (approximately 10 nested items)
    I've put the sheet together and all functions work perfectly.  I save the sheet and re-open it and every one of these cells returns =#VALUE.  No more formulas.  I'm saving the file as .xls because I have to send it to someone with older Windows.
    p.s.:  There are other formulas on the sheet that are saving and re-opening perfectly.  (SUMs and DSUMs).  Just having a problem with the nested logic function.

    You need this forum:
    http://www.microsoft.com/mac/support

  • Issues with syncing my Outlook 2013 with icloud 4.0

    I am running Windows 8.1, Outlook 2013 and iCloud control panel 4.0. When trying to sync my calendar and contacts I get an error message "Apple Outlook DAV Config has stopped working". Windows looks for a correction, doesn't find anything and closes the program. I've tried uninstalling and reinstalling iCloud. Always get the same error.

    Hello Zbolt,
    Security software on your system may be preventing this component from operating normally. The article linked below details the location of each component (including AppleOutlookDavConfig.exe) so that they may be added as an exception in your security software's configuration to allow them to run unimpeded.
    iCloud: Making sure that iCloud works with security software in Windows
    http://support.apple.com/kb/TS4175
    Cheers,
    Allen

  • Issues with format of Excel file created from an Oracle Report

    I'm running Oracle Reports 6i.  My reports run fine but when I covert them to Excel files I lose my column headings (they end of being repeated for each row in their own columns) and the ordering of my other columns. I can't figure out what is determining the column order as it is not the order of the items in Report Builder or in the query. Could someone tell me why this might be happening and how to fix the issue?  Any help would be greatly appreciated as I'm a very new user. Thanks!

    Hi,
    First of all let me clear out generating a report pdf is different from excel.
    The Repeating Frame and boxes,lines etc., used in your reports plays a vital role in excel.
    Because, the fields in the reports are segmented into XL cells and displayed as the output.
    For Better results in excel...Follow the below instructions,
    --Remove Boxes,lines,etc.,
    --Make your repeating frame and main frame visible (don't put 'NO_LINE') for any frames,
    --Don't leave any unnecessary spaces in reports between fields,frames etc.,
    --Then run your report.
    It will work fine,
    Regards,
    Soofi

  • Is there an issue with the new(2012-2013) 27" iMac using all bandwidth?

    Hi, I just started up the new comp and my roommate began to complain about having no to little bandwidth.
    I am using the Mac Airport Extreme with a strong internet connection. My Macbook Pro (2009 model) has no issues at all and we can have a wii system, as well as my roomie's desktop and my laptop streaming all at the same time with no lag in the connection. As soon as I went to download a file from the web with the new iMac all connections dropped.
    I'm curious if anyone else is having these issues and what/if anything is being done to resolve it?
    Thanks,
    Ryn

    Hi Ryn, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.

  • Issue with Refiners in Sharepoint 2013

    hi everyone,
    I have created a few new columns in my sp site in post list. i created single line text type column,peoples and groups type column and date type columns. after crawling and assigning a managed property to all the crawled
    properties when i use the refiners in my search page, all the column datas are shown properly except for the peoples and groups column type.. when i give multiple values for single line type column, the refiners correctly picks up each single value as different
    values in the refiners but when i give multiple values for  my peoples and groups column, it does not differentiate the different groups and so it shows the multiple groups as a single group in my refiners.....i gave many crawls and index resets but still
    this problem persists.. what to do?

    Hi FNF
    When you create custom user property and crawl the data then your crawled property will have PropertySetId to "00130329-0000-0130-c000-000000131346" which is default sharpeoint
    But if you see the user property which are shown in refiners they have PropertySetId "ed280121-b677-4e2a-8fbc-0d9e2325b0a2"
    Due to this reason you get all values in single line in refiners.
    the solution is you need to create crawled property using powershell and then map to the managed property.Following is the code to create crawld property.
    New-SPEnterpriseSearchMetadataCrawledProperty -Name $crawledProperty -SearchApplication $searchapp - -IsMappedToContents $true -PropSet ed280121-b677-4e2a-8fbc-0d9e2325b0a2 -IsNameEnum $false -Category SharePoint

  • Excel 2013 (pro plus) extermely slow with sheets with more than 100 checkboxes

    I have a customer with Excel 2013 (pro plus).
    They use sheets with more than 100 checkboxes in it.
    The sheet is extremly slow to display. When a user starts scrolling down, the checkboxes appear very slowly, one by one.
    It happens with all users, on both x86 and 64bits Windows 8 PC's and Office clients (32b & 64b).
    Anyone any idea?

    Hi R.Nieraeth,
    Could you please let us know what exactly these checkbox was used for ? Any formulas depend on these checkbox? Or any VBA code in this excel file? If so, you may need to check your formulas or the VBA code.
    In addition,does this issue happen only on excel 2013? You can try to disable hardware graphics acceleration: Click
    File, and then click Options. In the Advanced group, click to select the
    Disable hardware graphics acceleration check box. Click ok.
    Also please check if the following thread is helpful:
    http://social.technet.microsoft.com/Forums/en-US/a9a257fa-ce8b-4399-860c-563022b8714f/checkbox-bug-in-excel-2010-slow-response?forum=excel

Maybe you are looking for

  • I have a problem with DVD player i can't play movies in my laptop

    rocess:         DVD Player [545] Path:            /Applications/DVD Player.app/Contents/MacOS/DVD Player Identifier:      com.apple.DVDPlayer Version:         5.6 (5500.38.2) Build Info:      DVDPlayer-5500038002000000~1 Code Type:       X86 (Native)

  • My iTunes says it is synching to iPhone iOS5, but nothing changes on iPhone.

    I updated my iPhone 4 to the iOS5 successfully, and then I synched some of my music.  That was perfect. I have now wanted to add songs to my iPhone 4, and iTunes says it is synching correctly, but nothing. My iPhone 4 still has the same music on it t

  • Pasting text that was copied from microsoft word 2008

    In dreamweaver CS3, if I want to paste text that I have copied from Microsoft Word 2008, i have to paste it in entourage, copy that and THEN I can paste in dreamweaver. I can't paste directly in Dreamweaver from word. is there an extension that will

  • BAPI's for PA30- InfoType 7

    Hi , I would like to know if there are BAPI's for the Tx-pa30 infotype7. likewise if u have for the InfoTypes2,6,9,21 as well ..it would be of great help . Thnks, Nazeer

  • Site-to-Site VPN No Traffic

    Hi guys, I have a S2S VPN established between a Sonicwall and a Cisco ISR Router. My problem is access to the resourses behind the ISR from the Sonicwall subnet. The VPN comes up and can ping from either site to IP addresses at the remote end. There