Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297641 - app-backup/backintime: documentation installed outside /usr/share/doc/${PF}
Summary: app-backup/backintime: documentation installed outside /usr/share/doc/${PF}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL:
Whiteboard:
Keywords:
: 305575 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-20 13:44 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-02-17 19:36 UTC (History)
0 users

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


Attachments
Build log (backintime-0.9.26-r2:20100215-183025.log,10.65 KB, text/plain)
2010-02-17 19:00 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-20 13:44:25 UTC
You're getting this bug because the package in summary installs its documentation (or at least part of it) outside the usual /usr/share/doc/${PF} directory.

First, please keep in mind that this bug might not be noticeable for -r0 ebuilds, but it might be for -r1 and later, since if the ebuild has same name and version of the package, for -r0 it might correspond properly.

To fix this, if the package uses autotools, recent version (autoconf 2.61+) have two ./configure switches: --docdir and --htmldir to decide where to put the documentation. Older versions might require you override docdir/htmldir or other custom variables during make install.

For non-autotooled build systems, good luck, since I cannot tell you how to achieve the proper results, the same holds true with totally broken buildsystems even when based on autotools.

Thanks,
Diego
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-01-13 08:41:47 UTC
fixed in cvs.
thanks for the report.
Comment 2 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-02-17 18:57:36 UTC
*** Bug 305575 has been marked as a duplicate of this bug. ***
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-02-17 19:00:05 UTC
check the build log please.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-02-17 19:00:14 UTC
Created attachment 220081 [details]
Build log
Comment 5 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-02-17 19:31:50 UTC
doh'! - thanks
Comment 6 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-02-17 19:36:39 UTC
fixed in cvs. thanks