Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394907 - media-video/mplayer-1.0_rc4_p20111215 USE="doc" LANG="de" LINGUAS="de" - make: *** No rule to make target `html-chunked-de'. Stop.
Summary: media-video/mplayer-1.0_rc4_p20111215 USE="doc" LANG="de" LINGUAS="de" - make...
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: 2011-12-16 09:56 UTC by jannis
Modified: 2011-12-17 13:02 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,257.26 KB, text/plain)
2011-12-16 09:56 UTC, jannis
Details
emerge --info (einfo,19.83 KB, text/plain)
2011-12-16 09:58 UTC, jannis
Details
Fix ebuild (gentoo394907a.patch,781 bytes, patch)
2011-12-16 20:02 UTC, Martin von Gagern
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jannis 2011-12-16 09:56:17 UTC
media-video/mplayer-1.0_rc4_p20111215 fails to build with USE="doc", LANG="de", LINGUAS="de"

Relevant error-line:
make: Entering directory `/var/tmp/portage/media-video/mplayer-1.0_rc4_p20111215/work/mplayer-1.0_rc4_p20111215/DOCS/xml'
make: *** No rule to make target `html-chunked-de'.  Stop.
make: Leaving directory `/var/tmp/portage/media-video/mplayer-1.0_rc4_p20111215/work/mplayer-1.0_rc4_p20111215/DOCS/xml'

Might (or might not) be related to: #351740

Another system I'm running with USE="-doc", LANG="de", LINGUAS="de" built this version of mplayer fine this morning so I actually didn't bother trying:
USE="-doc" emerge -av mplayer
on the affected system to verify that it'll work then.

Full build.log and emerge --info will be attached.

Reproducible: Always

Steps to Reproduce:
1. have USE="doc", LANG="de", LINGUAS="de"
2. emerge -1av mplayer
Comment 1 jannis 2011-12-16 09:56:52 UTC
Created attachment 296009 [details]
build.log
Comment 2 jannis 2011-12-16 09:58:16 UTC
Created attachment 296011 [details]
emerge --info
Comment 3 Ian Abbott 2011-12-16 15:59:15 UTC
I have the same problem with USE="doc" LANG="en_US.utf8" LINGUAS="en" except of course the error is:

make: *** No rule to make target `html-chunked-en'.  Stop.
Comment 4 Martin von Gagern 2011-12-16 20:02:16 UTC
Created attachment 296073 [details, diff]
Fix ebuild

This patch, applied to the latest ebuild, did fix things for me.
The modification is required due to upstream commit 34323: the documentation targets are now part of the root Makefile, and the makefile in the DOCS/xml directory has been removed. To view the upstream changes, run this command:
svn diff -c 34323 svn://svn.mplayerhq.hu/mplayer/trunk
Comment 5 jannis 2011-12-17 10:19:28 UTC
Fix/patch confirmed to work on my system. Please commit to portage tree. Thanks :)
Comment 6 Alexis Ballier gentoo-dev 2011-12-17 13:02:41 UTC
(In reply to comment #4)
> Created attachment 296073 [details, diff] [details, diff]
> Fix ebuild
> 
> This patch, applied to the latest ebuild, did fix things for me.
> The modification is required due to upstream commit 34323: the documentation
> targets are now part of the root Makefile, and the makefile in the DOCS/xml
> directory has been removed. To view the upstream changes, run this command:
> svn diff -c 34323 svn://svn.mplayerhq.hu/mplayer/trunk

applied, thx