Date: Tue, 26 Feb 2002 09:02:54 +0100 From: Miguel Mendez <flynn@energyhq.homeip.net> To: Dave Tweten <tweten@nas.nasa.gov> Cc: Andreas Klemm <andreas@klemm.gtn.com>, freebsd-ports@FreeBSD.org Subject: Re: Lyx Port Problem Message-ID: <20020226090254.A9068@energyhq.homeip.net> In-Reply-To: <200202260025.g1Q0P1q02088@gilmore.nas.nasa.gov>; from tweten@nas.nasa.gov on Mon, Feb 25, 2002 at 04:25:01PM -0800 References: <200202260025.g1Q0P1q02088@gilmore.nas.nasa.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
--CUfgB8w4ZwR/yMy5 Content-Type: multipart/mixed; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 25, 2002 at 04:25:01PM -0800, Dave Tweten wrote: Hi Dave, > [...] > ./aclocal.m4:3191: the top level > autoconf: tracing failed > gmake[1]: *** [stamp-h.in] Error 1 > gmake[1]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/src' > gmake: *** [all-recursive] Error 1 > *** Error code 2 > [...] Do you have two versions of the auto{make,conf} tools installed? If that's the case, removing them before trying to build Lyx should fix the problem. If not, you can try the attached patch. Both solutions worked for me. Cheers, --=20 Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk FreeBSD - The power to serve! --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="lyx.diff" Content-Transfer-Encoding: quoted-printable diff -ruN lyx.old/Makefile lyx/Makefile --- lyx.old/Makefile Tue Jan 22 15:36:29 2002 +++ lyx/Makefile Mon Feb 4 12:45:31 2002 @@ -48,4 +48,7 @@ (cd ${WRKSRC}; ${TOUCH} Makefile.in */Makefile.in src/config.h.in) (cd ${WRKSRC}/lib/doc; ${RM} -f *.orig) =20 +post-configure: + @${PERL} -pi -e 's@autoheader@autoheader213@g' ${WRKSRC}/src/Makefile +=09 .include <bsd.port.mk> --tThc/1wpZn/ma/RB-- --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8e0EunLctrNyFFPERAoHFAKCoTLtHmDayMQMYQfwYcx6CLuIUAACfQGRH Q56x8DC6eNYdk6iEf7KHq88= =sQFW -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5-- 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?20020226090254.A9068>