Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102727 - app-text/ghostscript-7.07.1-r9 fails during emerge
Summary: app-text/ghostscript-7.07.1-r9 fails during emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-16 10:24 UTC by Andrew Morritt
Modified: 2005-08-22 20:13 UTC (History)
0 users

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


Attachments
My Make.conf (make.conf,781 bytes, text/plain)
2005-08-16 10:25 UTC, Andrew Morritt
Details
Compile Script (compilelog.txt,99.81 KB, text/plain)
2005-08-16 10:32 UTC, Andrew Morritt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Morritt 2005-08-16 10:24:25 UTC
I attempted to emerge ghostscript, and it failed during the make stage.

Reproducible: Always
Steps to Reproduce:
1. Emerge ghostscript
Actual Results:  
The Compile fails with:

In file included from src/sdctc.c:20:
obj/jpeglib_.h:1:21: jpeglib.h: No such file or directory
In file included from src/sdctc.c:24:
src/sdct.h:61: error: field `err' has incomplete type
src/sdct.h:73: error: field `err' has incomplete type
src/sdct.h:75: error: field `cinfo' has incomplete type
src/sdct.h:76: error: field `destination' has incomplete type
src/sdct.h:87: error: field `err' has incomplete type
src/sdct.h:90: error: field `dinfo' has incomplete type
src/sdct.h:91: error: field `source' has incomplete type
make: *** [obj/sdctc.o] Error 1

!!! ERROR: app-text/ghostscript-7.07.1-r9 failed.
!!! Function src_compile, Line 143, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Compiled Properly :-D

Attached is the full compile log, and my make.conf.
Comment 1 Andrew Morritt 2005-08-16 10:25:22 UTC
Created attachment 66088 [details]
My Make.conf
Comment 2 Andrew Morritt 2005-08-16 10:32:00 UTC
Created attachment 66089 [details]
Compile Script
Comment 3 Luis Medinas (RETIRED) gentoo-dev 2005-08-17 07:07:05 UTC
try to use ghostscript-7.07.1-r8 and see if it works... btw do you have
media-libs/jpeg installed ?
Comment 4 Andrew Morritt 2005-08-22 20:13:51 UTC
Installing media-libs/jpeg fixed the problem. Thanks!