Date: Fri, 9 Aug 2002 17:26:43 -0700 (PDT) From: Keith Waclena <keith@lib.uchicago.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/41496: textproc/sp blows up during compilation Message-ID: <200208100026.g7A0Qhab086518@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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.sed >/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.sed >/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208100026.g7A0Qhab086518>