From owner-freebsd-ports Tue Apr 16 17:50:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B362637B404 for ; Tue, 16 Apr 2002 17:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3H0o1S93897; Tue, 16 Apr 2002 17:50:01 -0700 (PDT) (envelope-from gnats) Received: from mta06bw.bigpond.com (mta06bw.bigpond.com [139.134.6.96]) by hub.freebsd.org (Postfix) with ESMTP id 8FE4937B405 for ; Tue, 16 Apr 2002 17:43:03 -0700 (PDT) Received: from areilly.bpc-users.org ([144.135.24.72]) by mta06bw.bigpond.com (Netscape Messaging Server 4.15 mta06bw Feb 26 2002 03:44:21) with SMTP id GUOSNP00.5MO for ; Wed, 17 Apr 2002 10:43:01 +1000 Received: from CPE-144-132-240-160.nsw.bigpond.net.au ([144.132.240.160]) by bwmam02.mailsvc.email.bigpond.com(MailRouter V3.0l 11/74719); 17 Apr 2002 10:43:01 Received: (qmail 12371 invoked by uid 1000); 17 Apr 2002 00:43:01 -0000 Message-Id: <20020417004301.12370.qmail@areilly.bpc-users.org> Date: 17 Apr 2002 00:43:01 -0000 From: "Andrew Reilly" Reply-To: Andrew Reilly To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37165: port print/lyx does not build on 4-STABLE 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: 37165 >Category: ports >Synopsis: port print/lyx does not build on 4-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 16 17:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andrew Reilly >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD gurney.reilly.home 4.5-STABLE FreeBSD 4.5-STABLE #8: Sat Apr 13 12:47:47 EST 2002 root@gurney.reilly.home:/usr/obj/usr/src/sys/GURNEY i386 Libraries: the lyx port found all of it's dependancies present on my system. >Description: Here is the dying end of the last build attempt: echo timestamp > scope.lo /bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c marshal.cc c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c marshal.cc -o marshal.o echo timestamp > marshal.lo /bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c slot.cc c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c slot.cc -o slot.o echo timestamp > slot.lo /bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c basic_signal.cc c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c basic_signal.cc -o basic_signal.o echo timestamp > basic_signal.lo /bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c adaptor.cc c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c adaptor.cc -o adaptor.o echo timestamp > adaptor.lo /bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c thread.cc c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O -pipe -march=pentiumpro -c thread.cc -o thread.o echo timestamp > thread.lo /bin/sh ./libtool --mode=link c++ -O -pipe -march=pentiumpro -o libsigc.la -no-undefined object.lo scope.lo marshal.lo slot.lo basic_signal.lo adaptor.lo thread.lo rm -fr .libs/libsigc.la .libs/libsigc.* .libs/libsigc.* ar cru .libs/libsigc.a object.o scope.o marshal.o slot.o basic_signal.o adaptor.o thread.o ranlib .libs/libsigc.a creating libsigc.la (cd .libs && rm -f libsigc.la && ln -s ../libsigc.la libsigc.la) gmake[3]: Leaving directory `/opt/ports/print/lyx/work/lyx-1.1.6/sigc++' gmake[2]: Leaving directory `/opt/ports/print/lyx/work/lyx-1.1.6/sigc++' gmake[1]: Leaving directory `/opt/ports/print/lyx/work/lyx-1.1.6/sigc++' Making all in boost gmake[1]: Entering directory `/opt/ports/print/lyx/work/lyx-1.1.6/boost' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/opt/ports/print/lyx/work/lyx-1.1.6/boost' Making all in src gmake[1]: Entering directory `/opt/ports/print/lyx/work/lyx-1.1.6/src' cd .. && autoheader WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. aclocal.m4:3191: error: m4_defn: undefined macro: _m4_divert_diversion autoconf/functions.m4:1053: AM_FUNC_OBSTACK is expanded from... aclocal.m4:3191: the top level autoheader: autom4te failed with exit status: 1 at /usr/local/bin/autoheader line 163 gmake[1]: *** [stamp-h.in] Error 1 gmake[1]: Leaving directory `/opt/ports/print/lyx/work/lyx-1.1.6/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /opt/ports/print/lyx. >How-To-Repeat: cd /opt/ports/print/lyx; make >Fix: Sorry. I poked around the autoconf.m4 files that I could find on my system, but none of it made sense to me. Know a good m4 and/or autoconf tutorial? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message