Date: 26 Feb 2002 03:02:49 -0800 From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: Miguel Mendez <flynn@energyhq.homeip.net> Cc: Dave Tweten <tweten@nas.nasa.gov>, Andreas Klemm <andreas@klemm.gtn.com>, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: Lyx Port Problem Message-ID: <1014721371.37366.26.camel@johncoop.MSHOME> In-Reply-To: <20020226090254.A9068@energyhq.homeip.net> References: <200202260025.g1Q0P1q02088@gilmore.nas.nasa.gov> <20020226090254.A9068@energyhq.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I have a PR already posted on this with a similar (but not identical) patch. -- jmc On Tue, 2002-02-26 at 00:02, Miguel Mendez wrote: > 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, > > -- > 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! > ---- > > 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) > > +post-configure: > + @${PERL} -pi -e 's@autoheader@autoheader213@g' ${WRKSRC}/src/Makefile > + > .include <bsd.port.mk> 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?1014721371.37366.26.camel>