Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile ERROR #13

Open
xuxc opened this issue Apr 8, 2015 · 11 comments
Open

Compile ERROR #13

xuxc opened this issue Apr 8, 2015 · 11 comments

Comments

@xuxc
Copy link

xuxc commented Apr 8, 2015

Hi
i have clone the git ,and execute ./bulid.sh under the JXIO-master/JXIO$,and there are some errors:

hadoop@namenode:~/RDMA/JXIO-master/JXIO$ ./build.sh

The JXIO top directory is /home/hadoop/RDMA/JXIO-master/JXIO

JXIO git version: v1.3-16-gca7f25c
Build Accelio... libxio C code
Submodule 'src/accelio' (https://github.com/accelio/accelio.git) registered for path 'src/accelio'
Cloning into 'src/accelio'...
remote: Counting objects: 12318, done.
remote: Total 12318 (delta 0), reused 0 (delta 0), pack-reused 12317
Receiving objects: 100% (12318/12318), 7.82 MiB | 1.35 MiB/s, done.
Resolving deltas: 100% (8876/8876), done.
Submodule path 'src/accelio': checked out 'bc0d930ccb033d754d9720e660491edb60d8d52e'
AccelIO git version: v1.3-rc3-70-gbc0d930
configure.ac:18: installing ./compile' configure.ac:13: installing./config.guess'
configure.ac:13: installing ./config.sub' configure.ac:7: installing./install-sh'
configure.ac:7: installing ./missing' benchmarks/usr/xio_perftest/Makefile.am: installing./depcomp'
configure: WARNING: Unable to find the infiniband header files,
rdma transport will not be available.
configure: error: Unable to find the numactl-devel header files
FAILURE! stopped JXIO build

What's the problem?
thank u.
xuxc

@accelio
Copy link
Collaborator

accelio commented Apr 8, 2015

Hi,

please install numactl-devel/numactl-dev package before building.

?

Eyal


From: xuxc notifications@github.com
Sent: Wednesday, April 8, 2015 7:00 AM
To: accelio/JXIO
Subject: [JXIO] Compile ERROR (#13)

Hi
i have clone the git ,and execute ./bulid.sh under the JXIO-master/JXIO$,and there are some errors:

hadoop@namenode:~/RDMA/JXIO-master/JXIO$ ./build.sh

The JXIO top directory is /home/hadoop/RDMA/JXIO-master/JXIO

JXIO git version: v1.3-16-gca7f25c
Build Accelio... libxio C code
Submodule 'src/accelio' (https://github.com/accelio/accelio.git) registered for path 'src/accelio'
Cloning into 'src/accelio'...
remote: Counting objects: 12318, done.
remote: Total 12318 (delta 0), reused 0 (delta 0), pack-reused 12317
Receiving objects: 100% (12318/12318), 7.82 MiB | 1.35 MiB/s, done.
Resolving deltas: 100% (8876/8876), done.
Submodule path 'src/accelio': checked out 'bc0d930ccb033d754d9720e660491edb60d8d52e'
AccelIO git version: v1.3-rc3-70-gbc0d930
configure.ac:18: installing ./compile'
configure.ac:13: installing./config.guess'
configure.ac:13: installing ./config.sub'
configure.ac:7: installing./install-sh'
configure.ac:7: installing ./missing'
benchmarks/usr/xio_perftest/Makefile.am: installing./depcomp'
configure: WARNING: Unable to find the infiniband header files,
rdma transport will not be available.
configure: error: Unable to find the numactl-devel header files
FAILURE! stopped JXIO build

What's the problem?
thank u.
xuxc

Reply to this email directly or view it on GitHubhttps://github.com//issues/13.

@xuxc
Copy link
Author

xuxc commented Apr 8, 2015

after i install :apt-get install numactl
,errors are as below:
hadoop@namenode:~/RDMA/JXIO-master/JXIO$ ./build.sh
The JXIO top directory is /home/hadoop/RDMA/JXIO-master/JXIO
JXIO git version: v1.3-16-gca7f25c-dirty
Build Accelio... libxio C code
Submodule 'src/accelio' () registered for path 'src/accelio'
AccelIO git version: v1.3-rc3-70-gbc0d930
configure: WARNING: Unable to find the infiniband header files,rdma transport will not be available.
configure: error: Unable to find the numactl-devel header files
FAILURE! stopped JXIO build

Is the version of numactl incorrect?

@accelio
Copy link
Collaborator

accelio commented Apr 8, 2015

You need to install numactl-devel

yum install numactl-devel

Sent from Type Mail

On Apr 8, 2015, 07:27, at 07:27, xuxc notifications@github.com wrote:

after i install :apt-get install numactl
,errors are as below:
hadoop@namenode:~/RDMA/JXIO-master/JXIO$ ./build.sh
The JXIO top directory is /home/hadoop/RDMA/JXIO-master/JXIO
JXIO git version: v1.3-16-gca7f25c-dirty
Build Accelio... libxio C code
Submodule 'src/accelio' () registered for path 'src/accelio'
AccelIO git version: v1.3-rc3-70-gbc0d930
configure: WARNING: Unable to find the infiniband header files,rdma
transport will not be available.
configure: error: Unable to find the numactl-devel header files
FAILURE! stopped JXIO build

Is the version of numactl incorrect?


Reply to this email directly or view it on GitHub:
#13 (comment)

@xuxc
Copy link
Author

xuxc commented Apr 8, 2015

JXIO-master/JXIO$ sudo yum install numactl-devel
No package numactl-devel available.

JXIO-master/JXIO$ sudo yum install numactl-dev
No package numactl-dev available.

@accelio
Copy link
Collaborator

accelio commented Apr 8, 2015

Hi,

What OS aee you running on?
You also need  infinband stack installed

Use this link and get the rpm:
http://www.rpmfind.net/linux/rpm2html/search.php?query=numactl-devel

Sent from Type Mail

On Apr 8, 2015, 07:32, at 07:32, xuxc notifications@github.com wrote:

JXIO-master/JXIO$ sudo yum install numactl-devel
No package numactl-devel available.

JXIO-master/JXIO$ sudo yum install numactl-dev
No package numactl-dev available.


Reply to this email directly or view it on GitHub:
#13 (comment)

@xuxc
Copy link
Author

xuxc commented Apr 8, 2015

That is to say , i need to install infinband stack and them be able to build the JXIO?
Now i use ubuntu 12.04 with x86 ,and do not support RDMA..

@accelio
Copy link
Collaborator

accelio commented Apr 8, 2015

I would even suggest to move to newer os ub 14.04...

Eyal

Sent from Type Mail

On Apr 8, 2015, 07:41, at 07:41, xuxc notifications@github.com wrote:

That is to say , i need to install infinband stack and them be able to
build the JXIO?
Now i use ubuntu 12.04 with x86 ,and do not support RDMA..


Reply to this email directly or view it on GitHub:
#13 (comment)

@xuxc
Copy link
Author

xuxc commented Apr 8, 2015

can u sent me a .tar that have already bulit..xuxc1120@hotmail.com

@accelio
Copy link
Collaborator

accelio commented Apr 8, 2015

We dont have tar - we distribute it as open source.

Please look in the README file for more info on installing accelio:

https://github.com/accelio/accelio/blob/master/README

Sent from Type Mail

On Apr 8, 2015, 07:45, at 07:45, xuxc notifications@github.com wrote:

can u sent me a .tar that have already bulit..xuxc1120@hotmail.com


Reply to this email directly or view it on GitHub:
#13 (comment)

@xuxc
Copy link
Author

xuxc commented Apr 8, 2015

thanks

@sthekepat
Copy link

Hey Guys,
Trying to compile. Get the following error:
xio_rdma_common_usr.o: In function publish_our_buffer': /home/tsudesh/tools/JXIO/src/accelio/tests/usr/direct_rdma_test/../../../tests/portable/direct_rdma_test/xio_rdma_common.c:95: undefined reference to xio_lookup_rkey_by_response'
collect2: ld returned 1 exit status
make[1]: *** [xio_rdma_client] Error 1
make: *** [all-recursive] Error 1
Any ideas ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants