Giter Site home page Giter Site logo

Comments (10)

steev avatar steev commented on May 25, 2024

Can you paste (or pastebin, or gist) the full output of the build script please?

I doubt it's related to rolling, but I should note that I currently build everything on a sana based buildbox.

from kali-arm-build-scripts.

0xicl33n avatar 0xicl33n commented on May 25, 2024

Ive been building it in a screen session and using putty from this laptop but i can probably just >> to a file...right?

from kali-arm-build-scripts.

steev avatar steev commented on May 25, 2024

Actually - it may entirely be kali-rolling related - the build script from robert might not yet support kali-rolling as a supported distro. Realistically, we should move to doing something similar to what http://ragustechblog.blogspot.com/2014/12/how-to-compile-latest-mainline-kernel.html mentions (creating the uImage this way)

If you're building in screen, before you run a build just do ctrl+a, :log and it should log everything to a file "screenlog" in $CWD that screen is run from.

from kali-arm-build-scripts.

steev avatar steev commented on May 25, 2024

Actually - we don't even need to be doing a uImage, the zImage and friends should work just fine since that's how it is currently done. It's just a matter of putting them all in the correct places.

from kali-arm-build-scripts.

0xicl33n avatar 0xicl33n commented on May 25, 2024

I actually just shut down my build server from frustration so now ill have to run another build but thats no problem here, it may take about 30-45 minutes to get to that point..

I used to have apt-cacher setup but its gone now

Build started, will post gist as soon as i can.

from kali-arm-build-scripts.

steev avatar steev commented on May 25, 2024

Don't bother - notice the message that I skipped over - unknown deb based system, copy/paste the following output and send to bugs@ - that means that's why it is failing to build. It builds for me because I'm still on sana.

I've sent the email, so now it's just a matter for his system to update to support it. Keep an eye on https://github.com/RobertCNelson/linux-dev

from kali-arm-build-scripts.

0xicl33n avatar 0xicl33n commented on May 25, 2024

Actually

I found in linux-dev/tools/host_det.sh the following:

if [ "x${deb_distro}" = "xsana" ] ; then
            #lsb_release -a
            #Distributor ID:    Kali
            #Description:    Kali GNU/Linux 2.0
            #Release:    2.0
            #Codename:    sana
            deb_distro="jessie"
        fi

After a little poking around the config for rolling should look like:


if [ "x${deb_distro}" = "kali-rolling" ] ; then
            #lsb_release -a
            #Distributor ID: Kali
            #Description:    Kali GNU/Linux Rolling
            #Release:        kali-rolling
            #Codename:       kali-rolling
            deb_distro="sid"
        fi

( im assuming rolling is in fact sid)

Im not giving up that easily ;)

from kali-arm-build-scripts.

steev avatar steev commented on May 25, 2024

Yes, but that's his repo not ours.... so, you can make the modification locally and copy the file in as part of the build script, or wait for his update to the file.

from kali-arm-build-scripts.

0xicl33n avatar 0xicl33n commented on May 25, 2024

Indeed, i will test with a local copy and perhaps make a pull request (or just report it as an issue)

from kali-arm-build-scripts.

steev avatar steev commented on May 25, 2024

He happily accepts them :)

from kali-arm-build-scripts.

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.