Summary: | dialogs don't show network interface list | ||
---|---|---|---|
Product: | [Unmaintained] kcontrol | Reporter: | Andriy I Pylypenko <bamby> |
Component: | kcmlanbrowser | Assignee: | Alexander Neundorf <neundorf> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andriy I Pylypenko
2002-11-08 12:58:14 UTC
Subject: Re: dialogs don't show network interface list
On 9 Nov 2002, Stephan Binner wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
I'm reporting the bug.
It affects not only kcm_lanbrowser but kcm_nics also. The bug is not in
the code of those modules. It is in the configure scripts of the
kdenetwork and kdebase distributions. As I have written in previous
message, these scripts doesn't check feature HAVE_SOCKADDR_SA_LEN.
Kind regards,
Andriy I Pylypenko
PAI1-RIPE
Adding this: +AC_CHECK_MEMBERS(struct sockaddr.sa_len, , , + [#include <sys/types.h> + #include <sys/socket.h> + ]) to the end of configure.in.in in kdenetwork makes it check for sa_len, at least. It still doesn't find any NICs for me in guided setup, though. KInfocenter NIC display works fine. *** Bug has been marked as fixed ***. |