buildworld broken after installworld

Ruslan Ermilov ru at FreeBSD.org
Mon Aug 4 04:47:41 PDT 2003


On Mon, Aug 04, 2003 at 07:51:35PM +0900, Shin-ichi YOSHIMOTO wrote:
> I tried to buildworld and installworld in this morning. After that,
> buildworld broken like this:
> 
> [snip]
> ===> lib/libedit
> cc -O -pipe -march=pentium4 -I. -I/usr/src/lib/libedit     -c editline.c
> In file included from /usr/src/lib/libedit/chared.h:136,
>                  from /usr/src/lib/libedit/el.h:102,
>                  from /usr/src/lib/libedit/chared.c:51,
>                  from editline.c:4:
> fcns.h:94:12: warning: ISO C requires whitespace after the macro name
> In file included from editline.c:9:
> help.c:51: error: `VI_ZERO' undeclared here (not in a function)
> [snip]
> 
> and I checked fcns.h:94.
> 
> > cat /usr/obj/usr/src/lib/libedit/fcns.h
> [snip]
> #define VI_UNDO_LINE                     89
> #define VI_]ERO                          90        <--- ???
> #define EL_NUM_FCNS                      91
> typedef el_action_t (*el_func_t)(EditLine *, int);
> protected const el_func_t* func__get(void);
> #endif /* _h_fcns_c */
> 
Too bad.  I think this may be related to a recent work of Andrey
on tr(1), as fcns.h is generated using src/lib/libedit/makelist.
Perhaps, just enforcing the C locale will fix it.


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030804/d4a8dc22/attachment.bin


More information about the freebsd-current mailing list