Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54502 - libcaca fails to emerge when use-flag doc is on
Summary: libcaca fails to emerge when use-flag doc is on
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-20 03:15 UTC by Christian Loitsch
Modified: 2004-09-20 09:27 UTC (History)
1 user (show)

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


Attachments
patch (libcaca-0.9-doc.patch,743 bytes, patch)
2004-06-29 09:32 UTC, Kristiaan Lenaerts
Details | Diff
modified ebuild (libcaca-0.9.ebuild,1.04 KB, text/plain)
2004-06-29 09:33 UTC, Kristiaan Lenaerts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Loitsch 2004-06-20 03:15:58 UTC
cp: cannot stat `man/man3/*.3caca': No such file or directory
make[2]: *** [install-data-local] Error 1

works fine when removing doc from useflags

The name of the directory should be man/man3caca/ instead of man/man3.

Reproducible: Always
Steps to Reproduce:




Expected Results:
Comment 1 David Rogers 2004-06-20 18:31:32 UTC
Yea, this is a problem with the source distribution.  The file libcaca-0.9/doc/Makefile.in is where the typo is at.  If you fix it, re-compress the source and generate a new digest then it will build and install correctly.
Comment 2 Kristiaan Lenaerts 2004-06-29 09:32:21 UTC
Created attachment 34427 [details, diff]
patch

this patch should solve the problem. (It does for me)
Comment 3 Kristiaan Lenaerts 2004-06-29 09:33:08 UTC
Created attachment 34428 [details]
modified ebuild

this ebuild applies the patch.
Comment 4 Eric Herot 2004-07-23 20:11:19 UTC
You need to add the line:

inherit eutils

to the top of your ebuild file in order for it to work, otherwise it will complain  about epatch: command not found.
Comment 5 Hanno Böck gentoo-dev 2004-09-20 09:27:46 UTC
Is fixed in the tree