DEBUG: Executing shell function do_compile
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-310
copying src/pyaudio.py -> build/lib.linux-x86_64-cpython-310
running build_ext
building '_portaudio' extension
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310/src
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57 -march=armv8-a+crc -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0=/usr/src/debug/python3-pyaudio/0.2.12-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0=/usr/src/debug/python3-pyaudio/0.2.12-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot-native= -fPIC -I/usr/local/include -I/usr/include -ITOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot/usr/include/python3.10 -c src/_portaudiomodule.c -o build/temp.linux-x86_64-cpython-310/src/_portaudiomodule.o
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:41:
/usr/include/bits/libio.h:463:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
                        _IO_va_list, int *__restrict);
                        ^
/usr/include/bits/libio.h:48:21: note: expanded from macro '_IO_va_list'
#define _IO_va_list _G_va_list
                    ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:41:
/usr/include/bits/libio.h:465:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
                         _IO_va_list);
                         ^
/usr/include/bits/libio.h:48:21: note: expanded from macro '_IO_va_list'
#define _IO_va_list _G_va_list
                    ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:46:9: error: unknown type name '__gnuc_va_list'
typedef _G_va_list va_list;
        ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:328:8: error: unknown type name '__gnuc_va_list'
                     _G_va_list __arg);
                     ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:333:54: error: unknown type name '__gnuc_va_list'
extern int vprintf (const char *__restrict __format, _G_va_list __arg);
                                                     ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:336:8: error: unknown type name '__gnuc_va_list'
                     _G_va_list __arg) __THROWNL;
                     ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:345:42: error: unknown type name '__gnuc_va_list'
                      const char *__restrict __format, _G_va_list __arg)
                                                       ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:366:8: error: unknown type name '__gnuc_va_list'
                     _G_va_list __arg)
                     ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:421:7: error: unknown type name '__gnuc_va_list'
                    _G_va_list __arg)
                    ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:428:53: error: unknown type name '__gnuc_va_list'
extern int vscanf (const char *__restrict __format, _G_va_list __arg)
                                                    ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:433:40: error: unknown type name '__gnuc_va_list'
                    const char *__restrict __format, _G_va_list __arg)
                                                     ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:445:37: error: unknown type name '__gnuc_va_list'
                        const char *__restrict __format, _G_va_list __arg),
                                                         ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:449:5: error: unknown type name '__gnuc_va_list'
                                _G_va_list __arg), __isoc99_vscanf)
                                ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
/usr/include/stdio.h:454:8: error: unknown type name '__gnuc_va_list'
                            _G_va_list __arg), __isoc99_vsscanf)
                            ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:862:
/usr/include/bits/stdio2.h:27:7: error: unknown type name '__gnuc_va_list'
                           _G_va_list __ap) __THROW;
                           ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:862:
/usr/include/bits/stdio2.h:44:4: error: unknown type name '__gnuc_va_list'
                 _G_va_list __ap))
                 ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:862:
/usr/include/bits/stdio2.h:57:8: error: unknown type name '__gnuc_va_list'
                            _G_va_list __ap) __THROW;
                            ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:862:
/usr/include/bits/stdio2.h:75:35: error: unknown type name '__gnuc_va_list'
                  const char *__restrict __fmt, _G_va_list __ap))
                                                ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:862:
/usr/include/bits/stdio2.h:89:40: error: unknown type name '__gnuc_va_list'
                           const char *__restrict __format, _G_va_list __ap);
                                                            ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:862:
/usr/include/bits/stdio2.h:91:6: error: unknown type name '__gnuc_va_list'
                          _G_va_list __ap);
                          ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
In file included from src/_portaudiomodule.c:28:
In file included from /usr/include/stdio.h:862:
/usr/include/bits/stdio2.h:114:40: error: unknown type name '__gnuc_va_list'
vprintf (const char *__restrict __fmt, _G_va_list __ap)
                                       ^
/usr/include/bits/_G_config.h:51:20: note: expanded from macro '_G_va_list'
#define _G_va_list __gnuc_va_list
                   ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
2 warnings and 20 errors generated.
error: command 'TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-clang' failed with exit code 1
ERROR: 'python3 setup.py bdist_wheel ' execution failed.
WARNING: TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/temp/run.do_compile.27632:174 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/temp/run.do_compile.27632, line 174
	#2: setuptools3_do_compile, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/temp/run.do_compile.27632, line 164
	#3: do_compile, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/temp/run.do_compile.27632, line 153
	#4: main, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/python3-pyaudio/0.2.12-r0/temp/run.do_compile.27632, line 178

Error details

Submitted on:
27/07/22 21:53
Error type:
Recipe
Task:
do_compile
Recipe:
python3-pyaudio
Recipe version:
0.2.12-r0
Machine:
qemuarm64
Distro:
yoe
Build system:
x86_64-linux
Target system:
aarch64-yoe-linux-musl
Host distro:
ubuntu-18.04/ubuntu-18.04
Branch:
HEAD
Commit:
4b5075ba23c13d6949367a69dd515f6eee101a05
Build:
#149673
Submitter:
Similar errors:
20
Open a bug