Date: Wed, 20 Mar 2019 15:00:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 236660] [patch] multimedia/emby-server: add missing dependency Message-ID: <bug-236660-7788-Po2Kt2DKdB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236660-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-236660-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236660 --- Comment #2 from Samy Mahmoudi <samy.mahmoudi@gmail.com> --- (In reply to Dries Michiels from comment #1) Hi, > How did you notice the =E2=80=9Cmissing=E2=80=9D library? I have set DEVELOPER=3DYES in /etc/make.conf which, among other things, mak= es make to run Q/A tests: =3D=3D=3D=3D> Running Q/A tests (stage-qa) Error: /usr/local/lib/emby-server/bin/ffmpeg is linked to /usr/local/lib/libasound.so.2 from audio/alsa-lib but it is not declared as= a dependency Warning: you need LIB_DEPENDS+=3Dlibasound.so:audio/alsa-lib You could also execute "make stage-qa" to run these tests (e.g. without DEVELOPER=3DYES). > Did any problem occur because of this? No problem occured, because I already had audio/alsa-lib installed (because= I have chrome/firefox/gimp-app which depends on audio/alsa-lib). But a problem may occur if one try to install emby-server without having audio/alsa-lib. Moreover, even if no problem occurs now, dependency should be signaled to t= he FreeBSD port system. After an update of a library, it is sometimes necessar= y to rebuild all the ports that depends on that library. If such an update of audio/alsa-lib occurs, we would easily get that emby-server needs to be rebuilt. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236660-7788-Po2Kt2DKdB>