Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.0(EOL)
-
None
Description
(from https://lists.launchpad.net/maria-developers/msg08130.html)
Debian has this new test suite for reproducible builds:
https://reproducible.debian.net/reproducible.html
MariaDB has notes while MySQL is OK (no notes):
https://reproducible.debian.net/index_notes.html
MariaDB should be at least as good as MySQL, right?
MariaDB notes: https://reproducible.debian.net/rb-pkg/mariadb-10.0.html
The errors in the build log
https://reproducible.debian.net/rbuild/mariadb-10.0_10.0.16-1.rbuild.log
look like this:
}}
|
/tmp/buildd/mariadb-10.0-10.0.16/storage/connect/ha_connect.cc:174:46:
|
error: macro "__DATE__" might prevent reproducible builds
|
[-Werror=date-time]
|
char compver[]= "Version 1.03.0006 " __DATE__ " " __TIME__;
|
^
|
/tmp/buildd/mariadb-10.0-10.0.16/storage/connect/ha_connect.cc:174:60:
|
error: macro "__TIME__" might prevent reproducible builds
|
[-Werror=date-time]
|
char compver[]= "Version 1.03.0006 " __DATE__ " " __TIME__;
|
^
|
{{
|
Attachments
Issue Links
- is duplicated by
-
MDEV-7554 connect engine builds are not "reproducible"
- Closed
- relates to
-
MDEV-23031 Make MariaDB Server build reproducibly
- Stalled