Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543546 - media-video/smplayer-14.9.0.6690-r2: fails to generate translations
Summary: media-video/smplayer-14.9.0.6690-r2: fails to generate translations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-16 20:45 UTC by Coacher
Modified: 2015-03-17 11:50 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,222.39 KB, text/plain)
2015-03-16 20:46 UTC, Coacher
Details
emerge --info smplayer (info,5.96 KB, text/plain)
2015-03-16 20:46 UTC, Coacher
Details
build log (build.log,221.05 KB, text/plain)
2015-03-16 20:53 UTC, MZ
Details
emerge --info (emergeinfo.txt,6.35 KB, text/plain)
2015-03-16 20:54 UTC, MZ
Details
enviroment (environment,82.43 KB, text/plain)
2015-03-16 20:54 UTC, MZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2015-03-16 20:45:27 UTC
Hello.

The following error occurs on merge attempt:
 * Generating en_GB translation ...
Updating 'smplayer_en_GB.qm'...
    Generated 1747 translation(s) (1724 finished and 23 unfinished)
    Ignored 78 untranslated source text(s)                                                                                                                                  [ !! ]
 * ERROR: media-video/smplayer-14.9.0.6690-r2::gentoo failed (compile phase):
 *   failed to generate en_GB translation
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 2102:  Called l10n_for_each_locale_do 'gen_translation'
 *   environment, line 1385:  Called gen_translation 'en_GB'
 *   environment, line 1063:  Called die

Previous revision, i.e. media-video/smplayer-14.9.0.6690-r1, compiled without any problems.

Please fix.

Reproducible: Always
Comment 1 Coacher 2015-03-16 20:46:06 UTC
Created attachment 399054 [details]
build.log
Comment 2 Coacher 2015-03-16 20:46:36 UTC
Created attachment 399056 [details]
emerge --info smplayer
Comment 3 MZ 2015-03-16 20:52:23 UTC
same problem...


make[1]: Leaving directory '/var/tmp/portage/media-video/smplayer-14.9.0.6690-r2/work/smplayer-14.9.0.6690/src'
 * Generating cs translation ...
Updating 'smplayer_cs.qm'...
    Generated 1803 translation(s) (1802 finished and 1 unfinished)
    Ignored 22 untranslated source text(s)                                                                                                                                                    [ !! ]
 * ERROR: media-video/smplayer-14.9.0.6690-r2::gentoo failed (compile phase):
 *   failed to generate cs translation
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 2139:  Called l10n_for_each_locale_do 'gen_translation'
 *   environment, line 1422:  Called gen_translation 'cs'
 *   environment, line 1100:  Called die
 * The specific snippet of code:
 *       eend $? || die "failed to generate $1 translation"
 * 
 * If you need support, post the output of `emerge --info '=media-video/smplayer-14.9.0.6690-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-video/smplayer-14.9.0.6690-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-video/smplayer-14.9.0.6690-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/smplayer-14.9.0.6690-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/media-video/smplayer-14.9.0.6690-r2/work/smplayer-14.9.0.6690/src/translations'
 * S: '/var/tmp/portage/media-video/smplayer-14.9.0.6690-r2/work/smplayer-14.9.0.6690'
Comment 4 MZ 2015-03-16 20:53:36 UTC
Created attachment 399058 [details]
build log
Comment 5 MZ 2015-03-16 20:54:15 UTC
Created attachment 399060 [details]
emerge --info
Comment 6 MZ 2015-03-16 20:54:37 UTC
Created attachment 399062 [details]
enviroment
Comment 7 drhopfen 2015-03-16 21:15:00 UTC
Same issue with LINGUAS="de":

Updating 'smplayer_de.qm'...
    Generated 1825 translation(s) (1825 finished and 0 unfinished)                                                          [ !! ]
 * ERROR: media-video/smplayer-14.9.0.6690-r2::gentoo failed (compile phase):
 *   failed to generate de translation
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 2148:  Called l10n_for_each_locale_do 'gen_translation'
 *   environment, line 1427:  Called gen_translation 'de'
 *   environment, line 1105:  Called die
 * The specific snippet of code:
 *       eend $? || die "failed to generate $1 translation"
Comment 8 Ben de Groot (RETIRED) gentoo-dev 2015-03-17 11:50:59 UTC
+  17 Mar 2015; Ben de Groot <yngwin@gentoo.org> smplayer-14.9.0.6690-r2.ebuild:
+  Fix translations generation snafu

I have tested this fix with both USE="qt4 -qt5" and USE="-qt4 qt5".