View Single Post
  #7   (View Single Post)  
Old 17th July 2011
miggel13 miggel13 is offline
New User
 
Join Date: Jul 2011
Posts: 4
Default

Thanks for the FAQ. As I said before, I have upgraded with a new installation to 4.9. I followed the steps under FAQ Section 5.3 but when I run

# cd /usr/src/sys/arch/i386/conf
# config GENERIC
# cd ../compile/GENERIC
# make clean && make depend && make

I get an error:

Code:
... a lot more ...
ioconf.c:2060: warning: (near initialization for 'cfdata[493]')
ioconf.c:2062: warning: excess elements in struct initializer
ioconf.c:2062: warning: (near initialization for 'cfdata[494]')
ioconf.c:2064: warning: excess elements in struct initializer
ioconf.c:2064: warning: (near initialization for 'cfdata[495]')
ioconf.c:2066: warning: excess elements in struct initializer
ioconf.c:2066: warning: (near initialization for 'cfdata[496]')
ioconf.c:2068: warning: excess elements in struct initializer
ioconf.c:2068: warning: (near initialization for 'cfdata[497]')
ioconf.c:2070: warning: excess elements in struct initializer
ioconf.c:2070: warning: (near initialization for 'cfdata[498]')
ioconf.c:2072: warning: excess elements in struct initializer
ioconf.c:2072: warning: (near initialization for 'cfdata[499]')
ioconf.c:2074: warning: excess elements in struct initializer
ioconf.c:2074: warning: (near initialization for 'cfdata[500]')


Stop in /usr/src/sys/arch/i386/compile/GENERIC (line 907 of Makefile).
*** Error code 1

I checked out "src ports xenocara" from the CVS server.

Any hints?
Reply With Quote