[cyber] I: Sisyphus-20150920 x86_64 beehive_status: +20 -15 (670)

ALT beekeeper hiver на altlinux.org
Вс Сен 20 16:22:36 MSK 2015


	20 NEW error logs

Mayavi-4.4.0-alt1.git20150422
	+ cp -prL docs/API.txt docs/CHANGES.txt docs/DEVELOPMENT.txt docs/THANKS.txt
	docs/TODO.txt docs/pdf examples docs/build/tvtk docs/build/mayavi
	/usr/src/tmp/Mayavi-buildroot/usr/share/doc/Mayavi-doc-4.4.0
	cp: cannot stat 'docs/build/tvtk': No such file or directory

apache-commons-vfs-0:2.0-alt4_11jpp7
	testSetLastModified(org.apache.commons.vfs2.test.LastModifiedTests)  Time elapsed:
	0.008 sec  <<< FAILURE!
	junit.framework.AssertionFailedError: expected:<1.44272038E12> but was:<1.44272025E12>
	at junit.framework.Assert.fail(Assert.java:57)
	--
	Results :
	Failed tests:
	LastModifiedTests>AbstractProviderTestCase.runTest:215->testSetLastModified:79
	expected:<1.44272038E12> but was:<1.44272025E12>

dar-2.4.15-alt1
	ea_filesystem.cpp: In function 'bool libdar::remove_ea(const string&, const
	libdar::ea_attributs&, const libdar::mask&)':
	ea_filesystem.cpp:209:15: error: 'ENOATTR' was not declared in this scope
	if(errno != ENOATTR)

fsarchiver-0.7.0-alt2
	save.c: In function 'createar_item_xattr':
	save.c:307:9: error: 'errno' undeclared (first use in this function)
	errno=0;
	save.c:307:9: note: each undeclared identifier is reported only once for each function
	it appears in
	save.c:328:25: error: 'ENOATTR' undeclared (first use in this function)
	else if (errno!=ENOATTR) // if the attribute exists and we cannot read it
	save.c: In function 'createar_item_winattr':
	save.c:366:9: error: 'errno' undeclared (first use in this function)
	errno=0;
	save.c:369:24: error: 'ENOATTR' undeclared (first use in this function)
	if (errno!=ENOATTR)

fuse-zfs-0.7.0-alt1_20
	zfs-fuse/zfs_operations.c: In function 'zfsfuse_getxattr':
	zfs-fuse/zfs_operations.c:395:10: error: 'ENOATTR' undeclared (first use in this function)
	error = ENOATTR;
	--
	zfs-fuse/zfs_operations.c: In function 'zfsfuse_removexattr':
	zfs-fuse/zfs_operations.c:471:11: error: 'ENOATTR' undeclared (first use in this function)
	error = ENOATTR;

