Bug 9871

Summary: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
Product: buildroot Reporter: Camille Gonnet <camille>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2017.02.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to apply to fbgrab 1.3

Description Camille Gonnet 2017-05-17 09:38:14 UTC
Created attachment 7066 [details]
Patch to apply to fbgrab 1.3

fbgrab 1.3 won't build with BR2_REPRODUCIBLE set.

This is due to GZIP macro usage in the source Makefile.
gzip itself uses GZIP environment variable as parameters, so it thinks it has the file gzip to compile.
Comment 1 Peter Korsgaard 2017-05-17 14:55:47 UTC
fbgrab upstream isn't very active, so it is unlikely that we can get the fix integrated in the near future. I've submitted a simpler patch that simply doesn't compress the (unused) man page instead:

https://patchwork.ozlabs.org/patch/763602/