immortalwrt / packages

Community maintained packages for ImmortalWrt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

更新 alsa 后编译出错

mitsukileung opened this issue · comments

In file included from ../../include/local.h:177,
9204
from control_local.h:22,
9205
from control.c:188:
9206
control.c: In function 'snd_ctl_open_conf':
9207
../../include/global.h:98:36: warning: implicit declaration of function '__STRING' [-Wimplicit-function-declaration]
9208
98 | #define SND_DLSYM_VERSION(version) __STRING(version)
9209
| ^~~~~~~~
9210
control.c:1541:25: note: in expansion of macro 'SND_DLSYM_VERSION'
9211
1541 | SND_DLSYM_VERSION(SND_CONTROL_DLSYM_VERSION), 1);
9212
| ^~~~~~~~~~~~~~~~~
9213
../../include/control.h:43:41: error: '_dlsym_control_001' undeclared (first use in this function)
9214
43 | #define SND_CONTROL_DLSYM_VERSION _dlsym_control_001
9215
| ^~~~~~~~~~~~~~~~~~
9216
../../include/global.h:98:45: note: in definition of macro 'SND_DLSYM_VERSION'
9217
98 | #define SND_DLSYM_VERSION(version) __STRING(version)
9218
| ^~~~~~~
9219
control.c:1541:43: note: in expansion of macro 'SND_CONTROL_DLSYM_VERSION'
9220
1541 | SND_DLSYM_VERSION(SND_CONTROL_DLSYM_VERSION), 1);
9221
| ^~~~~~~~~~~~~~~~~~~~~~~~~
9222
../../include/control.h:43:41: note: each undeclared identifier is reported only once for each function it appears in
9223
43 | #define SND_CONTROL_DLSYM_VERSION _dlsym_control_001
9224
| ^~~~~~~~~~~~~~~~~~
9225
../../include/global.h:98:45: note: in definition of macro 'SND_DLSYM_VERSION'
9226
98 | #define SND_DLSYM_VERSION(version) __STRING(version)
9227
| ^~~~~~~
9228
control.c:1541:43: note: in expansion of macro 'SND_CONTROL_DLSYM_VERSION'
9229
1541 | SND_DLSYM_VERSION(SND_CONTROL_DLSYM_VERSION), 1);
9230
| ^~~~~~~~~~~~~~~~~~~~~~~~~
9231
make[6]: *** [Makefile:421: control.lo] Error 1
9232
make[6]: Leaving directory '/workdir/openwrt/build_dir/target-x86_64_musl/alsa-lib-1.2.10/src/control'
9233
make[5]: *** [Makefile:557: all-recursive] Error 1
9234
make[5]: Leaving directory '/workdir/openwrt/build_dir/target-x86_64_musl/alsa-lib-1.2.10/src'
9235
make[4]: *** [Makefile:408: all-recursive] Error 1
9236
make[4]: Leaving directory '/workdir/openwrt/build_dir/target-x86_64_musl/alsa-lib-1.2.10'
9237
make[3]: *** [Makefile:126: /workdir/openwrt/build_dir/target-x86_64_musl/alsa-lib-1.2.10/.built] Error 2
9238
make[3]: Leaving directory '/workdir/openwrt/feeds/packages/libs/alsa-lib'
9239
time: package/feeds/packages/alsa-lib/compile#0.20#0.04#0.23
9240
ERROR: package/feeds/packages/alsa-lib failed to build.
9241
make[2]: *** [package/Makefile:128: package/feeds/packages/alsa-lib/compile] Error 1
9242
make[2]: Leaving directory '/workdir/openwrt'
9243
make[1]: *** [package/Makefile:122: /workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
9244
make[1]: Leaving directory '/workdir/openwrt'
9245
make: *** [/workdir/openwrt/include/toplevel.mk:232: world] Error 2
9246
Error: Process completed with exit code 2.

寄了啊