Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249737 - dev-db/sqlite-3.6.6.2 does not build with USE=doc (dohtml fails)
Summary: dev-db/sqlite-3.6.6.2 does not build with USE=doc (dohtml fails)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2008-12-03 21:18 UTC by Andrei Slavoiu
Modified: 2008-12-04 19:28 UTC (History)
1 user (show)

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 Andrei Slavoiu 2008-12-03 21:18:44 UTC
* ERROR: dev-db/sqlite-3.6.6.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 3027:  Called die
 * The specific snippet of code:
 *           dohtml -r "${WORKDIR}"/${PN}_docs_${DOC_PV}/* || die;
 *  The die message:
 *   (no error message)


Reproducible: Always

Steps to Reproduce:
ls /var/tmp/portage/dev-db/sqlite-3.6.6.2/work/
sqlite-3.6.6.2  sqlite-3_6_6-docs

Changing the dohtml line to `dohtml -r "${WORKDIR}"/${PN}-${DOC_PV}-docs/* || die;` solved this for me.
Comment 1 Zac Medico gentoo-dev 2008-12-04 07:25:36 UTC
(In reply to comment #0)
> Changing the dohtml line to `dohtml -r "${WORKDIR}"/${PN}-${DOC_PV}-docs/* ||
> die;` solved this for me.

Thanks, it's fixed in cvs.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-12-04 19:28:16 UTC
There's something really funky upstream as the naming convention goes back and forth between every release. Maybe they have two different release building scripts. Any way I will report this upstream.