* Package: app-accessibility/nfbtrans-7.74-r2:0 * Repository: gentoo * Maintainer: williamh@gentoo.org accessibility@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking nfbtr774.zip to /var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/work >>> Source unpacked in /var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/work >>> Preparing source in /var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/work ... * Applying nfbtrans-7.74-gentoo-fix.patch ... [ ok ] * Applying nfbtrans-7.74-getline-fix.patch ... [ ok ] * Applying nfbtrans-7.74-respect-ldflags.patch ... [ ok ] make -j4 lowercase rm *.ASM NFBTRANS *.EXE *.BAT mv README.TXT readme.txt mv NFBTRANS.C nfbtrans.c mv NFBPATCH.C nfbpatch.c mv NFBTRANS.FMT nfbtrans.fmt mv NFBTRANS.CNF nfbtrans.cnf mv MAKEDOC makedoc chmod 755 makedoc mv BRAILLE.TAB braille.tab mv BACK.TAB back.tab mv TABLES.ZIP tables.zip mv TVFREQS.FMT tvfreqs.fmt mv ENGLISH.DIC english.dic mv SPELL.DAT spell.dat mv MENU.CNF menu.cnf mv BCOMP.C bcomp.c >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/work ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/work ... make -j4 CC=x86_64-pc-linux-gnu-gcc LIBS= 'CFLAGS=-pipe -march=native -fno-diagnostics-color -O2 -DLINUX' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' all x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -DLINUX -c -o nfbtrans.o nfbtrans.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -DLINUX -c -o nfbpatch.o nfbpatch.c nfbtrans.c: In function ‘top_of_form’: nfbtrans.c:698:9: warning: implicit declaration of function ‘strnset’; did you mean ‘strsep’? [-Wimplicit-function-declaration] 698 | strnset(field, '*', i); | ^~~~~~~ | strsep nfbtrans.c: In function ‘build_line’: nfbtrans.c:1299:45: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration] 1299 | hyphen_dic_line[j] = (char) tolower(hyphen_dic_line[j]); | ^~~~~~~ nfbtrans.c:38:1: note: include ‘’ or provide a declaration of ‘tolower’ 37 | #include +++ |+#include 38 | nfbtrans.c: In function ‘add_case’: nfbtrans.c:1605:9: warning: implicit declaration of function ‘isupper’ [-Wimplicit-function-declaration] 1605 | if (isupper(words[i]) && show_caps) | ^~~~~~~ nfbtrans.c:1605:9: note: include ‘’ or provide a declaration of ‘isupper’ nfbtrans.c:1615:9: warning: implicit declaration of function ‘islower’ [-Wimplicit-function-declaration] 1615 | if (islower(words[i]) && show_lower) | ^~~~~~~ nfbtrans.c:1615:9: note: include ‘’ or provide a declaration of ‘islower’ nfbtrans.c: In function ‘do_commands’: nfbtrans.c:1653:18: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration] 1653 | c = (char) toupper(words[tilpos]); /* the character after the ~ */ | ^~~~~~~ nfbtrans.c:1653:18: note: include ‘’ or provide a declaration of ‘toupper’ nfbtrans.c:1766:15: warning: implicit declaration of function ‘isalpha’ [-Wimplicit-function-declaration] 1766 | if (isalpha(words[tilpos - 2])) | ^~~~~~~ nfbtrans.c:1766:15: note: include ‘’ or provide a declaration of ‘isalpha’ nfbtrans.c:1990:13: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration] 1990 | if (isdigit(words[tilpos - 1])) | ^~~~~~~ nfbtrans.c:1990:13: note: include ‘’ or provide a declaration of ‘isdigit’ nfbtrans.c: In function ‘nfbtrans_getline’: nfbtrans.c:2596:22: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] 2596 | bytes_in_buf = read(inf_des, iobuf, (unsigned int) BUFSIZE); | ^~~~ | fread nfbtrans.c: In function ‘get_word’: nfbtrans.c:2891:11: warning: implicit declaration of function ‘strcmpi’; did you mean ‘strcmp’? [-Wimplicit-function-declaration] 2891 | if (strcmpi(temp, toc_line) == 0) | ^~~~~~~ | strcmp nfbtrans.c: In function ‘do_translate’: nfbtrans.c:4187:5: warning: implicit declaration of function ‘lseek’; did you mean ‘fseek’? [-Wimplicit-function-declaration] 4187 | lseek(inf_des, 0l, 0); /* start from beginning for each copy */ | ^~~~~ | fseek nfbtrans.c:4401:5: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] 4401 | close(inf_des);/* close linked file */ | ^~~~~ | pclose nfbtrans.c:4432:7: warning: implicit declaration of function ‘unlink’ [-Wimplicit-function-declaration] 4432 | unlink(outf_name); | ^~~~~~ nfbtrans.c: In function ‘insert_hyphen_word’: nfbtrans.c:5133:25: warning: format not a string literal and no format arguments [-Wformat-security] 5133 | fprintf(tempfile, date_string); | ^~~~~~~~~~~ nfbtrans.c: In function ‘test_hyphen_dictionary’: nfbtrans.c:5344:26: warning: format not a string literal and no format arguments [-Wformat-security] 5344 | fprintf(hyp_dic_ptr, date_string); | ^~~~~~~~~~~ nfbtrans.c: In function ‘translate_file’: nfbtrans.c:6514:11: warning: format not a string literal and no format arguments [-Wformat-security] 6514 | fprintf(stderr, menu[10]); | ^~~~~~~ nfbtrans.c:6712:7: warning: format not a string literal and no format arguments [-Wformat-security] 6712 | fprintf(stderr, menu[0]); | ^~~~~~~ nfbtrans.c:6714:9: warning: format not a string literal and no format arguments [-Wformat-security] 6714 | fprintf(stderr, menu[j]); | ^~~~~~~ nfbtrans.c:6747:11: warning: format not a string literal and no format arguments [-Wformat-security] 6747 | fprintf(stderr, menu[11]); | ^~~~~~~ nfbtrans.c:6812:5: warning: implicit declaration of function ‘unbuf_stdin’ [-Wimplicit-function-declaration] 6812 | unbuf_stdin(); /* so we can check for esc */ | ^~~~~~~~~~~ nfbtrans.c: In function ‘test_file_exist’: nfbtrans.c:6909:8: warning: implicit declaration of function ‘access’ [-Wimplicit-function-declaration] 6909 | if (!access(outf_name, 0)) | ^~~~~~ nfbtrans.c: In function ‘get_page_range’: nfbtrans.c:7113:5: warning: format not a string literal and no format arguments [-Wformat-security] 7113 | fprintf(stderr, menu[9]); | ^~~~~~~ nfbtrans.c: In function ‘write_string’: nfbtrans.c:7292:7: warning: implicit declaration of function ‘write’; did you mean ‘fwrite’? [-Wimplicit-function-declaration] 7292 | if (write(outf_des, temp, l) < 0) | ^~~~~ | fwrite nfbtrans.c: In function ‘cleanup’: nfbtrans.c:7389:3: warning: implicit declaration of function ‘restore_stdin’ [-Wimplicit-function-declaration] 7389 | restore_stdin(); | ^~~~~~~~~~~~~ nfbtrans.c: In function ‘main’: nfbtrans.c:7451:15: warning: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration] 7451 | stdin_tty = isatty(0); | ^~~~~~ nfbtrans.c:7454:3: warning: implicit declaration of function ‘save_stdin’ [-Wimplicit-function-declaration] 7454 | save_stdin(); | ^~~~~~~~~~ nfbtrans.c:7484:7: warning: format not a string literal and no format arguments [-Wformat-security] 7484 | fprintf(stderr, menu[i]); | ^~~~~~~ nfbtrans.c: In function ‘read_toc_line’: nfbtrans.c:2340:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2340 | fgets(toc_line, 100, toc_file_ptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nfbtrans.c: In function ‘get_input’: nfbtrans.c:2704:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2704 | fgets(string, length, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ nfbtrans.c: In function ‘process_options’: nfbtrans.c:6033:9: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 6033 | system(temp); | ^~~~~~~~~~~~ nfbtrans.c: In function ‘open_hyp_dictionary’: nfbtrans.c:6226:7: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 6226 | fgets(temp, 80, hyp_dic_ptr); /* get first line of file */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -DLINUX -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 nfbtrans.o nfbpatch.o -o nfbtrans >>> Source compiled. >>> Test phase [not enabled]: app-accessibility/nfbtrans-7.74-r2 >>> Install app-accessibility/nfbtrans-7.74-r2 into /var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/image >>> Completed installing app-accessibility/nfbtrans-7.74-r2 into /var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/image * Final size of build directory: 1396 KiB (1.3 MiB) * Final size of installed tree: 864 KiB * * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * * nfbtrans.c:698:9: warning: implicit declaration of function ‘strnset’; did you mean ‘strsep’? [-Wimplicit-function-declaration] * nfbtrans.c:1299:45: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration] * nfbtrans.c:1605:9: warning: implicit declaration of function ‘isupper’ [-Wimplicit-function-declaration] * nfbtrans.c:1615:9: warning: implicit declaration of function ‘islower’ [-Wimplicit-function-declaration] * nfbtrans.c:1653:18: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration] * nfbtrans.c:1766:15: warning: implicit declaration of function ‘isalpha’ [-Wimplicit-function-declaration] * nfbtrans.c:1990:13: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration] * nfbtrans.c:2596:22: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] * nfbtrans.c:2891:11: warning: implicit declaration of function ‘strcmpi’; did you mean ‘strcmp’? [-Wimplicit-function-declaration] * nfbtrans.c:4187:5: warning: implicit declaration of function ‘lseek’; did you mean ‘fseek’? [-Wimplicit-function-declaration] * nfbtrans.c:4401:5: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] * nfbtrans.c:4432:7: warning: implicit declaration of function ‘unlink’ [-Wimplicit-function-declaration] * nfbtrans.c:6812:5: warning: implicit declaration of function ‘unbuf_stdin’ [-Wimplicit-function-declaration] * nfbtrans.c:6909:8: warning: implicit declaration of function ‘access’ [-Wimplicit-function-declaration] * nfbtrans.c:7292:7: warning: implicit declaration of function ‘write’; did you mean ‘fwrite’? [-Wimplicit-function-declaration] * nfbtrans.c:7389:3: warning: implicit declaration of function ‘restore_stdin’ [-Wimplicit-function-declaration] * nfbtrans.c:7451:15: warning: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration] * nfbtrans.c:7454:3: warning: implicit declaration of function ‘save_stdin’ [-Wimplicit-function-declaration] * * Please file a bug about this at https://bugs.gentoo.org/ * with the maintainer of the package. * * ERROR: app-accessibility/nfbtrans-7.74-r2::gentoo failed: * install aborted due to severe warnings shown above * * Call stack: * misc-functions.sh, line 670: Called install_qa_check * misc-functions.sh, line 134: Called source 'install_symlink_html_docs' * 90gcc-warnings, line 197: Called gcc_warn_check * 90gcc-warnings, line 183: Called die * The specific snippet of code: * die "install aborted due to severe warnings shown above" * * If you need support, post the output of `emerge --info '=app-accessibility/nfbtrans-7.74-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-accessibility/nfbtrans-7.74-r2::gentoo'`. * The complete build log is located at '/var/log/portage/app-accessibility:nfbtrans-7.74-r2:20221120-104705.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/temp/environment'. * Working directory: '/var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/image' * S: '/var/tmp/portage/app-accessibility/nfbtrans-7.74-r2/work'