On Jan 22, 2008 8:34 AM, Dusty <[EMAIL PROTECTED]> wrote: > I had this too, you need to build yourself a new version f gcc. I see > someone posted faq5 .. you want to 'follow current' it has those > instructions. > > > On Jan 22, 2008 8:30 AM, Colby W. <[EMAIL PROTECTED]> wrote: > > I tried two different AnonCVS repositories (one in the USA and one in > > CAN) tonight but ran into the same problem when I tried rebuilding the > > kernel to bring my recent -release install up to -current. Per the > > instructions [1]: > > > > # cd usr/ ; cvs checkout -P src > > # cd /usr/src/sys/arch/i386/conf/ > > # config GENERIC > > ../../../../conf/files:1005: syntax error > > ../../../../conf/files:1006: syntax error > > ../../../../conf/files:1007: syntax error > > ../../../../conf/files:1008: syntax error > > ../../../../conf/files:1009: syntax error > > ../../../../conf/files:1010: syntax error > > ../../../../conf/files:1011: syntax error > > ../../../../conf/files:1012: syntax error > > ../../../../conf/files:1013: syntax error > > ../../../../conf/files:1014: syntax error > > ../../../../conf/files:1015: syntax error > > ../../../../conf/files:1016: syntax error > > ../../../../conf/files:1017: syntax error > > ../../../../conf/files:1018: syntax error > > ../../../../conf/files:1019: syntax error > > ../../../../conf/files:1020: syntax error > > ../../../../conf/files:1021: syntax error > > ../../../../conf/files:1022: syntax error > > ../../../../conf/files:1023: syntax error > > ../../../../conf/files:1024: syntax error > > ../../../../conf/files:1025: syntax error > > ../../../../conf/files:1026: syntax error > > ../../../../conf/files:1027: syntax error > > ../../../../conf/files:1028: syntax error > > ../../../../conf/files:1029: syntax error > > ../../../../conf/files:1030: syntax error > > ../../../../conf/files:1031: syntax error > > ../../../../conf/files:1032: syntax error > > ../../../../conf/files:1033: syntax error > > ../../../../conf/files:1034: syntax error > > ../../../../conf/files:1035: syntax error > > ../../../../conf/files:1036: syntax error > > ../../../../conf/files:1037: syntax error > > ../../../../conf/files:1038: syntax error > > *** Stop. > > > > Is this a problem with a config file checked into CVS or am I missing > > something? From what I can determine, there is no > > "../../../../conf/files" but there is "../../../conf/files" (one > > directory closer to /usr/src/sys/arch/i386/conf : ie., > > /usr/src/sys/conf/). > > > > Thanks in advance, > > > > Colby W. > > > > [1] http://www.openbsd.org/faq/faq5.html > >
This is probobly due to the config flag day. Do as it says on Following -current: 2007/11/25 - config(8) flag day Extended capabilities require config(8) to be rebuilt on your system: # cd /usr/src/usr.sbin/config # make clean # make obj # make depend # make # make install I got the same errors when I forgot to do that so it's highy possible that config is the problem. BR dunceor