-
Notifications
You must be signed in to change notification settings - Fork 23
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
Compilation issues #2
Comments
Well, I have got to the conclusion that the issue is because there are updated kernels and packages that are not completely backwards compatible. If you build sedutil on an older linux distribution it just works. I don't know if I should close the issue. Building sedutil in a modern linux distribution has indeed two issues, which are related to building m4 and extracting linux-headers. The latter is pretty new, it started to happen at most three month ago while the former is a bit older (I think one year or more). |
@ladar what linux compilation environment have you confirmed working with your latest commits? |
I'm not an Ubuntu fan, but ran into problems compiling on Arch and on CentOS 7, so I ended up using an Ubuntu 18.04 VM. |
@ChubbyAnt @maenpaa24 I wasn't getting notifications of issues on this repo... I didn't realize I needed to "watch" my own repo for those. Would a |
@ladar @maenpaa24 I can confirm that the current commits compile successfully with Ubuntu 18.04.3. |
Yeah I remember starting to have issues in early 2019. So it sounds reasonable that it works on ubuntu 18.04. So great! Regarding the vagrantfile for the vm, I think it could be really useful if one just wants to quickly build a rescue image, or even for further applications. So I would definitely say that it would be of use. |
Including a small note about issue ladar#2, not being able to build on newer ubuntu versions.
Please see my pull request #306 against the vanilla DTA tree. A useful side effect is that all the other packages that Buildroot pulls in are also now using updated versions, with security fixes, etc. |
Hello!
I used to build the source code from @r0m30 just substituting
autoreconf
withautoreconf -i
in the builpbaroot and patching the m4 package with what is provided in this link: http://www.linuxfromscratch.org/lfs/view/development/chapter06/m4.htmlOn the other hand, when building this repo I also had to patch m4 and in addition subtituting
https://git.busybox.net/buildroot
variable withgit://git.busybox.net/buildroot
in the BUILDROOT variable from the conf file (otherwise git can not clone it). However it get stuck with this error:Could you help me?
By the way, I have also tried to substitute
autoreconf
withautoreconf -i
in your buildpbaroot file with the same results. I have always used kali rolling for the compilation and for these latest tests I have reinstall kali to discard any issue.Thanks.
The text was updated successfully, but these errors were encountered: