[cyber] I: p8-20190113 i586 beehive_status: +16 -7 (992)

ALT beekeeper hiver на altlinux.org
Вс Янв 13 14:06:14 MSK 2019


	16 NEW error logs

escript-finley-3.4.2-alt1.qa2
	print e
	SyntaxError: invalid syntax

gcc4.8-4.8.2-alt5
	libtool: link:	/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/./gcc/xgcc
	-shared-libgcc -B/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/./gcc -nostdinc++
	-L/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/i586-alt-linux/libstdc++-v3/src
	-L/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/i586-alt-linux/libstdc++-v3/src/.libs
	-B/usr/i586-alt-linux/bin/ -B/usr/i586-alt-linux/lib/ -isystem /usr/i586-alt-linux/include
	-isystem /usr/i586-alt-linux/sys-include     -fPIC -DPIC -shared -nostdlib /usr/lib/crti.o
	/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/./gcc/crtbeginS.o
	.libs/gij.o   -Wl,-rpath
	-Wl,/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/i586-alt-linux/libjava/.libs
	-L/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/i586-alt-linux/libjava/.libs
	-L/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/i586-alt-linux/libstdc++-v3/src
	-L/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/i586-alt-linux/libstdc++-v3/src/.libs
	./.libs/libgcj.so -L/usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/./gcc
	-lc -lgcc_s /usr/src/RPM/BUILD/gcc-4.8.2-20140120/obj-i586-alt-linux/./gcc/crtendS.o
	/usr/lib/crtn.o  -O2 -march=i586 -mtune=generic -Wl,-Bsymbolic	 -Wl,-soname
	-Wl,libgij.so.14 -o .libs/libgij.so.14.0.0
	/usr/bin/ld: cannot find -lgcj_bc
	collect2: error: ld returned 1 exit status
	make[3]: *** [ecjx] Error 1

halibut-1.0-alt1.qa1
	cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-utf7.o ../charset/utf7.c
	sbcsdat.c:8:0: error: unterminated #ifndef
	#ifndef ENUM_CHARSETS
	sbcsdat.c:3821:5: error: expected '}' at end of input
	0xaf, 0xb9, 0xcf, 0xb4, 0xbb, 0xc0, 0xbd, 0xbf,

ice-3.3.1-alt2.3.1
	In file included from ../../include/Ice/Incoming.h:16:0,
	from ../../include/Ice/Properties.h:25,
	from TraceLevels.cpp:12:
	../../include/Ice/ServantManagerF.h:21:26: note: 'IceUtil::Shared*
	IceInternal::upCast(IceInternal::ServantManager*)' declared here, later in the
	translation unit
	ICE_API IceUtil::Shared* upCast(ServantManager*);
	make[2]: Leaving directory `/usr/src/RPM/BUILD/Ice-3.3.1/cpp/src/IceStorm'
	make[1]: *** [all] Error 1
	make[1]: Leaving directory `/usr/src/RPM/BUILD/Ice-3.3.1/cpp/src'
	make: *** [all] Error 1
	make: Leaving directory `/usr/src/RPM/BUILD/Ice-3.3.1/cpp'

intercal-0.29-alt1.git20140828.1
	rm -rf html
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	makeinfo --html --no-split --no-header --css-include=ickstyle.css -D notsplit -o
	ick.htm ick.txi
	--
	makeinfo --plaintext -D notsplit -o ick.txt ick.txi
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	intercal.mm:3069: warning: can't find special character `no'
	--
	GROFF_NO_SGR=1 groff -U -dc=y -Tascii -p -t -mm intercal.mm >intercal.txt
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	sed <intercal.refs.tmp -e '/hn \([0-9]*\)\.$/s//hn \1/' >tmp.refs;
	--
	sed <intercal.refs.tmp -e '/hn \([0-9]*\)\.$/s//hn \1/' >tmp.refs;
	/bin/sh: intercal.refs.tmp: No such file or directory
	make: *** [original.ps] Error 1
	make: *** Waiting for unfinished jobs....
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	intercal.mm:3069: warning: can't find special character `no'

