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.
Created attachment 66088 [details] My Make.conf
Created attachment 66089 [details] Compile Script
try to use ghostscript-7.07.1-r8 and see if it works... btw do you have media-libs/jpeg installed ?
Installing media-libs/jpeg fixed the problem. Thanks!