Bug 9871 - fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
Summary: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2017.02.1
Hardware: All Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-17 09:38 UTC by Camille Gonnet
Modified: 2017-05-17 19:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to apply to fbgrab 1.3 (584 bytes, text/plain)
2017-05-17 09:38 UTC, Camille Gonnet
Details

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