Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523030 - net-misc/wicd[nls] fails to install: error: can't copy 'translations/lt/LC_MESSAGES/wicd.mo': doesn't exist or not a regular file
Summary: net-misc/wicd[nls] fails to install: error: can't copy 'translations/lt/LC_ME...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 12:56 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2015-08-06 08:09 UTC (History)
1 user (show)

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 Vicente Olivert Riera (RETIRED) gentoo-dev 2014-09-17 12:56:41 UTC
It fails at the install phase:

-------------------
creating /var/tmp/portage/net-misc/wicd-1.7.2.4-r2/temp/images/2.7/usr/share/locale
creating /var/tmp/portage/net-misc/wicd-1.7.2.4-r2/temp/images/2.7/usr/share/locale/lt
creating /var/tmp/portage/net-misc/wicd-1.7.2.4-r2/temp/images/2.7/usr/share/locale/lt/LC_MESSAGES
error: can't copy 'translations/lt/LC_MESSAGES/wicd.mo': doesn't exist or not a regular file
 * ERROR: net-misc/wicd-1.7.2.4-r2::gentoo failed (install phase):
 *   Installation failed with CPython 2.7 in distutils_installation() function
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 4915:  Called distutils_src_install
 *   environment, line 1249:  Called python_execute_function '-s' 'distutils_installation'
 *   environment, line 3292:  Called die

-------------------

I have checked the ${WORKDIR} and that file doesn't exist.
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2014-09-17 16:27:41 UTC
Hmm, works for me.  Can you please attach emerge --info and build.log.
Comment 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2014-10-27 09:43:17 UTC
(In reply to Thomas Kahle from comment #1)
> Hmm, works for me.  Can you please attach emerge --info and build.log.

Works for me in MIPS64. I was having the failure on MIPS32. I will try to reproduce it as soon as possible. Please leave this bug report open.
Comment 3 calculuspenguin 2015-08-05 22:52:48 UTC
I had this same problem before I fixed up some USE flags.

I changed dev-python/Babel from PYTHON_TARGETS: python3_4 to PYTHON_TARGETS: python2_7 python3_4.  If this fixes it for you, I suggest updating the ebuild dependencies such that DEPEND="nls? ( dev-python/Babel )" matches the other python dependencies with [${PYTHON_USEDEP}].
Comment 4 Thomas Kahle (RETIRED) gentoo-dev 2015-08-06 08:09:27 UTC
OK, right, that may have been the problem. I've added python implementation deps to all relevant dependencies in 1.7.3-r1.  Thanks!
I'll close this now, since it has been open for long.  Please reopen if it does not solve the problem.

+  06 Aug 2015; Thomas Kahle <tomka@gentoo.org>
+  +files/wicd-1.7.3-urwid-1.3.0.patch, +wicd-1.7.3-r1.ebuild:
+  Fix python implementation deps and urwid-1.3.0 compat (523030, 541936)