On 12/19/2011 11:16 AM, Daniel Wagner wrote:
> Hi Shawn,
> 
> On 16.12.2011 18:27, Shawn Ferris wrote:
>> On Wed, Dec 14, 2011 at 8:26 AM, Shawn Ferris <[email protected]> wrote:
>>> On Wed, Dec 14, 2011 at 2:44 AM, Daniel Wagner <[email protected]> wrote:
>>>
>>>> Sorry for this stupid question: Did you modify the files in any way? I
>>>> ask this because I know that if there is no single DBG("") in the files
>>>> you will get this error.
>>>>
>>>
>>> Hi Daniel, thanks for the reply and I don't consider that a stupid q'
>>> at all. However, I haven't personally modified anything, but there is
>>> a patch applied during the build. (included below)
>>>
>>> As far as I can see (i'm new to build-root as well), nothing else is 
>>> modified.
>>>
>>> Any ideas?
>>
>> Anyone have any ideas where I should be looking? I've tried multiple
>> versions and unfortunately, I'm not very proficient at reading C so
>> I'm not able to follow what's going on. I thought it was because it
>> couldn't find connman_debug_desc in log.c, so I included plugin.h and
>> removed the extern.. I'm guessing that wont surprise anyone that that
>> didn't work. ;D
>>
>> Again, would appreciate any help!

It was me who submitted the package definition for buildroot, and I
successfully tested all this of course.

> Could you post the complete build log including how you call configure?
> Do you use the bootstrap-configure script?

For the time being, we have to call autoreconf on the sources pulled
from git, as there are currently no tarballs available. This is due to
the kernel.org outage I guess. Are there any plans for bringing the
archive back up again? I would then change the source location in
buildroot, so we can use the precompiled 'configure'.

For now, after the call to autoreconf, the configure command line is as
follows in my config (with debug enabled):

./configure --target=arm-linux --host=arm-linux
--build=x86_64-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --program-prefix="" --disable-gtk-doc
--enable-static --enable-shared  --localstatedir=/var --enable-threads
--enable-debug --enable-ethernet --enable-wifi --disable-bluetooth
--disable-loopback --disable-ntpd --disable-client

... and I'm not getting any linker or loader errors.

> Also use "make V=1" so that we see the complete command line for gcc and
> friends.

It's pointless on my system as I don't see the breakage, but for those
who are affected, the following addition to package/connman/connman.mk
(in the buildroot tree) should do the trick:

CONNMAN_MAKEOPTS += V=1


Daniel
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to