| Summary: | networkmanager-0.6.5_p20070823 fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | James <jtp> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
emerge --info please. |
networkmanager fails to compile. I'm not sure if this is because I'm running 2.6.24-r7 vanilla. Reproducible: Always Steps to Reproduce: 1. emerge networkmanager 2. 3. Actual Results: Here is the output of the failed compile: In file included from /usr/include/linux/mii.h:12, from nm-device-802-3-ethernet.c:406: /usr/include/linux/if.h:118: error: redefinition of 'struct ifmap' /usr/include/linux/if.h:154: error: redefinition of 'struct ifreq' /usr/include/linux/if.h:204: error: redefinition of 'struct ifconf' make[3]: *** [NetworkManager-nm-device-802-3-ethernet.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/var/tmp/portage/net-misc/networkmanager-0.6.5_p20070823/work/NetworkManager-0.6.5_p20070823/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/net-misc/networkmanager-0.6.5_p20070823/work/NetworkManager-0.6.5_p20070823/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-misc/networkmanager-0.6.5_p20070823/work/NetworkManager-0.6.5_p20070823' make: *** [all] Error 2 * * ERROR: net-misc/networkmanager-0.6.5_p20070823 failed. * Call stack: * ebuild.sh, line 1701: Called dyn_compile * ebuild.sh, line 1039: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * ebuild.sh, line 1383: Called gnome2_src_compile * gnome2.eclass, line 71: Called die * The specific snippet of code: * emake || die "compile failure" * The die message: * compile failure * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/net-misc/networkmanager-0.6.5_p20070823/temp/build.log'. * * Messages for package net-misc/networkmanager-0.6.5_p20070823: * * ERROR: net-misc/networkmanager-0.6.5_p20070823 failed. * Call stack: * ebuild.sh, line 1701: Called dyn_compile * ebuild.sh, line 1039: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * ebuild.sh, line 1383: Called gnome2_src_compile * gnome2.eclass, line 71: Called die * The specific snippet of code: * emake || die "compile failure" * The die message: * compile failure * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/net-misc/networkmanager-0.6.5_p20070823/temp/build.log'. * smokie ~ # Expected Results: Should compile fine.