All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jörg Krause" <jkrause@posteo.de>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-26
Date: Wed, 27 Aug 2014 13:22:05 +0200	[thread overview]
Message-ID: <53FDBF5D.408@posteo.de> (raw)
In-Reply-To: <53FDBC5C.7030603@imgtec.com>


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.

  reply	other threads:[~2014-08-27 11:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2014-08-29 20:24       ` Jörg Krause

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53FDBF5D.408@posteo.de \
    --to=jkrause@posteo.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.