From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 10 02:27:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99985D54 for ; Wed, 10 Jun 2015 02:27:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 83CFC1F9B for ; Wed, 10 Jun 2015 02:27:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5A2RSG3043689 for ; Wed, 10 Jun 2015 02:27:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200752] [patch] devel/libvirt: bad BUILD_DEPENDS with sasl support Date: Wed, 10 Jun 2015 02:27:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: crest@sahiro.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name attachments.created 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 02:27:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200752 Bug ID: 200752 Summary: [patch] devel/libvirt: bad BUILD_DEPENDS with sasl support Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: jgh@FreeBSD.org Reporter: crest@sahiro.org Assignee: jgh@FreeBSD.org Flags: maintainer-feedback?(jgh@FreeBSD.org) Keywords: patch Created attachment 157596 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157596&action=edit Removes "SASL_BUILD_DEPENDS" line If SASL option is enabled, fails to build below. Although security/cyrus-sasl2 port does not install "sasl" executable, but "SASL_BUILD_DEPENDS=sasl:${PORTSDIR}/security/cyrus-sasl2" is specified. This is wrong. And, because SASL_LIB_DEPENDS was already added in Makefile, I think SASL_BUILD_DEPENDS is not needed. My patch only removes "SASL_BUILD_DEPENDS" line. > % sudo portmaster -gdw --delete-build-only devel/libvirt > > portmaster: libvirt-1.2.16 > ===>>> Currently installed version: libvirt-1.2.16 > ===>>> Port directory: /usr/ports/devel/libvirt > > ===>>> Gathering distinfo list for installed ports > > ===>>> Launching 'make checksum' for devel/libvirt in background > ===>>> Gathering dependency list for devel/libvirt from ports > ===>>> Initial dependency check complete for devel/libvirt > > ===>>> Starting build for devel/libvirt <<<=== > > ===>>> All dependencies are up to date > > ===> libvirt-1.2.16 depends on executable: dnsmasq - found > ===> libvirt-1.2.16 depends on executable: sasl - not found > ===> Verifying install for sasl in /usr/ports/security/cyrus-sasl2 > ===> Installing for cyrus-sasl-2.1.26_9 > ===> cyrus-sasl-2.1.26_9 depends on shared library: libpq.so.5 - found (/usr/local/lib/libpq.so.5) > ===> cyrus-sasl-2.1.26_9 depends on shared library: libmysqlclient.so.18 - found (/usr/local/lib/mysql/libmysqlclient.so.18) > ===> cyrus-sasl-2.1.26_9 depends on shared library: libdb-5.3.so - found (/usr/local/lib/libdb-5.3.so) > ===> cyrus-sasl-2.1.26_9 depends on shared library: libsqlite3.so - found (/usr/local/lib/libsqlite3.so) > ===> Checking if cyrus-sasl already installed > ===> cyrus-sasl-2.1.26_9 is already installed > You may wish to ``make deinstall'' and install this port again > by ``make reinstall'' to upgrade it properly. > If you really wish to overwrite the old port of cyrus-sasl > without deleting it first, set the variable "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 > > Stop. > make[3]: stopped in /usr/ports/security/cyrus-sasl2 > *** Error code 1 > > Stop. > make[2]: stopped in /usr/ports/security/cyrus-sasl2 > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/devel/libvirt > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/libvirt > > ===>>> make build failed for devel/libvirt > ===>>> Aborting update -- You are receiving this mail because: You are the assignee for the bug.