* Package: media-sound/cvoicecontrol-0.9_alpha-r2:0 * Repository: gentoo * Maintainer: sound@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking cvoicecontrol-0.9alpha.tar.bz2 to /var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work >>> Source unpacked in /var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work >>> Preparing source in /var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha ... * Applying cvoicecontrol-0.9_alpha-gentoo-2.patch ... [ ok ] * Applying cvoicecontrol-0.9_alpha-tinfo.patch ... [ ok ] * Applying cvoicecontrol-0.9_alpha-automake.patch ... [ ok ] * Applying cvoicecontrol-0.9_alpha-clang16.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha' ... * Running 'aclocal --system-acdir=/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/temp/aclocal' ... [ ok ] * Moving configure.in to configure.ac (bug #426262) * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --foreign --force-missing' ... [ ok ] * Running elibtoolize in: cvoicecontrol-0.9alpha/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha ... * econf: updating cvoicecontrol-0.9alpha/config.guess with /usr/share/gnuconfig/config.guess * econf: updating cvoicecontrol-0.9alpha/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cvoicecontrol-0.9_alpha-r2 --htmldir=/usr/share/doc/cvoicecontrol-0.9_alpha-r2/html --libdir=/usr/lib64 configure: loading site script /usr/share/config.site configure: loading site script /usr/share/config.site.d/80crossdev.conf checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for main in -lpthread... yes checking for main in -lncurses... yes checking for keypad in -ltinfo... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for fcntl.h... yes checking for glob.h... yes checking for math.h... yes checking for ncurses.h... yes checking for pthread.h... yes checking for signal.h... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/select.h... yes checking for sys/soundcard.h... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for termios.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating cvoicecontrol/Makefile config.status: creating cvoicecontrol/docs/Makefile config.status: creating cvoicecontrol/docs/en/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha' Making all in cvoicecontrol make[2]: Entering directory '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha/cvoicecontrol' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o audio.o audio.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o bb_queue.o bb_queue.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o configuration.o configuration.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o keypressed.o keypressed.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o mixer.o mixer.c audio.c: In function ‘playUtterance’: audio.c:395:3: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 395 | write(fd_audio, wav, length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o model.o model.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o preprocess.o preprocess.c model.c: In function ‘fgetstring’: model.c:37:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 37 | fread(&i, sizeof(int), 1, stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c: In function ‘loadModel’: model.c:174:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 174 | fread(&(model->total_number_of_sample_utterances), sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:181:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 181 | fread(&(model->number_of_items), sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:195:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 195 | fread(&tmp_int, sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:197:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 197 | fgets(new_item->label, tmp_int+1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:198:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 198 | fread(&tmp_int, sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:200:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 200 | fgets(new_item->command, tmp_int+1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:204:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 204 | fread(&(new_item->number_of_samples), sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:220:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 220 | fread(&tmp_int, sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:222:7: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 222 | fgets(new_sample->id, tmp_int+1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:226:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 226 | fread(&(new_sample->length), sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:237:33: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 237 | fread(new_sample->data[k], sizeof(float), FEAT_VEC_SIZE, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:242:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 242 | fread(&new_sample->has_wav, sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:245:33: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 245 | fread(&new_sample->wav_length, sizeof(int), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ model.c:247:33: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 247 | fread(new_sample->wav_data, sizeof(unsigned char), new_sample->wav_length, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o realfftf.o realfftf.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o score.o score.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o semaphore.o semaphore.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o cvoicecontrol.o cvoicecontrol.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o ncurses_tools.o ncurses_tools.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o microphone_config.o microphone_config.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -c -o model_editor.o model_editor.c ncurses_tools.c: In function ‘wstringInput’: ncurses_tools.c:178:16: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 178 | if (win->_curx > x) | ^~ ncurses_tools.c:182:29: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 182 | wmove (win, y, win->_curx - 1); | ^~ ncurses_tools.c:207:14: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 207 | if (win->_curx < (x + max - 1)) | ^~ ncurses_tools.c:211:27: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 211 | wmove (win, y, win->_curx + 1); | ^~ ncurses_tools.c:242:16: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 242 | if (win->_curx > x) | ^~ ncurses_tools.c:251:21: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 251 | oldx = win->_curx; | ^~ ncurses_tools.c:288:17: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 288 | oldx = win->_curx; | ^~ ncurses_tools.c:289:15: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 289 | if ((win->_curx < x + max - 1) | ^~ ncurses_tools.c:309:20: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 309 | else if ((win->_curx == x + max - 1) | ^~ ncurses_tools.c:334:20: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 334 | else if ((win->_curx == x + max - 1) | ^~ ncurses_tools.c:364:16: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 364 | if (win->_curx != (x + max - 1)) | ^~ ncurses_tools.c:369:21: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 369 | oldx = win->_curx; | ^~ cvoicecontrol.c: In function ‘recognize’: cvoicecontrol.c:498:41: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 498 | system((getModelItem(model, id))->command); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:407: ncurses_tools.o] Error 1 make[2]: *** Waiting for unfinished jobs.... microphone_config.c: In function ‘saveConfiguration’: microphone_config.c:1090:7: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1090 | system(command); | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha/cvoicecontrol' make[1]: *** [Makefile:360: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha' make: *** [Makefile:301: all] Error 2 * ERROR: media-sound/cvoicecontrol-0.9_alpha-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/cvoicecontrol-0.9_alpha-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/cvoicecontrol-0.9_alpha-r2::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:cvoicecontrol-0.9_alpha-r2:20240517-185226.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha' * S: '/var/tmp/portage/media-sound/cvoicecontrol-0.9_alpha-r2/work/cvoicecontrol-0.9alpha'