From owner-freebsd-ports Tue Feb 26 3: 4:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 16C5737B402 for ; Tue, 26 Feb 2002 03:04:09 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id DAA32469; Tue, 26 Feb 2002 03:02:49 -0800 Subject: Re: Lyx Port Problem From: John Merryweather Cooper To: Miguel Mendez Cc: Dave Tweten , Andreas Klemm , FreeBSD Ports In-Reply-To: <20020226090254.A9068@energyhq.homeip.net> References: <200202260025.g1Q0P1q02088@gilmore.nas.nasa.gov> <20020226090254.A9068@energyhq.homeip.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 26 Feb 2002 03:02:49 -0800 Message-Id: <1014721371.37366.26.camel@johncoop.MSHOME> Mime-Version: 1.0 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 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message