grass-6.4.3-alt1
	Started compilation: Sat Sep 19 08:31:34 UTC 2015
	Errors in:
	/usr/src/RPM/BUILD/grass-6.4.3/gui/wxpython
	In case of errors please change into the directory with error and run 'make'.
	If you get multiple errors, you need to deal with them in the order they
	appear in the error log. If you get an error building a library, you will
	also get errors from anything which uses the library.
	Finished compilation: Sat Sep 19 08:43:10 UTC 2015
	make: *** [default] Error 1
	make: Leaving directory `/usr/src/RPM/BUILD/grass-6.4.3'

jaxb2-maven-plugin-1.5-alt1_1jpp7
	Results :
	Failed tests:
	BasicOptionsTest.testParameterEncoding:199->compareFiles:211 expected: AddressType4.java
	form UTF-8 and ISO-8859-1 line:5 expected:<...015.09.20 at 07:08:2[3] AM GMT > but
	was:<...015.09.20 at 07:08:2[4] AM GMT >

metastore-0.0-alt1.qa1
	metastore.c: In function 'compare_fix':
	metastore.c:125:18: error: 'errno' undeclared (first use in this function)
	strerror(errno));

osec-1.2.5-alt3
	dbvalue.c: In function 'osec_xattr':
	dbvalue.c:177:17: error: 'ENOATTR' undeclared (first use in this function)
	if (errno == ENOATTR)

perl-Server-Starter-0.19-alt1
	starting new worker 25011
	hasher-priv: master: idle time limit (3600 seconds) exceeded

python-module-enaml-1:0.6.8-alt1.git20130827
	reading sources... [  7%] api_ref/widgets/enaml.widgets.action.Action
	Fatal Error: Mismatch between the program and library build versions detected.
	The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible
	with 2.6),

python-module-gamera-3.4.2-alt1
	+ /usr/bin/python setup.py build --debug --openmp=yes
	Fatal Error: Mismatch between the program and library build versions detected.
	The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible
	with 2.6),

python-module-llfuse-0.40-alt1_4
	src/llfuse/capi_linux.c: In function '__pyx_f_6llfuse_4capi_fuse_setxattr':
	src/llfuse/capi_linux.c:12411:53: error: 'ENOATTR' undeclared (first use in this function)
	__pyx_t_19 = PyInt_FromLong(ENOATTR); if (unlikely(!__pyx_t_19)) {__pyx_filename =
	__pyx_f[0]; __pyx_lineno = 523; __pyx_clineno = __LINE__; goto __pyx_L41;}
	--
	src/llfuse/capi_linux.c: In function 'initcapi':
	src/llfuse/capi_linux.c:23982:30: error: 'ENOATTR' undeclared (first use in this function)
	__pyx_t_1 = PyInt_FromLong(ENOATTR); if (unlikely(!__pyx_t_1)) {__pyx_filename =
	__pyx_f[3]; __pyx_lineno = 113; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
	error: command 'x86_64-alt-linux-gcc' failed with exit status 1

python-module-netcall-0.4.2-alt2.git20141120
	tests/test_sync.py::SyncRPCCallsTest::test_function_args_kwargs <- tests/rpc_mixins.py
	PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_function_kwargs <- tests/rpc_mixins.py PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_function_named <- tests/rpc_mixins.py PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_generator <- tests/rpc_mixins.py PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_generator_close_explicit <- tests/rpc_mixins.py
	PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_generator_close_implicit <- tests/rpc_mixins.py
	PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_generator_next <- tests/rpc_mixins.py PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_generator_none <- tests/rpc_mixins.py PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_generator_send <- tests/rpc_mixins.py PASSED
	tests/test_sync.py::SyncRPCCallsTest::test_generator_throw <- tests/rpc_mixins.py
	/usr/src/tmp/rpm-tmp.79120: line 98: 10615 Aborted		   py.test -vv

python-module-pyxattr-0.5.3-alt1
	In file included from xattr.c:25:0:
	/usr/include/attr/xattr.h:1:2: error: #warning Do not include <attr/xattr.h>, use
	<sys/xattr.h> instead! [-Werror=cpp]
	#warning Do not include <attr/xattr.h>, use <sys/xattr.h> instead!
	xattr.c: In function 'get_all':
	xattr.c:532:56: error: 'ENOATTR' undeclared (first use in this function)
	} else if(errno == ENODATA || errno == ENOATTR) {
	xattr.c:532:56: note: each undeclared identifier is reported only once for each function
	it appears in
	cc1: all warnings being treated as errors
	error: command 'x86_64-alt-linux-gcc' failed with exit status 1

python-module-svg2rlg-0.3-alt2.svn20110403
	Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.19413
	+ umask 022
	+ /bin/mkdir -p /usr/src/RPM/BUILD
	+ cd /usr/src/RPM/BUILD
	+ cd python-module-svg2rlg-0.3
	+ py.test
	============================= test session starts ==============================
	platform linux2 -- Python 2.7.8, pytest-2.8.0.dev4, py-1.4.30, pluggy-0.3.0
	rootdir: /usr/src/RPM/BUILD/python-module-svg2rlg-0.3, inifile:
	/usr/src/tmp/rpm-tmp.19413: line 96:  6334 Aborted		   py.test

python-module-watchdog-0.8.3-alt1.git20150727
	src/watchdog/utils/echo.py			      56     56     0%	 10-146
	src/watchdog/utils/event_backport.py		      26     26     0%	 5-41
	src/watchdog/utils/importlib2.py		      17     17     0%	 24-40
	src/watchdog/utils/platform.py			      25      6    76%	 31, 33, 36-39, 49
	src/watchdog/utils/unicode_paths.py		      28     11    61%	 33-36, 49-52,
	60-63
	src/watchdog/utils/win32stat.py			      49     49     0%	 17-119
	src/watchdog/version.py				       6      6     0%	 22-28
	src/watchdog/watchmedo.py			     205    205     0%	 19-570
	TOTAL						    2262   1346    40%
	========= 1 failed, 58 passed, 1 skipped, 1 warnings in 18.89 seconds ==========

qt4-fsarchiver-0.6.19-alt1.12
	for (i=0; (i < exar.ai.fscount) && (i < FSA_MAX_FSPERARCH) && (get_abort()==false); i++)
	src/oper_restore.c:1555:25: error: 'errno' undeclared (first use in this function)
	switch (errno)
	src/oper_restore.c:1555:25: note: each undeclared identifier is reported only once for
	each function it appears in
	src/oper_restore.c:1557:26: error: 'ENOENT' undeclared (first use in this function)
	case ENOENT:

wammu-0.39-alt1
	generating wammu.appdata.xml.in -> build/wammu.appdata.xml
	Fatal Error: Mismatch between the program and library build versions detected.
	The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible
	with 2.6),

wimlib-1.6.2-alt2
	src/mount_image.c: In function 'wimfs_getxattr':
	src/mount_image.c:1737:11: error: 'ENOATTR' undeclared (first use in this function)
	return -ENOATTR;
	--
	src/mount_image.c: In function 'wimfs_removexattr':
	src/mount_image.c:2146:11: error: 'ENOATTR' undeclared (first use in this function)
	return -ENOATTR;
	src/mount_image.c: In function 'wimfs_setxattr':
	src/mount_image.c:2206:11: error: 'ENOATTR' undeclared (first use in this function)
	return -ENOATTR;

	15 error logs REMOVED from the list
apache-commons-io-1:2.4-alt3_10jpp7
aqualung-0.9svn1309-alt1
archivemail-0.9.0-alt1
kde5-konversation-1.6-alt1
kover-4-alt1.qa1
libjson-0.10-alt2
libkdcraw4-14.12.1-alt1
libkvkontakte-4.11.90-alt1
ncurses-5.9-alt4
perl-HTML-FormFu-MultiForm-1.00-alt1
perl-HTML-WikiConverter-MoinMoin-0.54-alt1.1
perl-Wx-0.9923-alt1.1
python-module-fido-2.1.1-alt1.git20150807
python-module-ndg.oauth-0.5.1-alt1.git20131210
qca-qt5-2.1.0.3-alt2

Total 670 error logs.


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