UnifyFS icon indicating copy to clipboard operation
UnifyFS copied to clipboard

'make distcheck' failing

Open tonyhutter opened this issue 5 years ago • 0 comments

System information

Type Version/Name
Operating System TOSS (RHEL 7)
OS Version 7.5
Architecture x86_64
UnifyFS Version dev

Describe the problem you're observing

make distcheck is failing on Travis for one of my pull requests. When I tried it in the vanilla dev branch, it failed for me too:

$ make distcheck

...

configure: WARNING: couldn't find a suitable libgotcha, use --with-gotcha=PATH

...

  CC       chmod_static-chmod.o
  CC       chmod_static-testutil.o
  CCLD     chmod-static
  CC       multi_write_static-multi-write.o
  CC       multi_write_static-testutil.o
  CCLD     multi-write-static
  CC       app_hdf5_create_gotcha-app-hdf5-create.o
make[4]: *** No rule to make target '../../client/src/libunifyfs_gotcha.la', needed by 'app-hdf5-create-gotcha'.  Stop.
make[4]: Leaving directory '/g/g0/hutter2/seg_tree/unifyfs-0.1.0-423-g47c0aa8/_build/examples/src'
make[3]: *** [Makefile:393: all-recursive] Error 1
make[3]: Leaving directory '/g/g0/hutter2/seg_tree/unifyfs-0.1.0-423-g47c0aa8/_build/examples'
make[2]: *** [Makefile:495: all-recursive] Error 1
make[2]: Leaving directory '/g/g0/hutter2/seg_tree/unifyfs-0.1.0-423-g47c0aa8/_build'
make[1]: *** [Makefile:405: all] Error 2
make[1]: Leaving directory '/g/g0/hutter2/seg_tree/unifyfs-0.1.0-423-g47c0aa8/_build'
make: *** [Makefile:700: distcheck] Error 1

I'm guessing it's related to needing --with-gotcha=... at the configure step.

Describe how to reproduce the problem

make distcheck

tonyhutter avatar Dec 10 '19 22:12 tonyhutter