https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32584

            Bug ID: 32584
           Summary: Can't update po files on master, because of missing
                    UNIMARC files
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

When following the instructions on
https://wiki.koha-community.org/wiki/Translating_Koha#Updating_the_po_files_in_your_installation
you currently have 2 errors running gulp po:update:

[22:41:06] Error: File not found with singular glob:
/kohadevbox/koha/misc/translator/po/si-installer-UNIMARC.po (if this was
purposeful, use `allowEmpty` option)
    at Glob.<anonymous>
(/kohadevbox/koha/node_modules/glob-stream/readable.js:84:17)
    at Object.onceWrapper (events.js:520:26)
    at Glob.emit (events.js:400:28)
    at Glob.emit (domain.js:475:12)
    at Glob._finish (/kohadevbox/koha/node_modules/glob/glob.js:197:8)
    at done (/kohadevbox/koha/node_modules/glob/glob.js:182:14)
    at Glob._processSimple2 (/kohadevbox/koha/node_modules/glob/glob.js:688:12)
    at /kohadevbox/koha/node_modules/glob/glob.js:676:10
    at Glob._stat2 (/kohadevbox/koha/node_modules/glob/glob.js:772:12)
    at lstatcb_ (/kohadevbox/koha/node_modules/glob/glob.js:764:12)

When you create the file, you notice a second file missing:

[22:42:33] 'po_update_installer_unimarc' errored after 85 ms
[22:42:33] Error: File not found with singular glob:
/kohadevbox/koha/misc/translator/po/tk-installer-UNIMARC.po (if this was
purposeful, use `allowEmpty` option)
    at Glob.<anonymous>
(/kohadevbox/koha/node_modules/glob-stream/readable.js:84:17)
    at Object.onceWrapper (events.js:520:26)
    at Glob.emit (events.js:400:28)
    at Glob.emit (domain.js:475:12)
    at Glob._finish (/kohadevbox/koha/node_modules/glob/glob.js:197:8)
    at done (/kohadevbox/koha/node_modules/glob/glob.js:182:14)
    at Glob._processSimple2 (/kohadevbox/koha/node_modules/glob/glob.js:688:12)
    at /kohadevbox/koha/node_modules/glob/glob.js:676:10
    at Glob._stat2 (/kohadevbox/koha/node_modules/glob/glob.js:772:12)
    at lstatcb_ (/kohadevbox/koha/node_modules/glob/glob.js:764:12)
[22:42:33] 'po:update' errored after 1.63 s

This hinders testing, but I also wonder why we are missing the files?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to