From owner-freebsd-ports@FreeBSD.ORG Thu Jan 15 19:07:38 2015 Return-Path: Delivered-To: ports@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 20F10CF4 for ; Thu, 15 Jan 2015 19:07:38 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE115B2 for ; Thu, 15 Jan 2015 19:07:37 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id l15so37270082wiw.2 for ; Thu, 15 Jan 2015 11:07:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:mime-version:content-type:content-disposition :user-agent; bh=tTWMzjkVYKLEY29moCyx9jLKwlMvr+XX1Cm2tAUoCSY=; b=Vlkw0+8u0Py4JiSlfDw6CEx7zmPYuQY2BZHg9Aas4IhEDOxY3LFxO/bCTM8D1etGwQ N7yTUWyC8zXXox71Wn56mU0CIL9S/Xhvg9s4iUHKADbBzj/lkn7EKWl9rdp1YuggnDRI v348JFlCveu9bi5KdsG5BwxF1B44ib0G5+RHoTQqdAspZyQHc/ZbAYoIuOBf8qrXBQZB 2y4vmR1h4hN4p3XabtwZ7STovAvVDsdXRC+ZJrwwyz3kfVnl9F7YdtwCyy+ij2gB4f6D unRO5iSMeBxxdReExqKxB6R9h3645EqVX7sRCz4kF8oPwxzqBYe5tasXg8+Ppbnc/3iA k64w== X-Gm-Message-State: ALoCoQkq96C4gApLeXwAN89hnTzDPJWtRa4CN+E9bk+eTFGqyyYKXFe24Y60jzUbVHmWS4FJHFAd X-Received: by 10.180.12.75 with SMTP id w11mr22188091wib.9.1421348850445; Thu, 15 Jan 2015 11:07:30 -0800 (PST) Received: from localhost (itcom245.staff.itd.umich.edu. [141.213.135.249]) by mx.google.com with ESMTPSA id fg9sm130683wib.9.2015.01.15.11.07.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jan 2015 11:07:29 -0800 (PST) Date: Thu, 15 Jan 2015 14:02:46 -0500 From: William Bulley To: Alan Eldridge Subject: print/cups fails to build on 9.3-STABLE i386 Message-ID: <20150115190246.GE3301@itcom245.staff.itd.umich.edu> Mail-Followup-To: Alan Eldridge , ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 19:07:38 -0000 After running this command: "# svn update /usr/ports" I tried to upgrade the print/cups port. As root I then ran this command: # portmaster -K -B -D print/cups Below is the output leading up to the failure and the failure itself. BTW - I did retry the build in /usr/ports/print/cups using this: # make MAKE_JOBS_UNSAFE=yes install and got the same results. =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= ... ... Making all in test... gmake[1]: Entering directory '/usr/ports/print/cups-base/work/cups-1.7.3/test' echo Linking ippserver... Linking ippserver... cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,-R/usr/local/lib -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -o ippserver ippserver.o ../cups/libcups.a \ -lssl -lcrypto -pthread -lm -lcrypt -lssp_nonshared -liconv -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:1617: undefined reference to `DNSServiceCreateConnection' /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1626: undefined reference to `DNSServiceResolve' /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1736: undefined reference to `DNSServiceRefDeallocate' /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1656: undefined reference to `DNSServiceRefSockFD' /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1700: undefined reference to `DNSServiceResolve' /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1722: undefined reference to `DNSServiceProcessResult' /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1731: undefined reference to `DNSServiceRefDeallocate' /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1733: undefined reference to `DNSServiceRefDeallocate' ../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:2071: undefined reference to `TXTRecordGetValuePtr' /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2058: undefined reference to `TXTRecordGetValuePtr' Makefile:192: recipe for target 'ippserver' failed gmake[1]: *** [ippserver] Error 1 gmake[1]: Leaving directory '/usr/ports/print/cups-base/work/cups-1.7.3/test' Makefile:31: recipe for target 'all' failed gmake: *** [all] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/print/cups-base. *** [install] Error code 1 Stop in /usr/ports/print/cups-base. Regards, web... -- /"\ ASCII RIBBON / William Bulley \ / CAMPAIGN AGAINST / X HTML E-MAIL AND / E-MAIL: web@umich.edu / \ LISTSERV POSTINGS / 72 characters width template ----------------------------------------->|