phobos-storage / phobos

This repository holds the source code for Phobos, a Parallel Heterogeneous Object Store.
GNU Lesser General Public License v2.1
3 stars 2 forks source link

rpm: add pho_ldm.h to installed files #4

Closed thiell closed 9 months ago

thiell commented 10 months ago

To fix the following problem when compiling lustre-hsm-phobos against phobos 1.95.1:

In file included from ../src/hints.c:4:
/usr/include/phobos_admin.h:32:10: fatal error: pho_ldm.h: No such file or directory
   32 | #include "pho_ldm.h"
      |          ^~~~~~~~~~~
courrierg commented 10 months ago

We have also seen this issue. This has been fixed yesterday internally. A new release 1.95.1-2 will contain the fix.

courrierg commented 9 months ago

The fix is availlable here