cms-sw / cms-docker

Docker files for various cms services and tasks
18 stars 29 forks source link

Perl issue in el8 container #186

Closed kpedro88 closed 1 year ago

kpedro88 commented 2 years ago

When I run these commands:

cmssw-el8
source /cvmfs/cms.cern.ch/cmsset_default.sh
cmsenv

I get the following warning:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

This does not happen in e.g. the cc7 image, so something is probably missing from the el8 image.

cmsbuild commented 2 years ago

A new Issue was created by @kpedro88 Kevin Pedro.

@Dr15Jones, @perrotta, @dpiparo, @makortel, @smuzaffar, @qliphy can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

kpedro88 commented 1 year ago

It looks like this is fixed now. @smuzaffar can you point out which commit fixed it?

smuzaffar commented 1 year ago

@kpedro88 , this was fixed buy installing glibc-langpack-en package ( https://github.com/cms-sw/cms-docker/commit/a2a6ca43d91bca7227a46b88e1b5096c97391069 )