[Bug 298252] New: make oldconfig: error: asm/socket.h: No such file or directory
https://bugzilla.novell.com/show_bug.cgi?id=298252 Summary: make oldconfig: error: asm/socket.h: No such file or directory Product: openSUSE 10.3 Version: Alpha 7 Platform: x86 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: casualprogrammer@yahoo.com QAContact: qa@suse.de Found By: Beta-Customer When trying to compile a kernel, make oldconfig reports: make oldconfig HOSTCC scripts/basic/fixdep In file included from /usr/include/sys/socket.h:35, from /usr/include/netinet/in.h:24, from /usr/include/arpa/inet.h:23, from scripts/basic/fixdep.c:117: /usr/include/bits/socket.h:311:24: error: asm/socket.h: No such file or directory make[1]: *** [scripts/basic/fixdep] Error 1 make: *** [scripts_basic] Error 2 searching provides: find / -name socket.h /usr/src/linux-2.6.22.1-14/include/asm-sh/socket.h /usr/src/linux-2.6.22.1-14/include/asm-m68knommu/socket.h /usr/src/linux-2.6.22.1-14/include/asm-m32r/socket.h /usr/src/linux-2.6.22.1-14/include/asm-parisc/socket.h /usr/src/linux-2.6.22.1-14/include/asm-ia64/socket.h /usr/src/linux-2.6.22.1-14/include/asm-frv/socket.h /usr/src/linux-2.6.22.1-14/include/asm-arm/socket.h /usr/src/linux-2.6.22.1-14/include/asm-h8300/socket.h /usr/src/linux-2.6.22.1-14/include/asm-m68k/socket.h /usr/src/linux-2.6.22.1-14/include/asm-i386/socket.h /usr/src/linux-2.6.22.1-14/include/linux/socket.h /usr/src/linux-2.6.22.1-14/include/asm-sparc64/socket.h /usr/src/linux-2.6.22.1-14/include/asm-avr32/socket.h /usr/src/linux-2.6.22.1-14/include/asm-cris/socket.h /usr/src/linux-2.6.22.1-14/include/asm-arm26/socket.h /usr/src/linux-2.6.22.1-14/include/asm-x86_64/socket.h /usr/src/linux-2.6.22.1-14/include/asm-alpha/socket.h /usr/src/linux-2.6.22.1-14/include/asm-xtensa/socket.h /usr/src/linux-2.6.22.1-14/include/asm-um/socket.h /usr/src/linux-2.6.22.1-14/include/asm-blackfin/socket.h /usr/src/linux-2.6.22.1-14/include/asm-v850/socket.h /usr/src/linux-2.6.22.1-14/include/asm-powerpc/socket.h /usr/src/linux-2.6.22.1-14/include/asm-mips/socket.h /usr/src/linux-2.6.22.1-14/include/asm-s390/socket.h /usr/src/linux-2.6.22.1-14/include/asm-sparc/socket.h /usr/src/linux-2.6.22.1-14/include/asm-sh64/socket.h /usr/include/asm-parisc/socket.h /usr/include/asm-ia64/socket.h /usr/include/asm-arm/socket.h /usr/include/asm-i386/socket.h /usr/include/linux/socket.h /usr/include/asm-x86_64/socket.h /usr/include/sys/socket.h /usr/include/bits/socket.h /usr/include/asm-powerpc/socket.h /usr/include/asm-s390/socket.h /usr/include/xulrunner-1.8.1.4/system_wrappers/sys/socket.h cat /etc/SuSE-release openSUSE 10.3 (i586) Beta1 VERSION = 10.3 uname -r 2.6.22.1-14-default -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=298252 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |kernel-maintainers@forge.provo.novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=298252#c1 Casual J. Programmer <casualprogrammer@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major --- Comment #1 from Casual J. Programmer <casualprogrammer@yahoo.com> 2007-08-08 06:31:54 MST --- After manually copying /bootconfig-2.6.22.1-14-default to /usr/src/linux no configuration possible with same missing file. make xconfig HOSTCC scripts/basic/fixdep In file included from /usr/include/sys/socket.h:35, from /usr/include/netinet/in.h:24, from /usr/include/arpa/inet.h:23, from scripts/basic/fixdep.c:117: /usr/include/bits/socket.h:311:24: error: asm/socket.h: No such file or directory make[1]: *** [scripts/basic/fixdep] Error 1 make: *** [scripts_basic] Error 2 workstation6l:/usr/src/linux # make menuconfig HOSTCC scripts/basic/fixdep In file included from /usr/include/sys/socket.h:35, from /usr/include/netinet/in.h:24, from /usr/include/arpa/inet.h:23, from scripts/basic/fixdep.c:117: /usr/include/bits/socket.h:311:24: error: asm/socket.h: No such file or directory make[1]: *** [scripts/basic/fixdep] Error 1 make: *** [scripts_basic] Error 2 workstation6l:/usr/src/linux # make config HOSTCC scripts/basic/fixdep In file included from /usr/include/sys/socket.h:35, from /usr/include/netinet/in.h:24, from /usr/include/arpa/inet.h:23, from scripts/basic/fixdep.c:117: /usr/include/bits/socket.h:311:24: error: asm/socket.h: No such file or directory make[1]: *** [scripts/basic/fixdep] Error 1 make: *** [scripts_basic] Error 2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=298252#c2 --- Comment #2 from Casual J. Programmer <casualprogrammer@yahoo.com> 2007-08-11 00:24:02 MST --- This seems to work in beta1 as far as make mrproper make oldconfig are concerned. make xconfig now fails with: make xconfig HOSTCXX scripts/kconfig/qconf.o scripts/kconfig/qconf.cc:10:19: error: qvbox.h: No such file or directory scripts/kconfig/qconf.cc:20:21: error: qheader.h: No such file or directory scripts/kconfig/qconf.cc:22:25: error: qdragobject.h: No such file or directory In file included from scripts/kconfig/qconf.cc:28: . . . rpm -q qt3-devel qt3-devel-3.3.8-56 rpm -ql qt3-devel | grep qvbox.h /usr/lib/qt3/include/qvbox.h cat /etc/SuSE-release openSUSE 10.3 (i586) Beta1 VERSION = 10.3 uname -r 2.6.22.1-16-default -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=298252#c3 Ted Bullock <tbullock@canada.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #3 from Ted Bullock <tbullock@canada.com> 2007-08-12 16:16:42 MST --- *** This bug has been marked as a duplicate of bug 299670 *** https://bugzilla.novell.com/show_bug.cgi?id=299670 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com