openblas-0.2.14-alt1.git20150324
	getarch_2nd.c: In function 'main':
	getarch_2nd.c:12:35: error: 'SGEMM_DEFAULT_UNROLL_M' undeclared (first use in this
	function)
	printf("SGEMM_UNROLL_M=%d\n", SGEMM_DEFAULT_UNROLL_M);
	getarch_2nd.c:12:35: note: each undeclared identifier is reported only once for each
	function it appears in
	getarch_2nd.c:13:35: error: 'SGEMM_DEFAULT_UNROLL_N' undeclared (first use in this
	function)
	printf("SGEMM_UNROLL_N=%d\n", SGEMM_DEFAULT_UNROLL_N);
	getarch_2nd.c:14:35: error: 'DGEMM_DEFAULT_UNROLL_M' undeclared (first use in this
	function)
	printf("DGEMM_UNROLL_M=%d\n", DGEMM_DEFAULT_UNROLL_M);
	getarch_2nd.c:15:35: error: 'DGEMM_DEFAULT_UNROLL_N' undeclared (first use in this
	function)
	printf("DGEMM_UNROLL_N=%d\n", DGEMM_DEFAULT_UNROLL_N);
	getarch_2nd.c:19:35: error: 'CGEMM_DEFAULT_UNROLL_M' undeclared (first use in this
	function)
	printf("CGEMM_UNROLL_M=%d\n", CGEMM_DEFAULT_UNROLL_M);
	getarch_2nd.c:20:35: error: 'CGEMM_DEFAULT_UNROLL_N' undeclared (first use in this
	function)
	printf("CGEMM_UNROLL_N=%d\n", CGEMM_DEFAULT_UNROLL_N);
	getarch_2nd.c:21:35: error: 'ZGEMM_DEFAULT_UNROLL_M' undeclared (first use in this
	function)
	printf("ZGEMM_UNROLL_M=%d\n", ZGEMM_DEFAULT_UNROLL_M);
	getarch_2nd.c:22:35: error: 'ZGEMM_DEFAULT_UNROLL_N' undeclared (first use in this
	function)
	printf("ZGEMM_UNROLL_N=%d\n", ZGEMM_DEFAULT_UNROLL_N);
	getarch_2nd.c:67:50: error: 'SGEMM_DEFAULT_Q' undeclared (first use in this function)
	printf("#define SLOCAL_BUFFER_SIZE\t%ld\n", (SGEMM_DEFAULT_Q * SGEMM_DEFAULT_UNROLL_N *
	4 * 1 *  sizeof(float)));
	getarch_2nd.c:68:50: error: 'DGEMM_DEFAULT_Q' undeclared (first use in this function)
	printf("#define DLOCAL_BUFFER_SIZE\t%ld\n", (DGEMM_DEFAULT_Q * DGEMM_DEFAULT_UNROLL_N *
	2 * 1 *  sizeof(double)));

perl-Glib-1.321-alt1
	***  ignoring at t/9.t line 271.
	hasher-priv: master: idle time limit (3600 seconds) exceeded

perl-HTML-WikiConverter-MoinMoin-0.54-alt1.1
	t/boilerplate.t ... ok
	#   Failed test 'table w/ attrs'
	#   at t/runtests.pl line 108.
	--
	t/moinmoin.t	(Wstat: 256 Tests: 50 Failed: 1)
	Failed test:  34
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/5 test programs. 1/56 subtests failed.
	make: *** [test_dynamic] Error 255

python-module-netcall-0.4.2-alt2.git20141120
	tests/test_threading.py::ThreadingRPCCallsTest::test_function_args <- tests/rpc_mixins.py
	PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_function_args_kwargs <-
	tests/rpc_mixins.py PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_function_kwargs <- tests/rpc_mixins.py
	PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_function_named <- tests/rpc_mixins.py
	PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_generator <- tests/rpc_mixins.py
	PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_generator_close_explicit <-
	tests/rpc_mixins.py PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_generator_close_implicit <-
	tests/rpc_mixins.py PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_generator_next <- tests/rpc_mixins.py
	PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_generator_none <- tests/rpc_mixins.py
	PASSED
	tests/test_threading.py::ThreadingRPCCallsTest::test_generator_send <- tests/rpc_mixins.py
	/usr/src/tmp/rpm-tmp.61591: line 101: 31474 Segmentation fault	    py.test -vv

