Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 913627 Details for
Bug 946137
sys-process/runit-2.2.0 - [gcc-15] alloc_re.c: error: number of arguments doesnt match prototype
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-process:runit-2.2.0:20241209-092310.log
sys-process:runit-2.2.0:20241209-092310.log (text/plain), 4.44 KB, created by
Toralf Förster
on 2024-12-09 09:40:20 UTC
(
hide
)
Description:
sys-process:runit-2.2.0:20241209-092310.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-12-09 09:40:20 UTC
Size:
4.44 KB
patch
obsolete
> * Package: sys-process/runit-2.2.0:0 > * Repository: gentoo > * Maintainer: zhixu.liu@gmail.com proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking runit-2.2.0.tar.gz to /var/tmp/portage/sys-process/runit-2.2.0/work >>>> Source unpacked in /var/tmp/portage/sys-process/runit-2.2.0/work >>>> Preparing source in /var/tmp/portage/sys-process/runit-2.2.0/work/admin/runit-2.2.0/src ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-process/runit-2.2.0/work/admin/runit-2.2.0/src ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-process/runit-2.2.0/work/admin/runit-2.2.0/src ... >make -O -j4 >rm -f choose >cat warn-auto.sh choose.sh \ >> choose >chmod 555 choose >sh find-systype.sh > systype >rm -f compile >sh print-cc.sh > compile >chmod 555 compile >rm -f makelib >sh print-ar.sh > makelib >chmod 555 makelib >rm -f load >sh print-ld.sh > load >chmod 555 load >./choose c trydrent direntry.h1 direntry.h2 > direntry.h >./choose c trysysel select.h1 select.h2 > select.h >./choose c tryreboot reboot_system.h1 reboot_system.h2 > \ > reboot_system.h >( ./compile tryuwtmpx.c 2>/dev/null && cat uw_tmp.h2 >uw_tmp.h ) || \ >( ./compile tryuwtmp.c 2>/dev/null && cat uw_tmp.h1 >uw_tmp.h ) >rm -f tryuwtmp.o tryuwtmpx.o >./compile alloc_re.c >alloc_re.c: In function âalloc_reâ: >alloc_re.c:6:5: warning: old-style function definition [-Wold-style-definition] > 6 | int alloc_re(x,m,n) > | ^~~~~~~~ >alloc_re.c:10:1: error: number of arguments doesnât match prototype > 10 | { > | ^ >In file included from alloc_re.c:3: >alloc.h:8:12: error: prototype declaration > 8 | extern int alloc_re(); > | ^~~~~~~~ >alloc_re.c:13:7: error: too many arguments to function âallocâ > 13 | y = alloc(n); > | ^~~~~ >alloc.h:6:33: note: declared here > 6 | extern /*@null@*//*@out@*/char *alloc(); > | ^~~~~ >alloc_re.c:15:3: error: too many arguments to function âbyte_copyâ > 15 | byte_copy(y,m,*x); > | ^~~~~~~~~ >In file included from alloc_re.c:4: >byte.h:8:13: note: declared here > 8 | extern void byte_copy(); > | ^~~~~~~~~ >alloc_re.c:16:3: error: too many arguments to function âalloc_freeâ > 16 | alloc_free(*x); > | ^~~~~~~~~~ >alloc.h:7:13: note: declared here > 7 | extern void alloc_free(); > | ^~~~~~~~~~ >make: *** [Makefile:125: alloc_re.o] Error 1 >make: *** Waiting for unfinished jobs.... >./compile uidgid.c >./compile alloc.c >alloc.c: In function âallocâ: >alloc.c:15:26: warning: old-style function definition [-Wold-style-definition] > 15 | /*@null@*//*@out@*/char *alloc(n) > | ^~~~~ >alloc.c:17:1: error: number of arguments doesnât match prototype > 17 | { > | ^ >In file included from alloc.c:4: >alloc.h:6:33: error: prototype declaration > 6 | extern /*@null@*//*@out@*/char *alloc(); > | ^~~~~ >alloc.c: In function âalloc_freeâ: >alloc.c:26:6: warning: old-style function definition [-Wold-style-definition] > 26 | void alloc_free(x) > | ^~~~~~~~~~ >alloc.c:28:1: error: number of arguments doesnât match prototype > 28 | { > | ^ >alloc.h:7:13: error: prototype declaration > 7 | extern void alloc_free(); > | ^~~~~~~~~~ >make: *** [Makefile:122: alloc.o] Error 1 >./compile trysocketlib.c >( ./load trysocketlib >/dev/null 2>&1 || \ > ( ./load trysocketlib -lxnet >/dev/null 2>&1 && echo '-lxnet' ) || \ > ( ./load trysocketlib -lsocket -lnsl >/dev/null 2>&1 && \ > echo '-lsocket -lnsl' ) \ >) >socket.lib >rm -f trysocketlib.o trysocketlib > * ERROR: sys-process/runit-2.2.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-process/runit-2.2.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-process/runit-2.2.0::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-process:runit-2.2.0:20241209-092310.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-process/runit-2.2.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-process/runit-2.2.0/temp/environment'. > * Working directory: '/var/tmp/portage/sys-process/runit-2.2.0/work/admin/runit-2.2.0/src' > * S: '/var/tmp/portage/sys-process/runit-2.2.0/work/admin/runit-2.2.0/src' >
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 946137
:
913621
|
913622
|
913623
|
913624
|
913625
|
913626
| 913627