[cyber] I: Sisyphus-20150621 x86_64 beehive_status: +17 -181 (559)

ALT beekeeper hiver на altlinux.org
Вс Июн 21 14:28:04 MSK 2015


	17 NEW error logs

bangarang-2.1-alt3
	-- Found SharedDesktopOntologies: /usr/share/ontology (found suitable version "0.11.0",
	minimum required is "")
	CMake Error at /usr/share/CMake/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
	Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES Soprano_FOUND)
	Call Stack (most recent call first):
	/usr/share/CMake/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
	/usr/share/kde4/apps/cmake/modules/FindNepomuk.cmake:73 (find_package_handle_standard_args)
	CMakeLists.txt:6 (find_package)
	-- Configuring incomplete, errors occurred!
	See also
	"/usr/src/RPM/BUILD/bangarang-2.1/BUILD-x86_64-alt-linux/CMakeFiles/CMakeOutput.log".
	See also
	"/usr/src/RPM/BUILD/bangarang-2.1/BUILD-x86_64-alt-linux/CMakeFiles/CMakeError.log".

chromium-compat-34.0.1847.137-alt2
	[4069/13471] CXX obj/third_party/skia/src/core/skia_library.SkPictureStateTree.o
	FAILED: c++ -MMD -MF
	obj/components/storage_monitor/storage_monitor.storage_monitor_linux.o.d
	-DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DDISABLE_NACL -DCHROMIUM_BUILD
	-DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1
	-DUSE_NSS=1 -DUSE_X11=1 -DENABLE_ONE_CLICK_SIGNIN -DGTK_DISABLE_SINGLE_INCLUDES=1
	-DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS
	-DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_INPUT_SPEECH
	-DENABLE_NOTIFICATIONS -DUSE_UDEV -DLOGGING_IS_OFFICIAL_BUILD=1 -DENABLE_EGLIMAGE=1
	-DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1
	-DENABLE_THEMES=1 -DENABLE_BACKGROUND=1 -DENABLE_AUTOMATION=1 -DENABLE_GOOGLE_NOW=1
	-DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1
	-DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1
	-DPROTOBUF_USE_DLLS -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
	-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND
	-DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -I../.. -Igen/protoc_out
	-I../../third_party/protobuf -I../../third_party/protobuf/src -fstack-protector
	--param=ssp-buffer-size=4 -Wno-error -pthread -pipe -Wall -g -O2 -DUSE_SYSTEM_LIBEVENT
	-fPIC -fno-ipa-cp -fno-strict-aliasing -fno-strict-aliasing -Wall -Wno-unused-parameter
	-Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs
	-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0
	-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
	-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
	-I/usr/include/libpng12 -I/usr/include/libdrm -pthread -I/usr/include/glib-2.0
	-I/usr/lib64/glib-2.0/include -O2 -fno-ident -fdata-sections -ffunction-sections
	-funwind-tables -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden
	-Wsign-compare	-c ../../components/storage_monitor/storage_monitor_linux.cc -o
	obj/components/storage_monitor/storage_monitor.storage_monitor_linux.o
	../../components/storage_monitor/storage_monitor_linux.cc: In function
	'scoped_ptr<StorageInfo> {anonymous}::GetDeviceInfo(const base::FilePath&, const
	base::FilePath&)':
	../../components/storage_monitor/storage_monitor_linux.cc:128:15: error: aggregate
	'{anonymous}::GetDeviceInfo(const base::FilePath&, const base::FilePath&)::stat
	device_stat' has incomplete type and cannot be defined
	struct stat device_stat;
	../../components/storage_monitor/storage_monitor_linux.cc:129:53: error: invalid use
	of incomplete type 'struct {anonymous}::GetDeviceInfo(const base::FilePath&, const
	base::FilePath&)::stat'
	if (stat(device_path.value().c_str(), &device_stat) < 0)
	--
	struct stat device_stat;
	../../components/storage_monitor/storage_monitor_linux.cc:133:34: error: 'S_ISCHR'
	was not declared in this scope
	if (S_ISCHR(device_stat.st_mode))
	../../components/storage_monitor/storage_monitor_linux.cc:135:39: error: 'S_ISBLK'
	was not declared in this scope
	else if (S_ISBLK(device_stat.st_mode))

