Hello list people, I'm having some trouble compiling a kernel that I've deblobbed and I'm wondering if someone could point me in the right direction? I'll try to provide as much detail as possible, but please let me know if additional information would be appreciated.
The specific kernel I'm working with is the backported 2.6.30 for Debian Lenny at backports.org. I'm trying to do the work while chrooted into a directory containing the upcoming release of gNewSense (version 3.0, code-named "metad.") First I grab the source package & unpack it: dget http://backports.org/debian/pool/main/l/linux-2.6/linux-2.6_2.6.30-8~bpo50+2.dsc dpkg-source -x linux-2.6_2.6.30-8~bpo50+2.dsc Then I grab deblob-2.6.30 and deblob-check from http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts/ although delob-2.6.30 dies, complaining that a number of different firmware pieces are missing. I have to use the --force option for it to skip looking for the non-existent firmware (there are quite a few that it complains are not present, and can provide the deblob log if anyone wants it.) I continue on with dpkg-checkbuilddeps & install a couple of things it wants. After updating the changelog I run dpkg-buildpackage -rfakeroot. It runs for a while & then dies with the following. I believe that this is one of the drivers that were deblobbed so I'm wondering if the deblob script is somehow introducing this breakage? CC [M] drivers/net/wireless/rtl818x/rtl8180_dev.o CC [M] drivers/net/wireless/rtl818x/rtl8180_rtl8225.o CC [M] drivers/net/wireless/rtl818x/rtl8180_sa2400.o CC [M] drivers/net/wireless/rtl818x/rtl8180_max2820.o CC [M] drivers/net/wireless/rtl818x/rtl8180_grf5101.o CC [M] drivers/net/wireless/rtl818x/rtl8187_dev.o CC [M] drivers/net/wireless/rtl818x/rtl8187_rtl8225.o LD [M] drivers/net/wireless/rtl818x/rtl8180.o LD [M] drivers/net/wireless/rtl818x/rtl8187.o LD drivers/net/wireless/zd1211rw/built-in.o CC [M] drivers/net/wireless/zd1211rw/zd_chip.o CC [M] drivers/net/wireless/zd1211rw/zd_mac.o CC [M] drivers/net/wireless/zd1211rw/zd_rf_al2230.o CC [M] drivers/net/wireless/zd1211rw/zd_rf_rf2959.o CC [M] drivers/net/wireless/zd1211rw/zd_rf_al7230b.o CC [M] drivers/net/wireless/zd1211rw/zd_rf_uw2453.o CC [M] drivers/net/wireless/zd1211rw/zd_rf.o CC [M] drivers/net/wireless/zd1211rw/zd_usb.o LD [M] drivers/net/wireless/zd1211rw/zd1211rw.o LD drivers/net/built-in.o CC [M] drivers/net/ipg.o CC [M] drivers/net/tehuti.o CC [M] drivers/net/jme.o CC [M] drivers/net/plip.o CC [M] drivers/net/rrunner.o CC [M] drivers/net/sunhme.o CC [M] drivers/net/sungem.o CC [M] drivers/net/sungem_phy.o CC [M] drivers/net/cassini.o CC [M] drivers/net/3c59x.o CC [M] drivers/net/typhoon.o CC [M] drivers/net/ne2k-pci.o CC [M] drivers/net/8390.o CC [M] drivers/net/pcnet32.o CC [M] drivers/net/e100.o CC [M] drivers/net/tlan.o CC [M] drivers/net/epic100.o CC [M] drivers/net/smsc9420.o CC [M] drivers/net/sis190.o CC [M] drivers/net/sis900.o CC [M] drivers/net/r6040.o CC [M] drivers/net/yellowfin.o CC [M] drivers/net/acenic.o CC [M] drivers/net/natsemi.o CC [M] drivers/net/ns83820.o CC [M] drivers/net/fealnx.o CC [M] drivers/net/tg3.o /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/tg3.c:9:1: warning: "/*" within comment CC [M] drivers/net/bnx2.o CC [M] drivers/net/bnx2x_main.o In file included from /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_main.c:55: /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:121:31: error: bnx2x_init_values.h: No such file or directory In file included from /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_main.c:55: /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:578: error: 'MISC_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:578: error: 'TCM_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:578: error: 'UCM_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:578: error: 'CCM_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:579: error: 'XCM_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:579: error: 'TSEM_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:579: error: 'USEM_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:579: error: 'CSEM_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:580: error: 'XSEM_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:581: error: 'MISC_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:581: error: 'TCM_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:581: error: 'UCM_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:581: error: 'CCM_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:582: error: 'XCM_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:582: error: 'TSEM_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:582: error: 'USEM_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:582: error: 'CSEM_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:583: error: 'XSEM_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:584: error: 'MISC_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:584: error: 'TCM_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:584: error: 'UCM_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:584: error: 'CCM_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:585: error: 'XCM_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:585: error: 'TSEM_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:585: error: 'USEM_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:585: error: 'CSEM_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:586: error: 'XSEM_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:587: error: 'MISC_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:587: error: 'TCM_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:587: error: 'UCM_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:587: error: 'CCM_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:588: error: 'XCM_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:588: error: 'TSEM_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:588: error: 'USEM_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:588: error: 'CSEM_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:589: error: 'XSEM_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:590: error: 'MISC_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:590: error: 'TCM_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:590: error: 'UCM_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:590: error: 'CCM_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:591: error: 'XCM_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:591: error: 'TSEM_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:591: error: 'USEM_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:591: error: 'CSEM_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:592: error: 'XSEM_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:593: error: 'MISC_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:593: error: 'TCM_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:593: error: 'UCM_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:593: error: 'CCM_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:594: error: 'XCM_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:594: error: 'TSEM_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:594: error: 'USEM_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:594: error: 'CSEM_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:595: error: 'XSEM_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:596: error: 'MISC_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:596: error: 'TCM_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:596: error: 'UCM_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:596: error: 'CCM_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:597: error: 'XCM_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:597: error: 'TSEM_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:597: error: 'USEM_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:597: error: 'CSEM_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:598: error: 'XSEM_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:599: error: 'MISC_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:599: error: 'TCM_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:599: error: 'UCM_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:599: error: 'CCM_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:600: error: 'XCM_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:600: error: 'TSEM_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:600: error: 'USEM_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:600: error: 'CSEM_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:601: error: 'XSEM_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:605: error: 'MISC_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:605: error: 'TCM_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:605: error: 'UCM_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:605: error: 'CCM_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:606: error: 'XCM_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:606: error: 'TSEM_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:606: error: 'USEM_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:606: error: 'CSEM_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:607: error: 'XSEM_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:608: error: 'MISC_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:608: error: 'TCM_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:608: error: 'UCM_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:608: error: 'CCM_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:609: error: 'XCM_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:609: error: 'TSEM_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:609: error: 'USEM_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:609: error: 'CSEM_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:610: error: 'XSEM_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:611: error: 'MISC_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:611: error: 'TCM_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:611: error: 'UCM_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:611: error: 'CCM_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:612: error: 'XCM_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:612: error: 'TSEM_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:612: error: 'USEM_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:612: error: 'CSEM_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:613: error: 'XSEM_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:614: error: 'MISC_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:614: error: 'TCM_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:614: error: 'UCM_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:614: error: 'CCM_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:615: error: 'XCM_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:615: error: 'TSEM_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:615: error: 'USEM_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:615: error: 'CSEM_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:616: error: 'XSEM_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:617: error: 'MISC_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:617: error: 'TCM_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:617: error: 'UCM_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:617: error: 'CCM_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:618: error: 'XCM_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:618: error: 'TSEM_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:618: error: 'USEM_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:618: error: 'CSEM_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:619: error: 'XSEM_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:620: error: 'MISC_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:620: error: 'TCM_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:620: error: 'UCM_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:620: error: 'CCM_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:621: error: 'XCM_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:621: error: 'TSEM_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:621: error: 'USEM_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:621: error: 'CSEM_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:622: error: 'XSEM_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:623: error: 'MISC_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:623: error: 'TCM_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:623: error: 'UCM_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:623: error: 'CCM_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:624: error: 'XCM_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:624: error: 'TSEM_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:624: error: 'USEM_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:624: error: 'CSEM_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:625: error: 'XSEM_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:626: error: 'MISC_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:626: error: 'TCM_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:626: error: 'UCM_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:626: error: 'CCM_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:627: error: 'XCM_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:627: error: 'TSEM_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:627: error: 'USEM_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:627: error: 'CSEM_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:628: error: 'XSEM_FUNC7_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:632: error: 'HC_FUNC0_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:632: error: 'HC_FUNC0_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:633: error: 'HC_FUNC1_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:633: error: 'HC_FUNC1_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:634: error: 'HC_FUNC2_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:634: error: 'HC_FUNC2_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:635: error: 'HC_FUNC3_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:635: error: 'HC_FUNC3_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:636: error: 'HC_FUNC4_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:636: error: 'HC_FUNC4_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:637: error: 'HC_FUNC5_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:637: error: 'HC_FUNC5_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:638: error: 'HC_FUNC6_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:638: error: 'HC_FUNC6_END' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:639: error: 'HC_FUNC7_START' undeclared here (not in a function) /root/linux-2.6-2.6.30/debian/build/source_i386_none/drivers/net/bnx2x_init.h:639: error: 'HC_FUNC7_END' undeclared here (not in a function) make[7]: *** [drivers/net/bnx2x_main.o] Error 1 make[6]: *** [drivers/net] Error 2 make[5]: *** [drivers] Error 2 make[4]: *** [sub-make] Error 2 make[3]: *** [all] Error 2 make[3]: Leaving directory `/root/linux-2.6-2.6.30/debian/build/build_i386_none_486' make[2]: *** [debian/stamps/build_i386_none_486_plain] Error 2 make[2]: Leaving directory `/root/linux-2.6-2.6.30' make[1]: *** [build_i386_none_486_real] Error 2 make[1]: Leaving directory `/root/linux-2.6-2.6.30' make: *** [debian/stamps/build-base] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 _______________________________________________ linux-libre mailing list [email protected] http://www.fsfla.org/cgi-bin/mailman/listinfo/linux-libre
