Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927809 - net-fs/cifs-utils fails to build with >=glibc-2.38 and -fno-semantic-interposition in CFLAGS
Summary: net-fs/cifs-utils fails to build with >=glibc-2.38 and -fno-semantic-interpos...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.38
  Show dependency tree
 
Reported: 2024-03-25 13:46 UTC by Ninpo
Modified: 2024-03-25 15:18 UTC (History)
0 users

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


Attachments
/var/log/portage/build/net-fs/cifs-utils-7.0:20240325-023115.log (cifs-utils-7.0:20240325-023115.log,19.30 KB, text/x-log)
2024-03-25 13:46 UTC, Ninpo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ninpo 2024-03-25 13:46:57 UTC
Created attachment 888538 [details]
/var/log/portage/build/net-fs/cifs-utils-7.0:20240325-023115.log

Lots of "function not inlinable" errors while rebuilding world for 23.0 profile update. Build log attached.
Comment 1 Larry the Git Cow gentoo-dev 2024-03-25 15:18:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c956177bce251cc4157fbd0948dfffe085b7ceb

commit 1c956177bce251cc4157fbd0948dfffe085b7ceb
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-03-25 15:05:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-25 15:06:24 +0000

    net-fs/cifs-utils: filter -fno-semantic-interposition
    
    With >=glibc-2.38, it uses that strlcpy.
    
    Closes: https://bugs.gentoo.org/927809
    Signed-off-by: Sam James <sam@gentoo.org>

 net-fs/cifs-utils/cifs-utils-6.15-r1.ebuild | 7 +++++--
 net-fs/cifs-utils/cifs-utils-7.0-r1.ebuild  | 7 +++++--
 net-fs/cifs-utils/cifs-utils-7.0.ebuild     | 7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)