*I have read the handbook but I'm getting constant errors.*
*8.0-RELEASE amd64 GENERIC* # IMPORTANT: Change the next line to use one of the CVSup mirror sites # listed at http://www.freebsd.org/doc/handbook/mirrors.html. *default host=cvsup1.FreeBSD.org <http://cvsup1.freebsd.org/> *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_8 *default delete use-rel-suffix src-all cd /usr/ports/ && make fetchindex #cvsup -g -L 2 /etc/ports-supfile cvsup -g -L 2 /etc/standard-supfile rm -rf /usr/obj cd /usr/src make cleanworld && make cleandir make buildworld and make buildkernel -> *error* /usr/src/sys/dev/pci/pcivar.h:429: warning: implicit declaration of function 'PCI_RELEASE_MSI' /usr/src/sys/dev/pci/pcivar.h:429: warning: nested extern declaration of 'PCI_RELEASE_MSI' /usr/src/sys/dev/pci/pcivar.h: In function 'pci_msi_count': /usr/src/sys/dev/pci/pcivar.h:435: warning: implicit declaration of function 'PCI_MSI_COUNT' /usr/src/sys/dev/pci/pcivar.h:435: warning: nested extern declaration of 'PCI_MSI_COUNT' /usr/src/sys/dev/pci/pcivar.h: In function 'pci_msix_count': /usr/src/sys/dev/pci/pcivar.h:441: warning: implicit declaration of function 'PCI_MSIX_COUNT' /usr/src/sys/dev/pci/pcivar.h:441: warning: nested extern declaration of 'PCI_MSIX_COUNT' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
