Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65204 - gnustep-libs/imagekit fails to install
Summary: gnustep-libs/imagekit fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-24 07:25 UTC by basic
Modified: 2004-09-24 10:35 UTC (History)
0 users

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 basic 2004-09-24 07:25:50 UTC
gnustep-libs/imagekit fails to complete install, seems to be caused by a missing GNUmakefile in the "Documentation" directory. Putting a dummy GNUmakefile in that directory will allow it to complete the install phase.

Reproducible: Always
Steps to Reproduce:
1.  ACCEPT_KEYWORDS=~x86 emerge imagekits
2.
3.

Actual Results:  
Making install for framework PDFKit...
 Creating
/var/tmp/portage/imagekits-0.6/image//usr/GNUstep/System/Library/Frameworks...
 Installing framework PDFKit...
 Installing headers...
make[1]: Leaving directory `/var/tmp/portage/imagekits-0.6/work/ImageKits/PDFKit'
make: *** No rule to make target `all'.  Stop.

!!! ERROR: gnustep-libs/imagekits-0.6 failed.
!!! Function egnustep_doc, Line 132, Exitcode 2
!!! doc make failed
Comment 1 Armando Di Cianno (RETIRED) gentoo-dev 2004-09-24 10:12:40 UTC
output of 'emerge info' is needed, and output of 'qpkg -I gnustep -v' would be quite handy.
Comment 2 Armando Di Cianno (RETIRED) gentoo-dev 2004-09-24 10:35:32 UTC
eclass has been modified to accomdate situations where there is a "Documentation" directory, but no "GNUmakefile/[mM]akefile".