From owner-freebsd-ports Fri Aug 9 17:30:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAEA237B400 for ; Fri, 9 Aug 2002 17:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BD843E65 for ; Fri, 9 Aug 2002 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A0U1JU003641 for ; Fri, 9 Aug 2002 17:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A0U1N5003640; Fri, 9 Aug 2002 17:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D9337B400 for ; Fri, 9 Aug 2002 17:26:43 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C2043E4A for ; Fri, 9 Aug 2002 17:26:43 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A0QhOT086519 for ; Fri, 9 Aug 2002 17:26:43 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g7A0Qhab086518; Fri, 9 Aug 2002 17:26:43 -0700 (PDT) Message-Id: <200208100026.g7A0Qhab086518@www.freebsd.org> Date: Fri, 9 Aug 2002 17:26:43 -0700 (PDT) From: Keith Waclena To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41496: textproc/sp blows up during compilation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41496 >Category: ports >Synopsis: textproc/sp blows up during compilation >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 09 17:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Keith Waclena >Release: 4.6.1-RELEASE-p7 >Organization: University of Chicago Library >Environment: FreeBSD jfcl.lib.uchicago.edu 4.6.1-RELEASE-p7 FreeBSD 4.6.1-RELEASE-p7 #1: Fri Aug 2 19:30:02 CDT 2002 root@jfcl.lib.uchicago.edu:/usr/obj/usr/src/sys/JFCL i386 >Description: textproc/sp blows up during compilation, due to ../lib/libsp.a not being found. Here's the output of make: Script started on Fri Aug 9 18:53:09 2002 # make ===> Extracting for sp-1.3.4 >How-To-Repeat: cd /usr/ports/textproc/sp && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for sp-1.3.4.tar.gz. ===> Patching for sp-1.3.4 ===> Applying FreeBSD patches for sp-1.3.4 /bin/cp /usr/ports/textproc/sp/work/sp-1.3.4/Makefile /usr/ports/textproc/sp/work/sp-1.3.4/Makefile.sed /bin/cp /usr/ports/textproc/sp/work/sp-1.3.4/Makefile.lib /usr/ports/textproc/sp/work/sp-1.3.4/Makefile.lib.sed /usr/bin/sed -e "s%/opt/local%/usr/local%" /usr/ports/textproc/sp/work/sp-1.3.4/Makefile /usr/bin/sed -e "s%/opt/local%/usr/local%" /usr/ports/textproc/sp/work/sp-1.3.4/Makefile.lib ===> Configuring for sp-1.3.4 ===> Building for sp-1.3.4 `lib' is up to date. c++ -fno-implicit-templates -O -pipe -ansi -I. -I./../include -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -c -o nsgmls.o nsgmls.cxx In file included from nsgmls.cxx:4: ./include/config.h:13: warning: `SP_MULTI_BYTE' redefined *Initialization*:1: warning: this is the location of the previous definition c++ -fno-implicit-templates -O -pipe -ansi -I. -I./../include -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -c -o SgmlsEventHandler.o SgmlsEventHandler.cxx In file included from SgmlsEventHandler.cxx:4: ./include/config.h:13: warning: `SP_MULTI_BYTE' redefined *Initialization*:1: warning: this is the location of the previous definition c++ -fno-implicit-templates -O -pipe -ansi -I. -I./../include -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -c -o RastEventHandler.o RastEventHandler.cxx In file included from RastEventHandler.cxx:8: ./include/config.h:13: warning: `SP_MULTI_BYTE' redefined *Initialization*:1: warning: this is the location of the previous definition c++ -fno-implicit-templates -O -pipe -ansi -I. -I./../include -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -c -o StringSet.o StringSet.cxx In file included from StringSet.cxx:4: ./include/config.h:13: warning: `SP_MULTI_BYTE' redefined *Initialization*:1: warning: this is the location of the previous definition c++ -fno-implicit-templates -O -pipe -ansi -I. -I./../include -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -c -o nsgmls_inst.o nsgmls_inst.cxx In file included from nsgmls_inst.cxx:12: ./include/config.h:13: warning: `SP_MULTI_BYTE' redefined *Initialization*:1: warning: this is the location of the previous definition c++ -fno-implicit-templates -O -pipe -ansi -I. -I./../include -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -o nsgmls nsgmls.o SgmlsEventHandler.o RastEventHandler.o StringSet.o n sgmls_inst.o ../lib/libsp.a -lm -lgcc c++: ../lib/libsp.a: No such file or directory *** Error code 1 Stop in /usr/ports/textproc/sp/work/sp-1.3.4/nsgmls. *** Error code 1 Stop in /usr/ports/textproc/sp/work/sp-1.3.4. *** Error code 1 Stop in /usr/ports/textproc/sp/work/sp-1.3.4. *** Error code 1 Stop in /usr/ports/textproc/sp. *** Error code 1 Stop in /usr/ports/textproc/sp. # ^D Script done on Fri Aug 9 18:53:21 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message