ghostscript emerge失敗

./obj/echogs -a ./obj/ldt.tr -s - -Wl,-rpath,/usr/lib -lcupsimage \
   -ltiff -ljpeg -lpng -lm -lz -lcups -lssl -lcrypto -lnsl -lm  -lm
if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \
XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \
FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \
DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \
DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \
DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \
DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \
/bin/sh <./obj/ldt.tr
collect2: ld returned 1 exit status
make: *** [bin/gs] Error 1

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

ghostscript-7.07.1-r8 のbuildに失敗。とりあえずUSEフラグに"-cups"を追加してgsを依存関係から除いてやることで凌ぐことにします。

・・・と思ったけど、ふと見てみたら/を100%使い切っていたのでそれが原因なのかも・・・