Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549358 - [gnome-overlay] Building of x11-terminals/gnome-terminal-3.16.2 fails
Summary: [gnome-overlay] Building of x11-terminals/gnome-terminal-3.16.2 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 549468 549834 (view as bug list)
Depends on:
Blocks: gnome-3.16
  Show dependency tree
 
Reported: 2015-05-13 09:10 UTC by mkloesges
Modified: 2015-05-19 06:59 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log of failing build (build.log,133.22 KB, text/x-log)
2015-05-13 09:10 UTC, mkloesges
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mkloesges 2015-05-13 09:10:06 UTC
Created attachment 403186 [details]
Build log of failing build

Building fails with

/usr/bin/install: cannot stat ‘./de/adv-keyboard-shortcuts.page’: No such file or directory
Makefile:639: recipe for target 'install-help' failed

see attached build.log

maybe related to #549304 as disabling doc-building helps there
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-05-14 21:41:04 UTC
*** Bug 549468 has been marked as a duplicate of this bug. ***
Comment 2 Pacho Ramos gentoo-dev 2015-05-18 20:11:09 UTC
*** Bug 549834 has been marked as a duplicate of this bug. ***
Comment 3 Felix Janda 2015-05-18 21:03:15 UTC
The files don't seems to be created because ITSTOOL=/bin/true.
Relevant part from log:

Making all in help
make[2]: Entering directory '/var/tmp/portage/x11-terms/gnome-terminal-3.16.2/work/gnome-terminal-3.16.2/help'
if ! test -d "de/"; then mkdir "de/"; fi
msgfmt -o "de/de.mo" "de/de.po"
if ! test -d "de/"; then mkdir "de/"; fi
if test -d "C"; then d="../"; else d="/var/tmp/portage/x11-terms/gnome-terminal-3.16.2/work/gnome-terminal-3.16.2/help/"; fi; \
mo="de/de.mo"; \
if test -f "${mo}"; then mo="../${mo}"; else mo="/var/tmp/portage/x11-terms/gnome-terminal-3.16.2/work/gnome-terminal-3.16.2/help/${mo}"; fi; \
(cd "de/" && /bin/true -m "${mo}" ${d}/C/adv-keyboard-shortcuts.page ${d}/C/app-colors.page ${d}/C/app-cursor.page ${d}/C/app-fonts.page ${d}/C/app-fullscreen.page ${d}/C/app-terminal-sizes.page ${d}/C/app-zoom.page ${d}/C/gs-execute-commands.page ${d}/C/gs-tabs.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/overview.page ${d}/C/pref.page ${d}/C/pref-bell.page ${d}/C/pref-custom-exit.page ${d}/C/pref-custom-command.page ${d}/C/pref-encoding.page ${d}/C/pref-keyboard-access.page ${d}/C/pref-menubar.page ${d}/C/pref-profiles.page ${d}/C/pref-profile-char-width.page ${d}/C/pref-profile-encoding.page ${d}/C/pref-scrolling.page ${d}/C/pref-tab-window.page ${d}/C/pref-user-input.page ${d}/C/profile.page ${d}/C/prob-reset.page ${d}/C/txt-copy-paste.page ${d}/C/txt-links.page ${d}/C/txt-search.page ${d}/C/txt-select-text.page) && \
touch "de/de.stamp"
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-05-19 00:36:25 UTC
Fixed, thanks for reporting.


From c6d4d07436b5bdcd08b9dced04158829ff4ccce9 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Mon, 18 May 2015 20:34:55 -0400
Subject: [PATCH] x11-terms/gnome-terminal: itstool really is required (bug #549358)

Thanks to mkloesges, Felix Janda.

Package-Manager: portage-2.2.19
Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D
Comment 5 klaus818 2015-05-19 06:36:26 UTC
I can't start gnome-terminal-3.16.2. The message is: Error creating terminal: Message did not receive a reply (timeout by message bus)
Comment 6 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-05-19 06:59:20 UTC
(In reply to klaus818 from comment #5)
> I can't start gnome-terminal-3.16.2. The message is: Error creating
> terminal: Message did not receive a reply (timeout by message bus)

Add yourself to CC list of bug #549304, it's a different issue.