Bug 8971

Summary: build for beaglebone fails
Product: buildroot Reporter: Craig <craigswank>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: normal CC: buildroot
Priority: P5    
Version: 2016.05   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: build output

Description Craig 2016-06-04 14:56:20 UTC
Created attachment 6446 [details]
build output

The build fails when I do:

  $ make beaglebone_defconfig
  $ make

I've attached the entire output of the make command.

I'm building on ubuntu 

➜  buildroot git:(aa6fd11) ✗ uname -a
Linux sigatoka 3.19.0-49-generic #55-Ubuntu SMP Fri Jan 22 02:10:24 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
➜  buildroot git:(aa6fd11) ✗ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 15.04
Release:	15.04
Codename:	vivid

If anyone needs more info please ask, I can't think of anything else right now.
Comment 1 Peter Seiderer 2016-06-06 21:03:58 UTC
Tested:

$ tar -xvjf buildroot-2016.05.tar.bz2
$ cd buildroot-2016.05
$ make beaglebone_defconfig
$ make

..and works (aborted after 'silentoldconfig Config.in' finished and
binutils-2.25.1.tar.bz2 download started), please try again (or with
the downloaded package instead of git?)...

Regards,
Peter