Skip site navigation (1)Skip section navigation (2)
Date:      03 Nov 2000 02:37:43 -0800
From:      asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
To:        tg@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   Re: graphics/graphviz port
Message-ID:  <vqcg0l9pci0.fsf@silvia.hip.berkeley.edu>
In-Reply-To: asami@FreeBSD.org's message of "Fri, 3 Nov 2000 01:08:32 -0800 (PST)"
References:  <200011030908.eA398WV32697@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vqcg0l9pci0.fsf>