Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D darshan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • darshan
  • darshan
  • Issues
  • #319
Closed
Open
Issue created May 11, 2021 by Glenn K. Lockwood@glockDeveloper

darshan-util implicitly relies on bzip2 binary

When building Darshan in a docker image (centos:7), it looks like the absence of the bzip2 binary isn't correctly handled.

The absence of bzlib.h is detected:

[root@2883456d11ec darshan-util]# ./configure
...
checking if bzlib is wanted... yes
checking for BZ2_bzCompressInit in -lbz2... no
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
checking bzlib in /usr... failed
configure: WARNING: libbz2 not found; Darshan utilities will use gzip only.

But then

[root@2883456d11ec darshan-util]# make
tar xjvf ./extern/uthash-1.9.2.tar.bz2
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
make: *** [uthash-1.9.2] Error 2
Assignee
Assign to
Time tracking