Send connman mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."
Today's Topics:
1. How to build connman with git source ? (Masashi Honma)
2. Re: Does ConnMan support 802.1X authentication over Ethernet?
(Patrik Flykt)
3. Re: How to build connman with git source ? (Patrik Flykt)
----------------------------------------------------------------------
Message: 1
Date: Tue, 13 Jun 2017 09:29:54 +0900
From: Masashi Honma <[email protected]>
To: [email protected]
Subject: How to build connman with git source ?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
I cloned the connmann with this command.
$ git clone git://git.kernel.org/pub/scm/network/connman/connman.git
Then I changed directory to connman.
$ cd connman
But autoconf failed.
$ autoconf
configure.ac:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:11: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:25: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:26: error: possibly undefined macro: AC_PROG_CC_PIE
configure.ac:33: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:34: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:65: error: possibly undefined macro: AM_CONDITIONAL
./configure failed also.
$ ./configure
./configure: line 2220: syntax error near unexpected token `foreign'
./configure: line 2220: `AM_INIT_AUTOMAKE(foreign subdir-objects color-tests)'
How can I build connman ?
Masashi Honma.
------------------------------
Message: 2
Date: Tue, 13 Jun 2017 12:18:38 +0300
From: Patrik Flykt <[email protected]>
To: Alessandro Pezzoni <[email protected]>, connman
<[email protected]>
Subject: Re: Does ConnMan support 802.1X authentication over Ethernet?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"
On Sat, 2017-06-10 at 18:18 +0200, Alessandro Pezzoni wrote:
> Hi all,
>
> My university's network requires 802.1X authentication for wired
> connections. I can connect to it with my Arch Linux machine using
> dhcpcd and wpa-supplicant, but despite various efforts I haven't been
> able to write a working ConnMan profile. On the other hand,
> connecting to our Eduroam network via wifi works as expected.
>
> Am I missing something or doesn't ConnMan support 802.1X
> authentication over Ethernet at all?
ConnMan does not support 802.1x over ethernet. Nobody else does this
properly either, the closest to a working thing is to force
wpa_supplicant to authenticate over the wired network. Other projects
would benefit of a clean solution that does only 802.1x, but I don't
know who would have the time and proper charter to work on this.
Neither specifially for ConnMan, nor in any generic way reusable by
everybody else...
Cheers,
Patrik
------------------------------
Message: 3
Date: Tue, 13 Jun 2017 12:21:51 +0300
From: Patrik Flykt <[email protected]>
To: Masashi Honma <[email protected]>, [email protected]
Subject: Re: How to build connman with git source ?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"
Hi,
You need automake and autoconf installed, plus the dependencies listed
in README. Automake seems to be missing due to the missing
AM_INIT_AUTOMAKE.
Cheers,
Patrik
On Tue, 2017-06-13 at 09:29 +0900, Masashi Honma wrote:
> I cloned the connmann with this command.
>
> $ git clone git://git.kernel.org/pub/scm/network/connman/connman.git
>
> Then I changed directory to connman.
>
> $ cd connman
>
> But autoconf failed.
>
> $ autoconf
> configure.ac:6: error: possibly undefined macro:AM_INIT_AUTOMAKE
> ???????If this token and others are legitimate, please use
> m4_pattern_allow.
> ???????See the Autoconf documentation.
> configure.ac:11: error: possibly undefined macro: AM_MAINTAINER_MODE
> configure.ac:25: error: possibly undefined macro: AM_PROG_CC_C_O
> configure.ac:26: error: possibly undefined macro: AC_PROG_CC_PIE
> configure.ac:33: error: possibly undefined macro: AC_DISABLE_STATIC
> configure.ac:34: error: possibly undefined macro: AC_PROG_LIBTOOL
> configure.ac:65: error: possibly undefined macro: AM_CONDITIONAL
>
> ./configure failed also.
>
> $ ./configure
> ./configure: line 2220: syntax error near unexpected token `foreign'
> ./configure: line 2220: `AM_INIT_AUTOMAKE(foreign subdir-objects
> color-tests)'
>
>
> How can I build connman ?
>
> Masashi Honma.
> _______________________________________________
> connman mailing list
> [email protected]
> https://lists.01.org/mailman/listinfo/connman
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman
------------------------------
End of connman Digest, Vol 20, Issue 7
**************************************