Bug 11696 - possible typo in board/pc/post-build.sh
Summary: possible typo in board/pc/post-build.sh
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2018.11.2
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-23 18:47 UTC by Rob Roschewsk
Modified: 2019-02-23 22:36 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!