Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2019 12:52:53 +0200
From:      Guido van Rooij <guido@gvr.org>
To:        pkg@freebsd.org
Subject:   Re: Weird behaviour with perl5
Message-ID:  <20190827105253.GA80824@gvr.gvr.org>
In-Reply-To: <20190823145605.GA84768@gvr.gvr.org>
References:  <20190823145605.GA84768@gvr.gvr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I found the problem using pkg  -dddd upgrade
This is what pkg -d logitechmmediaserver shows:
logitechmediaserver-7.9.2.g2018.12.10:
        perl5-5.30.0
        libgd-2.2.5_1,1
        gettext-runtime-0.20.1
        sox-14.4.2_3
        mac-3.99.4.5.7_1
        faad2-2.8.8,1

but:
pkg info --required-shlibs logitechmediaserver
logitechmediaserver-7.9.2.g2018.12.10:
        libintl.so.8
        libperl.so.5.28

So apparentlky, pkg changed the package dependance to perl5.30, where it should not have done so for the installed port logitechmediaserver-7.9.2.g2018.12.10.
Anyway, manually reinstalling this port fixed the problem.

-Guido



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190827105253.GA80824>