Summary: | sci-biology/mira-3.2.0: make fails in ${S}/docs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Abbott (RETIRED) <dabbott> |
Component: | [OLD] Unspecified | Assignee: | Andrey Kislyuk (RETIRED) <weaver> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mmokrejs |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 340369 | ||
Attachments: |
build log
emerge --info mira-3.2.1.ebuild.diff mira-3.2.1.ebuild.diff |
Description
David Abbott (RETIRED)
![]() Created attachment 250151 [details]
build log
Created attachment 250153 [details]
emerge --info
Disabled doc USE flag since Latex source is gone and docbook source can't compile due to a docbook stylesheet incompatibility. Will re-enable once I can figure out how to fix the incompatibility, help is welcome. Would you mind trying 3.2.1 release? It has updated docs and I cannot reproduce it on my system though could be that I did not re-enable USE=doc properly, or whatever. I got the same error with 3.2.1 From the INSTALL - docs are currently not build as I doubt many people have LaTeX2man as tool. I need to find out how to remediate this problem by distributing pre-made help files. Created attachment 259334 [details, diff]
mira-3.2.1.ebuild.diff
(In reply to comment #6) > Created an attachment (id=259334) [details] > mira-3.2.1.ebuild.diff > src_install() { einstall || die - dodoc AUTHORS GETTING_STARTED NEWS README* HELP_WANTED THANKS INSTALL - find doc/docs/man -type f | xargs doman - find doc/docs/texinfo -type f | xargs doinfo - dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl} You accidentally dropped the line with README and other files as well as the one with sff_extract, too bad. Note the ebuild does not die in case of an error, so no need to actually to comment anything out of the 3.2.0 ebuild, just copy it under the new version number and be happy. ;-) Created attachment 259342 [details, diff]
mira-3.2.1.ebuild.diff
oops, this should be better
(In reply to comment #8) > Created an attachment (id=259342) [details] > mira-3.2.1.ebuild.diff > > oops, this should be better Andrey, would you mind bringing the 3.2.1 for us into the tree? With mira one is always asked by upstream to test the latest and greatest ... Thanks. mira-3.2.1 fails to compile for me. Trying to resolve this asap. + 23 Jun 2012; Kacper Kowalik <xarthisius.kk@gmail.com> mira-3.2.1.ebuild: + Don't install docs that are no longer there, thanks to David Abbott for the + patch + |