2015-06-11 7:58 GMT+02:00 Paul Menzel paulepanter@users.sourceforge.net:
Holger Levsen joined #coreboot@irc.freenode.net yesterday to report that he integrated coreboot into the reproducible builds infrastructure [1].
Thank you for the heads up, and thanks Holger for doing it!
* a-trend_atc-6220 (256K) is unreproducible. * a-trend_atc-6240 (256K) is unreproducible. * google_nyan (4096K) is unreproducible. * google_nyan_big (4096K) is unreproducible. * google_rush (4096K) is unreproducible. * google_rush_ryu (8192K) is unreproducible.
The problem is one of collation order configured by LANG (see their build script). fr_CH.UTF-8 has different rules that sort A_TREND before AAEON instead of after ASUS, and NYAN before instead of after NYAN_*. http://review.coreboot.org/10510 should deal with that.
While at it, http://review.coreboot.org/10512 minimizes the stored config to make it clearer to users which options were changed.
Patrick