--- On Tue, 11/22/11, Ariel Constenla-Haile <[email protected]> wrote:
> From: Ariel Constenla-Haile <[email protected]> > Subject: Re: System broken at mythes > To: [email protected] > Date: Tuesday, November 22, 2011, 4:41 PM > Hi Pedro, > > On Tue, Nov 22, 2011 at 01:16:47PM -0800, Pedro Giffuni > wrote: > > Hello; > > > > I am getting this after r1204995 : > > > > ... > > ============= > > Building module mythes > > ============= > > > > ... > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: creating mythes.pc > > config.status: creating config.h > > config.status: executing depfiles commands > > config.status: executing libtool commands > > mkdir: ./unxfbsdx.pro/misc/build/mythes-1.2.0/: File > exists > > "Makefile", line 88: Need an operator > > "Makefile", line 90: Need an operator > > "Makefile", line 92: Need an operator > > this looks like the lines that disable building the > example. > In my generated Makefile they look like > > ifeq "$(ENABLE_EXAMPLE)" "no" > PROGRAMS= > else > PROGRAMS = $(noinst_PROGRAMS) > endif > It looks exactly like yours: ... libmythes_1_2_la_OBJECTS = $(am_libmythes_1_2_la_OBJECTS) ifeq "$(ENABLE_EXAMPLE)" "no" PROGRAMS= else PROGRAMS = $(noinst_PROGRAMS) endif am_example_OBJECTS = example.$(OBJEXT) ... FYI: > gmake --version GNU Make 3.82 Built for amd64-portbld-freebsd9.0 > gpatch --version patch 2.6.1 cheers, Pedro. > Please look in the log at the point where the patches are > applied. Are > there applied or your patch program reports problems? It > worked fine on > Linux and Windows7/XP, where I tested. > > > Regards > -- > Ariel Constenla-Haile > La Plata, Argentina >
