[cyber] I: Sisyphus-20230103 x86_64 beehive_status: +6 -4 (104)

ALT beekeeper hiver на altlinux.org
Вт Янв 3 11:13:20 MSK 2023


	6 NEW error logs

dopewars-1.5.12-alt2_20.1033svn
	/bin/sh ../../libtool --mode=link x86_64-alt-linux-gcc	-pipe -frecord-gcc-switches
	-Wall -g -O2 -flto=auto -Wall  -o libsound_sdl.la -rpath /usr/lib64 -lSDL -lpthread
	-lSDL_mixer sound_sdl.lo  -lglib-2.0
	libtool: link: rm -fr  .libs/libsound_sdl.a
	libtool: link: x86_64-alt-linux-gcc -shared  -fPIC -DPIC  .libs/sound_sdl.o   -lSDL
	-lpthread -lSDL_mixer -lglib-2.0  -g -O2 -flto=auto   -Wl,-soname -Wl,libsound_sdl.so.0
	-o .libs/libsound_sdl.so.0.0.0
	libtool: link: (cd ".libs" && rm -f "libsound_sdl.so.0" && ln -s "libsound_sdl.so.0.0.0"
	"libsound_sdl.so.0")
	libtool: link: (cd ".libs" && rm -f "libsound_sdl.so" && ln -s "libsound_sdl.so.0.0.0"
	"libsound_sdl.so")
	libtool: link: ( cd ".libs" && rm -f "libsound_sdl.la" && ln -s "../libsound_sdl.la"
	"libsound_sdl.la" )
	make[3]: Leaving directory '/usr/src/RPM/BUILD/dopewars/src/plugins'
	make[2]: *** [Makefile:575: all-recursive] Error 1
	make[1]: *** [Makefile:477: all-recursive] Error 1
	make: *** [Makefile:405: all] Error 2

dtc-1.6.1-alt2
	LD fdtget
	ld: libfdt/libfdt-1.6.1.so: undefined reference to `fdt_appendprop'
	ld: libfdt/libfdt-1.6.1.so: undefined reference to `fdt_add_subnode'
	ld: libfdt/libfdt-1.6.1.so: undefined reference to `fdt_setprop'
	ld: libfdt/libfdt-1.6.1.so: undefined reference to `fdt_setprop_placeholder'
	ld: libfdt/libfdt-1.6.1.so: undefined reference to `fdt_open_into'
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:346: fdtget] Error 1
	--
	ld: fdtput.o: in function `realloc_fdt':
	/usr/src/RPM/BUILD/dtc-1.6.1/fdtput.c:123: undefined reference to `fdt_open_into'
	ld: fdtput.o: in function `create_paths':
	/usr/src/RPM/BUILD/dtc-1.6.1/fdtput.c:207: undefined reference to `fdt_add_subnode_namelen'
	ld: fdtput.o: in function `store_key_value':
	/usr/src/RPM/BUILD/dtc-1.6.1/fdtput.c:165: undefined reference to `fdt_setprop'
	ld: /usr/src/RPM/BUILD/dtc-1.6.1/fdtput.c:168: undefined reference to `fdt_setprop'
	ld: fdtput.o: in function `create_node':

libdatrie-0.2.13-alt1_2
	../build-aux/test-driver: line 109: 2612544 Segmentation fault	    "$@" > $log_file 2>&1
	FAIL: test_file
	make[3]: Leaving directory '/usr/src/RPM/BUILD/libdatrie-0.2.13/tests'
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See tests/test-suite.log

libvamp-2.10.0-alt1
	ld: ./libvamp-hostsdk.a: error adding symbols: file format not recognized
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:268: host/vamp-simple-host] Error 1

python3-module-easyprocess-1.1-alt1
	tests/test_fast/test_proc.py::test_start3 PASSED			 [ 21%]
	tests/test_fast/test_proc.py::test_alive FAILED				 [ 23%]
	tests/test_fast/test_proc.py::test_std PASSED				 [ 26%]
	--
	tests/test_fast/test_proc.py::test_wrap PASSED				 [ 31%]
	tests/test_fast/test_proc.py::test_with FAILED				 [ 34%]
	tests/test_fast/test_proc.py::test_parse PASSED				 [ 36%]
	--
	=========================== short test summary info ============================
	FAILED tests/test_fast/test_proc.py::test_alive - assert False
	FAILED tests/test_fast/test_proc.py::test_with - assert False
	=================== 2 failed, 36 passed in 78.36s (0:01:18) ====================

python3-module-zmq-24.0.1-alt1.1
	zmq/backend/cython/socket.pyx:787: in zmq.backend.cython.socket.Socket.send
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/socket.pyx:138: ZMQError
	--
	zmq/backend/cython/socket.pyx:787: in zmq.backend.cython.socket.Socket.send
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/socket.pyx:138: ZMQError
	--
	zmq/backend/cython/socket.pyx:787: in zmq.backend.cython.socket.Socket.send
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/socket.pyx:138: ZMQError
	--
	zmq/backend/cython/socket.pyx:787: in zmq.backend.cython.socket.Socket.send
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/socket.pyx:138: ZMQError
	--
	=========================== short test summary info ============================
	FAILED tests/test_log.py::TestPubLog::test_blank_root_topic - TimeoutError: T...
	FAILED tests/test_log.py::TestPubLog::test_custom_debug_formatter - zmq.error...
	FAILED tests/test_log.py::TestPubLog::test_custom_global_formatter - zmq.erro...
	FAILED tests/test_log.py::TestPubLog::test_init_iface - zmq.error.ZMQError: S...
	FAILED tests/test_log.py::TestPubLog::test_init_socket - zmq.error.ZMQError: ...
	FAILED tests/test_log.py::TestPubLog::test_root_topic - zmq.error.ZMQError: S...
	FAILED tests/test_log.py::TestPubLog::test_set_info_formatter_via_property - ...

	4 error logs REMOVED from the list
libgcrypt-1.10.1-alt1
libvirt-8.9.0-alt1
libwebkitgtk2-2.4.11-alt13.1
meschach-1.2-alt1.b.3

Total 104 error logs.


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