Bug 11696

Summary: possible typo in board/pc/post-build.sh
Product: buildroot Reporter: Rob Roschewsk <pabutusa>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2018.11.2   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Rob Roschewsk 2019-02-23 18:47:57 UTC
running buildroot with PC target encounyered error:

>>>   Executing post-build script board/pc/post-build.sh
cp: cannot stat '/home/roschews/buildroot-2018.11.2/output/host/lib/grub/i387-pc/boot.img': No such file or directory
Makefile:715: recipe for target 'target-finalize' failed
make[1]: *** [target-finalize] Error 1

Checked script board/pc/post-build.sh .... sure enough it specifies i387-pc/boot.img when it likely should be i386-pc/boot.img since that file does exist
Comment 1 Peter Seiderer 2019-02-23 21:03:46 UTC
Already fixed, see [1], fix should be in the next release...

Nevertheless thanks for the report...

Regards,
Peter
Comment 2 Peter Seiderer 2019-02-23 21:11:33 UTC
Ups, forgot to add the refernce:

[1] https://git.buildroot.net/buildroot/diff/?id=9f1256e1aae0a1e91e033d51b968415adec117bf&h=master
Comment 3 Rob Roschewsk 2019-02-23 22:36:56 UTC
Thanks!