From owner-freebsd-ports@freebsd.org Wed Feb 26 14:21:32 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4760259F7A for ; Wed, 26 Feb 2020 14:21:32 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48SHzZ4LCYz3C8P for ; Wed, 26 Feb 2020 14:21:30 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.nyi.freebsd.org (Postfix) id E230A259F79; Wed, 26 Feb 2020 14:21:29 +0000 (UTC) Delivered-To: ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0D97259F78 for ; Wed, 26 Feb 2020 14:21:29 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48SHzY2Hq3z3C7L; Wed, 26 Feb 2020 14:21:28 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [62.141.129.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id ED77B2602DE; Wed, 26 Feb 2020 15:21:17 +0100 (CET) Subject: Re: Timidity++ needs libarc as run dependency ?? To: Mateusz Piotrowski <0mp@FreeBSD.org>, ports@FreeBSD.org References: <2f68ffd8-d1f5-7c29-2703-2327187c1069@selasky.org> From: Hans Petter Selasky Message-ID: <30953625-3a12-4514-6309-62fc91dea780@selasky.org> Date: Wed, 26 Feb 2020 15:20:07 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48SHzY2Hq3z3C7L X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2020 14:21:33 -0000 On 2020-02-26 13:18, Mateusz Piotrowski wrote: > On 2/26/20 10:55 AM, Hans Petter Selasky wrote: >> Hi, >> >> ld-elf.so.1: Shared object "libarc.so.1" not found, required by >> "timidity" >> >> pkg install libarc > > It looks like libarc is already included in LIB_DEPENDS. It is not > included in the timidity++ package. It is only included with the > timidity++-${PKGNAMESUFFIX} packages (like timidity++-emacs). > > I've never used timidity myself, so I am not sure why this is this way. > > Is there a reason why you installed timidity++ instead of one of the > timidity++-${PKGNAMESUFFIX} packages? > No specific reason. I just wanted to test some MIDI files. And did "pkg instal xxx". Is timidity++ not a valid port/package? --HPS