Git Product home page Git Product logo

Comments (4)

pnorbert avatar pnorbert commented on June 5, 2024

fixed. thanks for the report

from adios.

kalyanac avatar kalyanac commented on June 5, 2024

configure is correctly detecting liblustreapi.h but the subsequent link test fails after checking only with lustreapi.h

I see the link test with liblustreapi.h in configure script but its not reaching there, it skips directly to FGR test.

onfigure:29743: checking for lustre/lustreapi.h
configure:29752: result: no
configure:29794: checking lustre/liblustreapi.h usability
configure:29811: cc -c -g -O2 -I/opt/cray/lustre-cray_gem_s/1.8.6_2.6.32.59_0.7.1_1.0402.7496.5.1-1.0402.47176.8.11//include conftest.c >&5
configure:29818: $? = 0
configure:29832: result: yes
configure:29836: checking lustre/liblustreapi.h presence
configure:29851: cc -E -I/opt/cray/lustre-cray_gem_s/1.8.6_2.6.32.59_0.7.1_1.0402.7496.5.1-1.0402.47176.8.11//include conftest.c
configure:29858: $? = 0
configure:29872: result: yes
configure:29900: checking for lustre/liblustreapi.h
configure:29909: result: yes
configure:30083: checking if lustre code can be linked with -L/opt/cray/lustre-cray_gem_s/1.8.6_2.6.32.59_0.7.1_1.0402.7496.5.1-1.0402.47176.8.11//lib
configure:30116: cc -o conftest -g -O2 -I/opt/cray/lustre-cray_gem_s/1.8.6_2.6.32.59_0.7.1_1.0402.7496.5.1-1.0402.47176.8.11//include -L/opt/cray/lustre-cray_gem_s/1.8.6_2.6.32.59_0.7.1_1.0402.7496.5.1-1.0402.47176.8.11//lib conftest.c -ldl -llustreapi >&5
conftest.c:47:30: fatal error: lustre/lustreapi.h: No such file or directory
#include "lustre/lustreapi.h"
^
compilation terminated.
configure:30123: $? = 1

| #include "lustre/lustreapi.h"
| int fd, num_ost;
| struct obd_uuid uuids[1024];
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| llapi_lov_get_uuids(fd, uuids, &num_ost);
| ;
| return 0;
| }
configure:30145: result: no
configure:30180: === checking for FGR ===
configure:30249: === checking for GLIB ===
configure:30387: checking for csh

from adios.

pnorbert avatar pnorbert commented on June 5, 2024

Can you test it again, please. I believe I fixed it now.

from adios.

kalyanac avatar kalyanac commented on June 5, 2024

thank you. it works now.

from adios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.