svn commit: r228698 - head/usr.bin/m4

Bjoern A. Zeeb bz at FreeBSD.org
Mon Dec 19 08:50:59 UTC 2011


On 19. Dec 2011, at 08:46 , Doug Barton wrote:

> 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
>> 
>> Log:
>>  Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.
>> 
>>  Pointy hat to:	bapt
> 
> Still seems broken to me:
> 
> # 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=gnu99  /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=gnu99
> -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
> 
> Stop in /frontier/svn/head/usr.bin/m4.
> 
> Reverting to r228696 lets it build again.

Or running svn up now.

-- 
Bjoern A. Zeeb                                 You have to have visions!
         Stop bit received. Insert coin for new address family.



More information about the svn-src-head mailing list