gnutls26-2.12.23-alt4
	struct gcry_thread_cbs
	init.c:37:3: error: unknown field 'init' specified in initializer
	.init = NULL,
	init.c:38:3: error: unknown field 'select' specified in initializer
	.select = NULL,
	init.c:39:3: error: unknown field 'waitpid' specified in initializer
	.waitpid = NULL,
	init.c:40:3: error: unknown field 'accept' specified in initializer
	.accept = NULL,
	init.c:41:3: error: unknown field 'connect' specified in initializer
	.connect = NULL,
	init.c:42:3: error: unknown field 'sendmsg' specified in initializer
	.sendmsg = NULL,
	init.c:43:3: error: unknown field 'recvmsg' specified in initializer
	.recvmsg = NULL,
	init.c: In function 'gnutls_crypto_init':
	init.c:56:14: error: 'struct gcry_thread_cbs' has no member named 'mutex_init'
	gct.mutex_init = gnutls_mutex_init;
	init.c:57:14: error: 'struct gcry_thread_cbs' has no member named 'mutex_destroy'
	gct.mutex_destroy = gnutls_mutex_deinit;
	init.c:58:14: error: 'struct gcry_thread_cbs' has no member named 'mutex_lock'
	gct.mutex_lock = gnutls_mutex_lock;

kde4-nepomuk-core-4.14.3-alt1.1
	Unknown CMake command "soprano_add_ontology".
	CMake Error: The following variables are used in this project, but they are set to
	NOTFOUND.
	Please set them or make sure they are set and tested correctly in the CMake files:

kde4-nepomuk-widgets-4.12.2-alt1
	CMake Error at /usr/share/CMake/Modules/FeatureSummary.cmake:553 (message):
	feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
	run.

kde4-plasma-mobile-0.5-alt2
	-- Found SharedDesktopOntologies: /usr/share/ontology (found suitable version "0.11.0",
	minimum required is "")
	CMake Error at /usr/share/CMake/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
	Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES Soprano_FOUND)
	Call Stack (most recent call first):
	/usr/share/CMake/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
	/usr/share/kde4/apps/cmake/modules/FindNepomuk.cmake:73 (find_package_handle_standard_args)
	CMakeLists.txt:16 (find_package)
	-- Configuring incomplete, errors occurred!
	See also
	"/usr/src/RPM/BUILD/plasma-mobile-0.5/BUILD-x86_64-alt-linux/CMakeFiles/CMakeOutput.log".
	See also
	"/usr/src/RPM/BUILD/plasma-mobile-0.5/BUILD-x86_64-alt-linux/CMakeFiles/CMakeError.log".

kde4-share-like-connect-0.4-alt1
	dataengine/providers/sendbyemail/CMakeLists.txt:5 (find_package)
	CMake Error: The following variables are used in this project, but they are set to
	NOTFOUND.
	Please set them or make sure they are set and tested correctly in the CMake files:

kde4-styles-bespin-0.1.0.1658-alt1
	Emergency save activated!
	hasher-priv: master: idle time limit (3600 seconds) exceeded

libccrtp-1.7.1-alt3.1
	struct gcry_thread_cbs
	ccrtp/crypto/gcrypt/InitializeGcrypt.cxx:58:54: error: too many initializers for
	'gcry_thread_cbs'
	gcry_pthread_mutex_lock, gcry_pthread_mutex_unlock }

