Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 927809

Summary: net-fs/cifs-utils fails to build with >=glibc-2.38 and -fno-semantic-interposition in CFLAGS
Product: Gentoo Linux Reporter: Ninpo <ninpo>
Component: Current packagesAssignee: Gentoo's SAMBA Team <samba>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=911726
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 911592    
Attachments: /var/log/portage/build/net-fs/cifs-utils-7.0:20240325-023115.log

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(-)