[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building 2.99.17?



> Yes, I got the same problem for our SunOS 413 platform using "sed" provided
> by OS itself.

	Missing a couple \'s in the makefile -- believe or not...
	(Fixed at 2.99.18 -- which has another couple bugs elsewere,
	 and I got new FreeBSD-2.0 things from Tom Samplonius a moment
	 ago -- perhaps I will do 2.99.19 tonight ?-)  Compiling things
	 now to verify it at least on OSF/1 ... )

> >   sed is dumping core during a "make it all".  This is very odd.  I'm 
> > using GNU sed 2.05.  I've also tried a BSD sed, with the same result.  
> > Does anyone else see this?
> > 
> > make[1]: Leaving directory `/usr/local/src/zm/zmailer-2.99.17/transports'
> > find . \( -name Makefile -o -name makefile \) -print | \
> >         grep -v /private/ > eddep
> > sed -e 's:^\./::' -e '/^Makefile/d' -e '/private/d' < eddep | \
> >     bin/bunchup | \
> >     sed -e 's/^/makefiles: /' > makedep
> > echo >> makedep
> > sed -e 's:^\./::' -e '/^Makefile/d' -e 's/$/:   ${CONF}.sed/' -e x \
> >     -e 's/.*/   -sed -f ${CONF}.sed < $@.in > $@.new && mv $@.new $@ /' \
                                                         ^^
						Here should be:  \&\&

> >     -e x -e G < eddep >> makedep
> > Memory fault - core dumped
> > make: *** [depend] Error 139
> > misery#
> > 
> 
> =======================================================================
> Lai Yiu Fai                       |  Tel.:       (852) 2358-6202
> Centre of Computing Services      |  Fax.:       (852) 2358-0967
>  & Telecommunications             |  E-mail:     ccyflai@uxmail.ust.hk

	/Matti Aarnio <mea@nic.funet.fi>