Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218000 - media-video/mplayer-1.0_rc2_p26454 failed to build with LINGUAS=ru
Summary: media-video/mplayer-1.0_rc2_p26454 failed to build with LINGUAS=ru
Status: RESOLVED DUPLICATE of bug 217769
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 19:13 UTC by Peter Volkov (RETIRED)
Modified: 2008-04-16 21:18 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 Peter Volkov (RETIRED) gentoo-dev 2008-04-16 19:13:23 UTC
Build fail with the following errors. If I create directory manually everything works as expected.

install -m 755 -s mencoder /var/tmp/portage/media-video/mplayer-1.0_rc2_p26454/image//usr/bin
for lang in en en ru ; do \
                if test "$lang" = en ; then \
                        cd /var/tmp/portage/media-video/mplayer-1.0_rc2_p26454/image//usr/share/man/man1 && ln -sf mplayer.1 mencoder.1 ; \
                else \
                        cd /var/tmp/portage/media-video/mplayer-1.0_rc2_p26454/image//usr/share/man/$lang/man1 && ln -sf mplayer.1 mencoder.1 ; \
                fi ; \
        done
/bin/sh: line 4: cd: /var/tmp/portage/media-video/mplayer-1.0_rc2_p26454/image//usr/share/man/ru/man1: No such file or directory
make: *** [install-mencoder] Error 1
Comment 1 Attila Jecs 2008-04-16 19:58:36 UTC
for me too, with "hu" locale
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2008-04-16 21:18:58 UTC

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