Date: Mon, 19 Dec 2011 10:12:45 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: "Bjoern A. Zeeb" <bz@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Doug Barton <dougb@FreeBSD.org>, Dimitry Andric <dim@FreeBSD.org>, src-committers@FreeBSD.org Subject: Re: svn commit: r228698 - head/usr.bin/m4 Message-ID: <20111219091245.GE95392@azathoth.lan> In-Reply-To: <49201C5C-BE2E-4EAE-9337-33E0DA9054E3@FreeBSD.org> References: <201112182354.pBINsWlq030477@svn.freebsd.org> <4EEEF9E8.8090701@FreeBSD.org> <49201C5C-BE2E-4EAE-9337-33E0DA9054E3@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--wchHw8dVAp53YPj8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 19, 2011 at 08:50:54AM +0000, Bjoern A. Zeeb wrote: >=20 > On 19. Dec 2011, at 08:46 , Doug Barton wrote: >=20 > > On 12/18/2011 15:54, Dimitry Andric wrote: > >> Author: dim > >> Date: Sun Dec 18 23:54:32 2011 > >> New Revision: 228698 > >> URL: http://svn.freebsd.org/changeset/base/228698 > >>=20 > >> Log: > >> Repair breakage after r228697: since m4 now uses pow(3), it needs -lm. > >>=20 > >> Pointy hat to: bapt > >=20 > > Still seems broken to me: > >=20 > > # make cleandir && make obj && make depend && make all > > /usr/obj/frontier/svn/head/usr.bin/m4 created for > > /frontier/svn/head/usr.bin/m4 > > yacc -d -o parser.c /frontier/svn/head/usr.bin/m4/parser.y > > lex -t /frontier/svn/head/usr.bin/m4/tokenizer.l > tokenizer.c > > rm -f .depend > > mkdep -f .depend -a -DEXTENDED -I/frontier/svn/head/usr.bin/m4/lib > > -std=3Dgnu99 /frontier/svn/head/usr.bin/m4/eval.c > > /frontier/svn/head/usr.bin/m4/expr.c > > /frontier/svn/head/usr.bin/m4/look.c > > /frontier/svn/head/usr.bin/m4/main.c > > /frontier/svn/head/usr.bin/m4/misc.c > > /frontier/svn/head/usr.bin/m4/gnum4.c > > /frontier/svn/head/usr.bin/m4/trace.c parser.c tokenizer.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_create_entry.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_delete.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_do.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_entries.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_enum.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_init.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_interval.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_lookup_interval.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_lookup_memory.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_qlookup.c > > /frontier/svn/head/usr.bin/m4/lib/ohash_qlookupi.c > > echo m4: /usr/lib/libc.a >> .depend > > cc -O2 -pipe -DEXTENDED -I/frontier/svn/head/usr.bin/m4/lib -std=3Dgnu= 99 > > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > > -Wnested-externs -Wredundant-decls -Wold-style-definition > > -Wno-pointer-sign -c /frontier/svn/head/usr.bin/m4/eval.c > > cc1: warnings being treated as errors > > /frontier/svn/head/usr.bin/m4/eval.c: In function 'expand_builtin': > > /frontier/svn/head/usr.bin/m4/eval.c:271: warning: suggest explicit > > braces to avoid ambiguous 'else' > > *** Error code 1 > >=20 > > Stop in /frontier/svn/head/usr.bin/m4. > >=20 > > Reverting to r228696 lets it build again. >=20 > Or running svn up now. >=20 Sorry about that. regards, Bapt --wchHw8dVAp53YPj8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk7vAA0ACgkQ8kTtMUmk6EzO6wCcCe9qyEUVoGR9tC5ZRdMICIdL aqsAoIHsJa3/byQai9LZ3NdH8440EDqH =AsCP -----END PGP SIGNATURE----- --wchHw8dVAp53YPj8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111219091245.GE95392>