Bug ID | 1189094 |
---|---|
Summary | libhugetlbfs fails with glibc 2.34 |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | screening-team-bugs@suse.de |
Reporter | martin.liska@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Fails here: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:B/libhugetlbfs/standard/x86_64 due to: [ 15s] morecore.c: In function '__lh_hugetlbfs_setup_morecore': [ 15s] morecore.c:368:17: error: '__morecore' undeclared (first use in this function); did you mean 'thp_morecore'? [ 15s] 368 | __morecore = &thp_morecore; [ 15s] | ^~~~~~~~~~ [ 15s] | thp_morecore [ 15s] morecore.c:368:17: note: each undeclared identifier is reported only once for each function it appears in