All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-26
@ 2014-08-27  6:30 Thomas Petazzoni
  2014-08-27 10:02 ` Jörg Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2014-08-27  6:30 UTC (permalink / raw)
  To: buildroot

Build statistics for 2014-08-26
===============================

        success : 75 
       failures : 4  
       timeouts : 0  
          TOTAL : 79 

Classification of failures by reason
====================================

             alsa-utils-1.0.28 | 1 
                 omniorb-4.1.6 | 1 
make: *** [core-dependencie... | 1 
libshairplay-139d5ef5556451... | 1 

Detail of failures
===================

    mipsel |              alsa-utils-1.0.28 | NOK | http://autobuild.buildroot.net/results/1379b0e412bfc358347bb0aab8e71825432999b9/
      bfin | libshairplay-139d5ef5556451... | NOK | http://autobuild.buildroot.net/results/7b13728386da6179608a1c7607565bd9bc357d86/
       arm | make: *** [core-dependencie... | NOK | http://autobuild.buildroot.net/results/29d1151de74f8e7ff285df5fcc623b4628eaa902/
      bfin |                  omniorb-4.1.6 | NOK | http://autobuild.buildroot.net/results/253e1e1ef9d94801bce0a16745e079afac0bb87a/


-- 
http://autobuild.buildroot.net

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-26
  2014-08-27  6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-26 Thomas Petazzoni
@ 2014-08-27 10:02 ` Jörg Krause
  2014-08-27 11:09   ` Vicente Olivert Riera
  0 siblings, 1 reply; 5+ messages in thread
From: Jörg Krause @ 2014-08-27 10:02 UTC (permalink / raw)
  To: buildroot


On 08/27/2014 08:30 AM, Thomas Petazzoni wrote:
> Build statistics for 2014-08-26
> ===============================
>
>
>        bfin | libshairplay-139d5ef5556451... | NOK | http://autobuild.buildroot.net/results/7b13728386da6179608a1c7607565bd9bc357d86/

This is a problem with missing or not finding libdl. This is what my 
libshairplay/config.log shows:

configure:11508: 
/home/joerg/Freescale/buildroot/output/host/usr/bin/bfin-uclinux-gcc -o 
conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64  -pipe -Os   -Wl,-elf2flt -static 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
-elf2flt -static conftest.c -ldl   >&5
/home/joerg/Freescale/buildroot/output/host/opt/ext-toolchain/bfin-uclinux/bfin-uclinux/bin/ld.real: 
cannot find -ldl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-26
  2014-08-27 10:02 ` Jörg Krause
@ 2014-08-27 11:09   ` Vicente Olivert Riera
  2014-08-27 11:22     ` Jörg Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Vicente Olivert Riera @ 2014-08-27 11:09 UTC (permalink / raw)
  To: buildroot

On 08/27/2014 11:02 AM, J?rg Krause wrote:
>
> On 08/27/2014 08:30 AM, Thomas Petazzoni wrote:
>> Build statistics for 2014-08-26
>> ===============================
>>
>>
>>        bfin | libshairplay-139d5ef5556451... | NOK |
>> http://autobuild.buildroot.net/results/7b13728386da6179608a1c7607565bd9bc357d86/
>>
>
> This is a problem with missing or not finding libdl. This is what my
> libshairplay/config.log shows:
>
> configure:11508:
> /home/joerg/Freescale/buildroot/output/host/usr/bin/bfin-uclinux-gcc -o
> conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> -D_FILE_OFFSET_BITS=64  -pipe -Os   -Wl,-elf2flt -static
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -elf2flt -static conftest.c -ldl   >&5
> /home/joerg/Freescale/buildroot/output/host/opt/ext-toolchain/bfin-uclinux/bfin-uclinux/bin/ld.real:
> cannot find -ldl
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Could be something related with this?:

(static linking is broken with -ldl)

http://lists.uclibc.org/pipermail/uclibc/2010-September/044300.html

