Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463608 - app-office/libreoffice: branding 'mv' should be moved from src_configure() to src_prepare()
Summary: app-office/libreoffice: branding 'mv' should be moved from src_configure() to...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-28 13:02 UTC by Michał Górny
Modified: 2013-03-29 09:41 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-28 13:02:51 UTC
When trying to resume failed configure:

>>> Configuring source in /var/tmp/portage/app-office/libreoffice-4.0.1.2/work/libreoffice-4.0.1.2 ...
mv: cannot stat ‘/var/tmp/portage/app-office/libreoffice-4.0.1.2/work/branding-intro.png’: No such file or directory
 * ERROR: app-office/libreoffice-4.0.1.2 failed (configure phase):
 *   (no error message)

If the 'mv' was in src_prepare(), resuming configure would work and I wouldn't have to unpack it again :).
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2013-03-28 13:42:45 UTC
Me blames dillfridge.
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2013-03-29 09:41:14 UTC
Fixed in cvs. Thanks for the report.