Date: Tue, 11 Oct 2005 22:11:13 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Kris Kennaway <kris@obsecurity.org> Cc: ports@FreeBSD.org, harti@FreeBSD.org, re@FreeBSD.org Subject: Make broken in 6.0 ([ports-i386@pointyhat.freebsd.org: empire-1.7 failed on i386 6]) Message-ID: <20051012021112.GA48078@xor.obsecurity.org> In-Reply-To: <20051012020023.GB40204@xor.obsecurity.org> References: <20051012020023.GB40204@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 11, 2005 at 10:00:24PM -0400, Kris Kennaway wrote: > For some reason a number of ports are failing with this error on the > latest build. I suspect that a change may have been merged to some > part of the base system that broke them. Can someone please take a > look? >=20 > Kris > =3D=3D=3D> Configuring for empire-1.7 > =3D=3D=3D> Building for empire-1.7 > Unknown modifier ' ' >=20 > Error expanding embedded variable. > *** Error code 2 This seems to be from make trying to execute a $(shell ...) command. This seems to be broken: VERSION=3D$(shell sed <bs.spec -n -e '/Version: \(.*\)/s//\1/p') xor# make -V VERSION Unknown modifier ' ' Unknown modifier ' ' Unknown modifier ' ' PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP= PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP +PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP= PPPPPPPPPPPP:.* I think this must have been broken in make(1) some time ago (if it ever worked)..the workaround for now is probably to make these ports use gmake instead [1]. Kris [1] jasone actually discovered this when I was testing some of his other patches, which flagged this more explicitly as an error. --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDTHDAWry0BWjoQKURAsaCAKCwlfZQb5lYEtJlk5BA5qrLZMwVyACffIMa OSEymowqHZ4yMnjUundT2Y0= =sRUS -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051012021112.GA48078>