Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473106 - dev-libs/Ice-3.5.0 USE=doc: Ice-3.5.0.pdf: No such file or directory
Summary: dev-libs/Ice-3.5.0 USE=doc: Ice-3.5.0.pdf: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-12 14:38 UTC by Martin von Gagern
Modified: 2013-06-12 14:56 UTC (History)
1 user (show)

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


Attachments
build log (dev-libs:Ice-3.5.0:20130612-120922.log,166.55 KB, text/plain)
2013-06-12 14:38 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2013-06-12 14:38:54 UTC
Created attachment 350828 [details]
build log

>>> Unpacking Ice-3.5.0.pdf to /var/tmp/portage/dev-libs/Ice-3.5.0/work
unpack Ice-3.5.0.pdf: file format not recognized. Ignoring.
>>> Source unpacked in /var/tmp/portage/dev-libs/Ice-3.5.0/work
[…]
make: Leaving directory `/var/tmp/portage/dev-libs/Ice-3.5.0/work/Ice-3.5.0/cpp'
install: cannot stat '/var/tmp/portage/dev-libs/Ice-3.5.0/work/Ice-3.5.0.pdf': No such file or directory
!!! dodoc: /var/tmp/portage/dev-libs/Ice-3.5.0/work/Ice-3.5.0.pdf does not exist
 * ERROR: dev-libs/Ice-3.5.0 failed (install phase):
 *   dodoc failed

The problem seems to be that the documentation is an uncompressed pdf file in this version, in contrast to the .pdf.gz from the 3.4.2-r1 ebuild. One solution might be changing the directory like this:

-    dodoc "${WORKDIR}/${P}.pdf"
+    dodoc "${FILESDIR}/${P}.pdf"
Comment 1 Martin von Gagern 2013-06-12 14:42:24 UTC
Make that DISTDIR, nmot FILESDIR. Sorry, not thinking straight. Not tested either.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-06-12 14:56:24 UTC
+  12 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> Ice-3.5.0.ebuild:
+  Fixed installation with "doc" USE flag being enabled. Thanks to Martin von
+  Gagern for reporting this in bug #473106.
+