You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Bram de Kruijff (JIRA)" <ji...@apache.org> on 2014/09/03 17:25:52 UTC

[jira] [Updated] (CELIX-148) Build failure on Linux due to Bonjour discovery

     [ https://issues.apache.org/jira/browse/CELIX-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bram de Kruijff updated CELIX-148:
----------------------------------
    Attachment: disable_bonjour.patch

Attached a workaround patch that disables the bonjour part altogether

> Build failure on Linux due to Bonjour discovery
> -----------------------------------------------
>
>                 Key: CELIX-148
>                 URL: https://issues.apache.org/jira/browse/CELIX-148
>             Project: Celix
>          Issue Type: Bug
>          Components: Remote Service Admin
>         Environment: Celix trunk r1622252 / Ubuntu 14.04 / x86_64
>            Reporter: Bram de Kruijff
>         Attachments: disable_bonjour.patch
>
>
> Building the Remote Service Admin component on linux results in a compilation failure:
> {code}
> $ make
> [  0%] Built target bundles
> [  5%] Built target celix_utils
> [ 37%] Built target celix_framework
> [ 41%] Built target topology_manager
> [ 47%] Built target remote_service_admin_http
> [ 50%] Built target remote_service_admin_shm
> [ 52%] Built target discovery_slp
> [ 52%] Building C object
> remote_services/discovery_bonjour/CMakeFiles/discovery_bonjour.dir/private/src/discovery.c.o
> /home/bramk/Projects/Apache/code/celix-trunk/remote_services/discovery_bonjour/private/src/discovery.c:33:20:
> fatal error: dns_sd.h: No such file or directory
>  #include <dns_sd.h>
>                     ^
> compilation terminated.
> make[2]: *** [remote_services/discovery_bonjour/CMakeFiles/discovery_bonjour.dir/private/src/discovery.c.o]
> Error 1
> make[1]: *** [remote_services/discovery_bonjour/CMakeFiles/discovery_bonjour.dir/all]
> Error 2
> make: *** [all] Error 2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)