From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 11 20:52:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3083B16A40F for ; Tue, 11 Apr 2006 20:52:20 +0000 (UTC) (envelope-from wil@hyperconx.com) Received: from front.hyperconx.net (ns1.hyperconx.net [65.74.165.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8342543D46 for ; Tue, 11 Apr 2006 20:52:19 +0000 (GMT) (envelope-from wil@hyperconx.com) Received: from adsl-69-225-224-190.dsl.skt2ca.pacbell.net ([69.225.224.190] helo=Production) by front.hyperconx.net with esmtpa (Exim 4.53) id 1FTPqV-000Gee-9x for freebsd-ports-bugs@freebsd.org; Tue, 11 Apr 2006 13:52:19 -0700 From: "Wil Hatfield - HyperConX" To: Date: Tue, 11 Apr 2006 13:50:11 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Ghostscript-7.07_15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 20:52:20 -0000 There seems to be a problem with the ghostscript port. It seemed to compile fine on FBSD 6.1-PRERELEASE but not on 6.1-RC with latest ports. Here's the error I am receiving: cc `cat ./obj/cc.tr` -DHAVE_MKSTEMP -O2 -fno-strict-aliasing -pipe -Wall -Wstrict- prototypes -Wmissing-declarations -Wmissing-prototypes -Wtraditional -fno-bu iltin -fno-common -DUPD_SIGNAL=0 -I./gimp-print -I/usr/local/include/libpng -I/usr/local/include -I./obj -I./src -o ./obj/gdevpipe.o -c ./src/gdevpipe.c In file included from ./src/std.h:25, from ./src/errno_.h:26, from ./src/gdevpipe.c:21: ./src/stdpre.h:181:4: warning: suggest hiding #pragma from traditional C with an indented # In file included from ./src/gdevpipe.c:22: ./src/pipe_.h:44: warning: function declaration isn't a prototype ./src/gdevpipe.c: In function `pipe_fopen': ./src/gdevpipe.c:49: warning: traditional C rejects ISO C style function definitions ./src/gdevpipe.c:61: warning: cast discards qualifiers from pointer target type ./src/gdevpipe.c:61: warning: cast discards qualifiers from pointer target type ./src/gdevpipe.c: In function `pipe_fclose': ./src/gdevpipe.c:71: warning: traditional C rejects ISO C style function definitions ./obj/echogs -e .dev -w- -l-obj ./obj/pipe ./obj/gdevpipe.o ./obj/echogs -e .dev -a- ./obj/pipe -iodev pipe gmake: *** No rule to make target `obj/subwin(dialog,9,76,10,32).dev', needed by `obj/ld.tr'. Stop. *** Error code 2 Stop in /usr/ports/print/ghostscript-gnu. *** Error code 1 # uname -a FreeBSD athena.xxxxxxxx.xxx 6.1-RC FreeBSD 6.1-RC #2: Mon Apr 10 22:10:42 PDT 2006 root@athena.xxxxxxxx.xxx:/usr/obj/usr/src/sys/CUSTOM-KERNEL i386 Any ideas would be greatly appreciated. -- Wil Hatfield