#383 Please fix perl: warning: Setting locale failed.
Opened 4 years ago by sergiomb. Modified 3 years ago

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LC_CTYPE = "C.UTF-8",
    LANG = "en_GB.UTF-8"
    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 = (unset),
    LC_ALL = (unset),
    LC_CTYPE = "C.UTF-8",
    LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

Every time we run fedora review with rawhide , we have the warning above , IMO, it should be cleaned
Thanks

That's not coming from fedora-review, it's from Mock, so I can't do anything about it.

Metadata Update from @ngompa:
- Issue close_status updated to: not-a-bug
- Issue status updated to: Closed (was: Open)

4 years ago

Can we maybe invoke rpmlint with LANG=C.utf-8?

Metadata Update from @churchyard:
- Issue status updated to: Open (was: Closed)

4 years ago

yep , seems to me that we can fix this messages :

Rpmlint (installed packages)
----------------------------
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_CTYPE = "C.UTF-8",
        LANG = "en_US.UTF-8"
    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 = (unset),
        LC_ALL = (unset),
        LC_CTYPE = "C.UTF-8",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl-Test-Command-Simple.noarch: W: spelling-error %description -l en_US stdin -> stein, stain, stdio
perl-Test-Command-Simple.noarch: W: spelling-error %description -l en_US stdout -> stout, std out, std-out
perl-Test-Command-Simple.noarch: W: spelling-error %description -l en_US stderr -> std err, std-err, stander
perl-Test-Command-Simple.noarch: W: invalid-license Perl
1 packages and 0 specfiles checked; 0 errors, 4 warnings.

Login to comment on this ticket.

Metadata