| Summary: | Application fail to build without handbook ("wrong doc dir specified" error) | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | jms <jmsalvat> |
| Component: | Documentation | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles, jms.gentoo |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 8.0.0 | |
| Sentry Crash Report: | |||
Do you use offical tarball or a checkout from svn ? Gilles (In reply to comment #1) > Do you use offical tarball or a checkout from svn ? > > Gilles from the official tarball from the ebuild: HOMEPAGE="http://www.kipi-plugins.org" [[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/kipi/${P}.tar.bz2 handbook? ( mirror://gentoo/${PN}-doc-${PV}.tar.bz2 )" where $PV = package version (here 1.5.0) $P =package name and version (here Package kipi-plugins-1.5.0) so we get official kipi-plugins-1.5.0.tar.bz2 from any sourceforge mirror Jean-Michel Please close this bug it was a gentoo bug and I fact as been fixed the same day as it was released by the gentoo maintainer. Jean-Michel The next generation of digiKam documentation based on Sphinx/RestructuredText will be available online only. An HTML version will be updated daily, including an EPUB version. https://docs.digikam.org/en/index.html Gilles Caulier |
Version: 1.5.0 (using KDE 4.5.2) OS: Linux * ERROR: media-plugins/kipi-plugins-1.5.0 failed: * wrong doc dir specified * * Call stack: * ebuild.sh, line 56: Called src_prepare * environment, line 3869: Called kde4-base_src_prepare * environment, line 3004: Called enable_selected_doc_linguas * environment, line 1586: Called die * The specific snippet of code: * [[ -d "${handbookdir}" ]] || die 'wrong doc dir specified'; * Reproducible: Didn't try Steps to Reproduce: compile kipiplugins-1.5.0 without handbook Actual Results: can't compile and fail with wrong doc dir specified Expected Results: compile compiling kipiplugins-1.5.0 with "handbook" works fine without "handbook" won't compile. I think this is not gentoo specifique but an error in [[ -d "${handbookdir}" ]] || die 'wrong doc dir specified'; should handbook be mandatory? details(log ,environement) of this bug as well in http://bugs.gentoo.org/show_bug.cgi?id=341283 gentoo bug 341283