* [gentoo-releng-autobuilds] [arm64-auto] Catalyst fatal build error - llvm/stage3-openrc.spec
@ 2022-11-28 3:12 catalyst
0 siblings, 0 replies; 2+ messages in thread
From: catalyst @ 2022-11-28 3:12 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
checking size of char*... 8
checking for inline... inline
checking for long double with more range or precision than double... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for pid_t... yes
checking for id_t... yes
checking type of array argument to getgroups... gid_t
checking for struct stat.st_rdev... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for socklen_t... yes
checking for errno in errno.h... yes
checking for connect... yes
checking for library containing inet_ntop... none required
checking for library containing iconv_open... none required
checking for library containing libiconv_open... no
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for inet_ntop... yes
checking for inet_pton... yes
checking for egrep... (cached) /bin/grep -E
checking for struct addrinfo... yes
checking for struct sockaddr_storage... yes
checking whether defines needed by getaddrinfo exist... yes
checking for getaddrinfo... yes
checking for struct sockaddr.sa_len... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_un.sun_len... no
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for struct stat64... yes
checking for strcasecmp... yes
checking for aclsort... no
checking for aclsort in -lsec... no
checking whether utime accepts a null argument... yes
checking for size_t... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
checking for waitpid... yes
checking for wait4... yes
checking for getcwd... yes
checking for chown... yes
checking for chmod... yes
checking for lchmod... yes
checking for mknod... yes
checking for mkfifo... yes
checking for fchmod... yes
checking for fstat... yes
checking for ftruncate... yes
checking for strchr... yes
checking for readlink... yes
checking for link... yes
checking for utime... yes
checking for utimes... yes
checking for lutimes... yes
checking for strftime... yes
checking for chflags... no
checking for getattrlist... no
checking for mktime... yes
checking for innetgr... yes
checking for linkat... yes
checking for memmove... yes
checking for lchown... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for setsid... yes
checking for strpbrk... yes
checking for strlcat... no
checking for strlcpy... no
checking for strtol... yes
checking for mallinfo... yes
checking for mallinfo2... yes
checking for getgroups... yes
checking for setgroups... yes
checking for geteuid... yes
checking for getegid... yes
checking for setlocale... yes
checking for setmode... no
checking for open64... yes
checking for lseek64... yes
checking for mkstemp64... yes
checking for mtrace... yes
checking for va_copy... no
checking for __va_copy... no
checking for seteuid... yes
checking for strerror... yes
checking for putenv... yes
checking for iconv_open... yes
checking for locale_charset... no
checking for nl_langinfo... yes
checking for getxattr... yes
checking for extattr_get_link... no
checking for sigaction... yes
checking for sigprocmask... yes
checking for setattrlist... no
checking for getgrouplist... yes
checking for initgroups... yes
checking for utimensat... yes
checking for posix_fallocate... yes
checking for attropen... no
checking for setvbuf... yes
checking for nanosleep... yes
checking for usleep... yes
checking for setenv... yes
checking for unsetenv... yes
checking for useable fallocate... yes
checking for FALLOC_FL_PUNCH_HOLE... yes
checking for FALLOC_FL_ZERO_RANGE... yes
checking for SYS_fallocate... yes
checking whether posix_fallocate is efficient... no
checking for getpgrp... yes
checking for tcgetpgrp... yes
checking whether getpgrp requires zero arguments... yes
checking whether chown() modifies symlinks... no
checking whether link() can hard-link symlinks... yes
checking whether link() can hard-link special files... yes
checking for working socketpair... yes
checking for getpass... yes
checking for poptGetContext in -lpopt... yes
checking whether to use included libpopt... no
checking whether to use included zlib... ./zlib
checking for unsigned char... yes
checking for broken readdir... no
checking for utimbuf... yes
checking if gettimeofday takes tz argument... yes
checking for C99 vsnprintf... yes
checking for secure mkstemp... yes
checking if mknod creates FIFOs... yes
checking if mknod creates sockets... yes
checking whether -c -o works... yes
checking for _acl... no
checking for __acl... no
checking for _facl... no
checking for __facl... no
checking whether to support ACLs... running tests:
checking for acl_get_file in -lacl... yes
checking for ACL support... yes
checking ACL test results... Using posix ACLs
checking for acl_get_perm_np... no
checking whether to support extended attributes... Using Linux xattrs
checking for getxattr in -lattr... yes
configure.sh: creating ./config.status
config.status: creating Makefile
config.status: creating lib/dummy
config.status: creating zlib/dummy
config.status: creating popt/dummy
config.status: creating shconfig
config.status: creating config.h
rsync 3.2.4 configuration successful
gawk -f ./daemon-parm.awk ./daemon-parm.txt
gawk -f ./help-from-md.awk -v hfile=help-rsync.h ./rsync.1.md
gawk -f ./help-from-md.awk -v hfile=help-rsyncd.h ./rsync.1.md
./mkgitver
gawk -f ./define-from-md.awk -v hfile=default-cvsignore.h ./rsync.1.md
gawk -f ./define-from-md.awk -v hfile=default-dont-compress.h ./rsync.1.md
sed 's;\@bindir\@;/usr/bin;g' <./stunnel-rsyncd.conf.in >stunnel-rsyncd.conf
gawk -f ./mkproto.awk ./*.c ./lib/compat.c daemon-parm.h
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c rsync.c -o rsync.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c generator.c -o generator.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c receiver.c -o receiver.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c cleanup.c -o cleanup.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c sender.c -o sender.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c exclude.c -o exclude.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c util1.c -o util1.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c util2.c -o util2.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c main.c -o main.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c checksum.c -o checksum.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c match.c -o match.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c syscall.c -o syscall.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c log.c -o log.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c backup.c -o backup.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c delete.c -o delete.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c options.c -o options.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c io.c -o io.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c compat.c -o compat.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c hlink.c -o hlink.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c token.c -o token.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c uidlist.c -o uidlist.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c socket.c -o socket.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c hashtable.c -o hashtable.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c usage.c -o usage.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c fileio.c -o fileio.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c batch.c -o batch.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c clientname.c -o clientname.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c chmod.c -o chmod.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c acls.c -o acls.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c xattrs.c -o xattrs.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c progress.c -o progress.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c pipe.c -o pipe.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c params.c -o params.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c loadparm.c -o loadparm.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c clientserver.c -o clientserver.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c access.c -o access.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c connection.c -o connection.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c authenticate.c -o authenticate.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/wildmatch.c -o lib/wildmatch.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/compat.c -o lib/compat.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/snprintf.c -o lib/snprintf.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/mdfour.c -o lib/mdfour.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/md5.c -o lib/md5.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/permstring.c -o lib/permstring.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/pool_alloc.c -o lib/pool_alloc.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/sysacls.c -o lib/sysacls.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c lib/sysxattrs.c -o lib/sysxattrs.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/deflate.c -o zlib/deflate.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/inffast.c -o zlib/inffast.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/inflate.c -o zlib/inflate.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/inftrees.c -o zlib/inftrees.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/trees.c -o zlib/trees.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/zutil.c -o zlib/zutil.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/adler32.c -o zlib/adler32.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/compress.c -o zlib/compress.o
clang -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -pedantic-errors -c zlib/crc32.c -o zlib/crc32.o
zlib/compress.c:22:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
^
zlib/compress.c:62:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT compress (dest, destLen, source, sourceLen)
^
zlib/compress.c:75:15: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
uLong ZEXPORT compressBound (sourceLen)
^
3 warnings generated.
log.c:134:24: error: a function declaration without a prototype is deprecated in
all versions of C [-Werror,-Wstrict-prototypes]
static void syslog_init()
^
void
main.c:247:32: error: a function declaration without a prototype is deprecated
in all versions of C [-Werror,-Wstrict-prototypes]
static void become_copy_as_user()
^
void
1 error generated.
make: *** [Makefile:70: log.o] Error 1
make: *** Waiting for unfinished jobs....
syscall.c:394:17: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
off64_t lseek64();
^
void
syscall.c:394:10: warning: a function declaration without a prototype is
deprecated in all versions of C and is treated as a zero-parameter
prototype in C2x, conflicting with a previous declaration
[-Wdeprecated-non-prototype]
off64_t lseek64();
^
/usr/include/unistd.h:350:18: note: conflicting prototype is here
extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
^
hlink.c:120:57: error: a function declaration without a prototype is deprecated
in all versions of C [-Werror,-Wstrict-prototypes]
qsort(ndx_list, ndx_count, sizeof ndx_list[0], (int (*)()) hlink_compare...
^
void
lib/pool_alloc.c1: warning12 and :116 error: generated .
error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
void (*bomb)(); /* called if malloc fails */
^
void
zlib/zutil.c:30:33: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
const char * ZEXPORT zlibVersion()
^
void
zlib/zutil.c:35:31: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
uLong ZEXPORT zlibCompileFlags()
^
void
zlib/zutil.c:136:22: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
const char * ZEXPORT zError(err)
^
lib/pool_alloc.c:171:16: warning: passing arguments to a function without a
prototype is deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
(*pool->bomb)(bomb_msg, __FILE__, __LINE__);
^
zlib/zutil.c:304:22: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
^
zlib/zutil.c:314:20: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
void ZLIB_INTERNAL zcfree (opaque, ptr)
^
3 warnings and 2 errors generated.
1 warning and 1 error generated.
make: *** [Makefile:70: syscall.o] Error 1
zlib/inftrees.c:32:19: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
^
1 error generated.
zlib/inflate.c:104:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateResetKeep(strm)
^
zlib/deflate.c:203:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2xzlib/adler32.c
: [-Wdeprecated-non-prototype]
65:15: warning: a function definition without a prototype is
deprecated in allint ZEXPORT deflateInit_(strm, level, version, stream_size)
versions ^
of C and is not supported in C2x
[-Wdeprecated-non-prototype]
uLong ZEXPORT adler32(adler, buf, len)
^
1 error generated.
zlib/deflate.c:215:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
^
zlib/inflate.c:129:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateReset(strm)
^
zlib/inflate.c:142:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateReset2(strm, windowBits)
^
zlib/inffast.c:48:20: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
void ZLIB_INTERNAL inflate_fast(strm, start)
^
zlib/inflate.c:180:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/adler32.c:136:13: warning: int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)a
^function
definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local uLong adler32_combine_(adler1, adler2, len2)
^
make: *** [Makefile:70: zlib/zutil.o] Error 1
zlib/adler32.c:136:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/adler32.c:165:15: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:362:13: uLong ZEXPORT adler32_combine(adler1, adler2, len2)warning:
a ^
function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
^
zlib/adler32.c:173:15: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
uLong ZEXPORT adler32_combine64(adler1, adler2, len2)
^
zlib/inflate.c:222:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateInit_(strm, version, stream_size)
^
zlib/inflate.c:230:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflatePrime(strm, bits, value)
^
zlib/inflate.c:261:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void fixedtables(state)
^
zlib/deflate.c:431:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflateResetKeep (strm)
^
zlib/deflate.c:466:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
make: *** [Makefile:70: lib/pool_alloc.o] Error 1
int ZEXPORT deflateReset (strm)
^
zlib/deflate.c:478:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/crc32.c:190int ZEXPORT deflateSetHeader (strm, head):
42 ^:
error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
const z_crc_t FAR * ZEXPORT get_crc_table()
^
void
zlib/crc32.c:204:23: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
unsigned long ZEXPORT crc32(crc, buf, len)
^
zlib/deflate.c:489:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflatePending (strm, pending, bits)
^
make: *** [Makefile:70: hlink.o] Error 1
zlib/deflate.c:503:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflatePrime (strm, bits, value)
^
zlib/crc32.c:247:21: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local unsigned long crc32_little(crc, buf, len)
^
zlib/deflate.c:529:13: warning: a functionmake: *** [Makefile:70: main.o] Error 1
definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflateParams(strm, level, strategy)
^
zlib/crc32.c:247:21: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/crc32.c:287:21: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local unsigned long crc32_big(crc, buf, len)
^
zlib/deflate.c:570:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
^
zlib/inflate.c:261:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/crc32.c:287:21: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/inflate.c:379:11: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local int updatewindow(strm, end, copy)
^
zlib/deflate.c:605:15: warning: a function definition zlib/crc32.cwithout: 325a: 21prototype: iswarning:
a deprecatedfunction indefinition allwithout versionsa ofprototype Cis
and deprecatedis innot allsupported versionsin ofC2x
C [-Wdeprecated-non-prototype]and
is not supported in C2x
[-Wdeprecated-non-prototype]
uLong ZEXPORT deflateBound(strm, sourceLen)
^
local unsigned long gf2_matrix_times(mat, vec)
^
zlib/crc32.c:325:21: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/crc32.c:342:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void gf2_matrix_square(square, mat)
^
zlib/inflate.c:379:11: warning: a function definition without a prototype iszlib/crc32.c
: 342deprecated: 12in: allwarning: aversions functionof definitionC withoutand ais prototypenot issupported
indeprecated C2xin
all[-Wdeprecated-non-prototype]
versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/crc32.c:353:13: warning: a function definition without a prototype is
deprecated in all versions zlib/inflate.cof: 605C: 13and: iswarning: anot functionsupported definitionin withoutC2x
a [-Wdeprecated-non-prototype]prototype
is
deprecated in all versionslocal uLong crc32_combine_(crc1, crc2, len2)
of ^
C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflate(strm, flush)
^
zlib/deflate.c:667:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void putShortMSB (s, b)
^
zlib/crc32.c:353:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:667:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/crc32.c:409:15: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.cuLong ZEXPORT crc32_combine(crc1, crc2, len2):
681 ^:
12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void flush_pending(strm)
^
zlib/crc32.c:417:15: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
uLong ZEXPORT crc32_combine64(crc1, crc2, len2)
^
zlib/deflate.c:681:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in13 warningC2xs
and 1[-Wdeprecated-non-prototype] error
generated.
zlib/deflate.c:704:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflate (strm, flush)
^
make: *** [Makefile:70: zlib/crc32.o] Error 1
zlib/deflate.c:1018:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflateEnd (strm)
^
zlib/deflate.c:1053:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT deflateCopy (dest, source)
^
zlib/trees.c:234:26: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
local void tr_static_init()
^
void
zlib/trees.c:381:20: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_init(s)
^
zlib/trees.c:409:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void init_block(s)
^
zlib/trees.c:409:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:1112:11: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local int read_buf(strm, buf, size)
^
zlib/trees.czlib/deflate.c::45354::1218:: warning: note: aexpanded functionfrom definitionmacro without'read_buf'
a prototype is#define read_buf dread_buf
^deprecated
in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void pqdownheap(s, tree, k)
^
zlib/deflate.c:1112:11: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:54:18: note: expanded from macro 'read_buf'
#define read_buf dread_buf
^
zlib/trees.c:453:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:1142:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void lm_init (s)
^
zlib/trees.c:488:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void gen_bitlen(s, desc)
^
zlib/deflate.c:1142:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:1184:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local uInt longest_match(s, cur_match)
^
zlib/trees.c:488:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:575:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void gen_codes (tree, max_code, bl_count)
^
zlib/deflate.c:1184:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:1426:12: warning: zlib/trees.ca: 575function: 12definition: withoutwarning: aa functionprototype definitionis
without deprecateda inprototype allis
versions deprecatedof inC alland versionsis ofnot Csupported andin isC2x
not [-Wdeprecated-non-prototype]supported
in C2x
[-Wdeprecated-non-prototype]
local void fill_window(s)
^
zlib/trees.c:617:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void build_tree(s, desc)
^
zlib/trees.c:617:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
zlib/deflate.c :[-Wdeprecated-non-prototype]1426
:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:705:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void scan_tree (s, tree, max_code)
^
zlib/deflate.c:1600:19: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local block_state deflate_stored(s, flush)
^
zlib/inflate.c:1276:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateEnd(strm)
^
zlib/trees.c:705:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:750:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void send_tree (s, tree, max_code)
^
zlib/inflate.c:1290:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength)zlib/deflate.c
: ^1600
:19: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:1673:19: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local block_state deflate_fast(s, flush)
^
zlib/inflate.c:1313:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
^
zlib/inflate.c:1348:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateGetHeader(strm, head)
^
zlib/deflate.c:1673:19: warning: a function definition without a prototype is
deprecated in allzlib/trees.c versions: 750of: 12C: andwarning: ais functionnot definitionsupported withoutin aC2x
prototype [-Wdeprecated-non-prototype]is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/inflate.c:1376:16: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local unsigned syncsearch(have, buf, len)
^
zlib/deflate.c:1785:19: warning: a function definitionzlib/trees.c :without801 :a11 :prototype warning: isa
functiondeprecated definitionin withoutall aversions prototypeof isC
zlib/inflate.c and:deprecated 1376 is:in 16 not:all supportedwarning: versions a in of function C2x C
definition and[-Wdeprecated-non-prototype]without
isa notprototype supportedlocal block_state deflate_slow(s, flush)is
in ^
deprecatedC2x
in [-Wdeprecated-non-prototype]all
versions of C and is local int build_bl_tree(s)not
^supported
in C2x
[-Wdeprecated-non-prototype]
zlib/inflate.c:1399:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateSync(strm)
^
zlib/trees.c:801:11: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:836:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void send_all_trees(s, lcodes, dcodes, blcodes)
^
zlib/inflate.c:1450:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateSyncPoint(strm)
^
zlib/trees.c:836:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/inflate.c:1460:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateCopy(dest, source)
zlib/trees.c ^:
865:20: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last)
zlib/deflate.c ^:
1785:19: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:1926:19: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local block_state deflate_rle(s, flush)
^
zlib/trees.c:882:20: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_flush_bits(s)
^
zlib/trees.c:892:20: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_align(s)
^
zlib/inflate.c:1507:13: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
int ZEXPORT inflateUndermine(strm, subvert)
^
zlib/trees.c:907:20: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
^
zlib/deflate.c:1926:19: warning: a function definition without azlib/inflate.c :prototype1524 :is14
: deprecatedwarning: ain functionall definitionversions withoutof aC prototypeand isis
notdeprecated supportedin inall C2xversions
of[-Wdeprecated-non-prototype]
C and is not supported in C2x
[-Wdeprecated-non-prototype]
long ZEXPORT inflateMark(strm)
^
zlib/deflate.c:1999:19: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local block_state deflate_huff(s, flush)
^
zlib/trees.c:1010:19: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/deflate.c:1999:int ZLIB_INTERNAL _tr_tally (s, dist, lc)19
: ^
warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:1038:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void compress_block(s, ltree, dtree)
^
zlib/trees.c:1038:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:1098:11: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local int detect_data_type(s)
^
zlib/trees.c:1098:11: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:1132:16: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local unsigned bi_reverse(code, len)
^
zlib/trees.c:1132:16: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:1147:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void bi_flush(s)
^
zlib/trees.c:1147:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:1164:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void bi_windup(s)
^
zlib/trees.c:1164:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
zlib/trees.c:1183:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
local void copy_block(s, buf, len, header)
^
zlib/trees.c:1183:12: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
36 warnings and 1 error generated.
make: *** [Makefile:70: zlib/trees.o] Error 1
5 warnings generated.
1 warning generated.
1 warning generated.
36 warnings generated.
22 warnings generated.
* ERROR: net-misc/rsync-3.2.4-r3::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=net-misc/rsync-3.2.4-r3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=net-misc/rsync-3.2.4-r3::gentoo'`.
* The complete build log is located at '/var/tmp/catalyst/tmp/net-misc:rsync-3.2.4-r3:20221128-031151.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/rsync-3.2.4-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/rsync-3.2.4-r3/temp/environment'.
* Working directory: '/var/tmp/portage/net-misc/rsync-3.2.4-r3/work/rsync-3.2.4'
* S: '/var/tmp/portage/net-misc/rsync-3.2.4-r3/work/rsync-3.2.4'
* Messages for package sys-apps/portage-3.0.38.1-r4:
* Log file: /var/tmp/catalyst/tmp/sys-apps:portage-3.0.38.1-r4:20221128-030040.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Messages for package sys-libs/libomp-15.0.5:
* Log file: /var/tmp/catalyst/tmp/sys-libs:libomp-15.0.5:20221128-030041.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Messages for package acct-group/man-0-r1:
* Log file: /var/tmp/catalyst/tmp/acct-group:man-0-r1:20221128-030121.log
* Adding group 'man' to your system ...
* - Groupid: 15
* Messages for package acct-group/sshd-0-r1:
* Log file: /var/tmp/catalyst/tmp/acct-group:sshd-0-r1:20221128-030123.log
* Adding group 'sshd' to your system ...
* - Groupid: 22
* Messages for package acct-group/kvm-0-r1:
* Log file: /var/tmp/catalyst/tmp/acct-group:kvm-0-r1:20221128-030141.log
* Adding group 'kvm' to your system ...
* - Groupid: 78
* Messages for package acct-group/render-0-r1:
* Log file: /var/tmp/catalyst/tmp/acct-group:render-0-r1:20221128-030143.log
* Adding group 'render' to your system ...
* - Groupid: 28
* Messages for package acct-group/sgx-0:
* Log file: /var/tmp/catalyst/tmp/acct-group:sgx-0:20221128-030143.log
* Adding group 'sgx' to your system ...
* - Groupid: 405
* Messages for package sys-apps/baselayout-2.9:
* Log file: /var/tmp/catalyst/tmp/sys-apps:baselayout-2.9:20221128-030147.log
* The following users have non-existent shells!
* halt - /sbin/halt
* shutdown - /sbin/shutdown
* After updating /etc/profile, please run
* env-update && . /etc/profile
* Please run env-update then log out and back in to
* update your path.
* Messages for package acct-user/man-1-r1:
* Log file: /var/tmp/catalyst/tmp/acct-user:man-1-r1:20221128-030153.log
* Adding user 'man' to your system ...
* - Userid: 13
* - Shell: /sbin/nologin
* - Home: /dev/null
* - Groups: man
* - GECOS: added by portage for man
* Updating comment for user 'man' ...
* - Comment: System user; man
* Messages for package acct-user/sshd-0-r1:
* Log file: /var/tmp/catalyst/tmp/acct-user:sshd-0-r1:20221128-030154.log
* Adding user 'sshd' to your system ...
* - Userid: 22
* - Shell: /sbin/nologin
* - Home: /var/empty
* - Groups: sshd
* - GECOS: added by portage for sshd
* Updating comment for user 'sshd' ...
* - Comment: User for ssh
* Messages for package acct-user/portage-0:
* Log file: /var/tmp/catalyst/tmp/acct-user:portage-0:20221128-030428.log
* Updating shell for user 'portage' ...
* - Shell: /sbin/nologin
* Messages for package sys-apps/sysvinit-3.05:
* Log file: /var/tmp/catalyst/tmp/sys-apps:sysvinit-3.05:20221128-030656.log
* The last/lastb/mesg/mountpoint/sulogin/utmpdump/wall tools have been moved to
* sys-apps/util-linux. The pidof tool has been moved to sys-process/procps.
* Messages for package sys-libs/pam-1.5.2-r2:
* Log file: /var/tmp/catalyst/tmp/sys-libs:pam-1.5.2-r2:20221128-030722.log
* Some software with pre-loaded PAM libraries might experience
* warnings or failures related to missing symbols and/or versions
* after any update. While unfortunate this is a limit of the
* implementation of PAM and the software, and it requires you to
* restart the software manually after the update.
*
* You can get a list of such software running a command like
* lsof / | grep -E -i 'del.*libpam\.so'
*
* Alternatively, simply reboot your system.
* Messages for package sys-apps/coreutils-9.1-r1:
* Log file: /var/tmp/catalyst/tmp/sys-apps:coreutils-9.1-r1:20221128-030834.log
* Make sure you run 'hash -r' in your active shells.
* You should also re-source your shell settings for LS_COLORS
* changes, such as: source /etc/profile
* Messages for package sys-apps/util-linux-2.37.4:
* Log file: /var/tmp/catalyst/tmp/sys-apps:util-linux-2.37.4:20221128-031134.log
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
* Messages for package net-misc/rsync-3.2.4-r3:
* Log file: /var/tmp/catalyst/tmp/net-misc:rsync-3.2.4-r3:20221128-031151.log
* ERROR: net-misc/rsync-3.2.4-r3::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=net-misc/rsync-3.2.4-r3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=net-misc/rsync-3.2.4-r3::gentoo'`.
* The complete build log is located at '/var/tmp/catalyst/tmp/net-misc:rsync-3.2.4-r3:20221128-031151.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/rsync-3.2.4-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/rsync-3.2.4-r3/temp/environment'.
* Working directory: '/var/tmp/portage/net-misc/rsync-3.2.4-r3/work/rsync-3.2.4'
* S: '/var/tmp/portage/net-misc/rsync-3.2.4-r3/work/rsync-3.2.4'
28 Nov 2022 03:12:17 -00: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/stage3/controller.sh', 'run']) exited 1
ERROR:catalyst:CatalystError: cmd(['/usr/share/catalyst/targets/stage3/controller.sh', 'run']) exited 1
28 Nov 2022 03:12:17 -00: ERROR : Exception running action sequence run_local
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/catalyst/base/stagebase.py", line 38, in run_sequence
func()
File "/usr/lib/python3.10/site-packages/catalyst/base/stagebase.py", line 1380, in run_local
cmd([self.settings['controller_file'], 'run'],
File "/usr/lib/python3.10/site-packages/catalyst/support.py", line 66, in cmd
raise CatalystError('cmd(%r) exited %s' % (args, ret),
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage3/controller.sh', 'run']) exited 1
ERROR:catalyst:Exception running action sequence run_local
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/catalyst/base/stagebase.py", line 38, in run_sequence
func()
File "/usr/lib/python3.10/site-packages/catalyst/base/stagebase.py", line 1380, in run_local
cmd([self.settings['controller_file'], 'run'],
File "/usr/lib/python3.10/site-packages/catalyst/support.py", line 66, in cmd
raise CatalystError('cmd(%r) exited %s' % (args, ret),
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage3/controller.sh', 'run']) exited 1
Command exited with non-zero status 2
682.31user 284.31system 12:07.27elapsed 132%CPU (0avgtext+0avgdata 1436700maxresident)k
90950inputs+2525672outputs (18192major+63955076minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20221127T233152Z.Qiug9D/log/llvm_stage3-openrc.log
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-releng-autobuilds] [arm64-auto] Catalyst fatal build error - llvm/stage3-openrc.spec
@ 2023-08-14 7:44 catalyst
0 siblings, 0 replies; 2+ messages in thread
From: catalyst @ 2023-08-14 7:44 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
In file included from Entity.cxx:8:
In file included from ../include/Entity.h:13:
In file included from ../include/Location.h:15:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer will be
overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::erase' requested here
erase(ptr_, ptr_ + size_);
^
../include/Attribute.h:486:10: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::~Vector' requested here
inline ~AttributeList() {}
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
make[3]: *** [Makefile:587: SgmlParser.lo] Error 1
In file included from TokenMessageArg.cxx:8:
In file included from ./TokenMessageArg.h:10:
In file included from ../include/MessageArg.h:11:
In file included from ../include/Vector.h:8:
../include/xnew.h:30:7: error: 'operator new' is missing exception specification
'noexcept'
In file included from void *operator new(size_t, void *p)
Entity.cxx ^
noexcept
:9/usr/include/c++/v1/new::
In file included from ./ParserState.h:24517:
In file included from ../include/Dtd.h:12:
In file included from ../include/ElementType.h:20:
In file included from :70../include/ContentToken.h:13: :
In file included from ../include/NCVector.h:note: previous 48:
../include/Vector.cxxdeclaration is here
:134:13: warning: destination for this ...inline _LIBCPP_INLINE_VISIBILITY void* operator new (std::size_t, void...
'memmove' ^
call is a
pointer to dynamic class 'Owner<OpenSP::ContentToken>'; vtable pointer
will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::erase' requested
here
erase(ptr_, ptr_ + size_);
^
../include/ContentToken.h:123:18: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::~NCVector'
requested here
inline virtual ~ModelGroup() {};
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from ParserApp.cxx:9:
In file included from ../include/ParserApp.h:11:
In file included from ../include/SgmlParser.h:13:
In file included from ../include/Location.h:15:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer In file included from TrieBuilder.cxx:11:
In file included from ./Trie.h:10:
In file included from ../include/Vector.h:8:
../include/xnew.hwill be
overwritten :30:7: error: 'operator new' [-Wdynamic-class-memaccess]
is missing exception specification
'noexcept'
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
void *operator new(size_t, void *p)
^
noexcept
../include/Vector.cxx:/usr/include/c++/v1/new:245:make[3]: *** [Makefile:587: SOEntityCatalog.lo] Error 1
70: note: previous18:5: declarationnote: in isinstantiation of here
member function
'OpenSP::Vector<OpenSP::Attribute>::erase' requested here
...inline _LIBCPP_INLINE_VISIBILITY void* operator new (std::size_t, void...
^
erase(ptr_, ptr_ + size_);
^
../include/Attribute.h:486:10: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::~Vector' requested here
inline ~AttributeList() {}
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from Text.cxx:8:
In file included from ../include/Text.h:12:
In file included from ../include/Vector.h:8:
../include/xnew.h:30:7: error: 'operator new' is missing exception specification
'noexcept'
void *operator new(size_t, void *p)
^
noexcept
/usr/include/c++/v1/new:245:70: note: previous declaration is here
...inline _LIBCPP_INLINE_VISIBILITY void* operator new (std::size_t, void...
^
In file included from ParserApp.cxx:9:
In file included from ../include/ParserApp.h:15:
In file included from ../include/ErrorCountEventHandler.h:12:
In file included from ../include/Event.h:22:
In file included from ../include/Dtd.h:12:
In file included from ../include/ElementType.h:20:
In file included from ../include/ContentToken.h:13:
In file included from ../include/NCVector.h:48:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to dynamic class 'Owner<OpenSP::ContentToken>'; vtable pointer
will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::erase' requested
here
erase(ptr_, ptr_ + size_);
^
../include/ContentToken.h:123:18: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::~NCVector'
requested here
inline virtual ~ModelGroup() {};
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from URLStorage.cxx:48:
In file included from ../include/ErrnoMessageArg.h:7:
In file included from ../include/MessageArg.h:11:
In file included from ../include/Vector.h:8:
In file included from ../include/xnew.h:20:
In file included from /usr/include/c++/v1/new:95:
/usr/include/c++/v1/cstddef:60:9: error: expected unqualified-id
using ::ptrdiff_t _LIBCPP_USING_IF_EXISTS;
^
In file included from ../config.hParser.cxx::4579::
19In file included from :./Parser.h :note: 12expanded:
In file included from from../include/Attribute.h :macro14 :
'ptrdiff_t'In file included from
../include/Vector.h:77:
../include/Vector.cxx:134#define ptrdiff_t long:
13 ^:
warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer will be
overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::erase' requested here
erase(ptr_, ptr_ + size_);
^
../include/Attribute.h:486:10: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::~Vector' requested here
inline ~AttributeList() {}
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from TranslateCodingSystem.cxx:6:
In file included from ../include/TranslateCodingSystem.h:10:
In file included from ../include/CharsetRegistry.h:13:
In file included from ../include/CharsetInfo.h:11:
In file included from ../include/UnivCharsetDesc.h:14:
In file included from ../include/RangeMap.h:7:
In file included from ../include/Vector.h:8:
../include/xnew.h:30:7: error: 'operator new' is missing exception specification
'noexcept'
void *operator new(size_t, void *p)
^
noexcept
/usr/include/c++/v1/new:245:70: note: previous declaration is here
...inline _LIBCPP_INLINE_VISIBILITY void* operator new (std::size_t, void...
^
In file included from Parser.cxx:9:
In file included from ./Parser.h:16:
In file included from ../include/ElementType.h:20:
In file included from ../include/ContentToken.h:13:
In file included from ../include/NCVector.h:48:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to dynamic class 'Owner<OpenSP::ContentToken>'; vtable pointer
will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::erase' requested
here
erase(ptr_, ptr_ + size_);
^
../include/ContentToken.h:123:18: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::~NCVector'
requested here
inline virtual ~ModelGroup() {};
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from ArcEngine.cxx:10:
In file included from ../include/ArcEngine.h:11:
In file included from ../include/Event.h:12:
In file included from ../include/Location.h:15:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer will be
overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::erase' requested here
erase(ptr_, ptr_ + size_);
^
../include/Attribute.h:486:10: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::~Vector' requested here
inline ~AttributeList() {}
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from LinkProcess.cxx:8:
In file included from ../include/LinkProcess.h:10:
In file included from ../include/Lpd.h:10:
In file included from ../include/Attribute.h:14:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer will be
overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::erase' requested here
erase(ptr_, ptr_ + size_);
^
../include/Attribute.h:486:10: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::~Vector' requested here
inline ~AttributeList() {}
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from GenericEventHandler.cxx:9:
In file included from ../include/GenericEventHandler.h:15:
In file included from ../include/Event.h:12:
In file included from ../include/Location.h:15:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer will be
overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::erase' requested here
erase(ptr_, ptr_ + size_);
^
../include/Attribute.h:486:10: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::~Vector' requested here
inline ~AttributeList() {}
^
2 errors generated.
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from Entity.cxx:8:
In file included from ../include/Entity.h:13:
In file included from ../include/Location.h:15:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:90:22: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer will be
overwritten [-Wdynamic-class-memaccess]
memmove(ptr_ + i + n, ptr_ + i, (size_ - i)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxxIn file included from LinkProcess.cxx:8:
In file included from ../include/LinkProcess.h:10:
In file included from ../include/Lpd.h::29:3: note: 19:
In file included from ../include/Dtd.h:12:
In file included from ../include/ElementType.h:20:
In file included from ../include/ContentToken.h:13:
In file included from ../include/NCVector.h:48:
../include/Vector.cxx:134:13: warning: destination for this 'memmove'in call is a
pointer toinstantiation dynamic class 'Owner<OpenSP::ContentToken>'; vtableof pointer
will be overwritten [-Wdynamic-class-memaccess]
member function
'OpenSP::Vector<OpenSP::Attribute>::insert' memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
requested here
insert(ptr_ + size_, v.ptr_, v.ptr_ + v.size_); ~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::erase' requested ^
here
erase(ptr_, ptr_ + size_);
^
../include/Attribute.h../include/ContentToken.h:123:18: note: in :482:14: instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::~NCVector'
requested here
note: in inline virtual ~ModelGroup() {};
instantiation of ^
member function
'OpenSP::Vector<OpenSP::Attribute>::Vector' requested here
class SP_API AttributeList {
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
../include/Vector.cxx:90:22: note: explicitly cast the pointer to silence this
warning
memmove(ptr_ + i + n, ptr_ + i, (size_ - i)*sizeof(T));
^
(void*)
../include/Vector.cxx:150:15: warning: source of this 'memcpy' call is a pointer
to class containing a dynamic classIn file included from ArcEngine.cxx:10:
In file included from ../include/ArcEngine.h:11:
In file included from
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer will be copied../include/Event.h
[-Wdynamic-class-memaccess]
:22:
In file included from ../include/Dtd.h:12:
In file included from ../include/ElementType.h:20:
In file included from ../include/ContentToken.h:13:
In file included from ../include/NCVector.h:48:
../include/Vector.cxx:134:13: warning: memcpy(p, ptr_, size_*sizeof(T));
~~~~~~ ^destination for this 'memmove' call is a
pointer to dynamic class 'Owner<OpenSP::ContentToken>'; vtable pointer
will be overwritten [-Wdynamic-class-memaccess]
../include/Vector.h:55:45: note: memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
in instantiation of ~~~~~~~ ^
member ../include/Vector.cxx:18:5: note: functionin
instantiation'OpenSP::Vector<OpenSP::Attribute>::reserve1' ofrequested member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::erase' requestedhere
here
void reserve(size_t n) { if (n > alloc_) reserve1(n); } erase(ptr_, ptr_ + size_);
^
^../include/ContentToken.h:123:18: note: in instantiation of
member../include/Vector.cxx:88 function:3
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::~NCVector'
requested here:
note: in instantiation of inline virtual ~ModelGroup() {};member
^
function
'OpenSP::Vector<OpenSP::Attribute>::reserve' requested here
reserve(size_ + n);
^
../include/Vector.cxx:29:3: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::insert' requested here
../include/Vector.cxx:134:13: note: explicitly insert(ptr_ + size_, v.ptr_, v.ptr_ + v.size_);cast the pointer to silence this
warning
^
../include/Attribute.h:482:14: note: memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::Vector' requested here
class SP_API AttributeList {
^
../include/Vector.cxx:150:15: note: explicitly cast the pointer to silence this
warning
memcpy(p, ptr_, size_*sizeof(T));
^
(void*)
2 warnings and 2 errors generated.
4 warnings and 2 errors generated.
In file included from GenericEventHandler.cxx:9:
In file included from ../include/GenericEventHandler.h:15:
In file included from ../include/Event.h:22:
In file included from ../include/Dtd.h:12:
In file included from ../include/ElementType.h:20:
In file included from ../include/ContentToken.h:13:
In file included from ../include/NCVector.h:48:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to dynamic class 'Owner<OpenSP::ContentToken>'; vtable pointer
will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::erase' requested
here
erase(ptr_, ptr_ + size_);
^
../include/ContentToken.h:123:18: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::~NCVector'
requested here
inline virtual ~ModelGroup() {};
^
make[3]: *** [Makefile:587: TrieBuilder.lo] Error 1
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
make[3]: *** [Makefile:587: Entity.lo] Error 1
make[3]: *** [Makefile:587: ParserApp.lo] Error 1
In file included from Undo.cxx:8:
In file included from ./Undo.h:11:
In file included from ../include/ContentToken.h:11:
In file included from ../include/Text.h:12:
In file included from ../include/Vector.h:8:
../include/xnew.h:30:7: error: 'operator new' is missing exception specification
'noexcept'
void *operator new(size_t, void *p)
^
noexcept
/usr/include/c++/v1/new:245:70: note: previous declaration is here
In file included from UnivCharsetDesc.cxx:8:
In file included from ../include/UnivCharsetDesc.h ...inline _LIBCPP_INLINE_VISIBILITY void* operator new (std::size_t, void...:
14 ^:
In file included from ../include/RangeMap.h:7:
In file included from ../include/Vector.h:8:
../include/xnew.h:30:7: error: 'operator new' is missing exception specification
'noexcept'
void *operator new(size_t, void *p)
^
noexcept
/usr/include/c++/v1/new:245:70: note: previous declaration is here
...inline _LIBCPP_INLINE_VISIBILITY void* operator new (std::size_t, void...
^
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to dynamic class 'Owner<OpenSP::AttributeList>'; vtable pointer
will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::AttributeList>>::erase' requested
here
erase(ptr_, ptr_ + size_);
^
./ParserState.h:48:7: note: in instantiation of member function
2 error'OpenSP::NCVector<OpenSP::Owner<OpenSP::AttributeList>>::~NCVector's
generated .
requested here
class ParserState : public ContentState, public AttributeContext {
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from GenericEventHandler.cxx:9:
In file included from ../include/GenericEventHandler.h:15:
In file included from ../include/Event.h:12:
In file included from ../include/Location.h:15:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class 'Vector<OpenSP::Attribute>';
vtable pointer will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::AttributeList>::erase' requested here
erase(ptr_, ptr_ + size_);
^
../include/Event.h:458:7: note: in instantiation of member function
'OpenSP::Vector<OpenSP::AttributeList>::~Vector' requested here
class EndPrologEvent : public LocatedEvent {
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to dynamic class 'ArcProcessor'; vtable pointer will be
overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::ArcProcessor>::erase' requested here
erase(ptr_, ptr_ + size_);
^
ArcEngine.cxx:184:16: note: in instantiation of3 warningmembers and function2
error s'OpenSP::NCVector<OpenSP::ArcProcessor>::~NCVector' generated .
requested here
ArcEngineImpl::ArcEngineImpl(Messenger &mgr,
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
2 errors generated.
In file included from Parser.cxx:9:
In file included from ./Parser.h:12:
In file included from ../include/Attribute.h:14:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class 'Vector<OpenSP::TextItem>';
vtable pointer will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::CharsetDeclSection>::erase' requested here
erase(ptr_, ptr_ + size_);
^
../include/CharsetDecl.h:73:14: note: in instantiation of member function
'OpenSP::Vector<OpenSP::CharsetDeclSection>::~Vector' requested here
class SP_API CharsetDecl {
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
../include/Vector.cxx:150:15: warning: source of this 'memcpy' call is a pointer
to dynamic class 'ArcProcessor'; vtable pointer will be copied
[-Wdynamic-class-memaccess]
memcpy(p, ptr_, size_*sizeof(T));
~~~~~~ ^
../include/Vector.h:55:45: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::ArcProcessor>::reserve1' requested here
void reserve(size_t n) { if (n > alloc_) reserve1(n); }
^
../include/Vector.cxx:122:3: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::ArcProcessor>::reserve' requested here
reserve(size_ + n);
^
../include/Vector.h:31:7: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::ArcProcessor>::append' requested here
append(n - size_);
^
ArcEngine.cxx:269:23: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::ArcProcessor>::resize' requested here
arcProcessors_.resize(arcProcessors_.size() + 1);
^
../include/Vector.cxx:150:15: note: explicitly cast the pointer to silence this
warning
memcpy(p, ptr_, size_*sizeof(T));
^
(void*)
4 warnings and 2 errors generated.
In file included from ArcEngine.cxx:10:
In file included from ../include/ArcEngine.h:11:
In file included from ../include/Event.h:12:
In file included from ../include/Location.h:15:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to dynamic class 'CopyOwner<OpenSP::AttributeDefinition>'; vtable
pointer will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::CopyOwner<OpenSP::AttributeDefinition>>::erase'
requested here
erase(ptr_, ptr_ + size_);
^
ArcEngine.cxx:302:48: note: in instantiation of member function
'OpenSP::Vector<OpenSP::CopyOwner<OpenSP::AttributeDefinition>>::~Vector'
requested here
Vector<CopyOwner<AttributeDefinition> > attdefs;
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
../include/Vector.cxx:150:15: warning: source of this 'memcpy' call is a pointer
to dynamic class 'CopyOwner<OpenSP::AttributeDefinition>'; vtable pointer
will be copied [-Wdynamic-class-memaccess]
memcpy(p, ptr_, size_*sizeof(T));
~~~~~~ ^
../include/Vector.h:55:45: note: in instantiation of member function
'OpenSP::Vector<OpenSP::CopyOwner<OpenSP::AttributeDefinition>>::reserve1'
requested here
void reserve(size_t n) { if (n > alloc_) reserve1(n); }
^
../include/Vector.h:39:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::CopyOwner<OpenSP::AttributeDefinition>>::reserve'
requested here
reserve(size_ + 1);
^
ArcEngine.cxx:328:13: note: in instantiation of member function
'OpenSP::Vector<OpenSP::CopyOwner<OpenSP::AttributeDefinition>>::push_back'
requested here
attdefs.push_back(new RequiredAttributeDefinition(attN...
^
2../include/Vector.cxx warning:s150 and :215 error:s generatednote: .
explicitly cast the pointer to silence this
warning
memcpy(p, ptr_, size_*sizeof(T));
^
(void*)
make[3]: *** [Makefile:587: Text.lo] Error 1
In file included from ArcEngine.cxx:10:
In file included from ../include/ArcEngine.h:11:
In file included from ../include/Event.h:22:
In file included from ../include/Dtd.h:12:
In file included from ../include/ElementType.h:20:
In file included from ../include/ContentToken.h:13:
In file included from ../include/NCVector.h:48:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to dynamic class 'Owner<OpenSP::ArcProcessor::MetaMapCache>';
vtable pointer will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ArcProcessor::MetaMapCache>>::erase'
requested here
erase(ptr_, ptr_ + size_);
^
ArcEngine.cxx:645:15: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ArcProcessor::MetaMapCache>>::~NCVector'
requested here
ArcProcessor::ArcProcessor()
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
make[3]: *** [Makefile:587: GenericEventHandler.lo] Error 1
make[3]: *** [Makefile:587: TranslateCodingSystem.lo] Error 1
make[3]: *** [Makefile:587: Parser.lo] Error 1
make[3]: *** [Makefile:587: LinkProcess.lo] Error 1
../include/Vector.cxx:150:15: warning: source of this 'memcpy' call is a pointer
to dynamic class 'Owner<OpenSP::ArcProcessor::MetaMapCache>'; vtable
pointer will be copied [-Wdynamic-class-memaccess]
memcpy(p, ptr_, size_*sizeof(T));
~~~~~~ ^
../include/Vector.h:55:45: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ArcProcessor::MetaMapCache>>::reserve1'
requested here
void reserve(size_t n) { if (n > alloc_) reserve1(n); }
^
../include/Vector.cxx:122:3: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ArcProcessor::MetaMapCache>>::reserve'
requested here
reserve(size_ + n);
^
../include/Vector.h:31:7: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ArcProcessor::MetaMapCache>>::append'
requested here
append(n - size_);
^
ArcEngine.cxx:925:17: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ArcProcessor::MetaMapCache>>::resize'
requested here
metaMapCache_.resize(docDtd_->nElementTypeIndex());
^
../include/Vector.cxx:150:15: note: explicitly cast the pointer to silence this
warning
memcpy(p, ptr_, size_*sizeof(T));
^
(void*)
8 warnings and 2 errors generated.
make[3]: *** [Makefile:587: ArcEngine.lo] Error 1
2 errors generated.
In file included from URLStorage.cxx:48:
In file included from ../include/ErrnoMessageArg.h:7:
In file included from ../include/MessageArg.h:11:
In file included from ../include/Vector.h:8:
../include/xnew.h:30:7: error: 'operator new' is missing exception specification
'noexcept'
void *operator new(size_t, void *p)
^
noexcept
/usr/include/c++/v1/new:245:70: note: previous declaration is here
...inline _LIBCPP_INLINE_VISIBILITY void* operator new (std::size_t, void...
^
make[3]: *** [Makefile:587: UnivCharsetDesc.lo] Error 1
2 errors generated.
make[3]: *** [Makefile:587: TokenMessageArg.lo] Error 1
2 errors generated.
make[3]: *** [Makefile:587: Syntax.lo] Error 1
URLStorage.cxx:565:15: warning: ISO C++11 does not allow conversion from string
literal to 'char *' [-Wwritable-strings]
http_ua = "libosp 1.5" ;
^
1 warning and 2 errors generated.
make[3]: *** [Makefile:587: URLStorage.lo] Error 1
In file included from Undo.cxx:8:
In file included from ./Undo.h:11:
In file included from ../include/ContentToken.h:13:
In file included from ../include/NCVector.h:48:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to dynamic class 'Owner<OpenSP::ContentToken>'; vtable pointer
will be overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::erase' requested
here
erase(ptr_, ptr_ + size_);
^
../include/ContentToken.h:123:18: note: in instantiation of member function
'OpenSP::NCVector<OpenSP::Owner<OpenSP::ContentToken>>::~NCVector'
requested here
inline virtual ~ModelGroup() {};
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
In file included from Undo.cxx:8:
In file included from ./Undo.h:11:
In file included from ../include/ContentToken.h:11:
In file included from ../include/Text.h:12:
In file included from ../include/Vector.h:77:
../include/Vector.cxx:134:13: warning: destination for this 'memmove' call is a
pointer to class containing a dynamic class
'CopyOwner<OpenSP::AttributeSemantics>'; vtable pointer will be
overwritten [-Wdynamic-class-memaccess]
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
~~~~~~~ ^
../include/Vector.cxx:18:5: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::erase' requested here
erase(ptr_, ptr_ + size_);
^
../include/Attribute.h:486:10: note: in instantiation of member function
'OpenSP::Vector<OpenSP::Attribute>::~Vector' requested here
inline ~AttributeList() {}
^
../include/Vector.cxx:134:13: note: explicitly cast the pointer to silence this
warning
memmove((T *)p1, p2, ((const T *)(ptr_ + size_) - p2)*sizeof(T));
^
(void*)
2 warnings and 2 errors generated.
make[3]: *** [Makefile:587: Undo.lo] Error 1
make[3]: Leaving directory '/var/tmp/portage/app-text/opensp-1.5.2-r9/work/OpenSP-1.5.2/lib'
make[2]: *** [Makefile:365: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/app-text/opensp-1.5.2-r9/work/OpenSP-1.5.2/lib'
make[1]: *** [Makefile:384: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-text/opensp-1.5.2-r9/work/OpenSP-1.5.2'
make: *** [Makefile:273: all] Error 2
* ERROR: app-text/opensp-1.5.2-r9::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-text/opensp-1.5.2-r9::gentoo'`,
* the complete build log and the output of `emerge -pqv '=app-text/opensp-1.5.2-r9::gentoo'`.
* The complete build log is located at '/var/log/portage/app-text:opensp-1.5.2-r9:20230814-074402.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/opensp-1.5.2-r9/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-text/opensp-1.5.2-r9/temp/environment'.
* Working directory: '/var/tmp/portage/app-text/opensp-1.5.2-r9/work/OpenSP-1.5.2'
* S: '/var/tmp/portage/app-text/opensp-1.5.2-r9/work/OpenSP-1.5.2'
* Messages for package dev-libs/gmp-6.2.1-r5:
* Log file: /var/log/portage/dev-libs:gmp-6.2.1-r5:20230814-064910.log
* Using generic C implementation on non-amd64/x86 with USE=cpudetection
* --enable-fat is a no-op on alternative arches.
* To obtain an optimized build, set USE=-cpudetection, but binpkgs should not then be made.
* Messages for package sys-apps/portage-3.0.49-r2:
* Log file: /var/log/portage/sys-apps:portage-3.0.49-r2:20230814-064914.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Messages for package sys-libs/libomp-16.0.6:
* Log file: /var/log/portage/sys-libs:libomp-16.0.6:20230814-064915.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Messages for package sys-devel/clang-runtime-16.0.6:
* Log file: /var/log/portage/sys-devel:clang-runtime-16.0.6:20230814-064917.log
* You seem to be using clang as a system compiler. As of clang-16,
* upstream has turned a few warnings that commonly occur during
* configure script runs into errors by default. This causes some
* configure tests to start failing, sometimes resulting in silent
* breakage, missing functionality or runtime misbehavior. It is
* not yet clear whether the change will remain or be reverted.
*
* For more information, please see:
* https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
* Messages for package acct-group/root-0-r1:
* Log file: /var/log/portage/acct-group:root-0-r1:20230814-064932.log
* Group root already exists
* Messages for package acct-group/man-0-r2:
* Log file: /var/log/portage/acct-group:man-0-r2:20230814-064935.log
* Adding group man
* Messages for package acct-group/sshd-0-r2:
* Log file: /var/log/portage/acct-group:sshd-0-r2:20230814-064937.log
* Adding group sshd
* Messages for package sys-apps/baselayout-2.13-r1:
* Log file: /var/log/portage/sys-apps:baselayout-2.13-r1:20230814-064939.log
* The following users have non-existent shells!
* halt - /sbin/halt
* shutdown - /sbin/shutdown
* After updating /etc/profile, please run
* env-update && . /etc/profile
* Please run env-update then log out and back in to
* update your path.
* Messages for package acct-group/portage-0-r1:
* Log file: /var/log/portage/acct-group:portage-0-r1:20230814-065000.log
* Group portage already exists
* Messages for package acct-group/audio-0-r2:
* Log file: /var/log/portage/acct-group:audio-0-r2:20230814-065014.log
* Group audio already exists
* Messages for package acct-group/cdrom-0-r2:
* Log file: /var/log/portage/acct-group:cdrom-0-r2:20230814-065017.log
* Group cdrom already exists
* Messages for package acct-group/dialout-0-r2:
* Log file: /var/log/portage/acct-group:dialout-0-r2:20230814-065020.log
* Group dialout already exists
* Messages for package acct-group/disk-0-r2:
* Log file: /var/log/portage/acct-group:disk-0-r2:20230814-065022.log
* Group disk already exists
* Messages for package acct-group/floppy-0-r1:
* Log file: /var/log/portage/acct-group:floppy-0-r1:20230814-065026.log
* Group floppy already exists
* Messages for package acct-group/input-0-r2:
* Log file: /var/log/portage/acct-group:input-0-r2:20230814-065029.log
* Group input already exists
* Messages for package acct-group/kmem-0-r2:
* Log file: /var/log/portage/acct-group:kmem-0-r2:20230814-065032.log
* Group kmem already exists
* Messages for package acct-group/kvm-0-r2:
* Log file: /var/log/portage/acct-group:kvm-0-r2:20230814-065035.log
* Adding group kvm
* Messages for package acct-group/lp-0-r2:
* Log file: /var/log/portage/acct-group:lp-0-r2:20230814-065038.log
* Group lp already exists
* Messages for package acct-group/render-0-r2:
* Log file: /var/log/portage/acct-group:render-0-r2:20230814-065042.log
* Adding group render
* Messages for package acct-group/sgx-0-r1:
* Log file: /var/log/portage/acct-group:sgx-0-r1:20230814-065045.log
* Adding group sgx
* Messages for package acct-group/tape-0-r2:
* Log file: /var/log/portage/acct-group:tape-0-r2:20230814-065048.log
* Group tape already exists
* Messages for package acct-group/tty-0-r2:
* Log file: /var/log/portage/acct-group:tty-0-r2:20230814-065052.log
* Group tty already exists
* Messages for package acct-group/usb-0-r2:
* Log file: /var/log/portage/acct-group:usb-0-r2:20230814-065055.log
* Group usb already exists
* Messages for package acct-group/video-0-r2:
* Log file: /var/log/portage/acct-group:video-0-r2:20230814-065058.log
* Group video already exists
* Messages for package acct-user/portage-0-r2:
* Log file: /var/log/portage/acct-user:portage-0-r2:20230814-065709.log
* User portage already exists
* Updating user portage
* Messages for package acct-user/man-1-r2:
* Log file: /var/log/portage/acct-user:man-1-r2:20230814-065724.log
* Adding user man
* Messages for package acct-user/sshd-0-r2:
* Log file: /var/log/portage/acct-user:sshd-0-r2:20230814-065729.log
* Adding user sshd
* Messages for package app-alternatives/awk-4:
* Log file: /var/log/portage/app-alternatives:awk-4:20230814-070131.log
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /bin/awk
* /usr/bin/awk
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s).
*
* Package 'app-alternatives/awk-4' merged despite file collisions. If
* necessary, refer to your elog messages for the whole content of the
* above message.
* Messages for package app-text/opensp-1.5.2-r9:
* Log file: /var/log/portage/app-text:opensp-1.5.2-r9:20230814-074402.log
* ERROR: app-text/opensp-1.5.2-r9::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-text/opensp-1.5.2-r9::gentoo'`,
* the complete build log and the output of `emerge -pqv '=app-text/opensp-1.5.2-r9::gentoo'`.
* The complete build log is located at '/var/log/portage/app-text:opensp-1.5.2-r9:20230814-074402.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/opensp-1.5.2-r9/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-text/opensp-1.5.2-r9/temp/environment'.
* Working directory: '/var/tmp/portage/app-text/opensp-1.5.2-r9/work/OpenSP-1.5.2'
* S: '/var/tmp/portage/app-text/opensp-1.5.2-r9/work/OpenSP-1.5.2'
* Messages for package app-alternatives/sh-0:
* Log file: /var/log/portage/app-alternatives:sh-0:20230814-074400.log
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /bin/sh
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s).
*
* Package 'app-alternatives/sh-0' merged despite file collisions. If
* necessary, refer to your elog messages for the whole content of the
* above message.
* IMPORTANT: config file '/etc/locale.gen' needs updating.
* See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
* sections of the emerge man page to learn how to update config files.
14 Aug 2023 07:44:41 -00: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/stage3/controller.sh', 'run']) exited 1
ERROR:catalyst:CatalystError: cmd(['/usr/share/catalyst/targets/stage3/controller.sh', 'run']) exited 1
14 Aug 2023 07:44:41 -00: ERROR : Exception running action sequence run_local
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 38, in run_sequence
func()
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 1386, in run_local
cmd([self.settings['controller_file'], 'run'],
File "/usr/lib/python3.11/site-packages/catalyst/support.py", line 66, in cmd
raise CatalystError('cmd(%r) exited %s' % (args, ret),
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage3/controller.sh', 'run']) exited 1
ERROR:catalyst:Exception running action sequence run_local
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 38, in run_sequence
func()
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 1386, in run_local
cmd([self.settings['controller_file'], 'run'],
File "/usr/lib/python3.11/site-packages/catalyst/support.py", line 66, in cmd
raise CatalystError('cmd(%r) exited %s' % (args, ret),
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage3/controller.sh', 'run']) exited 1
Command exited with non-zero status 2
2913.46user 1999.73system 56:09.56elapsed 145%CPU (0avgtext+0avgdata 1739468maxresident)k
118458inputs+2711072outputs (88019major+252445561minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20230813T234643Z.r8A6F7/log/llvm_stage3-openrc.log
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-14 7:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28 3:12 [gentoo-releng-autobuilds] [arm64-auto] Catalyst fatal build error - llvm/stage3-openrc.spec catalyst
-- strict thread matches above, loose matches on Subject: below --
2023-08-14 7:44 catalyst
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox