Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 829097 Details for
Bug 880393
app-editors/bvi-1.4.1-r1 - re.c: error: a function definition without a prototype
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-editors:bvi-1.4.1-r1:20221108-100751.log
app-editors:bvi-1.4.1-r1:20221108-100751.log (text/plain), 15.57 KB, created by
Toralf Förster
on 2022-11-08 10:26:31 UTC
(
hide
)
Description:
app-editors:bvi-1.4.1-r1:20221108-100751.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-11-08 10:26:31 UTC
Size:
15.57 KB
patch
obsolete
> * Package: app-editors/bvi-1.4.1-r1:0 > * Repository: gentoo > * Maintainer: bugs@chead.ca proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking bvi-1.4.1.src.tar.gz to /var/tmp/portage/app-editors/bvi-1.4.1-r1/work >>>> Source unpacked in /var/tmp/portage/app-editors/bvi-1.4.1-r1/work >>>> Preparing source in /var/tmp/portage/app-editors/bvi-1.4.1-r1/work/bvi-1.4.1 ... > * Applying bvi-1.4.1-prototypes.patch ... > [ ok ] >>>> Source prepared. > * Clang 16 testing: this build is using a /etc/portage/bashrc hook! >>>> Configuring source in /var/tmp/portage/app-editors/bvi-1.4.1-r1/work/bvi-1.4.1 ... > * econf: updating bvi-1.4.1/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating bvi-1.4.1/config.guess with /usr/share/gnuconfig/config.guess >./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 --docdir=/usr/share/doc/bvi-1.4.1-r1 --htmldir=/usr/share/doc/bvi-1.4.1-r1/html --libdir=/usr/lib64 CFLAGS=-DANSI >checking for x86_64-pc-linux-gnu-gcc... clang >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 we are using the GNU C compiler... yes >checking whether clang accepts -g... yes >checking for clang option to accept ISO C89... unsupported >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for x86_64-pc-linux-gnu-gcc... (cached) clang >checking whether we are using the GNU C compiler... (cached) yes >checking whether clang accepts -g... (cached) yes >checking for clang option to accept ISO C89... (cached) unsupported >checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c >checking how to run the C preprocessor... clang -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking size of int... 4 >checking size of long... 8 >checking size of long long... 8 >checking size of void *... 8 >checking for size_t... yes >checking for off_t... yes >checking for ANSI C header files... (cached) yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking termcap.h usability... yes >checking termcap.h presence... yes >checking for termcap.h... yes >checking termio.h usability... yes >checking termio.h presence... yes >checking for termio.h... yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking for unistd.h... (cached) yes >checking term.h usability... yes >checking term.h presence... yes >checking for term.h... yes >checking ncurses/term.h usability... no >checking ncurses/term.h presence... no >checking for ncurses/term.h... no >checking ncurses.h usability... yes >checking ncurses.h presence... yes >checking for ncurses.h... yes >checking for library containing initscr... -lncurses >checking for library containing tputs... -ltinfo >checking for strdup... yes >checking for strtol... yes >checking for strtoll... yes >checking for strerror... yes >checking for memmove... yes >checking for _LARGEFILE_SOURCE value needed for large files... no >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible realloc... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >>>> Source configured. >'/var/tmp/portage/app-editors/bvi-1.4.1-r1/temp/clang16-errors.log' -> '/var/tmp/clang/app-editors/bvi-1.4.1-r1/clang16-errors.log' >'/var/tmp/portage/app-editors/bvi-1.4.1-r1/temp/clang16-safe.log' -> '/var/tmp/clang/app-editors/bvi-1.4.1-r1/clang16-safe.log' >>>> Compiling source in /var/tmp/portage/app-editors/bvi-1.4.1-r1/work/bvi-1.4.1 ... >make -j4 >clang -DANSI -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c re.c >clang -DANSI -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c comm.c >clang -DANSI -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c io.c >clang -DANSI -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c bvi.c >re.c:50:1: error: a function definition without a prototype > is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >bregexec(start, scan) >^ >re.c:70:18: error: passing arguments to 'sbracket' without > a prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] > if (sbracket(test, scan, count)... > ^ >re.c:95:20: error: passing arguments to 'sbracket' without > a prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] > if (sbracket(tes... > ^ >re.c:101:22: error: passing arguments to 'sbracket' without > a prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] > while(!sbracket(test, sc... > ^ >re.c:127:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >sbracket(start, scan, count) >^ >re.c:142:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >end_word(start) >^ >re.c:157:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >wordsearch(start, mode) >^ >re.c:159:7: warning: promoted type 'int' of K&R function > parameter is not compatible with the parameter type 'char' declared in a > previous prototype [-Wknr-promoted-parameter] > char mode; > ^ >./bvi.h:229:27: note: previous declaration is here > PTR wordsearch(PTR, char); > ^ >re.c:189:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >backsearch(start, mode) >^ >re.c:191:7: warning: promoted type 'int' of K&R function > parameter is not compatible with the parameter type 'char' declared in a > previous prototype [-Wknr-promoted-parameter] > char mode; > ^ >./bvi.h:230:27: note: previous declaration is here > PTR backsearch(PTR, char); > ^ >re.c:218:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >do_substitution(delim, line, startpos, endpos) >^ >comm.c:100:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >docmdline(cmdline) >^ >io.c:67:1: error: a function definition without a prototype > is re.cdeprecated: 378in: 1all: versions oferror: C aand functionis definitionnot withoutsupported ain > C2xprototype > is[-Werror,-Wdeprecated-non-prototype] deprecated > in all versions of C and is not supported in C2xsave(fname, start, end, flags) > > [-Werror,-Wdeprecated-non-prototype]^ > >searching(ch, line, startpos, endpos, flag) >^ >re.c:487:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >patcpy(s1, s2, delim) >^ >re.c:489:7: warning: promoted type 'int' of K&R function > parameter is not compatibleio.c :with155 :the1 :parameter type error: 'char' declared ain afunction > definitionprevious prototypewithout [-Wknr-promoted-parameter]a > > prototype char delim; >is ^deprecated > in./bvi.h :all237 :35versions: of note: C previousand declarationis isnot heresupported >in C2x > char *patcpy(char *, char *, char); >[-Werror,-Wdeprecated-non-prototype] ^ > >load(fname) >^ >re.c:502:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >fsearch_end(start, end, smem, s_end) >^ >re.c:516:14: warning: using the result of an assignment as > a condition without parentheses [-Wparentheses] > if (*s_end = bregexec(spos, smem)) { > ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ >bvi.c:118:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >main(argc, argv) >^ >re.c:516:14: note: place parentheses around the assignment > to silence this warning > if (*s_end = bregexec(spos, smem)) { > ^ > ( ) >re.c:516:14: note: use '==' to turn this assignment into an > equality comparison > if (*s_end = bregexec(spos, smem)) { > ^ > == >re.c:518:4: warning: expression result unused > [-Wunused-value] > *s_end++; > ^~~~~~~~ >re.c:528:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2xbvi.c:729:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >calc_size(arg) >^ > > [-Werror,-Wdeprecated-non-prototype] >fsearch(start, end, smem) >^ >re.c:539:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >rsearch(start, end, smem) >^ >re.c:562:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >calc_addr(pointer, def_addr) >^ >bvi.c:781:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >do_append(count, buf) >^ >bvi.c:800:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >do_tilde(count) >^ >io.c:325:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >bvi_init(dir) >^ >bvi.c:887:1: io.c:366error: :1:a function error: definition withouta afunction > definitionprototype withoutis adeprecated > inprototype allis versionsdeprecated ofin Call andversions isof notC supportedand inis C2xnot > supported[-Werror,-Wdeprecated-non-prototype] in > C2x > [-Werror,-Wdeprecated-non-prototype] >do_over(loc, n, buf) >^ >enlarge(add) >^ >5 warnings and 15 errors generated. >bvi.c:912:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >do_put(loc, n, buf) >^ >bvi.c:943:1: io.cerror: :447a: function1 :definition without error: a > aprototype functionis definitiondeprecated withoutin aall > versionsprototype ofis Cdeprecated andin isall notversions supportedof inC C2xand > is[-Werror,-Wdeprecated-non-prototype] not > supported in C2xjmpproc(sig) > > [-Werror,-Wdeprecated-non-prototype]^ > >alloc_buf(n, buffer) >^ >bvi.c:955:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >range(ch) >^ >io.c:465:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >addfile(fname) >^ >6 errors generated. >8 errors generated. >comm.c:631:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >save_chk(fname, start, end, flags) >^ >comm.c:659:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >doecmd(arg, force) >^ >comm.c:724:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >emsg(s) >^ >comm.c:749:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >sysemsg(s) >^ >comm.c:766:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >smsg(s) >^ >comm.c:778:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >msg(s) >^ >comm.c:797:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >outmsg(s) >^ >comm.c:830:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >wait_return(flag) >^ >comm.c:854:1: error: a function definition without a > prototype is deprecated in all versions of C and is not supported in C2x > [-Werror,-Wdeprecated-non-prototype] >chk_comm(flag) >^ >10 errors generated. >make: *** [Makefile:62: bvi.o] Error 1 shuffle=3791794281 >make: *** Waiting for unfinished jobs.... >make: *** [Makefile:62: re.o] Error 1 shuffle=3791794281 >make: *** [Makefile:62: io.o] Error 1 shuffle=3791794281 >make: *** [Makefile:62: comm.o] Error 1 shuffle=3791794281 > * ERROR: app-editors/bvi-1.4.1-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-editors/bvi-1.4.1-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-editors/bvi-1.4.1-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/app-editors:bvi-1.4.1-r1:20221108-100751.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/bvi-1.4.1-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-editors/bvi-1.4.1-r1/temp/environment'. > * Working directory: '/var/tmp/portage/app-editors/bvi-1.4.1-r1/work/bvi-1.4.1' > * S: '/var/tmp/portage/app-editors/bvi-1.4.1-r1/work/bvi-1.4.1' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 880393
:
829095
| 829097 |
829099
|
829101
|
829103
|
829105
|
829107
|
829109