Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94087 - wine-20050524 does not build with "doc"
Summary: wine-20050524 does not build with "doc"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 07:48 UTC by Andre Kloth
Modified: 2005-05-26 19:13 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 Andre Kloth 2005-05-26 07:48:54 UTC
There is no rule to make target "doc" :)

Reproducible: Always
Steps to Reproduce:
USE="doc" emerge =wine-20050524

Actual Results:  
make[1]: Leaving directory
`/var/tmp/portage/wine-20050524/work/wine-20050524/programs'
Wine build complete.
make: Entering directory
`/var/tmp/portage/wine-20050524/work/wine-20050524/documentation'
make: *** No rule to make target `doc'.  Stop.
make: Leaving directory
`/var/tmp/portage/wine-20050524/work/wine-20050524/documentation'

!!! ERROR: app-emulation/wine-20050524 failed.
!!! Function src_compile, Line 109, Exitcode 2
!!! docs
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Build wine with documentation.

You should change line 109:

- emake -j1 -C documentation doc || die "docs"
+ emake -j1 -C documentation || die "docs"
Comment 1 SpanKY gentoo-dev 2005-05-26 19:13:07 UTC
seems the docs arent included with wine-20050524, disabled them in this version