| ^ /var/tmp/portage/net-dialup/mwavem-2.0-r2/work/mwavem-2.0/src/mwmpw32/mwmparse.c: In function swab: /var/tmp/portage/net-dialup/mwavem-2.0-r2/work/mwavem-2.0/src/mwmpw32/mwmparse.c:327:20: error: expected declaration specifiers before __THROW 327 | extern void swab() __THROW; | ^~~~~~~ /var/tmp/portage/net-dialup/mwavem-2.0-r2/work/mwavem-2.0/src/mwmpw32/mwmparse.c:330:1: error: expected =, ,, ;, asm or __attribute__ before { token ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl-20200328-141627 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-gentoo-linux-musl-9.3.0 * clang version 10.0.0 Target: x86_64-gentoo-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.7 [3] python3.6 [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.42.0 * timestamp of HEAD at this tinderbox image: /var/db/repos/gentoo Thu Apr 2 14:37:38 UTC 2020 /var/db/repos/musl Thu Apr 2 13:46:05 UTC 2020 emerge -qpvO net-dialup/mwavem [ebuild N ] net-dialup/mwavem-2.0-r2
Created attachment 629078 [details] emerge-info.txt
Created attachment 629080 [details] emerge-history.txt
Created attachment 629082 [details] environment
Created attachment 629084 [details] etc.portage.tbz2
Created attachment 629086 [details] logs.tbz2
Created attachment 629088 [details] net-dialup:mwavem-2.0-r2:20200402-160421.log
Created attachment 629090 [details] temp.tbz2
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(+)