From owner-freebsd-ports Fri Nov 3 2:40:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 47CA637B4C5; Fri, 3 Nov 2000 02:40:21 -0800 (PST) Received: from silvia.hip.berkeley.edu (sji-ca5-234.ix.netcom.com [209.109.234.234]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id FAA14818; Fri, 3 Nov 2000 05:39:54 -0500 (EST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.11.1/8.11.0) id eA3Acs633388; Fri, 3 Nov 2000 02:38:55 -0800 (PST) (envelope-from asami) To: tg@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: graphics/graphviz port References: <200011030908.eA398WV32697@silvia.hip.berkeley.edu> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 03 Nov 2000 02:37:43 -0800 In-Reply-To: asami@FreeBSD.org's message of "Fri, 3 Nov 2000 01:08:32 -0800 (PST)" Message-ID: <vqcg0l9pci0.fsf@silvia.hip.berkeley.edu> Lines: 38 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * You need to change USE_AUTOCONF to USE_AUTOMAKE if you are going to * patch doc/Makefile.am. Doc's are going to the wrong place because of * that. * * Unfortunately, using USE_AUTOMAKE will cause some very weird errors * here so I can't just fix it that way. * * === * : * cc -DPACKAGE=\"graphviz\" -DVERSION=\"1.6\" -DYYTEXT_POINTER=1 -DHAVE_LIBM=1 -DHAVE_LIBX11=1 -DHAVE_LIBTTF=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBXPM=1 -DHAVE_ALLOCA=1 -I. -I. -O -pipe -I/usr/local/include -I/usr/local/include/tcl8.3 -I/usr/local/include/tk8.3 -DHAVE_TERMIOS -Wp,-MD,.deps/Dir.pp -c Dir.c -fPIC -DPIC -o Dir.lo * In file included from Dir.c:33: * SFinternal.h:27: X11/Intrinsic.h: No such file or directory * SFinternal.h:28: X11/StringDefs.h: No such file or directory * SFinternal.h:29: X11/Xos.h: No such file or directory * SFinternal.h:30: X11/Xaw/Text.h: No such file or directory * SFinternal.h:31: X11/Xaw/AsciiText.h: No such file or directory * In file included from Dir.c:33: * : * === * * I put the full log in freefall:~asami/graphviz-1.6.log if you can fix * it before the freeze (i.e., within the next nine hours). Hmm. This is exceedingly weird. I noticed that it will build if I put autoconf in the dependency list but not define USE_AUTOCONF. I put the logs here: freefall:~asami/graphviz-1.6.log failure with USE_AUTOCONF freefall:~asami/graphviz-1.6.log-good success with autoconf dependency but without USE_AUTOCONF freefall:~asami/graphviz-1.6.log-bad failure without autoconf Meanwhile, I committed a temporary `fix' to add autoconf in the dependency but not define USE_AUTOCONF since the freeze is coming up soon. (I need to go to sleep!) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message