ntfsprogs-2.0.0-alt8.1.qa1
	config.status: executing libtool commands
	/bin/rm: cannot remove 'libtoolT': No such file or directory
	configure: WARNING: unrecognized options: --without-included-gettext
	--
	libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ntfs
	-DLTVERSION_LIBNTFS=\"10:0:0\" -pipe -Wall -g -O2 -Wall -c crypto.c  -fPIC -DPIC -o
	.libs/libntfs_la-crypto.o
	crypto.c:155:2: error: unknown type name 'gcry_module_t'
	gcry_module_t desx_module;
	--
	crypto.c: At top level:
	crypto.c:773:8: error: unknown type name 'gcry_cipher_spec_t'
	static gcry_cipher_spec_t ntfs_desx_cipher = {
	crypto.c:774:2: error: field name not in record or union initializer
	.name = "DES-X-MS128",
	--
	crypto.c:774:10: note: (near initialization for 'ntfs_desx_cipher')
	crypto.c:774:10: error: initializer element is not computable at load time
	crypto.c:774:10: note: (near initialization for 'ntfs_desx_cipher')
	crypto.c:775:2: error: field name not in record or union initializer
	.blocksize = 8,
	--
	crypto.c:775:15: note: (near initialization for 'ntfs_desx_cipher')
	crypto.c:776:2: error: field name not in record or union initializer
	.keylen = 128,
	--
	crypto.c:776:12: note: (near initialization for 'ntfs_desx_cipher')
	crypto.c:777:2: error: field name not in record or union initializer
	.contextsize = sizeof(ntfs_desx_ctx),
	--
	crypto.c:777:17: note: (near initialization for 'ntfs_desx_cipher')
	crypto.c:778:2: error: field name not in record or union initializer
	.setkey = ntfs_desx_setkey,
	--
	crypto.c:778:12: note: (near initialization for 'ntfs_desx_cipher')
	crypto.c:779:2: error: field name not in record or union initializer
	.decrypt = ntfs_desx_decrypt,

perl-Dist-Zilla-Plugin-Bootstrap-lib-1.001000-alt1
	PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef
	*Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile/*.t
	#   Failed test 'require 'lib/Dist/Zilla/Plugin/Bootstrap/lib.pm';'
	#   at t/00-compile/lib_Dist_Zilla_Plugin_Bootstrap_lib_pm.t line 10.
	#     Tried to require ''lib/Dist/Zilla/Plugin/Bootstrap/lib.pm''.
	#     Error:  Can't locate MooseX/Meta/TypeConstraint/Mooish.pm in @INC (you
	may need to install the MooseX::Meta::TypeConstraint::Mooish module) (@INC
	contains: /usr/src/RPM/BUILD/Dist-Zilla-Plugin-Bootstrap-lib-1.001000/blib/lib
	/usr/src/RPM/BUILD/Dist-Zilla-Plugin-Bootstrap-lib-1.001000/blib/arch
	/usr/local/lib64/perl/5.20 /usr/local/share/perl/5.20 /usr/lib64/perl5 /usr/share/perl5
	/usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at (eval 218)
	line 1.
	# BEGIN failed--compilation aborted at (eval 218) line 1.
	#  at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	# BEGIN failed--compilation aborted at /usr/share/perl5/MooseX/AttributeShortcuts.pm
	line 39.
	# Compilation failed in require at /usr/share/perl5/Dist/Zilla/Role/Bootstrap.pm line 16.
	# BEGIN failed--compilation aborted at /usr/share/perl5/Dist/Zilla/Role/Bootstrap.pm
	line 16.
	# Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 317.
	--
	Can't locate MooseX/Meta/TypeConstraint/Mooish.pm in @INC (you may need to
	install the MooseX::Meta::TypeConstraint::Mooish module) (@INC contains:
	/usr/src/RPM/BUILD/Dist-Zilla-Plugin-Bootstrap-lib-1.001000/blib/lib
	/usr/src/RPM/BUILD/Dist-Zilla-Plugin-Bootstrap-lib-1.001000/blib/arch
	/usr/local/lib64/perl/5.20 /usr/local/share/perl/5.20 /usr/lib64/perl5 /usr/share/perl5
	/usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at (eval 403)
	line 1.
	BEGIN failed--compilation aborted at (eval 403) line 1.
	at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	BEGIN failed--compilation aborted at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	Compilation failed in require at /usr/share/perl5/Dist/Zilla/Role/Bootstrap.pm line 16.
	BEGIN failed--compilation aborted at /usr/share/perl5/Dist/Zilla/Role/Bootstrap.pm line 16.
	Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 317.
	--
	Can't locate MooseX/Meta/TypeConstraint/Mooish.pm in @INC (you may need to
	install the MooseX::Meta::TypeConstraint::Mooish module) (@INC contains:
	/usr/src/RPM/BUILD/Dist-Zilla-Plugin-Bootstrap-lib-1.001000/blib/lib
	/usr/src/RPM/BUILD/Dist-Zilla-Plugin-Bootstrap-lib-1.001000/blib/arch
	/usr/local/lib64/perl/5.20 /usr/local/share/perl/5.20 /usr/lib64/perl5 /usr/share/perl5
	/usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at (eval 403)
	line 1.
	BEGIN failed--compilation aborted at (eval 403) line 1.
	at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	BEGIN failed--compilation aborted at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	Compilation failed in require at /usr/share/perl5/Dist/Zilla/Role/Bootstrap.pm line 16.

perl-Dist-Zilla-Role-Bootstrap-1.000003-alt1
	PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef
	*Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile/*.t
	#   Failed test 'require 'lib/Dist/Zilla/Role/Bootstrap.pm';'
	#   at t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t line 10.
	#     Tried to require ''lib/Dist/Zilla/Role/Bootstrap.pm''.
	#     Error:  Can't locate MooseX/Meta/TypeConstraint/Mooish.pm in @INC
	(you may need to install the MooseX::Meta::TypeConstraint::Mooish module)
	(@INC contains: /usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/lib
	/usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/arch /usr/local/lib64/perl/5.20
	/usr/local/share/perl/5.20 /usr/lib64/perl5 /usr/share/perl5 /usr/lib64/perl5
	/usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at (eval 216) line 1.
	# BEGIN failed--compilation aborted at (eval 216) line 1.
	#  at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	# BEGIN failed--compilation aborted at /usr/share/perl5/MooseX/AttributeShortcuts.pm
	line 39.
	# Compilation failed in require at lib/Dist/Zilla/Role/Bootstrap.pm line 16.
	# BEGIN failed--compilation aborted at lib/Dist/Zilla/Role/Bootstrap.pm line 16.
	# Compilation failed in require at (eval 4) line 2.
	--
	Can't locate MooseX/Meta/TypeConstraint/Mooish.pm in @INC (you may
	need to install the MooseX::Meta::TypeConstraint::Mooish module) (@INC
	contains: /usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/lib
	/usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/arch /usr/local/lib64/perl/5.20
	/usr/local/share/perl/5.20 /usr/lib64/perl5 /usr/share/perl5 /usr/lib64/perl5
	/usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at (eval 217) line 1.
	BEGIN failed--compilation aborted at (eval 217) line 1.
	at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	BEGIN failed--compilation aborted at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	Compilation failed in require at
	/usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/lib/Dist/Zilla/Role/Bootstrap.pm
	line 16.
	BEGIN failed--compilation aborted at
	/usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/lib/Dist/Zilla/Role/Bootstrap.pm
	line 16.
	Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 317.
	--
	Can't locate MooseX/Meta/TypeConstraint/Mooish.pm in @INC (you may
	need to install the MooseX::Meta::TypeConstraint::Mooish module) (@INC
	contains: /usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/lib
	/usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/arch /usr/local/lib64/perl/5.20
	/usr/local/share/perl/5.20 /usr/lib64/perl5 /usr/share/perl5 /usr/lib64/perl5
	/usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at (eval 218) line 1.
	BEGIN failed--compilation aborted at (eval 218) line 1.
	at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	BEGIN failed--compilation aborted at /usr/share/perl5/MooseX/AttributeShortcuts.pm line 39.
	Compilation failed in require at
	/usr/src/RPM/BUILD/Dist-Zilla-Role-Bootstrap-1.000003/blib/lib/Dist/Zilla/Role/Bootstrap.pm
	line 16.

perl-Gnome2-Canvas-1.002-alt5.1
	find-requires: running scripts
	(cpp,debuginfo,files,gir-js,gir-python,gir,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,typelib)
	/usr/src/tmp/perl-Gnome2-Canvas-buildroot/usr/lib64/perl5/Gnome2/Canvas/Install/gnomecanvasperl.h:25:22:
	fatal error: gtk2perl.h: No such file or directory
	compilation terminated.
	cpp.req:
	/usr/src/tmp/perl-Gnome2-Canvas-buildroot/usr/lib64/perl5/Gnome2/Canvas/Install/gnomecanvasperl.h:
	cpp failed, trying c++ mode
	x86_64-alt-linux-cpp: error trying to exec 'cc1plus': execvp: No such file or directory
	cpp.req: WARNING:
	/usr/src/tmp/perl-Gnome2-Canvas-buildroot/usr/lib64/perl5/Gnome2/Canvas/Install/gnomecanvasperl.h:
	cpp failed
	--
	0inputs+0outputs (0major+835574minor)pagefaults 0swaps
	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

perl-Net-Jabber-2.0-alt3
	t/protocol_muc.t .............. ok
	#   Failed test 'GetXML()'
	#   at t/protocol_rpc.t line 19.
	--
	t/protocol_rpc.t	    (Wstat: 256 Tests: 19 Failed: 1)
	Failed test:  7
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/49 test programs. 1/3376 subtests failed.
	make: *** [test_dynamic] Error 255

rosa-launcher-2.0.0-alt1.r53.1
	-- Found SharedDesktopOntologies: /usr/share/ontology (found suitable version "0.11.0",
	minimum required is "")
	CMake Error at /usr/share/CMake/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
	Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES Soprano_FOUND)
	Call Stack (most recent call first):
	/usr/share/CMake/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
	/usr/share/kde4/apps/cmake/modules/FindNepomuk.cmake:73 (find_package_handle_standard_args)
	src/CMakeLists.txt:42 (find_package)
	-- Configuring incomplete, errors occurred!
	See also
	"/usr/src/RPM/BUILD/rosa-launcher-2.0.0/BUILD-x86_64-alt-linux/CMakeFiles/CMakeOutput.log".
	See also
	"/usr/src/RPM/BUILD/rosa-launcher-2.0.0/BUILD-x86_64-alt-linux/CMakeFiles/CMakeError.log".

xorg-drv-wacom-1:0.27.0-alt1
	../src/wcmISDV4.c: In function 'get_sysfs_id':
	../src/wcmISDV4.c:985:2: error: implicit declaration of function 'fstat'
	[-Werror=implicit-function-declaration]
	fstat(pInfo->fd, &st);
	../src/wcmISDV4.c:985:2: warning: nested extern declaration of 'fstat' [-Wnested-externs]
	cc1: some warnings being treated as errors
	make[2]: *** [wcmISDV4.lo] Error 1

	181 error logs REMOVED from the list
0ad-1:0.0.18.alpha-alt1
Tartarus-dnsupdate-0.1.0-alt0.3.2
aeskulap-0.2.2-alt2.1.qa3
apache-commons-io-1:2.4-alt3_10jpp7
ardour-3.2-alt2
arpage-0.3.3-alt2_17
audacity-2.0.5-alt4
bfl-0.8.0-alt4.svn20110302
bitcoin-0.9.3-alt1.rc1.1
blender2.49-2.49b-alt12
bombono-dvd-1.2.2-alt2
calligra-0:2.9.2-alt2
carfac-0.0-alt1.git20140829
ccgo-0.3.6.4-alt1
chromaprint-1.1-alt2
clementine-1.2.3-alt3
cuneiform-1.0-alt3
dbblast-0.1.8-alt10
easystroke-0.6.0-alt2.1
fatrat-1.2.0-alt1.beta2.20140105
flush-0.9.12-alt1.4.qa4
geeqie-1.1-alt4
gimagereader-2.93-alt1
gimmage-0.2.3-alt4.1
gimp-plugin-lensfun-0.2.4-alt0.1
gip-1.7.0-alt2
gnome-color-manager-3.16.0-alt1
gnome-quod-0.2.3-alt1.qa1
gnome-system-monitor-3.16.0-alt1
gnote-3.16.0-alt1
gparted-0.22.0-alt1
grub-customizer-4.0.6-alt1
gsmartcontrol-0.8.7-alt1
gtkevemon-1.8-alt2.qa2
gwenview-1.4.2-alt18
hugin-2013.0.0-alt3
imgdiff-1.0-alt2.qa1
immix-1.3-alt10
infector-0.4-alt2.qa1
inkscape-0.91-alt1
insserv-1.14.0-alt2
kde4-amarok-2.8.0-alt4
kde4-gwenview-4.14.3-alt1
kde4-kfilemetadata-4.14.3-alt1
kde4-krename-4.0.9-alt2
kde4-nepomuk-core-4.14.3-alt1
kde4-pim-runtime-4.14.8-alt1
kde4-soundkonverter-2.1.2-alt1
kde4pim-4.14.8-alt1
kde5-gwenview-15.4.0-alt1
kdegraphics-3.5.13.2-alt5.2
kf5-kdeplasma-addons-5.3.0-alt2
kf5-kimageformats-5.10.0-alt1
labcurves-20100709-alt4.1
leechcraft-0.6.75-alt0.1
libatkmm-2.22.7-alt1
libcompizconfig-0.8.8-alt3
libdbus-c++-0.9.0-alt1
libffado-2.1.0-alt1
libflowcanvas-0.7.1-alt1
libfreeimage-3.16.0-alt2
libgegl-0.2.0-alt2
libgegl0.3-0.3.0-alt2
libgexiv2-0.10.3-alt1
libglademm-2.6.7-alt2.qa2
libgmock-1.7.0-alt1
libgnomecanvasmm-2.26.0-alt1.qa2
libgpg-error-1.17-alt1
libgstreamermm-0.10.8-alt2.1
libgtkglextmm-1.2.0-alt2_21
libgtkmm2-2.24.4-alt1
libgtkmm3-3.16.0-alt1
libgtksourceviewmm3-3.12.0-alt1
libidioskopos-0.4.1-alt2.1
libkexiv2-0.1.9-alt8
libkexiv24-14.12.1-alt1
libnotifymm-0.6.1-alt2
libnss-tartarus-0.1.1-alt3.6.1
libofx-0.9.10-alt1
libpangomm-2.36.0-alt1
libpion-net-5.0.7-alt1.git20141017
librsvgmm-2.26.1-alt1
libsexymm-0.1.9-alt2.1.qa1
libsnappy-1.1.1-alt1
libssh-0.6.3-alt1
libsynfig-1.0.0-alt1
libtaginfo-0.2.1-alt1
libtntdb-1.2-alt1
libtntnet-2.1-alt1
libtuxcap-1.4.0-alt2.cvs20091223
libxml++2-2.37.1-alt1
libyuv-0-alt1_0.22.20121221svn522
lordsawar-0.2.0-alt1.2
luminance-hdr-2.4.0-alt2
mapsoft-20150103-alt1
mate-system-monitor-1.8.0-alt2_1
mazen-1.0.1-alt1.qa1
mixxx-1.11.0-alt1.bzr20130612
mkvextract-gtk-0.9.2-alt2
mosh-1.2.4-alt1
mumble-1.2.8-alt2
mysql-workbench-gpl-5.2.47-alt1.1
nemiver-0.9.6-alt0.1
nomacs-1.6.3-alt2.1
nxsadmin-0.2.1-alt5.qa1
octave-audio-1.1.4-alt2
octave-communications-1:1.2.0-alt1
octave-control-1:2.6.5-alt1
octave-econometrics-1.1.1-alt2
octave-fenv-0.1.0-alt2
octave-fits-1:1.0.5-alt2
octave-general-1:1.3.4-alt1
octave-geometry-1.7.0-alt2
octave-image-2.2.1-alt1
octave-instrument-control-0.2.0-alt2
octave-io-1:2.2.2-alt1
octave-java-1.2.9-alt2
octave-level-set-0.1.0-alt1
octave-linear-algebra-1:2.2.0-alt2
octave-lssa-0.1.2-alt2
octave-mechanics-1:1.3.1-alt2
octave-miscellaneous-4:1.2.0-alt4
octave-netcdf-1.0.5-alt1
octave-nlwing2-1.2.0-alt2
octave-nurbs-1.3.7-alt1
octave-ocs-0.1.3-alt2
octave-octcdf-1.1.7-alt1
octave-octclip-1.0.3-alt2
octave-octgpr-1.2.0-alt2
octave-odepkg-0.8.4-alt2.1
octave-optim-1:1.3.1-alt1
octave-optiminterp-0.3.4-alt2
octave-parallel-2.2.0-alt1
octave-pdb-1.0.7-alt2
octave-quaternion-1:2.2.1-alt1
octave-secs1d-0.0.8-alt2
octave-secs2d-0.0.8-alt2
octave-signal-2:1.3.0-alt1
octave-sockets-1:1.0.8-alt2
octave-specfun-1:1.1.0-alt2
octave-spline-gcvspl-1.0.8-alt2
octave-strings-1.0.7-alt2
octave-struct-1:1.0.10-alt2
octave-symband-1.0.10-alt2
octave-symbolic-1.1.0-alt2.1
octave-xraylib-1.0.8-alt2
open-vm-tools-9.10.0-alt1
openexr-2.2.0-alt1
paman-0.9.4-alt4.qa2
paprefs-0.9.10-alt1
patchage-1.0.0-alt1
pavucontrol-3.0-alt1
pdfchain-0.4.4-alt1
perl-HTML-FormFu-MultiForm-1.00-alt1
perl-MooseX-AttributeShortcuts-0.024-alt2
pfstools-1.8.5-alt1.8
python-module-guppy-0.1.10-alt1.svn20130425
qbittorrent-1:3.1.11-alt1.2
qlivebittorrent-0.0-alt0.2.1.1
quimup-1.3.2-alt1
rawstudio-2.1-alt0.1
rawtherapee-4.2-alt1
regexxer-0.11-alt1.git20140920
sflphone-common-1.4.1-alt2
sonic-annotator-1.0-alt1.hg20140426
sonic-vector-0.1-alt1.hg20140909
sonic-visualiser-2.4-alt2.hg20140912
subtitleeditor-0.41.0-alt1
svapp-2.1-alt2.hg20140912
svcore-2.1-alt3.hg20140910
svgui-2.1-alt2.hg20140912
syfi-1.1.0-alt5.bzr20130304
synfigstudio-1.0.0-alt1
telepathy-qt4-0.9.5-alt2
telepathy-qt5-0.9.5-alt1
tony-0.6-alt2.hg20140909
vamp-live-host-0.1-alt2.hg20131203
vamp-plugin-tester-1.0-alt1
viewnior-1.5-alt1
xinput-calibrator-0.7.5-alt1
zrtpcpp-2.3.4-alt1

Total 559 error logs.


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