Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 910094 Details for
Bug 943963
dev-perl/File-RsyncP-0.760.0-r2 - [libtool] [gcc-15] md4c.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]
dev-perl:File-RsyncP-0.760.0-r2:20241119-072245.log
dev-perl:File-RsyncP-0.760.0-r2:20241119-072245.log (text/plain), 16.81 KB, created by
Toralf Förster
on 2024-11-19 08:54:10 UTC
(
hide
)
Description:
dev-perl:File-RsyncP-0.760.0-r2:20241119-072245.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-19 08:54:10 UTC
Size:
16.81 KB
patch
obsolete
> * Package: dev-perl/File-RsyncP-0.760.0-r2:0 > * Repository: gentoo > * Maintainer: perl@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking File-RsyncP-0.76.tar.gz to /var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work >>>> Source unpacked in /var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work >>>> Preparing source in /var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76 ... > * Applying File-RsyncP-0.700.0-make.patch ... > [ ok ] > * Applying File-RsyncP-0.760.0-lto.patch ... > [ ok ] > * Applying File-RsyncP-0.760.0-c99.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76 ... > * Using ExtUtils::MakeMaker > * perl Makefile.PL AR=x86_64-pc-linux-gnu-ar CC=x86_64-pc-linux-gnu-gcc CPP=x86_64-pc-linux-gnu-gcc -E LD=x86_64-pc-linux-gnu-gcc NM=x86_64-pc-linux-gnu-nm RANLIB=x86_64-pc-linux-gnu-ranlib OPTIMIZE=-O2 -pipe -march=native -fno-diagnostics-color LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none >Checking if your kit is complete... >Looks good >'CPP' is not a known MakeMaker parameter name. >'NM' is not a known MakeMaker parameter name. >Writing MYMETA.yml and MYMETA.json >Writing MYMETA.yml and MYMETA.json >Generating a Unix-style Makefile >Writing Makefile for File::RsyncP >Writing MYMETA.yml and MYMETA.json >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76 ... >make -O -j4 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 ' 'OPTIMIZE=-O2 -pipe -march=native -fno-diagnostics-color' >cp lib/File/RsyncP/FileIO.pm blib/lib/File/RsyncP/FileIO.pm >cp lib/File/RsyncP.pm blib/lib/File/RsyncP.pm >make[1]: Entering directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >Running Mkbootstrap for Digest () >chmod 644 "Digest.bs" >make[1]: Leaving directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >make[1]: Entering directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >cp Digest.pm ../blib/lib/File/RsyncP/Digest.pm >AutoSplitting ../blib/lib/File/RsyncP/Digest.pm (../blib/lib/auto/File/RsyncP/Digest) >make[1]: Leaving directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >make[1]: Entering directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -DNO_PERL_RAND_SEED -fwrapv -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-diagnostics-color -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -fPIC "-I/usr/lib64/perl5/5.40/x86_64-linux/CORE" -DPERL_BYTEORDER=12345678 md4c.c >md4c.c: In function âRsyncMD4Initâ: >md4c.c:84:6: warning: old-style function definition [-Wold-style-definition] > 84 | void RsyncMD4Init (context) > | ^~~~~~~~~~~~ >md4c.c:86:1: error: number of arguments doesnât match prototype > 86 | { > | ^ >In file included from md4c.c:26: >md4.h:41:6: error: prototype declaration > 41 | void RsyncMD4Init PROTO_LIST ((RsyncMD4_CTX *)); > | ^~~~~~~~~~~~ >md4c.c: In function âRsyncMD4Updateâ: >md4c.c:102:6: warning: old-style function definition [-Wold-style-definition] > 102 | void RsyncMD4Update (context, input, inputLen) > | ^~~~~~~~~~~~~~ >md4c.c:106:1: error: number of arguments doesnât match prototype > 106 | { > | ^ >md4.h:42:6: error: prototype declaration > 42 | void RsyncMD4Update PROTO_LIST > | ^~~~~~~~~~~~~~ >md4c.c:122:5: error: too many arguments to function âRsyncMD4_memcpyâ > 122 | RsyncMD4_memcpy > | ^~~~~~~~~~~~~~~ >md4c.c:48:13: note: declared here > 48 | static void RsyncMD4_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int)); > | ^~~~~~~~~~~~~~~ >md4c.c:124:5: error: too many arguments to function âRsyncMD4Transformâ > 124 | RsyncMD4Transform (context->state, context->buffer); > | ^~~~~~~~~~~~~~~~~ >md4c.c:43:13: note: declared here > 43 | static void RsyncMD4Transform PROTO_LIST ((UINT4 [4], unsigned char [64])); > | ^~~~~~~~~~~~~~~~~ >md4c.c:127:7: error: too many arguments to function âRsyncMD4Transformâ > 127 | RsyncMD4Transform (context->state, &input[i]); > | ^~~~~~~~~~~~~~~~~ >md4c.c:43:13: note: declared here > 43 | static void RsyncMD4Transform PROTO_LIST ((UINT4 [4], unsigned char [64])); > | ^~~~~~~~~~~~~~~~~ >md4c.c:135:3: error: too many arguments to function âRsyncMD4_memcpyâ > 135 | RsyncMD4_memcpy > | ^~~~~~~~~~~~~~~ >md4c.c:48:13: note: declared here > 48 | static void RsyncMD4_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int)); > | ^~~~~~~~~~~~~~~ >md4c.c: In function âRsyncMD4Finalâ: >md4c.c:143:6: warning: old-style function definition [-Wold-style-definition] > 143 | void RsyncMD4Final (digest, context) > | ^~~~~~~~~~~~~ >md4c.c:146:1: error: number of arguments doesnât match prototype > 146 | { > | ^ >md4.h:44:6: error: prototype declaration > 44 | void RsyncMD4Final PROTO_LIST ((unsigned char [16], RsyncMD4_CTX *)); > | ^~~~~~~~~~~~~ >md4c.c:151:3: error: too many arguments to function âRsyncMD4Encodeâ > 151 | RsyncMD4Encode (bits, context->count, 8); > | ^~~~~~~~~~~~~~ >md4c.c:44:6: note: declared here > 44 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >md4c.c:157:3: error: too many arguments to function âRsyncMD4Updateâ > 157 | RsyncMD4Update (context, PADDING, padLen); > | ^~~~~~~~~~~~~~ >md4c.c:102:6: note: declared here > 102 | void RsyncMD4Update (context, input, inputLen) > | ^~~~~~~~~~~~~~ >md4c.c:160:3: error: too many arguments to function âRsyncMD4Updateâ > 160 | RsyncMD4Update (context, bits, 8); > | ^~~~~~~~~~~~~~ >md4c.c:102:6: note: declared here > 102 | void RsyncMD4Update (context, input, inputLen) > | ^~~~~~~~~~~~~~ >md4c.c:162:3: error: too many arguments to function âRsyncMD4Encodeâ > 162 | RsyncMD4Encode (digest, context->state, 16); > | ^~~~~~~~~~~~~~ >md4c.c:44:6: note: declared here > 44 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >md4c.c:166:3: error: too many arguments to function âRsyncMD4_memsetâ > 166 | RsyncMD4_memset ((POINTER)context, 0, sizeof (*context)); > | ^~~~~~~~~~~~~~~ >md4c.c:49:13: note: declared here > 49 | static void RsyncMD4_memset PROTO_LIST ((POINTER, int, unsigned int)); > | ^~~~~~~~~~~~~~~ >md4c.c: In function âRsyncMD4FinalRsyncâ: >md4c.c:182:6: warning: old-style function definition [-Wold-style-definition] > 182 | void RsyncMD4FinalRsync (digest, context) > | ^~~~~~~~~~~~~~~~~~ >md4c.c:185:1: error: number of arguments doesnât match prototype > 185 | { > | ^ >md4.h:47:6: error: prototype declaration > 47 | void RsyncMD4FinalRsync PROTO_LIST ((unsigned char [16], RsyncMD4_CTX *)); > | ^~~~~~~~~~~~~~~~~~ >md4c.c:193:3: error: too many arguments to function âRsyncMD4Encodeâ > 193 | RsyncMD4Encode (bits, context->count, 8); > | ^~~~~~~~~~~~~~ >md4c.c:44:6: note: declared here > 44 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >md4c.c:200:7: error: too many arguments to function âRsyncMD4Updateâ > 200 | RsyncMD4Update (context, PADDING, padLen); > | ^~~~~~~~~~~~~~ >md4c.c:102:6: note: declared here > 102 | void RsyncMD4Update (context, input, inputLen) > | ^~~~~~~~~~~~~~ >md4c.c:203:7: error: too many arguments to function âRsyncMD4Updateâ > 203 | RsyncMD4Update (context, bits, 8); > | ^~~~~~~~~~~~~~ >md4c.c:102:6: note: declared here > 102 | void RsyncMD4Update (context, input, inputLen) > | ^~~~~~~~~~~~~~ >md4c.c:206:3: error: too many arguments to function âRsyncMD4Encodeâ > 206 | RsyncMD4Encode (digest, context->state, 16); > | ^~~~~~~~~~~~~~ >md4c.c:44:6: note: declared here > 44 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >md4c.c:210:3: error: too many arguments to function âRsyncMD4_memsetâ > 210 | RsyncMD4_memset ((POINTER)context, 0, sizeof (*context)); > | ^~~~~~~~~~~~~~~ >md4c.c:49:13: note: declared here > 49 | static void RsyncMD4_memset PROTO_LIST ((POINTER, int, unsigned int)); > | ^~~~~~~~~~~~~~~ >md4c.c: In function âRsyncMD4Transformâ: >md4c.c:215:13: warning: old-style function definition [-Wold-style-definition] > 215 | static void RsyncMD4Transform (state, block) > | ^~~~~~~~~~~~~~~~~ >md4c.c:221:3: error: too many arguments to function âRsyncMD4Decodeâ > 221 | RsyncMD4Decode (x, block, 64); > | ^~~~~~~~~~~~~~ >md4c.c:46:6: note: declared here > 46 | void RsyncMD4Decode PROTO_LIST > | ^~~~~~~~~~~~~~ >md4c.c:284:3: error: too many arguments to function âRsyncMD4_memsetâ > 284 | RsyncMD4_memset ((POINTER)x, 0, sizeof (x)); > | ^~~~~~~~~~~~~~~ >md4c.c:49:13: note: declared here > 49 | static void RsyncMD4_memset PROTO_LIST ((POINTER, int, unsigned int)); > | ^~~~~~~~~~~~~~~ >md4c.c: In function âRsyncMD4Encodeâ: >md4c.c:290:6: warning: old-style function definition [-Wold-style-definition] > 290 | void RsyncMD4Encode (output, input, len) > | ^~~~~~~~~~~~~~ >md4c.c:294:1: error: number of arguments doesnât match prototype > 294 | { > | ^ >md4c.c:44:6: error: prototype declaration > 44 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >md4c.c: In function âRsyncMD4Decodeâ: >md4c.c:308:6: warning: old-style function definition [-Wold-style-definition] > 308 | void RsyncMD4Decode (output, input, len) > | ^~~~~~~~~~~~~~ >md4c.c:313:1: error: number of arguments doesnât match prototype > 313 | { > | ^ >md4c.c:46:6: error: prototype declaration > 46 | void RsyncMD4Decode PROTO_LIST > | ^~~~~~~~~~~~~~ >md4c.c: In function âRsyncMD4_memcpyâ: >md4c.c:323:13: warning: old-style function definition [-Wold-style-definition] > 323 | static void RsyncMD4_memcpy (output, input, len) > | ^~~~~~~~~~~~~~~ >md4c.c: In function âRsyncMD4_memsetâ: >md4c.c:336:13: warning: old-style function definition [-Wold-style-definition] > 336 | static void RsyncMD4_memset (output, value, len) > | ^~~~~~~~~~~~~~~ >make[1]: *** [Makefile:327: md4c.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >make[1]: *** Waiting for unfinished jobs.... >make[1]: Entering directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Digest.bs ../blib/arch/auto/File/RsyncP/Digest/Digest.bs 644 >make[1]: Leaving directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >make[1]: Entering directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -DNO_PERL_RAND_SEED -fwrapv -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-diagnostics-color -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -fPIC "-I/usr/lib64/perl5/5.40/x86_64-linux/CORE" -DPERL_BYTEORDER=12345678 rsync_lib.c >rsync_lib.c: In function ârsync_checksumâ: >rsync_lib.c:72:9: error: too many arguments to function âRsyncMD4Encodeâ > 72 | RsyncMD4Encode(seedBytes, &seed, 1); > | ^~~~~~~~~~~~~~ >In file included from rsync_lib.c:23: >md4.h:45:6: note: declared here > 45 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >rsync_lib.c:78:9: error: too many arguments to function âRsyncMD4Encodeâ > 78 | RsyncMD4Encode(digest, &adler32, 1); > | ^~~~~~~~~~~~~~ >md4.h:45:6: note: declared here > 45 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >rsync_lib.c:82:13: error: too many arguments to function âRsyncMD4Initâ > 82 | RsyncMD4Init(&md4); > | ^~~~~~~~~~~~ >md4.h:41:6: note: declared here > 41 | void RsyncMD4Init PROTO_LIST ((RsyncMD4_CTX *)); > | ^~~~~~~~~~~~ >rsync_lib.c:83:13: error: too many arguments to function âRsyncMD4Updateâ > 83 | RsyncMD4Update(&md4, buf, thisLen); > | ^~~~~~~~~~~~~~ >md4.h:42:6: note: declared here > 42 | void RsyncMD4Update PROTO_LIST > | ^~~~~~~~~~~~~~ >rsync_lib.c:85:17: error: too many arguments to function âRsyncMD4Updateâ > 85 | RsyncMD4Update(&md4, seedBytes, 4); > | ^~~~~~~~~~~~~~ >md4.h:42:6: note: declared here > 42 | void RsyncMD4Update PROTO_LIST > | ^~~~~~~~~~~~~~ >rsync_lib.c:91:17: error: too many arguments to function âRsyncMD4Encodeâ > 91 | RsyncMD4Encode(digest, md4.state, 16); > | ^~~~~~~~~~~~~~ >md4.h:45:6: note: declared here > 45 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >rsync_lib.c:99:17: error: too many arguments to function âRsyncMD4FinalRsyncâ > 99 | RsyncMD4FinalRsync(digest, &md4); > | ^~~~~~~~~~~~~~~~~~ >md4.h:47:6: note: declared here > 47 | void RsyncMD4FinalRsync PROTO_LIST ((unsigned char [16], RsyncMD4_CTX *)); > | ^~~~~~~~~~~~~~~~~~ >rsync_lib.c:106:17: error: too many arguments to function âRsyncMD4FinalRsyncâ > 106 | RsyncMD4FinalRsync(md4Digest, &md4); > | ^~~~~~~~~~~~~~~~~~ >md4.h:47:6: note: declared here > 47 | void RsyncMD4FinalRsync PROTO_LIST ((unsigned char [16], RsyncMD4_CTX *)); > | ^~~~~~~~~~~~~~~~~~ >rsync_lib.c: In function ârsync_checksum_updateâ: >rsync_lib.c:139:9: error: too many arguments to function âRsyncMD4Encodeâ > 139 | RsyncMD4Encode(seedBytes, &seed, 1); > | ^~~~~~~~~~~~~~ >md4.h:45:6: note: declared here > 45 | void RsyncMD4Encode PROTO_LIST > | ^~~~~~~~~~~~~~ >rsync_lib.c:152:9: error: too many arguments to function âRsyncMD4Initâ > 152 | RsyncMD4Init(&md4); > | ^~~~~~~~~~~~ >md4.h:41:6: note: declared here > 41 | void RsyncMD4Init PROTO_LIST ((RsyncMD4_CTX *)); > | ^~~~~~~~~~~~ >rsync_lib.c:153:9: error: too many arguments to function âRsyncMD4Decodeâ > 153 | RsyncMD4Decode(md4.state, digestIn, 16); > | ^~~~~~~~~~~~~~ >md4.h:48:6: note: declared here > 48 | void RsyncMD4Decode PROTO_LIST > | ^~~~~~~~~~~~~~ >rsync_lib.c:167:13: error: too many arguments to function âRsyncMD4Updateâ > 167 | RsyncMD4Update(&md4, seedBytes, 4); > | ^~~~~~~~~~~~~~ >md4.h:42:6: note: declared here > 42 | void RsyncMD4Update PROTO_LIST > | ^~~~~~~~~~~~~~ >rsync_lib.c:173:13: error: too many arguments to function âRsyncMD4FinalRsyncâ > 173 | RsyncMD4FinalRsync(digestOut, &md4); > | ^~~~~~~~~~~~~~~~~~ >md4.h:47:6: note: declared here > 47 | void RsyncMD4FinalRsync PROTO_LIST ((unsigned char [16], RsyncMD4_CTX *)); > | ^~~~~~~~~~~~~~~~~~ >rsync_lib.c:179:13: error: too many arguments to function âRsyncMD4FinalRsyncâ > 179 | RsyncMD4FinalRsync(md4Digest, &md4); > | ^~~~~~~~~~~~~~~~~~ >md4.h:47:6: note: declared here > 47 | void RsyncMD4FinalRsync PROTO_LIST ((unsigned char [16], RsyncMD4_CTX *)); > | ^~~~~~~~~~~~~~~~~~ >make[1]: *** [Makefile:327: rsync_lib.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >make[1]: Entering directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >"/usr/bin/perl" "/usr/lib64/perl5/5.40/ExtUtils/xsubpp" -typemap '/usr/lib64/perl5/5.40/ExtUtils/typemap' -typemap '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest/typemap' Digest.xs > Digest.xsc >mv Digest.xsc Digest.c >make[1]: Leaving directory '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/Digest' >make: *** [Makefile:491: subdirs] Error 2 > * ERROR: dev-perl/File-RsyncP-0.760.0-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-perl/File-RsyncP-0.760.0-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-perl/File-RsyncP-0.760.0-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-perl:File-RsyncP-0.760.0-r2:20241119-072245.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/temp/environment'. > * Working directory: '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76' > * S: '/var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76' >
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 943963
:
910093
| 910094 |
910095
|
910096
|
910097
|
910098
|
910099
|
910100