Skip to content

version `GLIBC_2.29' not found  #13

@jiapei100

Description

@jiapei100

Failed to buld the docker file because of version GLIBC_2.29' not found `.

......
50.28 # Fix the mode, in case umask is set
50.28 chmod 644 '/usr/local/ghc-9.6.2/lib/ghc-9.6.2/lib/package.conf.d/bytestring-0.11.4.0.conf'
50.28 '/usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/ghc-pkg' --global-package-db "/usr/local/ghc-9.6.2/lib/ghc-9.6.2/lib/package.conf.d" recache
50.28 /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/ghc-pkg: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/../lib/x86_64-linux-ghc-9.6.2/libHSbytestring-0.11.4.0-ghc9.6.2.so)
50.28 /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/ghc-pkg: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/../lib/x86_64-linux-ghc-9.6.2/libHStemplate-haskell-2.20.0.0-ghc9.6.2.so)
50.28 /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/ghc-pkg: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/../lib/x86_64-linux-ghc-9.6.2/libHSbase-4.18.0.0-ghc9.6.2.so)
50.28 /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/ghc-pkg: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/../lib/x86_64-linux-ghc-9.6.2/libHSghc-prim-0.10.0-ghc9.6.2.so)
50.28 /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/ghc-pkg: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/ghc-9.6.2/lib/ghc-9.6.2/bin/../lib/x86_64-linux-ghc-9.6.2/libHSrts-1.0.2-ghc9.6.2.so)
50.28 make: *** [Makefile:228: update_package_db] Error 1
------
Dockerfile:133

I modified the dockerfile and try to build everything with the MOST up-to-date packages, so, for haskell, the NEWEST update is of version 9.6.2 .

I believe this is an haskell issue, right? I think I can just ignore haskell for now ???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions