Re: buildworld broken by sade import

From: Nate Lawson <nate_at_root.org>
Date: Tue, 08 Aug 2006 08:43:35 -0700
李鑫 (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
Received on Tue Aug 08 2006 - 13:44:05 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:58 UTC