Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945184 - net-dialup/mwavem-2.0-r2 fails to compile: meiovect.c:110:19: error: too many arguments to function dspMeioOpeni
Summary: net-dialup/mwavem-2.0-r2 fails to compile: meiovect.c:110:19: 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: 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-28 08:16 UTC by Agostino Sarubbo
Modified: 2025-02-10 08:56 UTC (History)
0 users

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


Attachments
build.log (build.log,192.90 KB, text/plain)
2024-11-28 08:16 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-28 08:16:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-dialup/mwavem-2.0-r2 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#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-28 08:16:08 UTC
Created attachment 912347 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-10 08:56:45 UTC
The bug has been closed via the following commit(s):

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

commit bddf10139c64151ed822ad7adadea7162c63637f
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-26 09:09:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 08:55:00 +0000

    net-dialup/mwavem: update EAPI 7 -> 8, fix compilation errors
    
    Fixes C23 problems and difference in pthread_t between musl and glibc
    Included in C23 problems: Actual usage of va_args instead of handrolled
    pointers, system includes, removal of redefinitions of system functions
    and completion of externs with function arguments.
    
    Closes: https://bugs.gentoo.org/897844
    Closes: https://bugs.gentoo.org/715926
    Closes: https://bugs.gentoo.org/945184
    Closes: https://bugs.gentoo.org/921186
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40311
    Signed-off-by: Sam James <sam@gentoo.org>

 net-dialup/mwavem/files/mwavem-2.0-C23.patch     | 128 +++++++++++++++++++++++
 net-dialup/mwavem/files/mwavem-2.0-pthread.patch |  14 +++
 net-dialup/mwavem/mwavem-2.0-r3.ebuild           |  57 ++++++++++
 3 files changed, 199 insertions(+)