Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 567770

Summary: mate-base/mate-applets-1.8.1 fails to install due to missing "timer-applet/src"
Product: Gentoo Linux Reporter: James Bates <james.h.bates>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal CC: pascal.rebreyend
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Removes reference to inexistant "timer-applet/src" source folder

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 ***