Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536132 - net-wireless/broadcom-sta-6.30.223.248-r2 - .../work/src/wl/sys/wl_linux.c:2054:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
Summary: net-wireless/broadcom-sta-6.30.223.248-r2 - .../work/src/wl/sys/wl_linux.c:20...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-09 13:51 UTC by Risimi
Modified: 2015-01-27 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,7.45 KB, text/plain)
2015-01-09 13:51 UTC, Risimi
Details
emerge --info (emerge--info.txt,4.37 KB, text/plain)
2015-01-09 13:52 UTC, Risimi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Risimi 2015-01-09 13:51:44 UTC
Created attachment 393560 [details]
build.log

The package can be built by adding -Wno-error=date-time to the Makefile.

diff -r d95180d47efc Makefile
--- a/Makefile  Fri Jan 09 13:29:58 2015 +0200
+++ b/Makefile  Fri Jan 09 13:32:35 2015 +0200
@@ -121,6 +121,7 @@
 wl-objs            += src/wl/sys/wl_iw.o
 wl-objs            += src/wl/sys/wl_cfg80211_hybrid.o

+EXTRA_CFLAGS       += -Wno-error=date-time
 EXTRA_CFLAGS       += -I$(src)/src/include -I$(src)/src/common/include
 EXTRA_CFLAGS       += -I$(src)/src/wl/sys -I$(src)/src/wl/phy -I$(src)/src/wl/ppr/include
 EXTRA_CFLAGS       += -I$(src)/src/shared/bcmwifi/include
Comment 1 Risimi 2015-01-09 13:52:37 UTC
Created attachment 393562 [details]
emerge --info
Comment 2 Matt Turner gentoo-dev 2015-01-27 19:42:08 UTC
I've committed broadcom-sta-6.30.223.248-r3 which applies this patch. Thanks!