buildworld broken by sade import

Nate Lawson nate at root.org
Tue Aug 8 15:44:05 UTC 2006


李鑫 (LI Xin) wrote:
> Hi, Nate,
> 
> 在 2006-08-07一的 23:46 -0700,Nate Lawson写道:
>> Looks like the tinderbox picked it up too.  For now, I just disconnected 
>> sade from usr.sbin/Makefile locally.
>>
>> [...]
>> makedevs.c:10: error: syntax error before ',' token
>> makedevs.c:13: error: syntax error before ',' token
>> makedevs.c:16: error: syntax error before ',' token
>> makedevs.c:19: error: syntax error before ',' token
>> makedevs.c:22: error: syntax error before ',' token
>> makedevs.c:25: error: syntax error before ',' token
>> makedevs.c:28: error: syntax error before ',' token
>> makedevs.c:31: error: syntax error before ',' token
>> *** Error code 1
> 
> I have a under-reviewing patch that addresses some issues that sade(8)
> have, but I do not think that is related to the problem, and I am unable
> to reproduce the build issue right now.  Would you please give me a copy
> of the generated makedevs.c so I can investigate further?
> 
> Cheers,

Easy:

#include <sys/types.h>
const char termcap_ansi[] = {

,0};
const char termcap_cons25w[] = {

,0};
const char termcap_cons25[] = {

,0};
const char termcap_cons25_m[] = {

,0};
const char termcap_cons25r[] = {

,0};
const char termcap_cons25r_m[] = {

,0};
const char termcap_cons25l1[] = {

,0};
const char termcap_cons25l1_m[] = {

,0};
const char termcap_vt100[] = {

,0};
const char termcap_xterm[] = {

,0};


-- 
Nate


More information about the freebsd-current mailing list