Home Forums Software discussion OS – Buildroot Buildroot Dependencies are Missing

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #509
    mdframe
    Participant

    I decided that since the Espressobin board is not loading the buildroot as expected I would build the OS myself to try and identify if the Getting Started guides have any additional challenges. I discovered that that build itself is missing mandatory dependencies it pulls during the compile. Here is a snapshot of the error:

    matt@ubuntu-test:~/buildroot$ make -j4
    >>> fio 2.17 Downloading
    –2017-06-17 19:58:38– https://fossies.org/linux/misc/fio-2.17.tar.gz
    Resolving fossies.org (fossies.org)… 138.201.17.217
    Connecting to fossies.org (fossies.org)|138.201.17.217|:443… connected.
    HTTP request sent, awaiting response… 410 Gone
    2017-06-17 19:58:39 ERROR 410: Gone.

    –2017-06-17 19:58:39– http://sources.buildroot.net/fio-2.17.tar.gz
    Resolving sources.buildroot.net (sources.buildroot.net)… 176.9.16.109
    Connecting to sources.buildroot.net (sources.buildroot.net)|176.9.16.109|:80… connected.
    HTTP request sent, awaiting response… 404 Not Found
    2017-06-17 19:58:39 ERROR 404: Not Found.

    package/pkg-generic.mk:113: recipe for target ‘/home/matt/buildroot/output/build/fio-2.17/.stamp_downloaded’ failed
    make: *** [/home/matt/buildroot/output/build/fio-2.17/.stamp_downloaded] Error 1
    matt@ubuntu-test:~/buildroot$

    As you can see by the terminal snapshot one of the dependencies is being reported as Gone and the other is 404.

    Has anyone been able to successfully build the buildroot OS, if so how did you overcome these errors?

    Thanks,

    Matt

    #511
    camh
    Participant

    It looks like there are a few new versions since that one: https://github.com/axboe/fio/releases

    If you want fio in your root image, update the fio.mk file in packages/fio to a later version (see the buildroot repo: https://github.com/buildroot/buildroot/tree/master/package/fio). If you don’t need fio, unselect it from “make menuconfig”.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Signup to our newsletter

Technical specification tables can not be displayed on mobile. Please view on desktop