Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944915 - net-nds/gssproxy-0.9.2 fails to compile: gpm_common.c:729:13: error: too many arguments to function gpm_xdr_set[proc].arg_fn
Summary: net-nds/gssproxy-0.9.2 fails to compile: gpm_common.c:729:13: error: too many...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on: 944006
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-25 09:25 UTC by Agostino Sarubbo
Modified: 2025-04-25 15:50 UTC (History)
0 users

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


Attachments
build.log (build.log,131.12 KB, text/plain)
2024-11-25 09:25 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-25 09:25:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-nds/gssproxy-0.9.2 fails to compile.
Discovered on: arm64 (internal ref: tinderbox_arm64)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-25 09:25:41 UTC
Created attachment 911868 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-04-25 15:50:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b0490aaace089a0df45217197bca620b541968

commit 98b0490aaace089a0df45217197bca620b541968
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-04-25 15:50:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-25 15:50:07 +0000

    net-nds/gssproxy: fix build w/ C23
    
    This needed a patch in mit-krb5 too.
    
    Bug: https://bugs.gentoo.org/944006
    Closes: https://bugs.gentoo.org/944915
    Signed-off-by: Sam James <sam@gentoo.org>

 net-nds/gssproxy/files/gssproxy-0.9.2-c23.patch | 106 +++++++++++++++++++++
 net-nds/gssproxy/gssproxy-0.9.2-r1.ebuild       | 117 ++++++++++++++++++++++++
 2 files changed, 223 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af8bc8de6c160554ff0e634f1837879961dbcb3

commit 4af8bc8de6c160554ff0e634f1837879961dbcb3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-04-25 15:45:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-25 15:45:59 +0000

    app-crypt/mit-krb5: fix headers for C23
    
    Use the upstream patch that Fedora is using too.
    
    Closes: https://bugs.gentoo.org/944006
    Closes: https://bugs.gentoo.org/944915
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/mit-krb5/Manifest                  |   1 +
 app-crypt/mit-krb5/mit-krb5-1.21.3-r1.ebuild | 157 +++++++++++++++++++++++++++
 2 files changed, 158 insertions(+)