[Koha-bugs] [Bug 32584] New: Can't update po files on master, because of missing UNIMARC files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 6 23:43:10 CET 2023


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: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr

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.


More information about the Koha-bugs mailing list