From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 6 13:45:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF9CAFEC for ; Sat, 6 Dec 2014 13:44:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0EC02D7 for ; Sat, 6 Dec 2014 13:44:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6Dix4D064765 for ; Sat, 6 Dec 2014 13:44:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195743] New: print/cups-base: undefined reference to `avahi_XXX` Date: Sat, 06 Dec 2014 13:44:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartman@zedat.fu-berlin.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 13:45:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195743 Bug ID: 195743 Summary: print/cups-base: undefined reference to `avahi_XXX` Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ohartman@zedat.fu-berlin.de Building print/cups-base from scratch on CURRENT (FreeBSD 11.0-CURRENT #1 r275565: Sat Dec 6 13:17:31 CET 2014 amd64)results in the following error. It doesnt matter whether AVAHI or mDNSResponder is configured - make rmconfig and followed by configuring eithr or one of the options results in the same error. [...] cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -fstack-protector -Wl,-R/usr/local/lib -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-tautological-compare -o ipptool-static ipptool.o ../cups/libcups.a \ -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': -- You are receiving this mail because: You are the assignee for the bug.