Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 897844 - net-dialup/mwavem-2.0-r2 fails to compile (MUSL-CLANG-SYSTEM): dspmgr.h :error: 936incompatible pointer to integer conversion assigning to HANDLE (aka int) from pthread_t (aka struct __pthread ) [-Wint-conversion]:
Summary: net-dialup/mwavem-2.0-r2 fails to compile (MUSL-CLANG-SYSTEM): dspmgr.h :erro...
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: dead upstream
Keywords: PullRequest
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2023-02-26 08:11 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,138.02 KB, text/plain)
2023-02-26 08:11 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 2023-02-26 08:11:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-dialup/mwavem-2.0-r2 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-26 08:11:24 UTC
Created attachment 854746 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-10 08:56:33 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(+)