[beports] Re: recv

On Sat, Aug 16, 2008 at 2:14 PM, Andreas Färber <andreas.faerber@xxxxxx> wrote:
>
> Am 16.08.2008 um 16:03 schrieb scott mc:
>
>> anyone have any idea what this means?  libcddb seems to build ok, but
>> is failing the tests.
>> I've seen recv show up in cmake failures and libxml2, is there
>> something wrong with recv or is it just a generic term?
>> -scottmc
>>
>>
>> ~/libcddb-1.3.0/tests> check_server.sh
>> CDDBP disc query (single match)...runtime_loader: elf_resolve_symbol:
>> could not resolve symbol 'recv'
>> resolve symbol "recv" returned: -2147478780
>> runtime_loader: troubles relocating: 0x80001304 (image: libcddb.so.2)
>
> Haiku supports undefined symbols for some time, it sounds like that function
> is either not implemented or in a library not linked to (libbsd?).
>
> Andreas
>
> --

Ok, i spotted a check for connect in socket and added a check for
connect in network below that and that then gets me to where it's
passing 5/11 test cases, and I then see -lnetwork being linked in
during make.

~/libcddb-1.3.0/tests> check_server.sh
CDDBP disc query (single match)...ok.
HTTP  disc query (single match)...failed (number of matches not found).
PROXY disc query (single match)...skipped ($http_proxy not defined).
CDDBP disc query (multiple matches)...ok.
HTTP  disc query (multiple matches)...failed (number of matches not found).
PROXY disc query (multiple matches)...skipped ($http_proxy not defined).
HTTP  text search (multiple matches, freedb.org)...skipped (no longer
suported on freedb.org).
HTTP  album search (multiple matches, freedb2.org)...ok.
CDDBP disc read 920ef00b...ok.
HTTP  disc read 920ef00b...ok.
PROXY disc read 920ef00b...skipped ($http_proxy not defined).
Results for ./check_server.sh
  Succeeded: 5/11
  Skipped:   4/11
  Failed:    2/11
~/libcddb-1.3.0/tests>

So I'll focus on where I'm seeing "no" during configure and see if I
can flip the right ones to a yes, i suspect that'll do the trick here.
-scottmc
--
HaikuPorts homepage - http://ports.haiku-files.org
List archives: http://www.freelists.org/archives/beports
Administrative contact: brecht@xxxxxxxxxxx

Other related posts: