Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944460 - app-shells/smrsh-8.15.2-r1 fails to compile: vfscanf.c:243:30: error: assignment to ULONGLONG_T ()(const char , char , int) {aka long long unsigned int ()(const char , char , int)} from incompatible pointer type ULONGLONG_T ()(void) {aka long long unsign
Summary: app-shells/smrsh-8.15.2-r1 fails to compile: vfscanf.c:243:30: error: assignm...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-22 11:35 UTC by Agostino Sarubbo
Modified: 2025-04-24 18:15 UTC (History)
0 users

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


Attachments
build.log (build.log,93.98 KB, text/plain)
2024-11-22 11:35 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-22 11:35:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-shells/smrsh-8.15.2-r1 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
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#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-22 11:35:19 UTC
Created attachment 911547 [details]
build.log

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

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

commit ed7c31f8944f4f16f45fcff382a1728c7ffa4062
Author:     Cristian Othón Martínez Vera <cfuga@cfuga.mx>
AuthorDate: 2025-04-11 17:48:21 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-24 18:14:45 +0000

    app-shells/smrsh: fix compilation for musl, c23/gcc-15
    
    The value ```-DXDEBUG=0``` was fixed in the ```site.config.m4``` file, and now
    it's in the ebuild file. In order to support musl, we need to add a new value
    to the ```confENVDEF``` define.
    
    Closes: https://bugs.gentoo.org/715280
    Closes: https://bugs.gentoo.org/944460
    Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
    Part-of: https://github.com/gentoo/gentoo/pull/41538
    Closes: https://github.com/gentoo/gentoo/pull/41538
    Signed-off-by: Sam James <sam@gentoo.org>

 app-shells/smrsh/files/site.config.m4              |  2 +-
 .../smrsh/files/smrsh-8.18.1-c23-sm_strtoll.patch  | 29 ++++++++++++++++++++++
 .../smrsh/files/smrsh-musl-disable-cdefs.patch     | 11 ++++++++
 app-shells/smrsh/smrsh-8.15.2-r1.ebuild            | 10 ++++++++
 app-shells/smrsh/smrsh-8.18.1.ebuild               | 10 ++++++++
 5 files changed, 61 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d38477173d46229b022a99c6e29ecb7a4a05ff

commit 37d38477173d46229b022a99c6e29ecb7a4a05ff
Author:     Cristian Othón Martínez Vera <cfuga@cfuga.mx>
AuthorDate: 2025-04-11 16:12:53 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-24 18:14:38 +0000

    mail-mta/sendmail: complete c23/gcc-15 fix
    
    Bug: https://bugs.gentoo.org/944460
    Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
    Part-of: https://github.com/gentoo/gentoo/pull/41539
    Closes: https://github.com/gentoo/gentoo/pull/41539
    Signed-off-by: Sam James <sam@gentoo.org>

 ...ctime.patch => sendmail-8.18.1-c23-ctime.patch} |  0
 .../files/sendmail-8.18.1-c23-sm_strtoll.patch     | 29 ++++++++++++++++++++++
 mail-mta/sendmail/sendmail-8.18.1.ebuild           |  3 ++-
 3 files changed, 31 insertions(+), 1 deletion(-)