-- 
Vincent

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-26
  2014-08-27 11:09   ` Vicente Olivert Riera
@ 2014-08-27 11:22     ` Jörg Krause
  2014-08-29 20:24       ` Jörg Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Jörg Krause @ 2014-08-27 11:22 UTC (permalink / raw)
  To: buildroot


On 08/27/2014 01:09 PM, Vicente Olivert Riera wrote:
> On 08/27/2014 11:02 AM, J?rg Krause wrote:
>>
>> On 08/27/2014 08:30 AM, Thomas Petazzoni wrote:
>>> Build statistics for 2014-08-26
>>> ===============================
>>>
>>>
>>>        bfin | libshairplay-139d5ef5556451... | NOK |
>>> http://autobuild.buildroot.net/results/7b13728386da6179608a1c7607565bd9bc357d86/ 
>>>
>>>
>>
>> This is a problem with missing or not finding libdl. This is what my
>> libshairplay/config.log shows:
>>
>> configure:11508:
>> /home/joerg/Freescale/buildroot/output/host/usr/bin/bfin-uclinux-gcc -o
>> conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
>> -D_FILE_OFFSET_BITS=64  -pipe -Os   -Wl,-elf2flt -static
>> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
>> -elf2flt -static conftest.c -ldl   >&5
>> /home/joerg/Freescale/buildroot/output/host/opt/ext-toolchain/bfin-uclinux/bfin-uclinux/bin/ld.real: 
>>
>> cannot find -ldl
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>
> Could be something related with this?:
>
> (static linking is broken with -ldl)
>
> http://lists.uclibc.org/pipermail/uclibc/2010-September/044300.html
>

Don't think so. In 
libshairplay-139d5ef55564514c31f02dd82cef91236c9ff523/src/lib/dnssd.c 
the macro USE_LIBDL is defined:

#define USE_LIBDL (defined(HAVE_LIBDL) && !defined(__APPLE__))

#if defined(WIN32) || USE_LIBDL
[..]
#else
# include <dns_sd.h>
# define DNSSD_STDCALL
#endif

In this build HAVE_LIBDL is not defined and so is USE_LIBDL not defined. 
Finally, there is no header file dns_sd.h, which breaks the build process.

I guess, the problem is that configure does not find libdl.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-26
  2014-08-27 11:22     ` Jörg Krause
@ 2014-08-29 20:24       ` Jörg Krause
  0 siblings, 0 replies; 5+ messages in thread
From: Jörg Krause @ 2014-08-29 20:24 UTC (permalink / raw)
  To: buildroot


On 08/27/2014 01:22 PM, J?rg Krause wrote:
>
> On 08/27/2014 01:09 PM, Vicente Olivert Riera wrote:
>> On 08/27/2014 11:02 AM, J?rg Krause wrote:
>>>
>>> On 08/27/2014 08:30 AM, Thomas Petazzoni wrote:
>>>> Build statistics for 2014-08-26
>>>> ===============================
>>>>
>>>>
>>>>        bfin | libshairplay-139d5ef5556451... | NOK |
>>>> http://autobuild.buildroot.net/results/7b13728386da6179608a1c7607565bd9bc357d86/ 
>>>>
>>>>
>>>
>>> This is a problem with missing or not finding libdl. This is what my
>>> libshairplay/config.log shows:
>>>
>>> configure:11508:
>>> /home/joerg/Freescale/buildroot/output/host/usr/bin/bfin-uclinux-gcc -o
>>> conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
>>> -D_FILE_OFFSET_BITS=64  -pipe -Os   -Wl,-elf2flt -static
>>> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
>>> -elf2flt -static conftest.c -ldl   >&5
>>> /home/joerg/Freescale/buildroot/output/host/opt/ext-toolchain/bfin-uclinux/bfin-uclinux/bin/ld.real: 
>>>
>>> cannot find -ldl
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot at busybox.net
>>> http://lists.busybox.net/mailman/listinfo/buildroot
>>
>> Could be something related with this?:
>>
>> (static linking is broken with -ldl)
>>
>> http://lists.uclibc.org/pipermail/uclibc/2010-September/044300.html
>>
>
> Don't think so. In 
> libshairplay-139d5ef55564514c31f02dd82cef91236c9ff523/src/lib/dnssd.c 
> the macro USE_LIBDL is defined:
>
> #define USE_LIBDL (defined(HAVE_LIBDL) && !defined(__APPLE__))
>
> #if defined(WIN32) || USE_LIBDL
> [..]
> #else
> # include <dns_sd.h>
> # define DNSSD_STDCALL
> #endif
>
> In this build HAVE_LIBDL is not defined and so is USE_LIBDL not 
> defined. Finally, there is no header file dns_sd.h, which breaks the 
> build process.
>
> I guess, the problem is that configure does not find libdl.
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

I took a closer look at this build failure.

If for the Blackfin target the FLAT binary format is choosen, the 
bfin-uclinux-uclibc toolchain is used. This toolchain does not come with 
a libdl library. With dynamic linking shairplay uses the libdns_sd.so" 
which is an mDSN backend.

If libdl is not supported the user has to provide an external mDNS 
backend himself. This is not done by the libshairplay package so the 
compiler complains about the missing dns_sd.h header file.

One solution would be to add the dns_sd.h header file which is
a) part of the mDNSResponder project from Apple licensed under the terms 
of the Apache License, Version 2.0
b) part of the avahi-compat-libdns_sd plugin
c) anything else which is compatible to the DNS Service Discovery API

Maybe a comment in the menuconfig of the package about this issue would 
be the best solution?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-29 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-27  6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-26 Thomas Petazzoni
2014-08-27 10:02 ` Jörg Krause
2014-08-27 11:09   ` Vicente Olivert Riera
2014-08-27 11:22     ` Jörg Krause
2014-08-29 20:24       ` Jörg Krause

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.