hepsw / docks

a set of Dockerfiles defining docker containers for HEP software and appliances.
BSD 3-Clause "New" or "Revised" License
17 stars 13 forks source link

gconv-modules and gconv-modules.cache missing in hepsw/cvmfs-lhcb #18

Open atrisovic opened 7 years ago

atrisovic commented 7 years ago

Hi there!

One of the basic libraries glibc inside hepsw/cvmfs-lhcb is corrupt, missing two files gconv-modules and gconv-modules.cache.

They were installed:

[root@dev workspace]# rpm -ql glibc | grep module
/usr/lib64/gconv/gconv-modules
/usr/lib64/gconv/gconv-modules.cache

but they are not in the folder:

[root@dev workspace]# ls /usr/lib64/g     
games/ gio/   

That's why there is an error when running some of the LHCb applications:

Could not load a transcoding service

I fixed the problem with: yum reinstall glibc

sbinet commented 7 years ago

interesting... I'll check whether regenerating the base container fixes this.