ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
From: ALT beekeeper <hiver@altlinux.org>
To: sisyphus-cybertalk@lists.altlinux.org
Subject: [cyber] I: Sisyphus-20161025 x86_64 beehive_status: +9 -5 (468)
Date: Tue, 25 Oct 2016 10:53:27 +0000
Message-ID: <20161025105327.GA25797@gyle.altlinux.org> (raw)

	9 NEW error logs

bamf-0.5.3-alt1
	bamf-legacy-window.c: In function 'top_window_action_menu':
	bamf-legacy-window.c:548:3: error: 'gdk_screen_get_monitor_scale_factor' is deprecated:
	Use 'gdk_monitor_get_scale_factor' instead [-Werror=deprecated-declarations]
	scale = gdk_screen_get_monitor_scale_factor (gdk_screen_get_default (), 0);
	--
	bamf-legacy-window.c: In function 'bamf_legacy_window_show_action_menu':
	bamf-legacy-window.c:609:3: error: 'gtk_menu_popup' is deprecated: Use
	'(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead
	[-Werror=deprecated-declarations]
	gtk_menu_popup (GTK_MENU (menu), NULL, NULL, position, self, button, time);
	--
	void	gtk_menu_popup	  (GtkMenu	  *menu,
	cc1: all warnings being treated as errors
	make[2]: *** [bamfdaemon-bamf-legacy-window.o] Error 1

fcitx-table-other-0.2.2-alt2
	[ 71%] Generating ta/tamil-remington.mb
	cd /usr/src/RPM/BUILD/fcitx-table-other-0.2.2/build/tables && /usr/bin/txt2mb
	/usr/src/RPM/BUILD/fcitx-table-other-0.2.2/tables/ta/tamil-remington.txt
	/usr/src/RPM/BUILD/fcitx-table-other-0.2.2/build/tables/ta/tamil-remington.mb
	Reading 329 records.
	Can not create target file!
	make[2]: *** [tables/ta/tamil-remington.mb] Error 3
	make[2]: Leaving directory `/usr/src/RPM/BUILD/fcitx-table-other-0.2.2/build'
	make[1]: *** [tables/CMakeFiles/table_data.dir/all] Error 2
	make[1]: Leaving directory `/usr/src/RPM/BUILD/fcitx-table-other-0.2.2/build'
	make: *** [all] Error 2
	make: Leaving directory `/usr/src/RPM/BUILD/fcitx-table-other-0.2.2/build'

kdevplatform-1:1.7.2-alt1.git
	[ 45%] Building CXX object
	plugins/filetemplates/CMakeFiles/testfiletemplates.dir/classidentifierpage.cpp.o
	/usr/src/RPM/BUILD/kdevplatform-1.7.2/plugins/filetemplates/classidentifierpage.cpp:22:25:
	fatal error: ui_newclass.h: No such file or directory
	compilation terminated.

octave-instrument-control-0.2.2-alt1
	/usr/src/RPM/BUILD/instrument-control-0.2.2/install/instrument-control-0.2.2/x86_64-alt-linux-gnu-api-v50+/vxi11.oct:
	failed to load:
	/usr/src/RPM/BUILD/instrument-control-0.2.2/install/instrument-control-0.2.2/x86_64-alt-linux-gnu-api-v50+/vxi11.oct:
	undefined symbol: create_link_1
	error: called from 'doc_cache_create>create_cache' in file
	/usr/share/octave/4.0.3/m/help/doc_cache_create.m near line 106, column 18

perl-Gnome2-Canvas-1.002-alt5.1.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+520465minor)pagefaults 0swaps
	hasher-priv: master: idle time limit (3600 seconds) exceeded

perl-Server-Starter-0.32-alt1
	received TERM, sending TERM to all workers:20158
	hasher-priv: master: idle time limit (3600 seconds) exceeded

python-module-mockito-0.5.2-alt1.1
	testVerifies (mockito_test.verifications_test.VerifyZeroInteractionsTest) ... ok
	FAIL: testVerifiesDetectsNamedArguments (mockito_test.verifications_test.InorderVerifyTest)
	Traceback (most recent call last):
	--
	raise VerificationError("\nWanted %s to be invoked, got %s instead" % (wanted_invocation,
	invocation))
	mockito.verification.VerificationError:
	Wanted foo() to be invoked, got foo() instead
	>>  raise VerificationError("\nWanted %s to be invoked, got %s instead" %
	(wanted_invocation, invocation))
	FAIL: testVerifiesWhenMethodIsUsingKeywordArguments
	(mockito_test.verifications_test.InorderVerifyTest)
	Traceback (most recent call last):
	--
	raise VerificationError("\nWanted %s to be invoked, got %s instead" % (wanted_invocation,
	invocation))
	mockito.verification.VerificationError:
	Wanted someOtherMethod(1) to be invoked, got someOtherMethod(1) instead
	>>  raise VerificationError("\nWanted %s to be invoked, got %s instead" %
	(wanted_invocation, invocation))
	FAIL: testVerifiesDetectsNamedArguments (mockito_test.verifications_test.VerifyTest)
	Traceback (most recent call last):
	--
	raise VerificationError("\nWanted but not invoked: %s" % (invocation))
	mockito.verification.VerificationError:
	Wanted but not invoked: foo()
	>>  raise VerificationError("\nWanted but not invoked: %s" % (invocation))
	FAIL: testVerifiesWhenMethodIsUsingKeywordArguments
	(mockito_test.verifications_test.VerifyTest)
	Traceback (most recent call last):
	--
	raise VerificationError("\nWanted but not invoked: %s" % (invocation))
	mockito.verification.VerificationError:
	Wanted but not invoked: someOtherMethod(1)
	--
	Ran 164 tests in 0.129s
	FAILED (failures=4)

telepathy-qt4-0.9.6.1-alt3
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/dbus-error.h:30,
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/DBusError:8,
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/dbus-service.h:30,
	--
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/dbus-error.h:30,
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/DBusError:8,
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/dbus-service.h:30,
	--
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/dbus-error.h:30,
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/DBusError:8,
	from /usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/dbus-service.h:30,
	--
	In file included from
	/usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/base-channel.cpp:29:0:
	/usr/src/RPM/BUILD/telepathy-qt-0.9.6.1/TelepathyQt/future-internal.h:26:47: fatal error:
	TelepathyQt/_gen/future-constants.h: No such file or directory
	compilation terminated.

vreen-8:0.9.5-alt3.git20140410
	Processing files: libvreen-0.9.5-alt3.git20140410
	error: File not found: /usr/src/tmp/vreen-buildroot/usr/lib64/qt4/imports/com/vk
	Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.28163

	5 error logs REMOVED from the list
atlas-3.9.35-alt1.qa1
libnih-1.0.3-alt1
octave-optiminterp-0.3.4-alt2.1
perl-IO-Event-0.813-alt2
perl-Paranoid-2.04-alt1

Total 468 error logs.


                 reply	other threads:[~2016-10-25 10:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161025105327.GA25797@gyle.altlinux.org \
    --to=hiver@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=sisyphus-cybertalk@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus cybertalk

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
		sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
	public-inbox-index sisyphus-cybertalk

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git