scotty-2:3.0.0-alt5.qa1
	rpcgen rstat.x
	ether_xdr.c:8:1: error: unknown type name 'bool_t'
	bool_t
	ether_xdr.c:9:19: error: unknown type name 'XDR'
	xdr_ethertimeval (XDR *xdrs, ethertimeval *objp)
	ether_xdr.c:9:30: error: unknown type name 'ethertimeval'
	xdr_ethertimeval (XDR *xdrs, ethertimeval *objp)
	ether_xdr.c:20:1: error: unknown type name 'bool_t'
	bool_t
	ether_xdr.c:21:16: error: unknown type name 'XDR'
	xdr_etherstat (XDR *xdrs, etherstat *objp)
	ether_xdr.c:21:27: error: unknown type name 'etherstat'
	xdr_etherstat (XDR *xdrs, etherstat *objp)
	ether_xdr.c:124:1: error: unknown type name 'bool_t'
	bool_t
	ether_xdr.c:125:21: error: unknown type name 'XDR'
	xdr_etherhmem_node (XDR *xdrs, etherhmem_node *objp)
	ether_xdr.c:125:32: error: unknown type name 'etherhmem_node'
	xdr_etherhmem_node (XDR *xdrs, etherhmem_node *objp)
	ether_xdr.c:138:1: error: unknown type name 'bool_t'
	bool_t

seamonkey-1:2.48-alt1
	rm -f libdom_plugins_base.a
	/usr/src/RPM/BUILD/seamonkey-2.48/objdir/_virtualenv/bin/python
	/usr/src/RPM/BUILD/seamonkey-2.48/mozilla/config/expandlibs_gen.py -o
	libdom_plugins_base.a.desc nsNPAPIPlugin.o nsPluginHost.o nsPluginNativeWindowGtk.o
	Unified_cpp_dom_plugins_base0.o
	make[4]: Leaving directory `/usr/src/RPM/BUILD/seamonkey-2.48/objdir/dom/plugins/base'
	make[3]: Leaving directory `/usr/src/RPM/BUILD/seamonkey-2.48/objdir'
	make[2]: *** [compile] Error 2
	make[2]: Leaving directory `/usr/src/RPM/BUILD/seamonkey-2.48/objdir'
	make[1]: *** [default] Error 2
	make[1]: Leaving directory `/usr/src/RPM/BUILD/seamonkey-2.48/objdir'
	make: *** [build] Error 2
	make: Leaving directory `/usr/src/RPM/BUILD/seamonkey-2.48'

spl-0.7.12-alt1
	+ /bin/mkdir -p /usr/src/RPM/BUILD
	+ cd /usr/src/RPM/BUILD
	+ rm -rf spl-0.7.12
	+ echo 'Source #0 (spl-0.7.12.tar):'
	Source #0 (spl-0.7.12.tar):
	+ /bin/tar -xf /usr/src/RPM/SOURCES/spl-0.7.12.tar
	+ cd spl-0.7.12
	+ /bin/chmod -c -Rf u+rwX,go-w .
	+ tar -C .. --exclude .gitignore -cJf spl-0.7.12.tar.xz .
	tar: ./spl-0.7.12: file changed as we read it

swift-3.0-alt1.beta2
	fd.write(_do_subst(s, subs))
	UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 73:
	ordinal not in range(128)
	scons: building terminated because of errors.

tiptop-2.3-alt1
	i586-alt-linux-gcc -pipe -Wall -g -O2 -march=i586 -mtune=generic -I/usr/include/libxml2
	-I.. -I. -c y.tab.c
	y.tab.c:891:3: error: unterminated comment
	/* There are many possibilities here to consider:
	y.tab.c:782:0: error: unterminated #if
	#if YYERROR_VERBOSE

wesnoth1.10-1.10.7-alt3.qa1
	Mkdir("build")
	AttributeError: 'module' object has no attribute 'config_checks':
	File "/usr/src/RPM/BUILD/wesnoth-1.10.7/SConstruct", line 269:

xonotic-0.7.0-alt1
	sv_user.o: file not recognized: File truncated
	collect2: error: ld returned 1 exit status
	make[3]: *** [darkplaces-sdl] Error 1
	--
	world.o: file not recognized: File truncated
	collect2: error: ld returned 1 exit status
	make[3]: *** [darkplaces-dedicated] Error 1

	7 error logs REMOVED from the list
aircrack-ng-1.1-alt2.qa1
archivemail-0.9.0-alt1
firefox-gost-45.9.0-alt0.M80P.1
gcc4.6-4.6.3-alt11
libcgroup-0.41-alt1
python-module-zdaemon-4.1.1-alt1.dev0.git20150416.1.1
tutka-0.12.5-alt1

Total 992 error logs.


Подробная информация о списке рассылки Sisyphus-cybertalk