Bug 10113 (if_addrlabel.h) - Header file not exist
Summary: Header file not exist
Status: RESOLVED DUPLICATE of bug 10111
Alias: if_addrlabel.h
Product: Networking
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 low
Assignee: Arnaldo Carvalho de Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 04:12 UTC by Pavel Vasilyev
Modified: 2008-02-26 08:52 UTC (History)
2 users (show)

See Also:
Kernel Version: 2.6.24.3
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Pavel Vasilyev 2008-02-26 04:12:51 UTC
Latest working kernel version: 2.6.24.3
Earliest failing kernel version: 2.6.24.2
Distribution: SuSE 10.3
Hardware Environment: 2xAMD Opteron 265, 4Gb RAM, U320 73Gb, GeForce 8800GT 
Software Environment: GCC-4.2.1, Glibc-2.6.1 (20070803)
Problem Description: Header file if_addrlabel.h  not exist

Steps to reproduce:

# make menuconfig
... [manual configure] ....
# make 
....
make[3]: *** No rule to make target `/media/disk/src/linux-2.6.24.3/include/linux/if_addrlabel.h', needed by `/media/disk/src/linux-2.6.24.3/usr/include/linux/if_addrlabel.h'.  Stop.
make[2]: *** [linux] Error 2
make[1]: *** [headers_install] Error 2
make: *** [vmlinux] Error 2

# grep -R if_addrlabel.h ./

./include/linux/Kbuild:unifdef-y += if_addrlabel.h

# bzcat patch-2.6.24.3.bz2 | grep if_
 unifdef-y += if_addr.h
+unifdef-y += if_addrlabel.h
 unifdef-y += if_arp.h
 unifdef-y += if_bridge.h
 unifdef-y += if_ec.h

This added in patch-2.6.24.3  

Needed header or remove line
Comment 1 Pavel Vasilyev 2008-02-26 04:14:12 UTC
Needed header file or remove this line.
Comment 2 Pavel Vasilyev 2008-02-26 04:16:28 UTC
depends on CONFIG_HEADERS_CHECK in .config
Comment 3 Adrian Bunk 2008-02-26 08:52:48 UTC

*** This bug has been marked as a duplicate of bug 10111 ***

Note You need to log in before you can comment on or make changes to this bug.