Bug 1184750 - librsb embeds build system memory info
Summary: librsb embeds build system memory info
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Development (show other bugs)
Version: Leap 15.3
Hardware: x86-64 All
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Jan Engelhardt
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-14 14:59 UTC by Bernhard Wiedemann
Modified: 2021-04-16 02:03 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.