https://bugs.kde.org/show_bug.cgi?id=409585

--- Comment #18 from caulier.gil...@gmail.com ---
Maik,

I exported the LANG=C on whole digikam build script for MXE (the last one from
the workflow), and i think i found where is the problem :

---------- Build NSIS installer

Command line defined: "VERSION=6.2.0-git"
Command line defined:
"BUNDLEPATH=/home/gilles/Documents/GIT/6.x/project/bundles/mxe/temp"
Command line defined: "TARGETARCH=32"
Command line defined:
"OUTPUT=/home/gilles/Documents/GIT/6.x/project/bundles/mxe/bundle/digiKam-6.2.0-git-20190712T142530-Win32.exe"
Processing config: /etc/nsisconf.nsh
Processing script file: "./digikam.nsi" (UTF8)

Processed 1 file, writing output (x86-unicode):

Output:
"/home/gilles/Documents/GIT/6.x/project/bundles/mxe/bundle/digiKam-6.2.0-git-20190712T142530-Win32.exe"
Install: 7 pages (448 bytes), 1 section (32792 bytes), 5768 instructions
(161504 bytes), 33287 strings (402598 bytes), 56 language tables (18928 bytes).
Uninstall: 3 pages (256 bytes), 1 section (32792 bytes), 387 instructions
(10836 bytes), 12938 strings (148592 bytes), 56 language tables (14896 bytes).
Datablock optimizer saved 398660 KiB (~20.5%).

Using lzma (compress whole) compression.

EXE header size:              199168 / 77824 bytes
Install code:                          (600374 bytes)
Install data:                          (1580186915 bytes)
Uninstall code+data:                   (579974 bytes)
Compressed data:           343344437 / 1581367263 bytes
CRC (0x6892DD9E):                  4 / 4 bytes

Total size:                343543609 / 1581445091 bytes (21.7%)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "fr_FR.UTF-8:fr",
        LC_ALL = (unset),
        LC_SOURCED = "1",
        LANG = "en-US"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "fr_FR.UTF-8:fr",
        LC_ALL = (unset),
        LC_SOURCED = "1",
        LANG = "en-US"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "fr_FR.UTF-8:fr",
        LC_ALL = (unset),
        LC_SOURCED = "1",
        LANG = "en-US"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

In fact perl is used with nsis to create the installer. If i force to use
default language (typically en-US instead fr-FR), perl crying, because en-US
language is NOT installed on my system.

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to