Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2021 02:19:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258107] audio/audacity: Upgrade to 3.0.4
Message-ID:  <bug-258107-7788-3JEhj6QoIe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258107-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258107-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=3D258107

--- Comment #21 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Jack from comment #20)

I applied attachment 228129 and ran poudriere.
First, libevview3.so:graphics/evince in LIB_DEPENDS is not required. (It wa=
s my
mistake #12 :) )

I deleted evince and ran it, but it stopped at check-plist phase.
Here's an excerpt from the log showing where the problem is.

=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/bin/audacity is linked to
/usr/local/lib/libwx_gtk3u_core-3.1.so.5 which does not have a SONAME.=20
x11-toolkits/wxgtk31 needs to be fixed.
Error: /usr/local/bin/audacity is linked to
/usr/local/lib/libwx_gtk3u_html-3.1.so.5 which does not have a SONAME.=20
x11-toolkits/wxgtk31 needs to be fixed.
Error: /usr/local/bin/audacity is linked to /usr/local/lib/libmp3lame.so.0 =
from
audio/lame but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibmp3lame.so:audio/lame
Error: /usr/local/bin/audacity is linked to /usr/local/lib/libharfbuzz.so.0
from print/harfbuzz but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibharfbuzz.so:print/harfbuzz
=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: audacity
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
=3D=3D=3D> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/audio/audacity
=3D>> Error: check-plist failures detected

The error in libwx seems to be caused by wx (Mk/bsd.wx.mk) side.
The error with lame is that even if the option LAME is off, if the FFMPEG
option is on, lame will be installed with the ffmpeg dependency and will li=
nk
to it by itself. Perhaps LAME_CMAKE_OFF is needed, but I have not checked.
The harfbuzz error occurs when the option DOCS is on, installed with other
dependencies, and does not cause problems, but requires a direct lib-depend=
ency
because audacity also links.

--=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-258107-7788-3JEhj6QoIe>