Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567770 - mate-base/mate-applets-1.8.1 fails to install due to missing "timer-applet/src"
Summary: mate-base/mate-applets-1.8.1 fails to install due to missing "timer-applet/src"
Status: RESOLVED DUPLICATE of bug 567468
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:
Depends on:
Blocks:
 
Reported: 2015-12-08 12:29 UTC by James Bates
Modified: 2015-12-11 15:28 UTC (History)
1 user (show)

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


Attachments
Removes reference to inexistant "timer-applet/src" source folder (mate-applets-1.8.1-incorrect-python-fix.patch,399 bytes, patch)
2015-12-08 12:29 UTC, James Bates
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Bates 2015-12-08 12:29:35 UTC
Created attachment 418764 [details, diff]
Removes reference to inexistant "timer-applet/src" source folder

The package compiles, but fails to install with the following error:

>>> Install mate-applets-1.8.1 into /var/tmp/portage/mate-base/mate-applets-1.8.1/image/ category mate-base
 * Fixing shebang in invest-applet/invest/chart.py.
 * Fixing shebang in invest-applet/invest/test.py.
 * Fixing shebang in invest-applet/invest/invest-applet.
 * Fixing shebang in invest-applet/invest/invest-applet.py.
 * Fixing shebang in invest-applet/invest/mate-invest-chart.
find: `timer-applet': No such file or directory
 * ERROR: mate-base/mate-applets-1.8.1::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 4197:  Called python_fix_shebang 'invest-applet' 'timer-applet'
 *   environment, line 3656:  Called die
 * The specific snippet of code:
 *       for path in "$@";
 * 
 * If you need support, post the output of `emerge --info '=mate-base/mate-applets-1.8.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=mate-base/mate-applets-1.8.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/mate-base/mate-applets-1.8.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/mate-base/mate-applets-1.8.1/temp/environment'.
 * Working directory: '/var/tmp/portage/mate-base/mate-applets-1.8.1/work/mate-applets-1.8.1'
 * S: '/var/tmp/portage/mate-base/mate-applets-1.8.1/work/mate-applets-1.8.1'


Checking the ebuild, the src_install() function calls :

python_fix_shebang invest-applet timer-applet/src

However there is no "timer-applet/src" folder inside the package at all. There is a "timerapplet", but it contains only C code, no python.

I would therefore suggest removing the reference to "timer-applet/src" altogether in the src_install() function in the ebuild.
Comment 1 Pacho Ramos gentoo-dev 2015-12-11 15:18:01 UTC

*** This bug has been marked as a duplicate of bug 567468 ***