Bugzilla – Bug 1184750
librsb embeds build system memory info
Last modified: 2021-04-16 02:03:48 UTC
While working on reproducible builds for openSUSE, I found that our Leap 15.3 librsb-1.2.0-rc7 emeds details about build system memory info --- old//usr/include/rsb-config.h 2021-04-02 00:14:41.000000000 +0000 +++ new//usr/include/rsb-config.h 2017-12-26 12:00:00.000000000 +0000 @@ -264,7 +264,7 @@ /* If not null, the library will rely on this for memory hierarchy info, unless RSB_USER_SET_MEM_HIERARCHY_INFO is set. */ -#define RSB_DETECTED_MEM_HIERARCHY_INFO "L3:16/64/16384K,L2:16/64/512K,L1:2/64/ 64K" +#define RSB_DETECTED_MEM_HIERARCHY_INFO "L3:16/64/16384K,L2:16/64/4096K,L1:8/64 /32K" and that string also becomes part of /usr/lib64/librsb.so.0.0.0
This is an autogenerated message for OBS integration: This bug (1184750) was mentioned in https://build.opensuse.org/request/show/885420 Backports:SLE-15-SP3 / librsb
SR was accepted and 15.3 build is verifiable now.