Bug 1184750

Summary: librsb embeds build system memory info
Product: [openSUSE] openSUSE Distribution Reporter: Bernhard Wiedemann <bwiedemann>
Component: DevelopmentAssignee: Jan Engelhardt <jengelh>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Leap 15.3   
Target Milestone: ---   
Hardware: x86-64   
OS: All   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bernhard Wiedemann 2021-04-14 14:59:17 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
Comment 1 OBSbugzilla Bot 2021-04-14 16:00:05 UTC
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
Comment 2 Bernhard Wiedemann 2021-04-16 02:03:48 UTC
SR was accepted and 15.3 build is verifiable now.