From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 06:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF0D127A for ; Fri, 20 Dec 2013 06:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9A75110E for ; Fri, 20 Dec 2013 06:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBK6K0Ac031682 for ; Fri, 20 Dec 2013 06:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBK6K0kW031681; Fri, 20 Dec 2013 06:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 06:20:00 GMT Resent-Message-Id: <201312200620.rBK6K0kW031681@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markiyan Kushnir Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 540F7196 for ; Fri, 20 Dec 2013 06:15:04 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF2D10DF for ; Fri, 20 Dec 2013 06:15:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBK6F3hH053195 for ; Fri, 20 Dec 2013 06:15:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK6F39o053181; Fri, 20 Dec 2013 06:15:03 GMT (envelope-from nobody) Message-Id: <201312200615.rBK6F39o053181@oldred.freebsd.org> Date: Fri, 20 Dec 2013 06:15:03 GMT From: Markiyan Kushnir To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185016: audio/jack build broken in the presence of audio/portaudio2 installed (but audio/portaudio required) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 06:20:01 -0000 >Number: 185016 >Category: ports >Synopsis: audio/jack build broken in the presence of audio/portaudio2 installed (but audio/portaudio required) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 06:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Markiyan Kushnir >Release: 11.0-CURRENT >Organization: >Environment: FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259569: Thu Dec 19 07:54:44 EET 2013 root@vm.mkushnir.mooo.com:/usr/obj/usr/src.svnup/sys/MAREK amd64 >Description: The ports tree revision is 336920. Once audio/portaudio2 was installed, then audio/jack being built/installed as a dependency of something else results in it being broken. audio/jack requires portaudio v1x, not v2, and the dependency looks confusing to the system: LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio # ldconfig -r | grep portau search directories: /lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/local/lib/event2:/usr/local/lib/nss:/usr/local/llvm33/lib:/usr/local/lib/ffmpeg0:/usr/local/lib/portaudio2 453:-lportaudio.2 => /usr/local/lib/portaudio2/libportaudio.so.2 >How-To-Repeat: Try installing audio/denemo, without audio/portaudio having first installed. >Fix: Patch attached with submission follows: --- Makefile 2013-12-20 08:12:24.000000000 +0200 +++ Makefile.mkushnir 2013-12-20 02:25:31.000000000 +0200 @@ -11,7 +11,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Low latency audio server -LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ +LIB_DEPENDS= /usr/local/lib/libportaudio.so:${PORTSDIR}/audio/portaudio \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libcelt0.so:${PORTSDIR}/audio/celt >Release-Note: >Audit-Trail: >Unformatted: