Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865983 - app-benchmarks/stress-ng: fails to build with glibc-2.36 (error: redeclaration of 'enum fsconfig_command')
Summary: app-benchmarks/stress-ng: fails to build with glibc-2.36 (error: redeclaratio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard: ~arch only
Keywords: PATCH
Depends on:
Blocks: glibc-2.36
  Show dependency tree
 
Reported: 2022-08-22 03:50 UTC by WANG Xuerui
Modified: 2022-11-02 21:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description WANG Xuerui gentoo-dev 2022-08-22 03:50:19 UTC
In file included from /usr/include/linux/fs.h:19,
                 from core-helper.c:59:
/usr/include/linux/mount.h:95:6: error: redeclaration of ‘enum fsconfig_command’
   95 | enum fsconfig_command {
      |      ^~~~~~~~~~~~~~~~
In file included from core-helper.c:43:
/usr/include/sys/mount.h:189:6: note: originally defined here
  189 | enum fsconfig_command
      |      ^~~~~~~~~~~~~~~~
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2022-08-28 09:52:13 UTC
Fixed in sys-libs/glibc-2.36-r1
Comment 3 Larry the Git Cow gentoo-dev 2022-09-14 21:50:35 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eba5df40fe17b9ae428e1ff9b52c257bfcbdd05

commit 5eba5df40fe17b9ae428e1ff9b52c257bfcbdd05
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2022-09-14 21:49:16 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2022-09-14 21:49:22 +0000

    app-benchmarks/stress-ng: add 0.14.05
    
    Bug: https://bugs.gentoo.org/865983
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-benchmarks/stress-ng/Manifest                 |  1 +
 app-benchmarks/stress-ng/stress-ng-0.14.05.ebuild | 56 +++++++++++++++++++++++
 2 files changed, 57 insertions(+)