[Bug 195743] print/cups-base: undefined reference to `avahi_XXX`

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 3 17:35:38 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195743

coder at tuxfamily.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |coder at tuxfamily.org

--- Comment #2 from coder at tuxfamily.org ---
Same error :

     -lssl -lcrypto -ldns_sd -pthread -lm -lcrypt   -lz -lz
../cups/libcups.a(http-support.o): In function `_httpResolveURI':
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1739:
undefined reference to `avahi_simple_poll_new'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1741:
undefined reference to `avahi_simple_poll_set_func'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1743:
undefined reference to `avahi_simple_poll_get'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1743:
undefined reference to `avahi_client_new'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1747:
undefined reference to `avahi_service_resolver_new'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1758:
undefined reference to `avahi_simple_poll_iterate'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1768:
undefined reference to `avahi_service_resolver_new'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1776:
undefined reference to `avahi_simple_poll_iterate'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1800:
undefined reference to `avahi_client_free'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1803:
undefined reference to `avahi_simple_poll_free'
../cups/libcups.a(http-support.o): In function `http_client_cb':
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1871:
undefined reference to `avahi_simple_poll_quit'
../cups/libcups.a(http-support.o): In function `http_resolve_cb':
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2234:
undefined reference to `avahi_service_resolver_free'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2277:
undefined reference to `avahi_string_list_find'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2288:
undefined reference to `avahi_string_list_find'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2290:
undefined reference to `avahi_string_list_get_pair'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2379:
undefined reference to `avahi_simple_poll_quit'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:192 : la recette pour la cible « ippserver » a échouée
gmake[3]: *** [ippserver] Erreur 1
gmake[3]: *** Attente des tâches non terminées....
gmake[3] : on quitte le répertoire «
/usr/ports/print/cups-base/work/cups-1.7.3/test »
Makefile:31 : la recette pour la cible « all » a échouée
gmake[2]: *** [all] Erreur 1
gmake[2] : on quitte le répertoire « /usr/ports/print/cups-base/work/cups-1.7.3
»
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/print/cups-base
*** Error code 1

Stop.
make: stopped in /usr/ports/print/cups-base
bureau% sudo make -C /usr/ports/print/cups-base -V CONFIGURE_ARGS
--localstatedir=/var             --disable-gssapi            
--with-cups-user=cups         --with-cups-group=cups        
--with-system-groups=wheel     --with-docdir=/usr/local/share/doc/cups        
--with-menudir=/usr/local/share/applications        
--with-domainsocket=/var/run/cups.sock     --with-cachedir=/var/db/cups    
--with-pam-module="unix"         --enable-ssl
--with-printcap=/usr/local/etc/printcap --disable-gnutls --enable-openssl
--enable-libpaper --with-dnssd-includes=/usr/local/include --disable-avahi
--disable-pam --disable-dbus --disable-libusb
--with-icondir=/usr/local/share/icons --prefix=/usr/local
${_LATE_CONFIGURE_ARGS}
bureau% sudo make -C /usr/ports/print/cups-base showconfig       
===> The following configuration options are available for cups-base-1.7.3_4:
     DBUS=off: D-Bus IPC system support
     ICONS=on: Desktop icons
     LIBPAPER=on: Paper size selection support via libpaper
     LIBUSB=off: USB support
     PAM=off: Pluggable authentication module support
     XDG_OPEN=off: Build with XDG_OPEN as browser
====> Interpreters for web interfaces
     JAVA=off: Java platform support
     PERL=off: Perl scripting language support
     PHP=off: PHP bindings or support
     PYTHON=off: Python bindings or support
====> SSL protocol support: you have to select exactly one of them
     GNUTLS=off: SSL/TLS support via GnuTLS
     OPENSSL=on: SSL/TLS support via OpenSSL
====> Zeroconf support: you can only select none or one of them
     AVAHI=off: Zeroconf support via Avahi
     MDNSRESPONDER=on: Zeroconf support via mDNSResponder
===> Use 'make config' to modify these settings

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list