Date: Mon, 8 Sep 2003 17:31:21 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Kris Kennaway <kris@8ball.rtp.freebsd.org> Cc: ports@freebsd.org Subject: Re: INDEX build failed Message-ID: <20030908163121.GC603@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <200309081610.h88GACwp046324@8ball.rtp.freebsd.org> References: <200309081610.h88GACwp046324@8ball.rtp.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--i7F3eY7HS/tUJxUd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 08, 2003 at 12:10:12PM -0400, Kris Kennaway wrote: > INDEX build failed with errors: > "Makefile", line 40: Need an operator > "Makefile", line 41: Need an operator > "Makefile", line 42: Need an operator > "Makefile", line 43: Need an operator > "Makefile", line 44: Need an operator > "Makefile", line 45: Need an operator A singularly unhelpful error message. There are 9368 Makefile's under the ports tree at the moment. Of those 187 have been modified since yesterday. Of those 83 consist of 45 lines of more. Of those, the just one: comms/tilp/Makefile is syntactically incorrect: --- Makefile.bak Mon Sep 8 17:25:15 2003 +++ Makefile Mon Sep 8 17:25:54 2003 @@ -37,12 +37,12 @@ LIB_DEPENDS+=3D jpeg.9:${PORTSDIR}/graphics/jpeg .else pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" - @${ECHO_MSG} "If you want to compile with JPEG support, hit Ctrl-C" - @${ECHO_MSG} "right now and use \"make WITH_JPEG=3Dyes\"" - @${ECHO_MSG} "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" - @${ECHO_MSG} + @${ECHO_MSG} + @${ECHO_MSG} "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" + @${ECHO_MSG} "If you want to compile with JPEG support, hit Ctrl-C" + @${ECHO_MSG} "right now and use \"make WITH_JPEG=3Dyes\"" + @${ECHO_MSG} "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" + @${ECHO_MSG} .endif #WITH_JPEG =20 post-install: ie. there are a lot of spaces that should be tab characters between lines 40-45 of that file. Maintainer CC'd. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --i7F3eY7HS/tUJxUd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/XK7ZdtESqEQa7a0RAsbzAKCMyssdPGl8OjfV2lujznUMMm8UswCfcL7O ISjjzWoSBPt1e1Wfjko0658= =6WA3 -----END PGP SIGNATURE----- --i7F3eY7HS/tUJxUd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030908163121.GC603>