From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 05:37:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40714106564A for ; Wed, 7 Sep 2011 05:37:23 +0000 (UTC) (envelope-from sdb@ssr.com) Received: from mailhost.ssr.com (mailhost.ssr.com [199.4.235.5]) by mx1.freebsd.org (Postfix) with SMTP id CE97C8FC12 for ; Wed, 7 Sep 2011 05:37:22 +0000 (UTC) Received: (qmail 12346 invoked from network); 7 Sep 2011 05:32:36 -0000 Received: from pool-71-167-240-59.nycmny.east.verizon.net (HELO irelay.ssr.com) (sdb@71.167.240.59) by 199.4.235.5 with SMTP; 7 Sep 2011 05:32:36 -0000 Received: (qmail 45954 invoked by uid 103); 7 Sep 2011 05:22:43 -0000 Date: 7 Sep 2011 05:22:43 -0000 Message-ID: <20110907052243.45953.qmail@irelay.ssr.com> From: Scott Ballantyne To: freebsd-questions@freebsd.org Subject: Can someone help me with Ghostscript9? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2011 05:37:23 -0000 Hello, Trying to build ghostscript9 it fails because it is unable to make ./obj/../soobj/ld.tr. I've looked in UPDATING and also googled, with no luck. I've appended the output from make at the end. Thanks in advance Scott gmake[1]: Entering directory `/usr/ports/print/ghostscript9/work/ghostscript-9.02' ./obj/../soobj/genconf ./obj/../soobj/devs.tr -h /dev/stdout -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/../soobj/ld.tr | awk 'BEGIN{j=0; p=1;} /jpeg_device/ {if(j++ > 0) p=0;} // {if(p==1) { print; } else { p=1 } }' > ./obj/../soobj/gconfxx.h Can't open /dev/stdout for output. ./obj/../soobj/echogs -a ./obj/../soobj/gconfxx.h rm -f ./obj/../soobj/gconfig.c rm -f ./obj/../soobj/gconfig.h cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h cp ./base/gconf.c ./obj/../soobj/gconfig.c cc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_SSE2 -DHAVE_DBUS -O2 -fno-strict-aliasing -pipe -g -fPIC -DUPD_SIGNAL=0 -I. -I/usr/ports/print/ghostscript9/work/ghostscript-9.02/lcms/include -I/usr/ports/print/ghostscript9/work/ghostscript-9.02/jasper/src/libjasper/include -I/usr/local/include/libpng -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -fno-strict-aliasing -pipe -DUSE_LIBICONV_GNU -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/usr/local/lib/ghostscript/9.02\" -fPIC -I./obj/../soobj -I./base -o ./obj/../soobj/gconfig.o -c ./obj/../soobj/gconfig.c ./obj/../soobj/gconfig.c:189: warning: no previous prototype for 'gs_lib_register_device' rm -f ./obj/../soobj/iconfig.c cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h cp ./psi/iconf.c ./obj/../soobj/iconfig.c cc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_SSE2 -DHAVE_DBUS -O2 -fno-strict-aliasing -pipe -g -fPIC -DUPD_SIGNAL=0 -I. -I/usr/ports/print/ghostscript9/work/ghostscript-9.02/lcms/include -I/usr/ports/print/ghostscript9/work/ghostscript-9.02/jasper/src/libjasper/include -I/usr/local/include/libpng -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -fno-strict-aliasing -pipe -DUSE_LIBICONV_GNU -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/usr/local/lib/ghostscript/9.02\" -I./psi -I./obj/../soobj -I./obj/../soobj -I./base -o ./obj/../soobj/iconfig.o -c ./obj/../soobj/iconfig.c ./obj/../soobj/echogs -w ./obj/../soobj/ldt.tr -n - cc -L/usr/local/lib -L/usr/local/lib -shared -Wl,-soname=libgs.so.9 -o ./bin/../sobin/libgs.so.9.02 ./obj/../soobj/echogs -a ./obj/../soobj/ldt.tr -n -s ./obj/../soobj/gsromfs0.o ./obj/../soobj/gs.o -s cat ./obj/../soobj/ld.tr >>./obj/../soobj/ldt.tr cat: ./obj/../soobj/ld.tr: No such file or directory gmake[1]: *** [bin/../sobin/libgs.so.9.02] Error 1 gmake[1]: Leaving directory `/usr/ports/print/ghostscript9/work/ghostscript-9.02' gmake: *** [so] Error 2 *** Error code 1 Stop in /usr/ports/print/ghostscript9. *** Error code 1 Stop in /usr/ports/print/ghostscript9.