Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git broken in current nightlies #493

Closed
Zehvogel opened this issue Jun 7, 2023 · 2 comments
Closed

Git broken in current nightlies #493

Zehvogel opened this issue Jun 7, 2023 · 2 comments

Comments

@Zehvogel
Copy link
Contributor

Zehvogel commented Jun 7, 2023

E.g. a git pull in a repository returns

/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2023-05-30/x86_64-almalinux9-gcc11.3.1-opt/git/2.40.0-bwhwxr/libexec/git-core/git: error while loading shared libraries: libintl.so.8: cannot open shared object file: No such file or directory
@jmcarcell
Copy link
Contributor

This happens because git was installed from a buildcache and not all the rpaths were relocated correctly. The workaround for AlmaLinux 9 is to use /usr/bin/git or:

export LD_LIBRARY_PATH=/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2023-05-30/x86_64-almalinux9-gcc11.3.1-opt/gettext/0.21.1-a4dkr6/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2023-05-30/x86_64-almalinux9-gcc11.3.1-opt/libiconv/1.17-54glgi/lib:$LD_LIBRARY_PATH

and for Centos 7:

export LD_LIBRARY_PATH=/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2023-05-30/x86_64-centos7-gcc12.2.0-opt/gettext/0.21.1-jrpe5t/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2023-05-30/x86_64-centos7-gcc12.2.0-opt/libiconv/1.17-ag4vux/lib:$LD_LIBRARY_PATH

@jmcarcell
Copy link
Contributor

Fixed in the latest nightlies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants