-
Notifications
You must be signed in to change notification settings - Fork 46
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
Installation failure with bake #104
Comments
What architecture are you on (what is the result of 'uname -i')? It seems to be a libc issue; perhaps make sure that both 'libc6-dev-i386' and 'libc6-dev-amd64' packages are installed, and try again? |
I had the same issue while trying to package net-next-sim / libos. |
Hello, It seems that even Ubuntu 16 is packed with new libraries and gcc (though may not be latest), because 3-4 months ago I was trying hard to install dce in Ubuntu 16, but go similar errors. Then I was able to install dce in Vmware Ubuntu 16, and it worked. |
Yep the file liblinux.so is already there. Is it usable? |
uname -r and I get |
There are a few things I'd like to suggest based on reading your console output.
I have successfully done this on my Ubuntu 16.04 machine this morning:
If I try with the dce-ns3-dev target, it will eventually fail to build ns-3-dce (due to a separate issue) but it will not fail as you describe above. |
Hi! Thanks for advice! I get another question here (or should I open an issue somewhere else): The wiki seems to help but I don't know how it can work with ns3-dce instead of being used alone. Have a nice day. |
Hi, Actually I am trying to build DCE1.10+NS3.30+mptcp_trunk_libos.
libc6-dev-i386 and libc are installed but machine/cdefs.h is nowhere to find.
Here are all the cdefs.h in my ubuntu 16.04 but none of them seems to be right. |
Description of the problem
I am trying to install ns-3-dce with the guidance of the manual. Successfully run
bake.py configure -e dce-ns3-dev
bake.py check
bake.py show
bake.py download
but error happened when running
bake.py build -vvv
.Got the out put like this
Then I try to do
make defconfig OPT=yes ARCH=sim
andmake library OPT=yes ARCH=sim
in the net-next-nuse-4.4.0 directory, but only gotands
I don't know why it goes like this and HELP PLZ.
The text was updated successfully, but these errors were encountered: